﻿2025-08-20T21:46:39.6002617Z Current runner version: '2.328.0'
2025-08-20T21:46:39.6036165Z ##[group]Runner Image Provisioner
2025-08-20T21:46:39.6037388Z Hosted Compute Agent
2025-08-20T21:46:39.6038667Z Version: 20250818.377
2025-08-20T21:46:39.6039649Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:46:39.6040756Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:46:39.6041843Z ##[endgroup]
2025-08-20T21:46:39.6042701Z ##[group]Operating System
2025-08-20T21:46:39.6043701Z Ubuntu
2025-08-20T21:46:39.6044521Z 24.04.2
2025-08-20T21:46:39.6045283Z LTS
2025-08-20T21:46:39.6046187Z ##[endgroup]
2025-08-20T21:46:39.6046972Z ##[group]Runner Image
2025-08-20T21:46:39.6048087Z Image: ubuntu-24.04
2025-08-20T21:46:39.6049102Z Version: 20250818.1.0
2025-08-20T21:46:39.6050817Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:46:39.6053594Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:46:39.6055383Z ##[endgroup]
2025-08-20T21:46:39.6057484Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:46:39.6060638Z Attestations: write
2025-08-20T21:46:39.6061544Z Contents: write
2025-08-20T21:46:39.6062401Z Metadata: read
2025-08-20T21:46:39.6063316Z Packages: write
2025-08-20T21:46:39.6064178Z ##[endgroup]
2025-08-20T21:46:39.6066987Z Secret source: Actions
2025-08-20T21:46:39.6068454Z Prepare workflow directory
2025-08-20T21:46:39.6511801Z Prepare all required actions
2025-08-20T21:46:39.6565812Z Getting action download info
2025-08-20T21:46:39.9618867Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:46:40.3326205Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:46:40.7104879Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:46:40.8167150Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:46:41.1472332Z Getting action download info
2025-08-20T21:46:41.3009563Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:46:41.5460562Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:46:41.8821055Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/nushell/glibc)
2025-08-20T21:46:41.9528134Z ##[group]Run ##Presets
2025-08-20T21:46:41.9529066Z [36;1m##Presets[0m
2025-08-20T21:46:41.9529888Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:41.9530730Z [36;1m#-------------#[0m
2025-08-20T21:46:41.9531823Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:46:41.9533225Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:46:41.9534565Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:41.9535704Z [36;1m  fi[0m
2025-08-20T21:46:41.9536714Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:46:41.9538377Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:46:41.9539755Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:41.9540858Z [36;1m  fi[0m
2025-08-20T21:46:41.9541835Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:46:41.9543282Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:46:41.9544606Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:41.9545712Z [36;1m  fi[0m
2025-08-20T21:46:41.9546685Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:46:41.9548265Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:46:41.9549801Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:46:41.9550952Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:46:41.9552173Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:41.9553272Z [36;1m     else[0m
2025-08-20T21:46:41.9554212Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:41.9555334Z [36;1m     fi[0m
2025-08-20T21:46:41.9556081Z [36;1m  fi[0m
2025-08-20T21:46:41.9556797Z [36;1mfi[0m
2025-08-20T21:46:41.9631397Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:41.9632574Z env:
2025-08-20T21:46:41.9633711Z   GH_TOKEN: ***
2025-08-20T21:46:41.9634672Z ##[endgroup]
2025-08-20T21:46:41.9957108Z ##[group]Run ##Presets
2025-08-20T21:46:41.9958214Z [36;1m##Presets[0m
2025-08-20T21:46:41.9959323Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:41.9960258Z [36;1m#-------------#[0m
2025-08-20T21:46:41.9961421Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:46:41.9963369Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:46:41.9965309Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:46:41.9966962Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:46:41.9968925Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:46:41.9970608Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:46:41.9972102Z [36;1m  exit 1[0m
2025-08-20T21:46:41.9972928Z [36;1mfi[0m
2025-08-20T21:46:42.0014483Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:42.0015504Z env:
2025-08-20T21:46:42.0016637Z   RO_GHTOKEN: ***
2025-08-20T21:46:42.0017595Z   RO_GLTOKEN: ***
2025-08-20T21:46:42.0022271Z   MINISIGN_KEY: ***
2025-08-20T21:46:42.0023126Z ##[endgroup]
2025-08-20T21:46:42.0257985Z ##[group]Run ##Presets
2025-08-20T21:46:42.0258936Z [36;1m##Presets[0m
2025-08-20T21:46:42.0259710Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:42.0260533Z [36;1m#-------------#[0m
2025-08-20T21:46:42.0261361Z [36;1m##Host Triplet[0m
2025-08-20T21:46:42.0262383Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:46:42.0263605Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:46:42.0264773Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:46:42.0265930Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:46:42.0267008Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:46:42.0268382Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:46:42.0269619Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:46:42.0270824Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:46:42.0271842Z [36;1m   fi[0m
2025-08-20T21:46:42.0272813Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:46:42.0274071Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:46:42.0275206Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:46:42.0276433Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:46:42.0277496Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:46:42.0278442Z [36;1m fi[0m
2025-08-20T21:46:42.0279443Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0280921Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0282340Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0283667Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0284708Z [36;1m##Debug[0m
2025-08-20T21:46:42.0285490Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:46:42.0286472Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:46:42.0287324Z [36;1m else[0m
2025-08-20T21:46:42.0288262Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:46:42.0289316Z [36;1m fi[0m
2025-08-20T21:46:42.0290133Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0291192Z [36;1m##Docker Platform[0m
2025-08-20T21:46:42.0292422Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:46:42.0293642Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:46:42.0294884Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:46:42.0296179Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:46:42.0297396Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:46:42.0298751Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:46:42.0300100Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:46:42.0301379Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:46:42.0302316Z [36;1m fi[0m
2025-08-20T21:46:42.0303596Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0305219Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0306471Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:46:42.0308321Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/nushell/glibc" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:46:42.0310174Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:46:42.0311331Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0312492Z [36;1m##Logs[0m
2025-08-20T21:46:42.0313335Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:46:42.0314336Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:46:42.0315228Z [36;1m else[0m
2025-08-20T21:46:42.0315988Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:46:42.0316989Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:46:42.0318044Z [36;1m fi[0m
2025-08-20T21:46:42.0319127Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0320570Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0321876Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:46:42.0323216Z [36;1m PKG_FAMILY_LOCAL="$(echo "nushell" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:46:42.0324663Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:46:42.0325890Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0327120Z [36;1m##Rebuild[0m
2025-08-20T21:46:42.0328156Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:46:42.0329212Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:46:42.0330172Z [36;1m else[0m
2025-08-20T21:46:42.0330961Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:46:42.0331907Z [36;1m fi[0m
2025-08-20T21:46:42.0332895Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0334101Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:46:42.0335553Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:46:42.0337515Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:46:42.0340576Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:46:42.0343206Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:46:42.0344534Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:46:42.0346133Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:46:42.0347638Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:46:42.0349107Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0350202Z [36;1m    exit 1[0m
2025-08-20T21:46:42.0350956Z [36;1m   else[0m
2025-08-20T21:46:42.0351721Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:46:42.0353086Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0354338Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:46:42.0355560Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:46:42.0356835Z [36;1m      #check if supported[0m
2025-08-20T21:46:42.0358318Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:46:42.0360226Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:46:42.0361762Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:46:42.0362941Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0364018Z [36;1m         exit 1[0m
2025-08-20T21:46:42.0364811Z [36;1m       fi[0m
2025-08-20T21:46:42.0365595Z [36;1m      #get build system[0m
2025-08-20T21:46:42.0366963Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:46:42.0368602Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:46:42.0369682Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0370979Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:46:42.0372240Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0373459Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0374733Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:46:42.0375995Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0377227Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.0378369Z [36;1m       fi[0m
2025-08-20T21:46:42.0379239Z [36;1m     fi[0m
2025-08-20T21:46:42.0379955Z [36;1m   fi[0m
2025-08-20T21:46:42.0380705Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:46:42.0421848Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:42.0422703Z ##[endgroup]
2025-08-20T21:46:42.2907620Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:46:42.2909537Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:46:42.2910331Z 
2025-08-20T21:46:42.3541201Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:46:42.3544056Z 100  5854  100  5854    0     0  90400      0 --:--:-- --:--:-- --:--:-- 91468
2025-08-20T21:46:42.3552262Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T21:46:42.3793276Z ##[group]Run ##Presets
2025-08-20T21:46:42.3794150Z [36;1m##Presets[0m
2025-08-20T21:46:42.3794912Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:42.3795726Z [36;1m#-------------#[0m
2025-08-20T21:46:42.3796515Z [36;1m##Debug?[0m
2025-08-20T21:46:42.3797425Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:46:42.3798768Z [36;1m  set -x[0m
2025-08-20T21:46:42.3799474Z [36;1mfi[0m
2025-08-20T21:46:42.3800156Z [36;1m#-------------#[0m
2025-08-20T21:46:42.3800979Z [36;1m##CoreUtils[0m
2025-08-20T21:46:42.3801781Z [36;1msudo apt update -y[0m
2025-08-20T21:46:42.3803052Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:46:42.3806696Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:46:42.3810216Z [36;1m##tmp[0m
2025-08-20T21:46:42.3811240Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:46:42.3812449Z [36;1m#GH ENV[0m
2025-08-20T21:46:42.3813296Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.3814643Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.3815664Z [36;1m#-------------#[0m
2025-08-20T21:46:42.3816494Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:46:42.3817401Z [36;1msudo apt update -y[0m
2025-08-20T21:46:42.3818435Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:46:42.3819377Z [36;1m##Setup Minisign[0m
2025-08-20T21:46:42.3820249Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:46:42.3821603Z [36;1mecho "***[0m
2025-08-20T21:46:42.3826234Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:46:42.3827254Z [36;1m##User-Agent[0m
2025-08-20T21:46:42.3829965Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:46:42.3832887Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:42.3878660Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:42.3879500Z env:
2025-08-20T21:46:42.3880153Z   CROSS_COMPILING: NO
2025-08-20T21:46:42.3880946Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:46:42.3881813Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:46:42.3882640Z   ON_QEMU: NO
2025-08-20T21:46:42.3883307Z   DEBUG: 0
2025-08-20T21:46:42.3884019Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:46:42.3884906Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:46:42.3885963Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T21:46:42.3887059Z   KEEP_LOGS: YES
2025-08-20T21:46:42.3887895Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:42.3888713Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T21:46:42.3889545Z   SBUILD_REBUILD: false
2025-08-20T21:46:42.3891464Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T21:46:42.3893559Z   BUILD_SYS: docker://rust
2025-08-20T21:46:42.3894392Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:42.3895202Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:42.3895967Z ##[endgroup]
2025-08-20T21:46:42.4216300Z 
2025-08-20T21:46:42.4217594Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:46:42.4219521Z 
2025-08-20T21:46:42.4848805Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:46:42.5126452Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:46:42.5142168Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:46:42.5179329Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:46:42.5201911Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:46:42.5293290Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:46:42.5335731Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:46:42.6444729Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:46:42.6618681Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:46:42.6672349Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:46:42.6750670Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:46:42.6823527Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:46:42.6837378Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:46:42.6882091Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:46:42.7010352Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:46:42.7024648Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:46:42.7032631Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:46:42.8000632Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:46:42.8010733Z Get:22 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:46:42.8028928Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:46:42.8036895Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:46:42.8048981Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:46:42.8146997Z Get:23 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:46:42.8178701Z Get:24 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:46:42.8624552Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:46:42.8697660Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:46:42.8720781Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:46:42.8733905Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:46:42.8782936Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:46:42.8809736Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:46:42.8823934Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:46:42.8918329Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:46:42.8946045Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:46:42.8953347Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:46:49.5074004Z Fetched 10.6 MB in 1s (8511 kB/s)
2025-08-20T21:46:50.1810610Z Reading package lists...
2025-08-20T21:46:50.3165574Z Building dependency tree...
2025-08-20T21:46:50.3171856Z Reading state information...
2025-08-20T21:46:50.3296210Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:46:50.3410776Z 
2025-08-20T21:46:50.3411194Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:46:50.3411703Z 
2025-08-20T21:46:50.3539038Z Reading package lists...
2025-08-20T21:46:50.4973286Z Building dependency tree...
2025-08-20T21:46:50.4980652Z Reading state information...
2025-08-20T21:46:50.6409228Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:46:50.6409925Z bc set to manually installed.
2025-08-20T21:46:50.6410549Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:46:50.6411362Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:46:50.6412187Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:46:50.6412818Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:46:50.6415160Z The following additional packages will be installed:
2025-08-20T21:46:50.6415712Z   libtime-duration-perl
2025-08-20T21:46:50.6800199Z The following NEW packages will be installed:
2025-08-20T21:46:50.6806029Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:46:50.6962423Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:46:50.7182988Z Need to get 616 kB of archives.
2025-08-20T21:46:50.7183670Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:46:50.7184334Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:46:50.7521805Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:46:50.7721355Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:46:50.7908985Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:46:50.8108743Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:46:51.0845975Z Fetched 616 kB in 0s (4622 kB/s)
2025-08-20T21:46:51.1383448Z Selecting previously unselected package fdupes.
2025-08-20T21:46:51.2091505Z (Reading database ... 
2025-08-20T21:46:51.2092010Z (Reading database ... 5%
2025-08-20T21:46:51.2092452Z (Reading database ... 10%
2025-08-20T21:46:51.2092730Z (Reading database ... 15%
2025-08-20T21:46:51.2092985Z (Reading database ... 20%
2025-08-20T21:46:51.2093225Z (Reading database ... 25%
2025-08-20T21:46:51.2093452Z (Reading database ... 30%
2025-08-20T21:46:51.2093671Z (Reading database ... 35%
2025-08-20T21:46:51.2093891Z (Reading database ... 40%
2025-08-20T21:46:51.2094141Z (Reading database ... 45%
2025-08-20T21:46:51.2094365Z (Reading database ... 50%
2025-08-20T21:46:51.3639515Z (Reading database ... 55%
2025-08-20T21:46:51.4871135Z (Reading database ... 60%
2025-08-20T21:46:51.6513134Z (Reading database ... 65%
2025-08-20T21:46:51.7540740Z (Reading database ... 70%
2025-08-20T21:46:51.9137096Z (Reading database ... 75%
2025-08-20T21:46:52.2525877Z (Reading database ... 80%
2025-08-20T21:46:52.7774361Z (Reading database ... 85%
2025-08-20T21:46:53.3355722Z (Reading database ... 90%
2025-08-20T21:46:53.7796847Z (Reading database ... 95%
2025-08-20T21:46:53.7797419Z (Reading database ... 100%
2025-08-20T21:46:53.7798456Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:46:53.7840664Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:46:53.7863485Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:46:53.8215252Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:46:53.8345940Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:46:53.8354974Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:46:53.8698865Z Selecting previously unselected package moreutils.
2025-08-20T21:46:53.8828461Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:46:53.8836696Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:46:54.0272446Z Selecting previously unselected package dos2unix.
2025-08-20T21:46:54.0401592Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:46:54.0412156Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:46:54.3414880Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:46:54.3442371Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:46:54.3468482Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:46:54.3494065Z Setting up moreutils (0.69-1) ...
2025-08-20T21:46:54.3521762Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:47:52.5817386Z 
2025-08-20T21:47:52.5818079Z Running kernel seems to be up-to-date.
2025-08-20T21:47:52.5818479Z 
2025-08-20T21:47:52.5818635Z Restarting services...
2025-08-20T21:47:52.5885839Z 
2025-08-20T21:47:52.5886160Z Service restarts being deferred:
2025-08-20T21:47:52.5887235Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:47:52.5887601Z 
2025-08-20T21:47:52.5889768Z No containers need to be restarted.
2025-08-20T21:47:52.5890213Z 
2025-08-20T21:47:52.5890440Z No user sessions are running outdated binaries.
2025-08-20T21:47:52.5890773Z 
2025-08-20T21:47:52.5891075Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:47:53.3804810Z Reading package lists...
2025-08-20T21:47:53.5246876Z Building dependency tree...
2025-08-20T21:47:53.5254542Z Reading state information...
2025-08-20T21:47:53.6704273Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:47:53.6704908Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:47:53.6705444Z apt-utils set to manually installed.
2025-08-20T21:47:53.6706539Z ca-certificates is already the newest version (20240203).
2025-08-20T21:47:53.6707244Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:47:53.6708144Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:47:53.6708851Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:47:53.6709438Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:47:53.6709980Z moreutils is already the newest version (0.69-1).
2025-08-20T21:47:53.6710574Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:47:53.6711167Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:47:53.6711664Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:47:53.6712161Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:47:53.6712581Z tmux set to manually installed.
2025-08-20T21:47:53.6713029Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:47:53.6713573Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:47:53.6714093Z The following additional packages will be installed:
2025-08-20T21:47:53.6714588Z   python3-software-properties
2025-08-20T21:47:53.6714962Z Recommended packages:
2025-08-20T21:47:53.6715279Z   unattended-upgrades
2025-08-20T21:47:53.6995035Z The following NEW packages will be installed:
2025-08-20T21:47:53.6995498Z   rename
2025-08-20T21:47:53.7002867Z The following packages will be upgraded:
2025-08-20T21:47:53.7003506Z   python3-software-properties software-properties-common
2025-08-20T21:47:53.7150770Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:47:53.7376414Z Need to get 64.7 kB of archives.
2025-08-20T21:47:53.7377218Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:47:53.7378064Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:47:53.8738733Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:47:53.9086326Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:47:53.9347200Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:47:54.1823174Z Fetched 64.7 kB in 0s (312 kB/s)
2025-08-20T21:47:54.2067447Z (Reading database ... 
2025-08-20T21:47:54.2068075Z (Reading database ... 5%
2025-08-20T21:47:54.2068471Z (Reading database ... 10%
2025-08-20T21:47:54.2068839Z (Reading database ... 15%
2025-08-20T21:47:54.2069224Z (Reading database ... 20%
2025-08-20T21:47:54.2069596Z (Reading database ... 25%
2025-08-20T21:47:54.2069972Z (Reading database ... 30%
2025-08-20T21:47:54.2070605Z (Reading database ... 35%
2025-08-20T21:47:54.2070978Z (Reading database ... 40%
2025-08-20T21:47:54.2071331Z (Reading database ... 45%
2025-08-20T21:47:54.2071669Z (Reading database ... 50%
2025-08-20T21:47:54.2150653Z (Reading database ... 55%
2025-08-20T21:47:54.2183182Z (Reading database ... 60%
2025-08-20T21:47:54.2204001Z (Reading database ... 65%
2025-08-20T21:47:54.2236468Z (Reading database ... 70%
2025-08-20T21:47:54.2260136Z (Reading database ... 75%
2025-08-20T21:47:54.2288280Z (Reading database ... 80%
2025-08-20T21:47:54.2417996Z (Reading database ... 85%
2025-08-20T21:47:54.2502651Z (Reading database ... 90%
2025-08-20T21:47:54.2744817Z (Reading database ... 95%
2025-08-20T21:47:54.2745104Z (Reading database ... 100%
2025-08-20T21:47:54.2745503Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:47:54.2783571Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:47:54.3698729Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:47:54.4376100Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:47:54.5099666Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:47:54.5345700Z Selecting previously unselected package rename.
2025-08-20T21:47:54.5483551Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:47:54.5493586Z Unpacking rename (2.02-1) ...
2025-08-20T21:47:54.5880101Z Setting up rename (2.02-1) ...
2025-08-20T21:47:54.5940815Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:47:54.5960298Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:47:54.7174033Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:47:54.8144660Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:47:58.8576987Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:48:00.2346819Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:48:00.2629664Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:48:00.2633986Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:48:00.2649800Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:48:00.2659420Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:48:00.2669714Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:48:00.2721940Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:48:01.3493765Z Reading package lists...
2025-08-20T21:48:01.4847715Z Building dependency tree...
2025-08-20T21:48:01.4854321Z Reading state information...
2025-08-20T21:48:01.4985075Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:48:01.5132652Z 
2025-08-20T21:48:01.5133064Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:48:01.5133588Z 
2025-08-20T21:48:01.5719202Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:48:01.5994997Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:48:01.6004175Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:48:01.6015866Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:48:01.6029049Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:48:01.6039869Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:48:01.6082396Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:48:02.6981162Z Reading package lists...
2025-08-20T21:48:02.8328584Z Building dependency tree...
2025-08-20T21:48:02.8334904Z Reading state information...
2025-08-20T21:48:02.8460466Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:48:02.8570824Z 
2025-08-20T21:48:02.8571548Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:48:02.8571990Z 
2025-08-20T21:48:02.8696215Z Reading package lists...
2025-08-20T21:48:03.0083854Z Building dependency tree...
2025-08-20T21:48:03.0091162Z Reading state information...
2025-08-20T21:48:03.1513667Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:48:03.1866982Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:48:03.2138749Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:48:03.2654900Z ##[group]Run ##Presets
2025-08-20T21:48:03.2655163Z [36;1m##Presets[0m
2025-08-20T21:48:03.2655358Z [36;1mset +x ; set +e[0m
2025-08-20T21:48:03.2655564Z [36;1m#-------------#[0m
2025-08-20T21:48:03.2655758Z [36;1m##Debug?[0m
2025-08-20T21:48:03.2655995Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:48:03.2656280Z [36;1m  set -x[0m
2025-08-20T21:48:03.2676940Z [36;1mfi[0m
2025-08-20T21:48:03.2677254Z [36;1m#-------------#[0m
2025-08-20T21:48:03.2678132Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:48:03.2679076Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:48:03.2679982Z [36;1msudo service procps restart[0m
2025-08-20T21:48:03.2680428Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:48:03.2725814Z shell: /usr/bin/bash -e {0}
2025-08-20T21:48:03.2726052Z env:
2025-08-20T21:48:03.2726263Z   CROSS_COMPILING: NO
2025-08-20T21:48:03.2726484Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:48:03.2726705Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:48:03.2726917Z   ON_QEMU: NO
2025-08-20T21:48:03.2727085Z   DEBUG: 0
2025-08-20T21:48:03.2727260Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:48:03.2727477Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:48:03.2727974Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T21:48:03.2728269Z   KEEP_LOGS: YES
2025-08-20T21:48:03.2728455Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:48:03.2728659Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T21:48:03.2728893Z   SBUILD_REBUILD: false
2025-08-20T21:48:03.2729411Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T21:48:03.2729981Z   BUILD_SYS: docker://rust
2025-08-20T21:48:03.2730200Z   BUILD_ON_HOST: FALSE
2025-08-20T21:48:03.2730394Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:48:03.2730581Z   SYSTMP: /tmp
2025-08-20T21:48:03.2730758Z   GHA_MODE: MATRIX
2025-08-20T21:48:03.2731183Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:48:03.2731640Z ##[endgroup]
2025-08-20T21:48:03.2851054Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:48:03.2922819Z 0
2025-08-20T21:48:03.3260682Z vm.max_map_count = 262144
2025-08-20T21:48:03.3261124Z fs.inotify.max_user_watches = 655360
2025-08-20T21:48:03.3261576Z fs.inotify.max_user_instances = 1280
2025-08-20T21:48:03.3261911Z vm.mmap_rnd_bits = 28
2025-08-20T21:48:03.3331020Z ##[group]Run ##Presets
2025-08-20T21:48:03.3331316Z [36;1m##Presets[0m
2025-08-20T21:48:03.3331511Z [36;1mset +x ; set +e[0m
2025-08-20T21:48:03.3331729Z [36;1m#-------------#[0m
2025-08-20T21:48:03.3331925Z [36;1m##Debug?[0m
2025-08-20T21:48:03.3332174Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:48:03.3332458Z [36;1m  set -x[0m
2025-08-20T21:48:03.3332635Z [36;1mfi[0m
2025-08-20T21:48:03.3332806Z [36;1m#-------------#[0m
2025-08-20T21:48:03.3332996Z [36;1m##Main[0m
2025-08-20T21:48:03.3333206Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:48:03.3333836Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:48:03.3334543Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:48:03.3334905Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:48:03.3335164Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:48:03.3335414Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:48:03.3335703Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:48:03.3336019Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:48:03.3336312Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:48:03.3336615Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:48:03.3336897Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:48:03.3337226Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:48:03.3337584Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:48:03.3338103Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:48:03.3338369Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:48:03.3338648Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:48:03.3338927Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:48:03.3339199Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:48:03.3339467Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:48:03.3339755Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:48:03.3340227Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:48:03.3340516Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:48:03.3340818Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:48:03.3341118Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:48:03.3341407Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:48:03.3341694Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:48:03.3341954Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:48:03.3342288Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:48:03.3342736Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:48:03.3343204Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:48:03.3343665Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:48:03.3344005Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:48:03.3344356Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:48:03.3344978Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:48:03.3345755Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:48:03.3346273Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:48:03.3346532Z [36;1m else[0m
2025-08-20T21:48:03.3346988Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:48:03.3347349Z [36;1m fi[0m
2025-08-20T21:48:03.3347589Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:48:03.3348372Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:48:03.3348829Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:48:03.3349216Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:48:03.3349598Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:48:03.3349983Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:48:03.3350379Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:48:03.3350774Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:48:03.3351186Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:48:03.3351593Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:48:03.3351896Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:48:03.3390154Z shell: /usr/bin/bash -e {0}
2025-08-20T21:48:03.3390382Z env:
2025-08-20T21:48:03.3390557Z   CROSS_COMPILING: NO
2025-08-20T21:48:03.3390768Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:48:03.3390989Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:48:03.3391203Z   ON_QEMU: NO
2025-08-20T21:48:03.3391388Z   DEBUG: 0
2025-08-20T21:48:03.3391569Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:48:03.3391785Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:48:03.3392055Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T21:48:03.3392337Z   KEEP_LOGS: YES
2025-08-20T21:48:03.3392520Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:48:03.3392722Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T21:48:03.3392923Z   SBUILD_REBUILD: false
2025-08-20T21:48:03.3393437Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T21:48:03.3393998Z   BUILD_SYS: docker://rust
2025-08-20T21:48:03.3394360Z   BUILD_ON_HOST: FALSE
2025-08-20T21:48:03.3394552Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:48:03.3394737Z   SYSTMP: /tmp
2025-08-20T21:48:03.3394916Z   GHA_MODE: MATRIX
2025-08-20T21:48:03.3395341Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:48:03.3395995Z   GHCR_TOKEN: ***
2025-08-20T21:48:03.3396268Z   GITHUB_TOKEN: ***
2025-08-20T21:48:03.3396496Z   GITLAB_TOKEN: ***
2025-08-20T21:48:03.3397589Z   MINISIGN_KEY: ***
2025-08-20T21:48:03.3398117Z ##[endgroup]
2025-08-20T21:48:03.4008173Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:48:03.4762322Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:48:03.4763020Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:48:03.4763403Z 
2025-08-20T21:48:03.5160206Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:48:03.5160821Z 100  5854  100  5854    0     0   143k      0 --:--:-- --:--:-- --:--:--  146k
2025-08-20T21:48:03.5170903Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T21:48:03.5250460Z 
2025-08-20T21:48:03.5250689Z [+] Building [/tmp/tmp.rWuzwgKnqN/SBUILD_INPUT] Locally
2025-08-20T21:48:03.5250999Z 
2025-08-20T21:48:03.5264144Z '/tmp/tmp.rWuzwgKnqN/SBUILD_INPUT' -> '/tmp/pkgforge/Weo2HLV4N_build.yaml'
2025-08-20T21:48:03.6338884Z 
2025-08-20T21:48:03.6339143Z [+] Passwordless sudo is Configured
2025-08-20T21:48:03.7235406Z 
2025-08-20T21:48:03.7249492Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:48:03.7249862Z 
2025-08-20T21:48:03.7713129Z 
2025-08-20T21:48:03.7714180Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:48:03.7714930Z 
2025-08-20T21:48:03.7714939Z 
2025-08-20T21:48:03.7715296Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:48:03.7715815Z 
2025-08-20T21:48:03.7788902Z [+] Installing: 7z -> 7z
2025-08-20T21:48:03.9238640Z [+] Installing: actionlint -> actionlint
2025-08-20T21:48:04.9333589Z [+] Installing: anew -> anew
2025-08-20T21:48:06.1732031Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:48:06.2971123Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:48:06.6281964Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:48:06.7232189Z [+] Installing: archey -> archey
2025-08-20T21:48:08.6933686Z [+] Installing: aria2 -> aria2c
2025-08-20T21:48:09.0621888Z [+] Installing: askalono -> askalono
2025-08-20T21:48:09.1994049Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:48:09.5575613Z [+] Installing: b3sum -> b3sum
2025-08-20T21:48:09.6772959Z [+] Installing: bita -> bita
2025-08-20T21:48:09.8449932Z [+] Installing: btop -> btop
2025-08-20T21:48:12.7021437Z [+] Installing: chafa -> chafa
2025-08-20T21:48:13.1221481Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:48:13.3453541Z [+] Installing: croc -> croc
2025-08-20T21:48:13.7194088Z [+] Installing: csvtk -> csvtk
2025-08-20T21:48:13.9275788Z [+] Installing: cutlines -> cutlines
2025-08-20T21:48:14.2408730Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:14.2437263Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:48:14.2438095Z [+] Installing: dbin -> dbin
2025-08-20T21:48:14.4265258Z [+] Installing: dasel -> dasel
2025-08-20T21:48:14.8044107Z [+] Installing: delta -> delta
2025-08-20T21:48:15.2416828Z [+] Installing: ds -> ds
2025-08-20T21:48:15.5340180Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:15.5368832Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:48:15.5369546Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:48:15.6629453Z [+] Installing: duf -> duf
2025-08-20T21:48:15.8314896Z [+] Installing: duplicut -> duplicut
2025-08-20T21:48:16.2057260Z [+] Installing: dust -> dust
2025-08-20T21:48:16.3699345Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:48:16.5342141Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:48:16.6855459Z [+] Installing: dysk -> dysk
2025-08-20T21:48:16.8345231Z [+] Installing: eget -> eget
2025-08-20T21:48:17.1996716Z [+] Installing: epoch -> epoch
2025-08-20T21:48:18.7945013Z [+] Installing: faketty -> faketty
2025-08-20T21:48:20.7034969Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:48:21.0914661Z [+] Installing: freeze -> freeze
2025-08-20T21:48:21.2619698Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:48:21.3812404Z [+] Installing: gdu -> gdu
2025-08-20T21:48:21.7551192Z [+] Installing: gh -> gh
2025-08-20T21:48:22.2246082Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:48:22.7275558Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:48:22.9194857Z [+] Installing: glab -> glab
2025-08-20T21:48:23.4055591Z [+] Installing: glow -> glow
2025-08-20T21:48:25.0227263Z [+] Installing: httpx -> httpx
2025-08-20T21:48:25.5389047Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:48:25.9625844Z [+] Installing: husarnet -> husarnet
2025-08-20T21:48:26.0663923Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:26.0695345Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:48:26.0696224Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:48:26.1911976Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:26.1942036Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:48:26.1942732Z [+] Installing: imgcat -> imgcat
2025-08-20T21:48:26.3431482Z [+] Installing: jc -> jc
2025-08-20T21:48:26.6365425Z [+] Installing: jq -> jq
2025-08-20T21:48:26.7546288Z [+] Installing: logdy -> logdy
2025-08-20T21:48:27.0054773Z [+] Installing: micro -> micro
2025-08-20T21:48:27.5292645Z [+] Installing: miniserve -> miniserve
2025-08-20T21:48:27.9162708Z [+] Installing: minisign -> minisign
2025-08-20T21:48:28.0480499Z [+] Installing: ncdu -> ncdu
2025-08-20T21:48:28.4124076Z [+] Installing: notify -> notify
2025-08-20T21:48:28.8165421Z [+] Installing: ouch -> ouch
2025-08-20T21:48:28.9669586Z [+] Installing: oras -> oras
2025-08-20T21:48:29.3488320Z [+] Installing: pipetty -> pipetty
2025-08-20T21:48:29.4760424Z [+] Installing: pixterm -> pixterm
2025-08-20T21:48:29.6206141Z [+] Installing: qsv -> qsv
2025-08-20T21:48:29.8476455Z [+] Installing: rclone -> rclone
2025-08-20T21:48:30.3625318Z [+] Installing: ripgrep -> rg
2025-08-20T21:48:30.8025953Z [+] Installing: rga -> rga
2025-08-20T21:48:31.2422463Z [+] Installing: rsync -> rsync
2025-08-20T21:48:31.6025438Z [+] Installing: script -> script
2025-08-20T21:48:31.7125065Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:48:32.2530244Z [+] Installing: soar -> soar
2025-08-20T21:48:32.5753232Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:48:32.9744566Z [+] Installing: sstrip -> sstrip
2025-08-20T21:48:33.0996291Z [+] Installing: strace -> strace
2025-08-20T21:48:33.4470750Z [+] Installing: sttr -> sttr
2025-08-20T21:48:33.8371336Z [+] Installing: tailscale -> tailscale
2025-08-20T21:48:34.4691626Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:48:35.2402095Z [+] Installing: taplo -> taplo
2025-08-20T21:48:35.6203304Z [+] Installing: tldr -> tldr
2025-08-20T21:48:35.9982794Z [+] Installing: tldr -> tealdeer
2025-08-20T21:48:36.1515683Z [+] Installing: tmux -> tmux
2025-08-20T21:48:38.5063402Z [+] Installing: tok -> tok
2025-08-20T21:48:39.0270961Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:48:39.4432652Z [+] Installing: trurl -> trurl
2025-08-20T21:48:39.6023943Z [+] Installing: tss -> tss
2025-08-20T21:48:39.7510810Z [+] Installing: ulexec -> ulexec
2025-08-20T21:48:39.9105095Z [+] Installing: unfurl -> unfurl
2025-08-20T21:48:40.3746772Z [+] Installing: upx -> upx
2025-08-20T21:48:40.5104952Z [+] Installing: validtoml -> validtoml
2025-08-20T21:48:40.6636923Z [+] Installing: wget -> wget
2025-08-20T21:48:41.1086529Z [+] Installing: wget2 -> wget2
2025-08-20T21:48:41.4896678Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:48:41.8651746Z [+] Installing: xq -> xq
2025-08-20T21:48:42.2368140Z [+] Installing: xz -> xz
2025-08-20T21:48:42.3510304Z [+] Installing: unxz -> unxz
2025-08-20T21:48:42.4984655Z [+] Installing: yq -> yq
2025-08-20T21:48:42.8821397Z [+] Installing: yj -> yj
2025-08-20T21:48:43.0593453Z [+] Installing: zapper -> zapper
2025-08-20T21:48:43.4088452Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:48:43.5338621Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:48:43.8430884Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:43.8462025Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:48:43.8462940Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:48:44.1608477Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:44.1638426Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:48:44.1639460Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:48:44.2773707Z curl: (22) The requested URL returned error: 404
2025-08-20T21:48:44.2803388Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:48:44.2804131Z [+] Installing: zstd -> zstd
2025-08-20T21:48:44.4039782Z [+] Creating symlinks...
2025-08-20T21:48:44.4128764Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:48:44.4222961Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:48:44.4321698Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:48:44.4415829Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:48:44.4511123Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:48:44.4604833Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:48:44.4699009Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:48:44.4794532Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:48:44.4889095Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:48:44.4982821Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:48:44.5077590Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:48:44.5172703Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:48:44.5266571Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:48:44.5361716Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:48:44.5456309Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:48:44.5550596Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:48:44.5644968Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:48:44.5681590Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:48:44.5765923Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:48:44.5859918Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:48:44.5956546Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:48:44.5993055Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:48:44.6079220Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:48:44.6173836Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:48:44.6270132Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:48:44.6366144Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:48:44.6462608Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:48:44.6558361Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:48:44.6653038Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:48:44.6746664Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:48:44.6840237Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:48:44.6934587Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:48:44.7029344Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:48:44.7124231Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:48:44.7220085Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:48:44.7313999Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:48:44.7408692Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:48:44.7503434Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:48:44.7598479Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:48:44.7692145Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:48:44.7786494Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:48:44.7881211Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:48:44.7974600Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:48:44.8069888Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:48:44.8106367Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:48:44.8133743Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:48:44.8220344Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:48:44.8313881Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:48:44.8408425Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:48:44.8502964Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:48:44.8597287Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:48:44.8692349Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:48:44.8787668Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:48:44.8882315Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:48:44.8976758Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:48:44.9070562Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:48:44.9164286Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:48:44.9259223Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:48:44.9353286Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:48:44.9449266Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:48:44.9544435Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:48:44.9638063Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:48:44.9733518Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:48:44.9829151Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:48:44.9923459Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:48:45.0018549Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:48:45.0115233Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:48:45.0209688Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:48:45.0303616Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:48:45.0400488Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:48:45.0495979Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:48:45.0592040Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:48:45.0686298Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:48:45.0780395Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:48:45.0874645Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:48:45.0970497Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:48:45.1064967Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:48:45.1160594Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:48:45.1255331Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:48:45.1351170Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:48:45.1445086Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:48:45.1541350Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:48:45.1635917Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:48:45.1732312Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:48:45.1825966Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:48:45.1921751Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:48:45.2016680Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:48:45.2111639Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:48:45.2207074Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:48:45.2301575Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:48:45.2397629Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:48:45.2492892Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:48:45.2587048Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:48:45.2681680Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:48:45.2777452Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:48:45.2814505Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:48:45.2842375Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:48:45.2870337Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:48:45.2955918Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:48:45.2981906Z 
2025-08-20T21:48:45.2982513Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:48:45.2983064Z 
2025-08-20T21:48:45.2997689Z 
2025-08-20T21:48:45.3089497Z 
2025-08-20T21:48:45.3089825Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:48:45.3090165Z 
2025-08-20T21:48:45.3090307Z [+] Installation completed!
2025-08-20T21:48:45.3163565Z 
2025-08-20T21:48:45.3163925Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:48:45.5210235Z github.com
2025-08-20T21:48:45.5211203Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:48:45.5211913Z   - Active account: true
2025-08-20T21:48:45.5212422Z   - Git operations protocol: https
2025-08-20T21:48:45.5213014Z   - Token: ghp_************************************
2025-08-20T21:48:45.5214364Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:48:45.5215288Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:48:45.5215777Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:48:45.6251004Z Limit: 5000, Remaining: 4962, Reset: 2025-08-20 22:27:57 +0000 UTC (39m11s)
2025-08-20T21:48:45.6259151Z 
2025-08-20T21:48:45.6259351Z [+] GHCR_TOKEN is Exported
2025-08-20T21:48:45.6297581Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:48:45.8782640Z Login Succeeded
2025-08-20T21:48:45.8792888Z 
2025-08-20T21:48:45.8793096Z [+] GITLAB is Exported
2025-08-20T21:48:45.9080591Z [git remote -v]
2025-08-20T21:48:46.1276867Z gitlab.com
2025-08-20T21:48:46.1277979Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:48:46.1279104Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:48:46.1280055Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:48:46.1280914Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:48:46.1281542Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:48:46.1282113Z   ✓ Token found: **************************
2025-08-20T21:48:46.1282283Z 
2025-08-20T21:48:46.1282985Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:48:46.1283507Z [git remote -v]
2025-08-20T21:48:46.1295568Z 2025/08/20 21:48:46 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:48:46.1296463Z git: exit status 128]
2025-08-20T21:48:46.3350385Z 
2025-08-20T21:48:46.3350559Z 
2025-08-20T21:48:46.3351201Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:48:46 PM)
2025-08-20T21:48:46.3351865Z 
2025-08-20T21:48:46.3351871Z 
2025-08-20T21:48:46.3351998Z [+] USER = runner
2025-08-20T21:48:46.3352314Z [+] HOME = /home/runner
2025-08-20T21:48:46.3355241Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:48:46.3357572Z 
2025-08-20T21:48:46.3948025Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:48:46.4242897Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:48:46.4255963Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:48:46.4266182Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:48:46.4278434Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:48:46.4294940Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:48:46.4359575Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:48:47.5119726Z Reading package lists...
2025-08-20T21:48:47.5434860Z Reading package lists...
2025-08-20T21:48:47.6881204Z Building dependency tree...
2025-08-20T21:48:47.6889078Z Reading state information...
2025-08-20T21:48:47.8530182Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:48:47.8530582Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:48:47.8530932Z ca-certificates is already the newest version (20240203).
2025-08-20T21:48:47.8531289Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:48:47.8531631Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:48:47.8531959Z moreutils is already the newest version (0.69-1).
2025-08-20T21:48:47.8532346Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:48:47.8532757Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:48:47.8533447Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:48:47.9229248Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:48:47.9489844Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:48:47.9528364Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:48:47.9534287Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:48:47.9542023Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:48:47.9590177Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:48:47.9625192Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:48:49.0448885Z Reading package lists...
2025-08-20T21:48:49.0756068Z Reading package lists...
2025-08-20T21:48:49.2192682Z Building dependency tree...
2025-08-20T21:48:49.2200390Z Reading state information...
2025-08-20T21:48:49.3573668Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:48:49.3574398Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:48:49.3574979Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:48:49.3575596Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:48:49.3576259Z ca-certificates is already the newest version (20240203).
2025-08-20T21:48:49.3576948Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:48:49.3577516Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:48:49.3578346Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:48:49.3578934Z gawk set to manually installed.
2025-08-20T21:48:49.3579376Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:48:49.3579904Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:48:49.3580459Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:48:49.3580982Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:48:49.3581581Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:48:49.3582184Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:48:49.3583091Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:48:49.3583622Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:48:49.3584149Z The following additional packages will be installed:
2025-08-20T21:48:49.3584811Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:48:49.3585551Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:48:49.3586346Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:48:49.3587108Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:48:49.3588053Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:48:49.3588778Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:48:49.3592235Z Suggested packages:
2025-08-20T21:48:49.3592706Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:48:49.3593440Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:48:49.3594256Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:48:49.3608384Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:48:49.3609250Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:48:49.3609989Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:48:49.3610602Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:48:49.3888444Z The following NEW packages will be installed:
2025-08-20T21:48:49.3889156Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:48:49.3890017Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:48:49.3891287Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:48:49.3892136Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:48:49.3892975Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:48:49.3894693Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:48:49.3895816Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:48:49.4068790Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:48:49.4069395Z Need to get 27.5 MB of archives.
2025-08-20T21:48:49.4069951Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:48:49.4070611Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:48:49.4566740Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:48:49.6123909Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:48:49.6740498Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:48:49.6966658Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:48:49.7152551Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:48:49.7341992Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:48:49.7717684Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:48:49.7954807Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:48:49.8331021Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:48:49.8530892Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:48:50.0267340Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:48:50.0469548Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:48:50.0832231Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:48:50.1034001Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:48:50.1216082Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:48:50.1411171Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:48:50.1600487Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:48:50.2816306Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T21:48:50.3434669Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:48:50.3644920Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:48:50.3831070Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:48:50.4020241Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T21:48:50.4398513Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T21:48:50.4585494Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:48:50.4825977Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T21:48:50.5015150Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T21:48:50.5493283Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:48:50.5691477Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T21:48:50.5902824Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:48:50.6099188Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:48:50.6289186Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:48:50.6481423Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:48:50.6669359Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:48:50.7285716Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:48:50.7518544Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:48:50.7888811Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:48:51.0249041Z Preconfiguring packages ...
2025-08-20T21:48:51.0831717Z Fetched 27.5 MB in 1s (19.7 MB/s)
2025-08-20T21:48:51.1036877Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:48:51.1089704Z (Reading database ... 
2025-08-20T21:48:51.1090152Z (Reading database ... 5%
2025-08-20T21:48:51.1090629Z (Reading database ... 10%
2025-08-20T21:48:51.1091006Z (Reading database ... 15%
2025-08-20T21:48:51.1091351Z (Reading database ... 20%
2025-08-20T21:48:51.1091847Z (Reading database ... 25%
2025-08-20T21:48:51.1092056Z (Reading database ... 30%
2025-08-20T21:48:51.1092268Z (Reading database ... 35%
2025-08-20T21:48:51.1092474Z (Reading database ... 40%
2025-08-20T21:48:51.1092672Z (Reading database ... 45%
2025-08-20T21:48:51.1092870Z (Reading database ... 50%
2025-08-20T21:48:51.1113879Z (Reading database ... 55%
2025-08-20T21:48:51.1202525Z (Reading database ... 60%
2025-08-20T21:48:51.1222604Z (Reading database ... 65%
2025-08-20T21:48:51.1254476Z (Reading database ... 70%
2025-08-20T21:48:51.1277698Z (Reading database ... 75%
2025-08-20T21:48:51.1305707Z (Reading database ... 80%
2025-08-20T21:48:51.1435884Z (Reading database ... 85%
2025-08-20T21:48:51.1521519Z (Reading database ... 90%
2025-08-20T21:48:51.1764950Z (Reading database ... 95%
2025-08-20T21:48:51.1765371Z (Reading database ... 100%
2025-08-20T21:48:51.1765892Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:48:51.1804209Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:48:51.2001387Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:48:51.3471320Z Selecting previously unselected package poppler-data.
2025-08-20T21:48:51.3605491Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:48:51.3616631Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:48:51.4841556Z Selecting previously unselected package b3sum.
2025-08-20T21:48:51.4976421Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:48:51.4986307Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:48:51.5267537Z Selecting previously unselected package build-essential.
2025-08-20T21:48:51.5400889Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:48:51.5411211Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:48:51.5632930Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:48:51.5765441Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:48:51.5790545Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:48:51.6002615Z Selecting previously unselected package ccache.
2025-08-20T21:48:51.6134890Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:48:51.6144101Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:48:51.6609983Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:48:51.6742197Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:48:51.6752323Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:48:51.7030452Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:48:51.7162316Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:48:51.7171187Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:48:51.7458775Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:48:51.7589522Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:48:51.7598605Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:48:51.7980594Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:48:51.8109081Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:48:51.8741730Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:48:51.9727300Z Selecting previously unselected package libgs-common.
2025-08-20T21:48:51.9862982Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:48:51.9872670Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:52.0112033Z Selecting previously unselected package libgs10-common.
2025-08-20T21:48:52.0246113Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:48:52.0255073Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:52.0919678Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:48:52.1054207Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:48:52.1064835Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:48:52.1293214Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:48:52.1427248Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:48:52.1437898Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:48:52.1648109Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:48:52.1780319Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:48:52.1790037Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:48:52.2023104Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:48:52.2155348Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:48:52.2164138Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:48:52.2390285Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:48:52.2521710Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:48:52.2532799Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:52.3589019Z Selecting previously unselected package ghostscript.
2025-08-20T21:48:52.3725778Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:48:52.3736666Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:52.4025551Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:48:52.4161240Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:48:52.4174283Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:52.4862680Z Selecting previously unselected package imagemagick.
2025-08-20T21:48:52.4995992Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:48:52.5004957Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:52.5205889Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:48:52.5339872Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:48:52.5351992Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:52.5585471Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:48:52.5718710Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:48:52.5726219Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:52.6008319Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:48:52.6141447Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:48:52.6150272Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:48:52.6380513Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:48:52.6511720Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:48:52.6523357Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:52.6741062Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:48:52.6869713Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:48:52.6877196Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:52.7074174Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:48:52.7201276Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:48:52.7208836Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:48:52.7587950Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:48:52.7721412Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:48:52.7729872Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:48:52.7928266Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:48:52.8056742Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:48:52.8064297Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:52.8328721Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:48:52.8457515Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:48:52.8466476Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:48:52.8670826Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:48:52.8799358Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:48:52.8807187Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:48:52.8995874Z Selecting previously unselected package libtool-bin.
2025-08-20T21:48:52.9118124Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:48:52.9124898Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:48:52.9333288Z Selecting previously unselected package lzip.
2025-08-20T21:48:52.9457533Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:48:52.9465238Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:48:52.9675532Z Selecting previously unselected package netpbm.
2025-08-20T21:48:52.9800213Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:48:52.9807962Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:48:53.1501790Z Selecting previously unselected package musl:amd64.
2025-08-20T21:48:53.1639742Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:48:53.1647958Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:48:53.1926810Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:48:53.2061566Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:48:53.2069180Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:48:53.2709976Z Selecting previously unselected package musl-tools.
2025-08-20T21:48:53.2845530Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:48:53.2852760Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:48:53.3242017Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:48:53.4491734Z 
2025-08-20T21:48:53.4492197Z Creating config file /etc/papersize with new version
2025-08-20T21:48:53.5358352Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:48:53.5378590Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:48:53.5402127Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:48:53.5421748Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:48:53.5440339Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:53.5463749Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:48:53.5485733Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:48:53.5510015Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:48:53.5611212Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:53.5632860Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:48:53.5653967Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:48:53.5711189Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:48:53.5756261Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:48:53.5801484Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:48:53.5820603Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:48:53.5846172Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:48:53.5870563Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:48:53.5894315Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:48:53.5916990Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:53.5983048Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:48:53.6026524Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:48:53.6085218Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:48:53.6128623Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:48:53.6183067Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:48:53.6226614Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:48:53.6283348Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:48:53.6328127Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:48:53.6383061Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:48:53.6428173Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:48:53.6483086Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:48:53.6529035Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:48:53.6583939Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:48:53.6631122Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:48:53.6686749Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:48:53.6733818Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:48:53.6790255Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:48:53.6836380Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:48:53.6892591Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:48:53.6939020Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:48:53.6995646Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:48:53.7043158Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:48:53.7062086Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:48:53.7082239Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:48:53.7117417Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:48:53.7158153Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:48:53.7350855Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:53.7372289Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:48:53.7396202Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:48:53.7420261Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:48:53.7442093Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:48:53.7570749Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:48:53.7595753Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:48:53.7639841Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:48:53.7672089Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:48:53.7696507Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:53.7723289Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:48:53.7746422Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:48:53.9335270Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:48:53.9354503Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:53.9405628Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:53.9429451Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:48:53.9499340Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:48:54.1300667Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:48:54.3938738Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:48:54.7360239Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:48:56.0317656Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:04.4828461Z Reading package lists...
2025-08-20T21:49:04.6222999Z Building dependency tree...
2025-08-20T21:49:04.6230291Z Reading state information...
2025-08-20T21:49:04.7671795Z autoconf is already the newest version (2.71-3).
2025-08-20T21:49:04.7672606Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:49:04.7673363Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:49:04.7674096Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:49:04.7674860Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:49:04.7675640Z ca-certificates is already the newest version (20240203).
2025-08-20T21:49:04.7676066Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:49:04.7676471Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:49:04.7677196Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:49:04.7677632Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:49:04.7678303Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:49:04.7678738Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:49:04.7679099Z patch set to manually installed.
2025-08-20T21:49:04.7679469Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:49:04.7679899Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:49:04.7680301Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:49:04.7680693Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:49:04.7681028Z Suggested packages:
2025-08-20T21:49:04.7681213Z   scons-doc
2025-08-20T21:49:04.7801969Z The following NEW packages will be installed:
2025-08-20T21:49:04.7808204Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:49:04.7972162Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:04.7972723Z Need to get 15.8 MB of archives.
2025-08-20T21:49:04.7973249Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:49:04.7973884Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:04.8319064Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:49:04.8571088Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:49:04.8752567Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T21:49:05.0809974Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:49:05.1058597Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:49:05.3688368Z Fetched 15.8 MB in 0s (46.2 MB/s)
2025-08-20T21:49:05.3864968Z Selecting previously unselected package autopoint.
2025-08-20T21:49:05.3919199Z (Reading database ... 
2025-08-20T21:49:05.3919603Z (Reading database ... 5%
2025-08-20T21:49:05.3920235Z (Reading database ... 10%
2025-08-20T21:49:05.3920591Z (Reading database ... 15%
2025-08-20T21:49:05.3920965Z (Reading database ... 20%
2025-08-20T21:49:05.3921343Z (Reading database ... 25%
2025-08-20T21:49:05.3921672Z (Reading database ... 30%
2025-08-20T21:49:05.3922021Z (Reading database ... 35%
2025-08-20T21:49:05.3922359Z (Reading database ... 40%
2025-08-20T21:49:05.3922697Z (Reading database ... 45%
2025-08-20T21:49:05.3923044Z (Reading database ... 50%
2025-08-20T21:49:05.3943065Z (Reading database ... 55%
2025-08-20T21:49:05.4034030Z (Reading database ... 60%
2025-08-20T21:49:05.4054920Z (Reading database ... 65%
2025-08-20T21:49:05.4088427Z (Reading database ... 70%
2025-08-20T21:49:05.4112068Z (Reading database ... 75%
2025-08-20T21:49:05.4140482Z (Reading database ... 80%
2025-08-20T21:49:05.4274580Z (Reading database ... 85%
2025-08-20T21:49:05.4361133Z (Reading database ... 90%
2025-08-20T21:49:05.4607424Z (Reading database ... 95%
2025-08-20T21:49:05.4608109Z (Reading database ... 100%
2025-08-20T21:49:05.4608658Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:49:05.4647167Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:49:05.4658304Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:49:05.4895221Z Selecting previously unselected package clang.
2025-08-20T21:49:05.5025297Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:49:05.5034041Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:49:05.5233283Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:49:05.5364907Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:49:05.5372247Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:49:05.9624711Z Selecting previously unselected package scons.
2025-08-20T21:49:05.9761583Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:49:05.9769571Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:49:06.0396309Z Selecting previously unselected package byacc.
2025-08-20T21:49:06.0533828Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:49:06.0541878Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:49:06.0924045Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:49:06.0970431Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:49:06.1047504Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:49:06.1255762Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:49:06.5218782Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:49:06.5243400Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:10.5314853Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:49:11.9071588Z Reading package lists...
2025-08-20T21:49:12.0505121Z Building dependency tree...
2025-08-20T21:49:12.0512683Z Reading state information...
2025-08-20T21:49:12.1935010Z The following additional packages will be installed:
2025-08-20T21:49:12.1935777Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:49:12.1936294Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:49:12.1936836Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:49:12.1938001Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:49:12.1938711Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:49:12.1939282Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:49:12.1939890Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:49:12.1940666Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:49:12.1941097Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:49:12.1947068Z Suggested packages:
2025-08-20T21:49:12.1947558Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:49:12.1948359Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:49:12.1949111Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:49:12.1949681Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:49:12.1950146Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:49:12.1950606Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:49:12.1951047Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:49:12.1951547Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:49:12.1951910Z   wdiff-doc
2025-08-20T21:49:12.1952093Z Recommended packages:
2025-08-20T21:49:12.1952399Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:49:12.1952843Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:49:12.1953303Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:49:12.1953787Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:49:12.2126262Z The following NEW packages will be installed:
2025-08-20T21:49:12.2126987Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:49:12.2127669Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:49:12.2128527Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:49:12.2129384Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:49:12.2130001Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:49:12.2130664Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:49:12.2131530Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:49:12.2131983Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:49:12.2133433Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:49:12.2303982Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:12.2304535Z Need to get 2417 kB of archives.
2025-08-20T21:49:12.2304969Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:49:12.2305358Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:12.2634927Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:49:12.2825824Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:49:12.3007977Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:49:12.3213451Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:49:12.3396361Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:49:12.3583458Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:49:12.3762292Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:49:12.3946625Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:49:12.4133427Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:49:12.4318659Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:49:12.4552383Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:49:12.4736573Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:49:12.4937512Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:49:12.5175157Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:49:12.5407732Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:49:12.5600084Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:49:12.5810699Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:49:12.6449769Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:49:12.6632950Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:49:12.6810835Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:49:12.6994533Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:49:12.7201668Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:49:12.7397082Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:49:12.7583710Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:49:12.7764600Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:49:12.7977247Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:49:12.8159307Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:49:12.8352048Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:49:12.8542265Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:49:12.8726944Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:49:13.1453125Z Fetched 2417 kB in 1s (3590 kB/s)
2025-08-20T21:49:13.1634712Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:49:13.1689761Z (Reading database ... 
2025-08-20T21:49:13.1690326Z (Reading database ... 5%
2025-08-20T21:49:13.1690591Z (Reading database ... 10%
2025-08-20T21:49:13.1690822Z (Reading database ... 15%
2025-08-20T21:49:13.1691034Z (Reading database ... 20%
2025-08-20T21:49:13.1691248Z (Reading database ... 25%
2025-08-20T21:49:13.1691475Z (Reading database ... 30%
2025-08-20T21:49:13.1691683Z (Reading database ... 35%
2025-08-20T21:49:13.1691895Z (Reading database ... 40%
2025-08-20T21:49:13.1692123Z (Reading database ... 45%
2025-08-20T21:49:13.1692332Z (Reading database ... 50%
2025-08-20T21:49:13.1712991Z (Reading database ... 55%
2025-08-20T21:49:13.1804360Z (Reading database ... 60%
2025-08-20T21:49:13.1825635Z (Reading database ... 65%
2025-08-20T21:49:13.1858947Z (Reading database ... 70%
2025-08-20T21:49:13.1883266Z (Reading database ... 75%
2025-08-20T21:49:13.1912163Z (Reading database ... 80%
2025-08-20T21:49:13.2049094Z (Reading database ... 85%
2025-08-20T21:49:13.2135913Z (Reading database ... 90%
2025-08-20T21:49:13.2384948Z (Reading database ... 95%
2025-08-20T21:49:13.2385406Z (Reading database ... 100%
2025-08-20T21:49:13.2385976Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:49:13.2423950Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:49:13.2433215Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:49:13.2646197Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:49:13.2775550Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:49:13.2782523Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:49:13.2977292Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:49:13.3106573Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:49:13.3115983Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:49:13.3338681Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:49:13.3469160Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:49:13.3476423Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:49:13.3667029Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:49:13.3793616Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:49:13.3800473Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:49:13.3991135Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:49:13.4117377Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:49:13.4124295Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:49:13.4338074Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:49:13.4465852Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:49:13.4473080Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:49:13.4686580Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:49:13.4815290Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:49:13.4822422Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:49:13.5008859Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:49:13.5134304Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:49:13.5141681Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:49:13.5343646Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:49:13.5468844Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:49:13.5482906Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:49:13.5676694Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:49:13.5802903Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:49:13.5810370Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:49:13.5998766Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:49:13.6123901Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:49:13.6131265Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:49:13.6323040Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:49:13.6449959Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:49:13.6458186Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:49:13.6671234Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:49:13.6799540Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:49:13.6806729Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:49:13.7008190Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:49:13.7135139Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:49:13.7143110Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:49:13.7366951Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:49:13.7495182Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:49:13.7503884Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:49:13.7698141Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:49:13.7824174Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:49:13.7832136Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:49:13.8188042Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:49:13.8316761Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:49:13.8325367Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:49:13.8519519Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:49:13.8646815Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:49:13.8654777Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:49:13.8845319Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:49:13.8972311Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:49:13.8979698Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:49:13.9190691Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:49:13.9317244Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:49:13.9330205Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:49:13.9730015Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:49:13.9859737Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:49:13.9870760Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:49:14.0105997Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:49:14.0234973Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:49:14.0242560Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:49:14.0443949Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:49:14.0571883Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:49:14.0579395Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:49:14.0785462Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:49:14.0912828Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:49:14.0922114Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:49:14.1111601Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:49:14.1238574Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:49:14.1246532Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:49:14.1452010Z Selecting previously unselected package libwww-perl.
2025-08-20T21:49:14.1579456Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:49:14.1587006Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:49:14.1868266Z Selecting previously unselected package patchutils.
2025-08-20T21:49:14.1998457Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:49:14.2005570Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:49:14.2259801Z Selecting previously unselected package wdiff.
2025-08-20T21:49:14.2388077Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:49:14.2394964Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:49:14.2623303Z Selecting previously unselected package devscripts.
2025-08-20T21:49:14.2750655Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:49:14.2933656Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:49:14.4122584Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:49:14.4142825Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:49:14.4195299Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:49:14.4213850Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:49:14.4233054Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:49:14.4255245Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:49:14.4276586Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:49:14.4305387Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:49:14.4328739Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:49:14.4357641Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:49:14.4377330Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:49:14.4398355Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:49:14.4421876Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:49:14.4443884Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:49:14.4469288Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:49:14.4494512Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:49:14.4515611Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:49:14.4533979Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:49:14.4552073Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:49:14.4570128Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:49:14.4586996Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:49:14.4605778Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:49:14.4636208Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:49:14.4654305Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:49:14.4672661Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:49:14.4691812Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:49:14.4713995Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:49:14.4744674Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:49:14.4772348Z Setting up devscripts (2.23.7) ...
2025-08-20T21:49:14.5941598Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:49:14.5968742Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:19.7030070Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:49:21.1198942Z Reading package lists...
2025-08-20T21:49:21.2604178Z Building dependency tree...
2025-08-20T21:49:21.2611897Z Reading state information...
2025-08-20T21:49:21.4031542Z The following additional packages will be installed:
2025-08-20T21:49:21.4037114Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:49:21.4042613Z Suggested packages:
2025-08-20T21:49:21.4043057Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:49:21.4167370Z The following NEW packages will be installed:
2025-08-20T21:49:21.4173408Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:49:21.4336186Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:21.4336742Z Need to get 13.6 MB of archives.
2025-08-20T21:49:21.4337137Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:49:21.4337520Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:21.4664606Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:49:21.4863145Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:49:21.5083847Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:49:21.5541993Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:49:21.9278299Z Fetched 13.6 MB in 0s (52.9 MB/s)
2025-08-20T21:49:21.9470486Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:49:21.9525999Z (Reading database ... 
2025-08-20T21:49:21.9526404Z (Reading database ... 5%
2025-08-20T21:49:21.9526787Z (Reading database ... 10%
2025-08-20T21:49:21.9527061Z (Reading database ... 15%
2025-08-20T21:49:21.9527274Z (Reading database ... 20%
2025-08-20T21:49:21.9527492Z (Reading database ... 25%
2025-08-20T21:49:21.9527702Z (Reading database ... 30%
2025-08-20T21:49:21.9528183Z (Reading database ... 35%
2025-08-20T21:49:21.9528416Z (Reading database ... 40%
2025-08-20T21:49:21.9528620Z (Reading database ... 45%
2025-08-20T21:49:21.9528820Z (Reading database ... 50%
2025-08-20T21:49:21.9549847Z (Reading database ... 55%
2025-08-20T21:49:21.9640870Z (Reading database ... 60%
2025-08-20T21:49:21.9661681Z (Reading database ... 65%
2025-08-20T21:49:21.9695604Z (Reading database ... 70%
2025-08-20T21:49:21.9718752Z (Reading database ... 75%
2025-08-20T21:49:21.9748569Z (Reading database ... 80%
2025-08-20T21:49:21.9882132Z (Reading database ... 85%
2025-08-20T21:49:21.9968849Z (Reading database ... 90%
2025-08-20T21:49:22.0216615Z (Reading database ... 95%
2025-08-20T21:49:22.0216921Z (Reading database ... 100%
2025-08-20T21:49:22.0217315Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:49:22.0256295Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:49:22.0271523Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:49:22.0495268Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:49:22.0624805Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:49:22.0632858Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:49:22.0852297Z Selecting previously unselected package cmake-data.
2025-08-20T21:49:22.0983123Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:49:22.1043566Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:49:22.6363813Z Selecting previously unselected package cmake.
2025-08-20T21:49:22.6512306Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:49:22.6518841Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:49:22.8444553Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:49:22.8472335Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:49:22.8492503Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:49:22.8551719Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:49:22.8579323Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:27.0647371Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:49:27.6167489Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T21:49:27.6169381Z Running kernel seems to be up-to-date.
2025-08-20T21:49:27.6169706Z 
2025-08-20T21:49:27.6169851Z Restarting services...
2025-08-20T21:49:27.6224252Z 
2025-08-20T21:49:27.6224516Z Service restarts being deferred:
2025-08-20T21:49:27.6225034Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:49:27.6225401Z 
2025-08-20T21:49:27.6225583Z No containers need to be restarted.
2025-08-20T21:49:27.6225930Z 
2025-08-20T21:49:27.6226114Z No user sessions are running outdated binaries.
2025-08-20T21:49:27.6226441Z 
2025-08-20T21:49:27.6226753Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:49:28.3921760Z Reading package lists...
2025-08-20T21:49:28.5265070Z Building dependency tree...
2025-08-20T21:49:28.5273046Z Reading state information...
2025-08-20T21:49:28.6852238Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:49:28.6852685Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:49:28.6853034Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:49:28.6853367Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:49:28.6853687Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:49:28.6854022Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:49:28.6854390Z ca-certificates is already the newest version (20240203).
2025-08-20T21:49:28.6855016Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:49:28.6855429Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:49:28.6855893Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:49:28.6856340Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:49:28.6856704Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:49:28.6857359Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:49:28.6858645Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:49:28.6859500Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:49:28.6860453Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:49:28.6861330Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:49:28.6872433Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:49:28.6872816Z musl is already the newest version (1.2.4-2).
2025-08-20T21:49:28.6873136Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:49:28.6873449Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:49:28.6873812Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:49:28.6874187Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:49:28.6874506Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:49:28.6874818Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:49:28.6875174Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:28.7090266Z Reading package lists...
2025-08-20T21:49:28.8472787Z Building dependency tree...
2025-08-20T21:49:28.8480606Z Reading state information...
2025-08-20T21:49:29.0045386Z autoconf is already the newest version (2.71-3).
2025-08-20T21:49:29.0045801Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:49:29.0046185Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:49:29.0046542Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:49:29.0046885Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:49:29.0047251Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:49:29.0048018Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:49:29.0048383Z ca-certificates is already the newest version (20240203).
2025-08-20T21:49:29.0048725Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:49:29.0049041Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:49:29.0049345Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:49:29.0049661Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:49:29.0049985Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:49:29.0050305Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:49:29.0050630Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:49:29.0050958Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:49:29.0051289Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:49:29.0051925Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:49:29.0052539Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:49:29.0053051Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:49:29.0053579Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:49:29.0054175Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:29.0276683Z Reading package lists...
2025-08-20T21:49:29.1653664Z Building dependency tree...
2025-08-20T21:49:29.1661200Z Reading state information...
2025-08-20T21:49:29.3213477Z devscripts is already the newest version (2.23.7).
2025-08-20T21:49:29.3214067Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:29.3443218Z Reading package lists...
2025-08-20T21:49:29.4786907Z Building dependency tree...
2025-08-20T21:49:29.4794429Z Reading state information...
2025-08-20T21:49:29.6332210Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:49:29.6332655Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:29.6563115Z Reading package lists...
2025-08-20T21:49:29.7926739Z Building dependency tree...
2025-08-20T21:49:29.7934267Z Reading state information...
2025-08-20T21:49:29.9280456Z Suggested packages:
2025-08-20T21:49:29.9280761Z   binutils-doc
2025-08-20T21:49:29.9517376Z The following NEW packages will be installed:
2025-08-20T21:49:29.9522801Z   binutils-aarch64-linux-gnu
2025-08-20T21:49:29.9679296Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:29.9900682Z Need to get 3711 kB of archives.
2025-08-20T21:49:29.9901248Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:49:29.9901911Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:30.0231372Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T21:49:30.3148632Z Fetched 3711 kB in 0s (39.9 MB/s)
2025-08-20T21:49:30.3332511Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:49:30.3388178Z (Reading database ... 
2025-08-20T21:49:30.3388610Z (Reading database ... 5%
2025-08-20T21:49:30.3389009Z (Reading database ... 10%
2025-08-20T21:49:30.3389403Z (Reading database ... 15%
2025-08-20T21:49:30.3390144Z (Reading database ... 20%
2025-08-20T21:49:30.3390518Z (Reading database ... 25%
2025-08-20T21:49:30.3390878Z (Reading database ... 30%
2025-08-20T21:49:30.3391233Z (Reading database ... 35%
2025-08-20T21:49:30.3391585Z (Reading database ... 40%
2025-08-20T21:49:30.3391930Z (Reading database ... 45%
2025-08-20T21:49:30.3392279Z (Reading database ... 50%
2025-08-20T21:49:30.3413617Z (Reading database ... 55%
2025-08-20T21:49:30.3504337Z (Reading database ... 60%
2025-08-20T21:49:30.3525605Z (Reading database ... 65%
2025-08-20T21:49:30.3560349Z (Reading database ... 70%
2025-08-20T21:49:30.3583943Z (Reading database ... 75%
2025-08-20T21:49:30.3614469Z (Reading database ... 80%
2025-08-20T21:49:30.3750000Z (Reading database ... 85%
2025-08-20T21:49:30.3839080Z (Reading database ... 90%
2025-08-20T21:49:30.4100640Z (Reading database ... 95%
2025-08-20T21:49:30.4101054Z (Reading database ... 100%
2025-08-20T21:49:30.4101594Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:49:30.4141237Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:49:30.4159851Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:49:30.5657734Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:49:30.5689981Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:49:30.5834584Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:35.9806284Z Reading package lists...
2025-08-20T21:49:36.1238548Z Building dependency tree...
2025-08-20T21:49:36.1246469Z Reading state information...
2025-08-20T21:49:36.2714273Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:49:36.2715230Z The following additional packages will be installed:
2025-08-20T21:49:36.2715847Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:49:36.2716407Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:49:36.2717056Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:49:36.2718021Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:49:36.2718849Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:49:36.2719275Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:49:36.2719779Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:49:36.2720339Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:49:36.2720972Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:49:36.2721633Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:49:36.2722172Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:49:36.2722723Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:49:36.2723611Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:49:36.2724061Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:49:36.2724497Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:49:36.2724904Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:49:36.2725334Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:49:36.2725734Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:49:36.2726132Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:49:36.2726552Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:49:36.2727062Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:49:36.2727878Z   linux-libc-dev-armhf-cross
2025-08-20T21:49:36.2728277Z Suggested packages:
2025-08-20T21:49:36.2728791Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:49:36.2729278Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:49:36.3255329Z The following NEW packages will be installed:
2025-08-20T21:49:36.3256102Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:49:36.3257040Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:49:36.3258217Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:49:36.3258844Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:49:36.3259803Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:49:36.3260732Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:49:36.3261204Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:49:36.3261752Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:49:36.3262759Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:49:36.3263642Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:49:36.3264197Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:49:36.3264672Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:49:36.3265165Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:49:36.3265653Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:49:36.3266139Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:49:36.3266592Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:49:36.3267017Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:49:36.3267449Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:49:36.3267983Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:49:36.3268391Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:49:36.3268816Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:49:36.3269271Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:49:36.3269663Z   linux-libc-dev-armhf-cross
2025-08-20T21:49:36.3447559Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:36.3448284Z Need to get 171 MB of archives.
2025-08-20T21:49:36.3448646Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:49:36.3449012Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:36.3961581Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:49:36.4166670Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T21:49:36.7850244Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:49:36.8046038Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:49:36.9270953Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:49:36.9464496Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:49:37.0613150Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T21:49:37.0798708Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T21:49:37.0984881Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T21:49:37.1172637Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:49:37.1392816Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:49:37.1583212Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:49:37.1970226Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T21:49:37.2173002Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T21:49:37.2375356Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T21:49:37.2564270Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T21:49:37.3179131Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T21:49:37.3436320Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T21:49:37.3716717Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T21:49:37.3952538Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T21:49:37.4241622Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T21:49:37.4453091Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T21:49:37.4664978Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T21:49:37.5160829Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T21:49:37.7009952Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T21:49:37.7591105Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:49:37.8849588Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T21:49:37.9374060Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T21:49:38.1008740Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T21:49:38.1874182Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:49:38.2060373Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:49:38.2246656Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:49:38.2680409Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:49:38.3312711Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:49:38.3543362Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:49:38.3741705Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:49:38.4449873Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:49:38.4831253Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:49:38.5251635Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:49:38.5677628Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:49:38.7701767Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:49:38.8129582Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:49:38.8568700Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:49:38.9172381Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:49:39.0448269Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T21:49:39.1135305Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:49:39.1537446Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:49:39.1725876Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:49:39.1917541Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:49:39.2108076Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:49:39.3126993Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:49:39.3479351Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:49:39.3853630Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:49:39.4216649Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:49:39.6056096Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:49:39.6437099Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:49:39.6839418Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:49:39.7430647Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:49:39.8833058Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T21:49:39.9015345Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T21:49:39.9203353Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:49:39.9398879Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T21:49:39.9581898Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T21:49:39.9768356Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:49:40.2790502Z Fetched 171 MB in 4s (46.8 MB/s)
2025-08-20T21:49:40.2982544Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:49:40.3038566Z (Reading database ... 
2025-08-20T21:49:40.3039038Z (Reading database ... 5%
2025-08-20T21:49:40.3039406Z (Reading database ... 10%
2025-08-20T21:49:40.3039759Z (Reading database ... 15%
2025-08-20T21:49:40.3040109Z (Reading database ... 20%
2025-08-20T21:49:40.3040444Z (Reading database ... 25%
2025-08-20T21:49:40.3040692Z (Reading database ... 30%
2025-08-20T21:49:40.3040908Z (Reading database ... 35%
2025-08-20T21:49:40.3041123Z (Reading database ... 40%
2025-08-20T21:49:40.3041325Z (Reading database ... 45%
2025-08-20T21:49:40.3041523Z (Reading database ... 50%
2025-08-20T21:49:40.3061716Z (Reading database ... 55%
2025-08-20T21:49:40.3151778Z (Reading database ... 60%
2025-08-20T21:49:40.3173028Z (Reading database ... 65%
2025-08-20T21:49:40.3207032Z (Reading database ... 70%
2025-08-20T21:49:40.3230074Z (Reading database ... 75%
2025-08-20T21:49:40.3260677Z (Reading database ... 80%
2025-08-20T21:49:40.3392145Z (Reading database ... 85%
2025-08-20T21:49:40.3478066Z (Reading database ... 90%
2025-08-20T21:49:40.3734510Z (Reading database ... 95%
2025-08-20T21:49:40.3734787Z (Reading database ... 100%
2025-08-20T21:49:40.3735174Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:49:40.3775211Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:40.3784203Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.3991417Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:49:40.4123927Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:40.4152944Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.5582254Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:49:40.5720826Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:40.5729282Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.5924261Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:49:40.6062356Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:40.6091940Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.7410814Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:49:40.7549381Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:40.7556209Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.7752351Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:49:40.7890751Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:40.7919101Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:40.9231127Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:49:40.9369389Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:40.9376486Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:40.9568717Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:49:40.9705510Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:49:40.9713930Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:40.9900423Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:49:41.0036704Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:41.0044256Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:41.0247169Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:49:41.0383559Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.0392583Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.0584074Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:49:41.0719040Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.0725905Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.0922569Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:49:41.1054771Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:41.1062385Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:41.1441742Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:49:41.1578420Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.1585845Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.1786711Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:49:41.1919168Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.1926742Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.2141825Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:49:41.2273769Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.2281015Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.2481939Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:49:41.2611676Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.2618723Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.2812329Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:49:41.2941079Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.2948810Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.3243273Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:49:41.3376682Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.3385020Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.3617922Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:49:41.3751370Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.3758257Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.4044014Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:49:41.4180413Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.4187203Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.4498844Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:49:41.4632289Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.4639967Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.4870457Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:49:41.5004044Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.5010923Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.5255897Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:49:41.5388932Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:41.5395397Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.6336490Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:49:41.6474750Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:41.6503334Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:41.9051898Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:49:41.9190675Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:49:41.9197684Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:42.1103122Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:49:42.1244895Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:42.1252698Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:42.2391965Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:49:42.2531764Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.2539502Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.4944418Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:49:42.5088533Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:42.5118240Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.6606473Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:49:42.6744965Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:49:42.6761541Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:49:42.7616723Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:49:42.7756694Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.7773909Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.7970459Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:49:42.8108911Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.8116345Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.8317172Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:49:42.8454868Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:42.8462470Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:42.8798169Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:49:42.8937572Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.8947186Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.9153776Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:49:42.9292643Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.9302103Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.9518574Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:49:42.9655166Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.9662499Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:42.9851400Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:49:42.9981347Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:42.9988671Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.0588735Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:49:43.0729548Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:43.0737331Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.1013038Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:49:43.1151822Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:43.1159085Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.1489407Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:49:43.1628720Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:43.1636719Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.2164718Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:49:43.2305717Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:43.2335068Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.4665383Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:49:43.4805067Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:49:43.4813271Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:43.6580429Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:49:43.6722440Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:43.6729809Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:43.7862743Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:49:43.8005052Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:43.8012233Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:43.9956560Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:49:44.0100946Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:44.0130783Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.1501408Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:49:44.1643210Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:49:44.1651287Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:49:44.2511815Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:49:44.2653666Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:44.2660948Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:44.2994665Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:49:44.3136348Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.3143641Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.3341704Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:49:44.3482056Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.3490267Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.3692101Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:49:44.3831159Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.3845050Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.4033447Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:49:44.4163855Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.4172315Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.4772762Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:49:44.4913418Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.4924925Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.5200242Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:49:44.5342615Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.5350477Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.5691267Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:49:44.5832915Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:44.5841170Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.6336563Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:49:44.6479003Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:44.6508835Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:44.8870628Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:49:44.9010242Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:49:44.9018184Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:45.0887459Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:49:45.1032945Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:49:45.1042953Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.2207228Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:49:45.2351186Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:49:45.2359316Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.4313318Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:49:45.4460322Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:49:45.4489301Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.5843715Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:49:45.5986604Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:45.5994493Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.6188808Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:49:45.6330474Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:45.6339854Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.6519563Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:49:45.6657623Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:49:45.6665096Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:45.6860135Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:49:45.6992221Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:49:45.7002449Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:45.7195247Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:49:45.7328708Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:45.7336390Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.7529262Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:49:45.7661714Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:49:45.7669372Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.8103812Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:49:45.8137570Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.8163905Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8188338Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8212321Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8248460Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:45.8274081Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8302829Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.8330881Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:45.8355699Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8381919Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:49:45.8408531Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.8446576Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8464499Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8483405Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8508145Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.8529988Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:49:45.8896698Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8925310Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8949038Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8968357Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.8994913Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9017295Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9042127Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9067879Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9089743Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9112001Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9133506Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9153975Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9175880Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.9199843Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9219123Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:49:45.9241436Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9261317Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9281191Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9307208Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.9332629Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:45.9354854Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9384269Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9403770Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9422634Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9442417Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9460669Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.9485930Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9504914Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9525473Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9546225Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9567413Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9587107Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9613614Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9637447Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9656851Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:45.9682450Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9703403Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9723067Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9751555Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9777258Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9799784Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:49:45.9822509Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.9845643Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9866035Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:49:45.9886975Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.9906861Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.9926237Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:49:45.9948235Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:49:45.9963043Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:49:46.0049090Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:50.2725200Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:49:51.6091141Z Reading package lists...
2025-08-20T21:49:51.7497971Z Building dependency tree...
2025-08-20T21:49:51.7506865Z Reading state information...
2025-08-20T21:49:51.8858669Z The following additional packages will be installed:
2025-08-20T21:49:51.8859488Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:49:51.8863351Z   libpcap0.8-dev
2025-08-20T21:49:51.9129956Z The following NEW packages will be installed:
2025-08-20T21:49:51.9130773Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:49:51.9134914Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:49:51.9294347Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:51.9516203Z Need to get 1613 kB of archives.
2025-08-20T21:49:51.9516613Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:49:51.9517081Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:51.9885418Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T21:49:52.0094811Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:49:52.0284147Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T21:49:52.0480656Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T21:49:52.0698197Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:49:52.0959312Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:49:52.1169058Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:49:52.1350659Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:49:52.3853588Z Fetched 1613 kB in 0s (8306 kB/s)
2025-08-20T21:49:52.4061788Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:49:52.4119862Z (Reading database ... 
2025-08-20T21:49:52.4120258Z (Reading database ... 5%
2025-08-20T21:49:52.4120612Z (Reading database ... 10%
2025-08-20T21:49:52.4120961Z (Reading database ... 15%
2025-08-20T21:49:52.4121299Z (Reading database ... 20%
2025-08-20T21:49:52.4121684Z (Reading database ... 25%
2025-08-20T21:49:52.4122019Z (Reading database ... 30%
2025-08-20T21:49:52.4122350Z (Reading database ... 35%
2025-08-20T21:49:52.4122562Z (Reading database ... 40%
2025-08-20T21:49:52.4122768Z (Reading database ... 45%
2025-08-20T21:49:52.4122969Z (Reading database ... 50%
2025-08-20T21:49:52.4217459Z (Reading database ... 55%
2025-08-20T21:49:52.4237019Z (Reading database ... 60%
2025-08-20T21:49:52.4258305Z (Reading database ... 65%
2025-08-20T21:49:52.4296583Z (Reading database ... 70%
2025-08-20T21:49:52.4321669Z (Reading database ... 75%
2025-08-20T21:49:52.4350129Z (Reading database ... 80%
2025-08-20T21:49:52.4496602Z (Reading database ... 85%
2025-08-20T21:49:52.4586749Z (Reading database ... 90%
2025-08-20T21:49:52.4848748Z (Reading database ... 95%
2025-08-20T21:49:52.4849168Z (Reading database ... 100%
2025-08-20T21:49:52.4849577Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:49:52.4890220Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:49:52.4899200Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:49:52.5215673Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:49:52.5354731Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:49:52.5370162Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:49:52.5591736Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:49:52.5731066Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:49:52.5738566Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:52.6153985Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:49:52.6292099Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:49:52.6299372Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:52.6556724Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:49:52.6694077Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:49:52.6700761Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:49:52.7371802Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:49:52.7513924Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:49:52.7544474Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:52.7898384Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:49:52.8040367Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:49:52.8047365Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:52.8263518Z Selecting previously unselected package pcaputils.
2025-08-20T21:49:52.8402639Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:49:52.8431340Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:49:52.8861202Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:49:52.8882237Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:49:53.0675432Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:53.0700587Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:49:53.0793711Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:49:53.3709323Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:49:53.3728116Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:49:53.3772684Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:49:53.3911138Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:49:58.0108664Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:49:58.0390889Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:58.0415333Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:49:59.4115855Z Reading package lists...
2025-08-20T21:49:59.5580298Z Building dependency tree...
2025-08-20T21:49:59.5588793Z Reading state information...
2025-08-20T21:49:59.5977112Z Reading package lists...
2025-08-20T21:49:59.7416585Z Building dependency tree...
2025-08-20T21:49:59.7425263Z Reading state information...
2025-08-20T21:49:59.8897261Z The following additional packages will be installed:
2025-08-20T21:49:59.8903763Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:49:59.8911124Z Suggested packages:
2025-08-20T21:49:59.8911665Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:49:59.8912177Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:49:59.9065273Z The following NEW packages will be installed:
2025-08-20T21:49:59.9066030Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:49:59.9070135Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:49:59.9235532Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:49:59.9236202Z Need to get 800 kB of archives.
2025-08-20T21:49:59.9236537Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:49:59.9574177Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:49:59.9575228Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:49:59.9764818Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:49:59.9948792Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:50:00.0183881Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:50:00.0407137Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T21:50:00.0593592Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T21:50:00.0818518Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T21:50:00.1000338Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:50:00.1189537Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:50:00.3713247Z Fetched 800 kB in 0s (3888 kB/s)
2025-08-20T21:50:00.3910001Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:50:00.3970914Z (Reading database ... 
2025-08-20T21:50:00.3971306Z (Reading database ... 5%
2025-08-20T21:50:00.3971720Z (Reading database ... 10%
2025-08-20T21:50:00.3973314Z (Reading database ... 15%
2025-08-20T21:50:00.3973970Z (Reading database ... 20%
2025-08-20T21:50:00.3974391Z (Reading database ... 25%
2025-08-20T21:50:00.3974770Z (Reading database ... 30%
2025-08-20T21:50:00.3975145Z (Reading database ... 35%
2025-08-20T21:50:00.3975524Z (Reading database ... 40%
2025-08-20T21:50:00.3975875Z (Reading database ... 45%
2025-08-20T21:50:00.3976225Z (Reading database ... 50%
2025-08-20T21:50:00.4068220Z (Reading database ... 55%
2025-08-20T21:50:00.4088003Z (Reading database ... 60%
2025-08-20T21:50:00.4109336Z (Reading database ... 65%
2025-08-20T21:50:00.4148789Z (Reading database ... 70%
2025-08-20T21:50:00.4176902Z (Reading database ... 75%
2025-08-20T21:50:00.4203654Z (Reading database ... 80%
2025-08-20T21:50:00.4351426Z (Reading database ... 85%
2025-08-20T21:50:00.4442244Z (Reading database ... 90%
2025-08-20T21:50:00.4700443Z (Reading database ... 95%
2025-08-20T21:50:00.4700856Z (Reading database ... 100%
2025-08-20T21:50:00.4701264Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:50:00.4741840Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:50:00.4759848Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:50:00.4969186Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:50:00.5105054Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:50:00.5112319Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:50:00.5327348Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:50:00.5464441Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:50:00.5485608Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:50:00.6301629Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:50:00.6445498Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:50:00.6452656Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:50:00.6700174Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:50:00.6843005Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:50:00.6854458Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:50:00.7081864Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:50:00.7223909Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:50:00.7231183Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:50:00.7488002Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:50:00.7629292Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:50:00.7635768Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:50:00.7851390Z Selecting previously unselected package lzma.
2025-08-20T21:50:00.7991380Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:50:00.8001527Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:50:00.8246988Z Selecting previously unselected package lzma-dev.
2025-08-20T21:50:00.8383982Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:50:00.8392451Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:50:00.8816632Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:50:00.8838550Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:50:00.8858463Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:50:00.8878577Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:50:00.8899934Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:50:00.8967400Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:50:00.8994479Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:50:00.9015590Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:50:00.9038715Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:50:00.9060369Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:50:00.9086670Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:50:00.9225401Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:05.1926447Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:50:05.8193819Z 
2025-08-20T21:50:05.8194354Z Running kernel seems to be up-to-date.
2025-08-20T21:50:05.8194632Z 
2025-08-20T21:50:05.8194744Z Restarting services...
2025-08-20T21:50:05.8255730Z 
2025-08-20T21:50:05.8255984Z Service restarts being deferred:
2025-08-20T21:50:05.8256489Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:50:05.8256730Z 
2025-08-20T21:50:05.8257056Z No containers need to be restarted.
2025-08-20T21:50:05.8257351Z 
2025-08-20T21:50:05.8257519Z No user sessions are running outdated binaries.
2025-08-20T21:50:05.8257709Z 
2025-08-20T21:50:05.8258170Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:50:06.6134774Z Reading package lists...
2025-08-20T21:50:06.7546531Z Building dependency tree...
2025-08-20T21:50:06.7555181Z Reading state information...
2025-08-20T21:50:06.9406710Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:50:06.9407316Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:50:06.9408232Z inetutils-telnet set to manually installed.
2025-08-20T21:50:06.9408877Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:50:06.9409631Z The following additional packages will be installed:
2025-08-20T21:50:06.9410010Z   tcpd update-inetd
2025-08-20T21:50:06.9555912Z The following packages will be REMOVED:
2025-08-20T21:50:06.9562042Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:50:06.9562970Z The following NEW packages will be installed:
2025-08-20T21:50:06.9563422Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:50:06.9563851Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:50:06.9569093Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:50:06.9734236Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:50:06.9734798Z Need to get 698 kB of archives.
2025-08-20T21:50:06.9735168Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:50:06.9735799Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:07.0287667Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:50:07.0485813Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:50:07.0668677Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:50:07.0856066Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:50:07.1083266Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:50:07.1274102Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:50:07.1461910Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:50:07.1653971Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:50:07.1839098Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:50:07.2022482Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:50:07.2209607Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:50:07.2395102Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:50:07.2580925Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:50:07.4851162Z Preconfiguring packages ...
2025-08-20T21:50:07.5797341Z Fetched 698 kB in 0s (2365 kB/s)
2025-08-20T21:50:07.5982639Z (Reading database ... 
2025-08-20T21:50:07.5983294Z (Reading database ... 5%
2025-08-20T21:50:07.5983661Z (Reading database ... 10%
2025-08-20T21:50:07.5984029Z (Reading database ... 15%
2025-08-20T21:50:07.5984419Z (Reading database ... 20%
2025-08-20T21:50:07.5984800Z (Reading database ... 25%
2025-08-20T21:50:07.5985152Z (Reading database ... 30%
2025-08-20T21:50:07.5985501Z (Reading database ... 35%
2025-08-20T21:50:07.5985850Z (Reading database ... 40%
2025-08-20T21:50:07.5986191Z (Reading database ... 45%
2025-08-20T21:50:07.5986537Z (Reading database ... 50%
2025-08-20T21:50:07.6008901Z (Reading database ... 55%
2025-08-20T21:50:07.6101785Z (Reading database ... 60%
2025-08-20T21:50:07.6123334Z (Reading database ... 65%
2025-08-20T21:50:07.6162507Z (Reading database ... 70%
2025-08-20T21:50:07.6189802Z (Reading database ... 75%
2025-08-20T21:50:07.6218939Z (Reading database ... 80%
2025-08-20T21:50:07.6370081Z (Reading database ... 85%
2025-08-20T21:50:07.6462804Z (Reading database ... 90%
2025-08-20T21:50:07.6731519Z (Reading database ... 95%
2025-08-20T21:50:07.6731918Z (Reading database ... 100%
2025-08-20T21:50:07.6732445Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:50:07.6772206Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:50:07.6912349Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:07.7056605Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:50:08.0674397Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:50:08.0733194Z (Reading database ... 
2025-08-20T21:50:08.0733788Z (Reading database ... 5%
2025-08-20T21:50:08.0734199Z (Reading database ... 10%
2025-08-20T21:50:08.0734594Z (Reading database ... 15%
2025-08-20T21:50:08.0734954Z (Reading database ... 20%
2025-08-20T21:50:08.0735344Z (Reading database ... 25%
2025-08-20T21:50:08.0735701Z (Reading database ... 30%
2025-08-20T21:50:08.0736052Z (Reading database ... 35%
2025-08-20T21:50:08.0736409Z (Reading database ... 40%
2025-08-20T21:50:08.0737006Z (Reading database ... 45%
2025-08-20T21:50:08.0737362Z (Reading database ... 50%
2025-08-20T21:50:08.0757391Z (Reading database ... 55%
2025-08-20T21:50:08.0848867Z (Reading database ... 60%
2025-08-20T21:50:08.0870116Z (Reading database ... 65%
2025-08-20T21:50:08.0908975Z (Reading database ... 70%
2025-08-20T21:50:08.0936177Z (Reading database ... 75%
2025-08-20T21:50:08.0965444Z (Reading database ... 80%
2025-08-20T21:50:08.1111929Z (Reading database ... 85%
2025-08-20T21:50:08.1202926Z (Reading database ... 90%
2025-08-20T21:50:08.1463336Z (Reading database ... 95%
2025-08-20T21:50:08.1463872Z (Reading database ... 100%
2025-08-20T21:50:08.1464410Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:50:08.1504578Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.1540617Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.1766217Z Selecting previously unselected package tcpd.
2025-08-20T21:50:08.1902367Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:50:08.1912533Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:50:08.2141781Z Selecting previously unselected package update-inetd.
2025-08-20T21:50:08.2276518Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:50:08.2283832Z Unpacking update-inetd (4.53) ...
2025-08-20T21:50:08.2514472Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:50:08.2648643Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.2693959Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.2909493Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:50:08.3044018Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.3051428Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.3291419Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:50:08.3425392Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.3433239Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.3645379Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:50:08.3779873Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.3788595Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.4014853Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:50:08.4148939Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.4156310Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.4366515Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:50:08.4500516Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.4507714Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.4716967Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:50:08.4850662Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.4858418Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.5065438Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:50:08.5198867Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.5206789Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.5433482Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:50:08.5568271Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:50:08.5574759Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:50:08.5846161Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:50:08.5980657Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:50:08.5987524Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.6390677Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:50:08.6479924Z Setting up update-inetd (4.53) ...
2025-08-20T21:50:08.7356702Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:50:08.7416838Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:50:08.7433948Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.1436424Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:50:09.1437138Z 
2025-08-20T21:50:09.1437339Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:50:09.1437660Z 
2025-08-20T21:50:09.1438434Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:50:09.1438834Z 
2025-08-20T21:50:09.1439396Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:50:09.1439919Z 
2025-08-20T21:50:09.4487233Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.4566139Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.4625581Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:50:09.4643561Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.4685810Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.4706792Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:50:09.4731126Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:09.8601224Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:50:09.8601653Z 
2025-08-20T21:50:09.8602367Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:50:09.8602859Z 
2025-08-20T21:50:10.1562128Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:10.2452480Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:10.3083280Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:50:10.3740232Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:16.4483108Z Reading package lists...
2025-08-20T21:50:16.5919144Z Building dependency tree...
2025-08-20T21:50:16.5926826Z Reading state information...
2025-08-20T21:50:16.7921166Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:50:16.7921779Z iputils-tracepath set to manually installed.
2025-08-20T21:50:16.7922077Z The following packages will be REMOVED:
2025-08-20T21:50:16.7926806Z   inetutils-ping
2025-08-20T21:50:16.7928048Z The following NEW packages will be installed:
2025-08-20T21:50:16.7933950Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:50:16.8097116Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:50:16.8097713Z Need to get 71.5 kB of archives.
2025-08-20T21:50:16.8098427Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:50:16.8099102Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:16.8479206Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:50:16.8923276Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:50:16.9123157Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:50:17.1893145Z Fetched 71.5 kB in 0s (622 kB/s)
2025-08-20T21:50:17.2079057Z (Reading database ... 
2025-08-20T21:50:17.2079751Z (Reading database ... 5%
2025-08-20T21:50:17.2080384Z (Reading database ... 10%
2025-08-20T21:50:17.2080712Z (Reading database ... 15%
2025-08-20T21:50:17.2080941Z (Reading database ... 20%
2025-08-20T21:50:17.2081148Z (Reading database ... 25%
2025-08-20T21:50:17.2081351Z (Reading database ... 30%
2025-08-20T21:50:17.2081773Z (Reading database ... 35%
2025-08-20T21:50:17.2081974Z (Reading database ... 40%
2025-08-20T21:50:17.2082170Z (Reading database ... 45%
2025-08-20T21:50:17.2082370Z (Reading database ... 50%
2025-08-20T21:50:17.2168998Z (Reading database ... 55%
2025-08-20T21:50:17.2205790Z (Reading database ... 60%
2025-08-20T21:50:17.2228319Z (Reading database ... 65%
2025-08-20T21:50:17.2270510Z (Reading database ... 70%
2025-08-20T21:50:17.2300366Z (Reading database ... 75%
2025-08-20T21:50:17.2330128Z (Reading database ... 80%
2025-08-20T21:50:17.2485794Z (Reading database ... 85%
2025-08-20T21:50:17.2579942Z (Reading database ... 90%
2025-08-20T21:50:17.2842941Z (Reading database ... 95%
2025-08-20T21:50:17.2843407Z (Reading database ... 100%
2025-08-20T21:50:17.2844070Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:50:17.2883294Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:50:17.3329871Z Selecting previously unselected package iputils-ping.
2025-08-20T21:50:17.3389657Z (Reading database ... 
2025-08-20T21:50:17.3390063Z (Reading database ... 5%
2025-08-20T21:50:17.3390384Z (Reading database ... 10%
2025-08-20T21:50:17.3390613Z (Reading database ... 15%
2025-08-20T21:50:17.3390835Z (Reading database ... 20%
2025-08-20T21:50:17.3391050Z (Reading database ... 25%
2025-08-20T21:50:17.3391261Z (Reading database ... 30%
2025-08-20T21:50:17.3391472Z (Reading database ... 35%
2025-08-20T21:50:17.3391686Z (Reading database ... 40%
2025-08-20T21:50:17.3391900Z (Reading database ... 45%
2025-08-20T21:50:17.3392108Z (Reading database ... 50%
2025-08-20T21:50:17.3471419Z (Reading database ... 55%
2025-08-20T21:50:17.3505438Z (Reading database ... 60%
2025-08-20T21:50:17.3527940Z (Reading database ... 65%
2025-08-20T21:50:17.3567202Z (Reading database ... 70%
2025-08-20T21:50:17.3595533Z (Reading database ... 75%
2025-08-20T21:50:17.3623085Z (Reading database ... 80%
2025-08-20T21:50:17.3770693Z (Reading database ... 85%
2025-08-20T21:50:17.3863014Z (Reading database ... 90%
2025-08-20T21:50:17.4122972Z (Reading database ... 95%
2025-08-20T21:50:17.4123364Z (Reading database ... 100%
2025-08-20T21:50:17.4123876Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:50:17.4164315Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:50:17.4175823Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:17.4390049Z Selecting previously unselected package iputils-arping.
2025-08-20T21:50:17.4526594Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:50:17.4533825Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:17.4731858Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:50:17.4867066Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:50:17.4874164Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:17.5262013Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:17.5411136Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:17.5562450Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:50:17.5712644Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:23.4088538Z Reading package lists...
2025-08-20T21:50:23.5501559Z Building dependency tree...
2025-08-20T21:50:23.5509890Z Reading state information...
2025-08-20T21:50:23.6986405Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:50:23.6987044Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:50:23.7338626Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:24.5080563Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:50:24.9134148Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:25.3825538Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:50:25.4942240Z Collecting pip
2025-08-20T21:50:25.5378986Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:50:25.5482932Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:50:25.6478950Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.9 MB/s eta 0:00:00
2025-08-20T21:50:25.8991880Z Installing collected packages: pip
2025-08-20T21:50:26.6181343Z Successfully installed pip-25.2
2025-08-20T21:50:26.8346054Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:50:26.8751524Z Reading package lists...
2025-08-20T21:50:27.0202203Z Building dependency tree...
2025-08-20T21:50:27.0210494Z Reading state information...
2025-08-20T21:50:27.1668884Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:50:27.1669365Z pciutils set to manually installed.
2025-08-20T21:50:27.1669768Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:50:27.1670421Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:50:27.1670963Z python3-distro set to manually installed.
2025-08-20T21:50:27.1671382Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:50:27.1671816Z python3-netifaces set to manually installed.
2025-08-20T21:50:27.1672126Z The following additional packages will be installed:
2025-08-20T21:50:27.1672417Z   libsysfs2
2025-08-20T21:50:27.1676397Z Suggested packages:
2025-08-20T21:50:27.1676725Z   fancontrol read-edid i2c-tools
2025-08-20T21:50:27.1922620Z The following NEW packages will be installed:
2025-08-20T21:50:27.1924510Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:50:27.2081500Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:27.2300144Z Need to get 142 kB of archives.
2025-08-20T21:50:27.2301014Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:50:27.2301449Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:27.2637075Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:50:27.2848503Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:50:27.3032717Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:50:27.3231021Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:50:27.5758167Z Fetched 142 kB in 0s (1366 kB/s)
2025-08-20T21:50:27.5959211Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:50:27.6020972Z (Reading database ... 
2025-08-20T21:50:27.6021362Z (Reading database ... 5%
2025-08-20T21:50:27.6021740Z (Reading database ... 10%
2025-08-20T21:50:27.6022092Z (Reading database ... 15%
2025-08-20T21:50:27.6022313Z (Reading database ... 20%
2025-08-20T21:50:27.6022515Z (Reading database ... 25%
2025-08-20T21:50:27.6022720Z (Reading database ... 30%
2025-08-20T21:50:27.6022941Z (Reading database ... 35%
2025-08-20T21:50:27.6023142Z (Reading database ... 40%
2025-08-20T21:50:27.6023345Z (Reading database ... 45%
2025-08-20T21:50:27.6023556Z (Reading database ... 50%
2025-08-20T21:50:27.6104339Z (Reading database ... 55%
2025-08-20T21:50:27.6138656Z (Reading database ... 60%
2025-08-20T21:50:27.6159983Z (Reading database ... 65%
2025-08-20T21:50:27.6199060Z (Reading database ... 70%
2025-08-20T21:50:27.6227149Z (Reading database ... 75%
2025-08-20T21:50:27.6254046Z (Reading database ... 80%
2025-08-20T21:50:27.6399721Z (Reading database ... 85%
2025-08-20T21:50:27.6490663Z (Reading database ... 90%
2025-08-20T21:50:27.6749755Z (Reading database ... 95%
2025-08-20T21:50:27.6750241Z (Reading database ... 100%
2025-08-20T21:50:27.6750934Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:50:27.6791151Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:50:27.6807579Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:50:27.7024573Z Selecting previously unselected package sysfsutils.
2025-08-20T21:50:27.7162494Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:50:27.7195402Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:50:27.7431536Z Selecting previously unselected package lm-sensors.
2025-08-20T21:50:27.7571536Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:50:27.7760126Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:50:27.8011087Z Selecting previously unselected package virt-what.
2025-08-20T21:50:27.8151391Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:50:27.8158156Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:50:27.8551437Z Setting up virt-what (1.25-2) ...
2025-08-20T21:50:27.8572404Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:50:27.8596135Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:50:28.2465215Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:50:28.2465865Z 
2025-08-20T21:50:28.2466667Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:50:28.2467449Z 
2025-08-20T21:50:28.5533578Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:50:28.9452025Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:50:28.9452856Z 
2025-08-20T21:50:28.9483917Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:33.5337429Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:50:34.9149477Z Reading package lists...
2025-08-20T21:50:35.0565430Z Building dependency tree...
2025-08-20T21:50:35.0574201Z Reading state information...
2025-08-20T21:50:35.2034554Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:50:35.2035162Z The following additional packages will be installed:
2025-08-20T21:50:35.2038791Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:50:35.2039435Z   xorg-sgml-doctools
2025-08-20T21:50:35.2043658Z Suggested packages:
2025-08-20T21:50:35.2043986Z   libxcb-doc
2025-08-20T21:50:35.2183552Z The following NEW packages will be installed:
2025-08-20T21:50:35.2185338Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:50:35.2187683Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:50:35.2188417Z   xcb xorg-sgml-doctools
2025-08-20T21:50:35.2352274Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:50:35.2352821Z Need to get 807 kB of archives.
2025-08-20T21:50:35.2353228Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:50:35.2353643Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:50:35.4291362Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:50:35.4482994Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:50:35.4667397Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:50:35.5089447Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:50:35.5326206Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:50:35.5514313Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:50:35.5702815Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:50:35.5886161Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:50:35.6069615Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:50:35.6270927Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:50:35.6457041Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:50:35.9056032Z Fetched 807 kB in 0s (1919 kB/s)
2025-08-20T21:50:35.9241248Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:50:35.9301213Z (Reading database ... 
2025-08-20T21:50:35.9301703Z (Reading database ... 5%
2025-08-20T21:50:35.9302084Z (Reading database ... 10%
2025-08-20T21:50:35.9302435Z (Reading database ... 15%
2025-08-20T21:50:35.9302787Z (Reading database ... 20%
2025-08-20T21:50:35.9303160Z (Reading database ... 25%
2025-08-20T21:50:35.9303503Z (Reading database ... 30%
2025-08-20T21:50:35.9303844Z (Reading database ... 35%
2025-08-20T21:50:35.9304192Z (Reading database ... 40%
2025-08-20T21:50:35.9304549Z (Reading database ... 45%
2025-08-20T21:50:35.9305562Z (Reading database ... 50%
2025-08-20T21:50:35.9396462Z (Reading database ... 55%
2025-08-20T21:50:35.9416531Z (Reading database ... 60%
2025-08-20T21:50:35.9439134Z (Reading database ... 65%
2025-08-20T21:50:35.9479285Z (Reading database ... 70%
2025-08-20T21:50:35.9507977Z (Reading database ... 75%
2025-08-20T21:50:35.9536299Z (Reading database ... 80%
2025-08-20T21:50:35.9683563Z (Reading database ... 85%
2025-08-20T21:50:35.9775422Z (Reading database ... 90%
2025-08-20T21:50:36.0038960Z (Reading database ... 95%
2025-08-20T21:50:36.0039350Z (Reading database ... 100%
2025-08-20T21:50:36.0039756Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:50:36.0081150Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:50:36.0089759Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:50:36.0294782Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:50:36.0432855Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:50:36.0440734Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:50:36.0681612Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:50:36.0820443Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:50:36.0828126Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:50:36.1389642Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:50:36.1529725Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:50:36.1536910Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:50:36.1749713Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:50:36.1888210Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:50:36.1896166Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:50:36.2167312Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:50:36.2304627Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:50:36.2311572Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:36.2538783Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:50:36.2678013Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:50:36.2687397Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:36.2911644Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:50:36.3048425Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:50:36.3062424Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:36.3266355Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:50:36.3398407Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:50:36.3405074Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:36.3596132Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:50:36.3728654Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:50:36.3735107Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:36.3938954Z Selecting previously unselected package xcb.
2025-08-20T21:50:36.4070422Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:50:36.4077948Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:50:36.4477940Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:36.4496960Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:50:36.4514365Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:50:36.4551412Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:50:36.4592468Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:50:36.4726566Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:50:40.8992709Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:50:40.9084145Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:50:40.9105601Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:50:40.9125131Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:50:40.9159795Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:40.9197489Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:40.9219555Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:40.9239202Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:50:42.4877225Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:42.6658165Z Collecting build
2025-08-20T21:50:42.7099433Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:50:42.8177642Z Collecting cffi
2025-08-20T21:50:42.8247986Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:50:42.8460953Z Collecting scons
2025-08-20T21:50:42.8545420Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:50:42.8721943Z Collecting scuba
2025-08-20T21:50:42.8803443Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:50:42.9266321Z Collecting pytest
2025-08-20T21:50:42.9340903Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:50:42.9540058Z Collecting packaging>=19.1 (from build)
2025-08-20T21:50:42.9609606Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:42.9730384Z Collecting pyproject_hooks (from build)
2025-08-20T21:50:42.9800833Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:50:42.9932140Z Collecting pycparser (from cffi)
2025-08-20T21:50:43.0001102Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:50:43.0347134Z Collecting PyYAML (from scuba)
2025-08-20T21:50:43.0418406Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:50:43.0549409Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:50:43.0617428Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:50:43.0807417Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:50:43.0875978Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:50:43.1101179Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:50:43.1168677Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:43.1294292Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:50:43.1391370Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:50:43.1660455Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:43.1921695Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 166.7 MB/s  0:00:00
2025-08-20T21:50:43.2021006Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:50:43.2116880Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:50:43.2218116Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:50:43.2303489Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:50:43.2386689Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:43.2481963Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:43.2560684Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 174.4 MB/s  0:00:00
2025-08-20T21:50:43.2628691Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:50:43.2716722Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:50:43.2815903Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:50:43.2876302Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 137.0 MB/s  0:00:00
2025-08-20T21:50:43.3983153Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:50:45.0692001Z 
2025-08-20T21:50:45.0708915Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:50:45.3724026Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:45.5472717Z Collecting ansi2txt
2025-08-20T21:50:45.5926872Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:50:45.6184117Z Collecting pipx
2025-08-20T21:50:45.6253986Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:45.6440409Z Collecting scons
2025-08-20T21:50:45.6455880Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:50:45.6576394Z Collecting py2static
2025-08-20T21:50:45.6654342Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:50:45.6860504Z Collecting typer
2025-08-20T21:50:45.6928334Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:50:45.7222823Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:50:45.7293013Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:45.7488105Z Collecting packaging>=20 (from pipx)
2025-08-20T21:50:45.7498514Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:45.7687614Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:50:45.7756837Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:50:45.7918666Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:50:45.7988479Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:45.8403275Z Collecting pyinstaller (from py2static)
2025-08-20T21:50:45.8475541Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:50:45.8654405Z Collecting staticx (from py2static)
2025-08-20T21:50:45.8733526Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:50:45.8928021Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:50:45.8995403Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:45.9282046Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:50:45.9354413Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:45.9511760Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:50:45.9582838Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:50:45.9962167Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:50:46.0031014Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:46.0232882Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:46.0300952Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:46.0545526Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:46.0555983Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:46.0675491Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:50:46.0743759Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:50:46.1874807Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:50:46.1944252Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:50:46.2157678Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:50:46.2224590Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:46.2421729Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:50:46.2490940Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:46.2691873Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:50:46.2763019Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:50:46.2880365Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:50:46.2963693Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:50:46.3040862Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:46.3164259Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:50:46.3249093Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:50:46.3332135Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:50:46.3414383Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:50:46.3448639Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:46.3516381Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:50:46.3600532Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:50:46.3680807Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:46.3757540Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:50:46.3845626Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:50:46.3937502Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:50:46.4024745Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:50:46.4107935Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:50:46.4217687Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:50:46.4319718Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 62.7 MB/s  0:00:00
2025-08-20T21:50:46.4393329Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:50:46.4531933Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:46.4615486Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 160.5 MB/s  0:00:00
2025-08-20T21:50:46.4683464Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:50:46.4772518Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:50:46.4861147Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:50:46.6355066Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:50:47.4802660Z   Attempting uninstall: scons
2025-08-20T21:50:47.4886249Z     Found existing installation: SCons 4.9.1
2025-08-20T21:50:47.5261571Z     Uninstalling SCons-4.9.1:
2025-08-20T21:50:47.5332878Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:50:48.1330171Z   Attempting uninstall: pygments
2025-08-20T21:50:48.1420476Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:50:48.1642649Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:50:48.1669352Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:50:48.7718537Z   Attempting uninstall: packaging
2025-08-20T21:50:48.7797243Z     Found existing installation: packaging 25.0
2025-08-20T21:50:48.7821083Z     Uninstalling packaging-25.0:
2025-08-20T21:50:48.7828491Z       Successfully uninstalled packaging-25.0
2025-08-20T21:50:49.7558779Z 
2025-08-20T21:50:49.7587734Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:50:50.0647644Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:50.2480051Z Collecting build
2025-08-20T21:50:50.2490994Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:50:50.3369186Z Collecting cffi
2025-08-20T21:50:50.3379894Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:50:50.3524238Z Collecting scons
2025-08-20T21:50:50.3533957Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:50:50.3737110Z Collecting scuba
2025-08-20T21:50:50.3747180Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:50:50.4173771Z Collecting pytest
2025-08-20T21:50:50.4183905Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:50:50.4381180Z Collecting packaging>=19.1 (from build)
2025-08-20T21:50:50.4391388Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:50.4500656Z Collecting pyproject_hooks (from build)
2025-08-20T21:50:50.4510233Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:50:50.4622859Z Collecting pycparser (from cffi)
2025-08-20T21:50:50.4632802Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:50:50.4964210Z Collecting PyYAML (from scuba)
2025-08-20T21:50:50.4975377Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:50:50.5096185Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:50:50.5106102Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:50:50.5271323Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:50:50.5281431Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:50:50.5493559Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:50:50.5503407Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:50.5559434Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:50:50.5569591Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:50:50.5582036Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:50.5621713Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:50:50.5633073Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:50:50.5644908Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:50:50.5654421Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:50:50.5663586Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:50.5673166Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:50.5692225Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:50:50.5702352Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:50:50.5711702Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:50:50.6931674Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:50:50.6936603Z   Attempting uninstall: scons
2025-08-20T21:50:50.7019491Z     Found existing installation: SCons 4.9.1
2025-08-20T21:50:50.7394289Z     Uninstalling SCons-4.9.1:
2025-08-20T21:50:50.7466345Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:50:51.3506166Z   Attempting uninstall: PyYAML
2025-08-20T21:50:51.3594517Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:50:51.3619663Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:50:51.3628266Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:50:51.4141879Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:50:51.4223406Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:50:51.4239493Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:50:51.4245670Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:50:51.4327985Z   Attempting uninstall: pygments
2025-08-20T21:50:51.4405192Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:50:51.4625119Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:50:51.4651558Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:50:52.0566907Z   Attempting uninstall: pycparser
2025-08-20T21:50:52.0648911Z     Found existing installation: pycparser 2.22
2025-08-20T21:50:52.0681159Z     Uninstalling pycparser-2.22:
2025-08-20T21:50:52.0688086Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:50:52.1838816Z   Attempting uninstall: pluggy
2025-08-20T21:50:52.1926140Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:50:52.1945573Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:50:52.1952179Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:50:52.2104138Z   Attempting uninstall: packaging
2025-08-20T21:50:52.2185393Z     Found existing installation: packaging 25.0
2025-08-20T21:50:52.2209460Z     Uninstalling packaging-25.0:
2025-08-20T21:50:52.2216544Z       Successfully uninstalled packaging-25.0
2025-08-20T21:50:52.2589128Z   Attempting uninstall: iniconfig
2025-08-20T21:50:52.2671452Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:50:52.2687423Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:50:52.2693857Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:50:52.2769299Z   Attempting uninstall: scuba
2025-08-20T21:50:52.2848689Z     Found existing installation: scuba 2.14.1
2025-08-20T21:50:52.2869736Z     Uninstalling scuba-2.14.1:
2025-08-20T21:50:52.2878479Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:50:52.3062391Z   Attempting uninstall: pytest
2025-08-20T21:50:52.3144547Z     Found existing installation: pytest 8.4.1
2025-08-20T21:50:52.3208397Z     Uninstalling pytest-8.4.1:
2025-08-20T21:50:52.3462145Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:50:52.5516587Z   Attempting uninstall: cffi
2025-08-20T21:50:52.5594940Z     Found existing installation: cffi 1.17.1
2025-08-20T21:50:52.5623344Z     Uninstalling cffi-1.17.1:
2025-08-20T21:50:52.5854370Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:50:52.6505309Z   Attempting uninstall: build
2025-08-20T21:50:52.6583027Z     Found existing installation: build 1.3.0
2025-08-20T21:50:52.6606856Z     Uninstalling build-1.3.0:
2025-08-20T21:50:52.6615744Z       Successfully uninstalled build-1.3.0
2025-08-20T21:50:52.6789918Z 
2025-08-20T21:50:52.6817153Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:50:52.9844222Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:53.1629932Z Collecting ansi2txt
2025-08-20T21:50:53.1640561Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:50:53.1832317Z Collecting pipx
2025-08-20T21:50:53.1842655Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:53.2002315Z Collecting scons
2025-08-20T21:50:53.2017640Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:50:53.2163673Z Collecting py2static
2025-08-20T21:50:53.2174368Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:50:53.2365689Z Collecting typer
2025-08-20T21:50:53.2376724Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:50:53.2630398Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:50:53.2640707Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:53.2815547Z Collecting packaging>=20 (from pipx)
2025-08-20T21:50:53.2825767Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:50:53.3010705Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:50:53.3021036Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:50:53.3163279Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:50:53.3173681Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:53.3554355Z Collecting pyinstaller (from py2static)
2025-08-20T21:50:53.3565109Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:50:53.3723469Z Collecting staticx (from py2static)
2025-08-20T21:50:53.3733890Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:50:53.3914372Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:50:53.3924798Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:53.4201153Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:50:53.4211557Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:50:53.4346592Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:50:53.4356729Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:50:53.4716201Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:50:53.4726709Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:50:53.4905365Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:53.4916475Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:53.5133803Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:50:53.5143388Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:50:53.5258239Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:50:53.5268343Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:50:53.6363161Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:50:53.6373742Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:50:53.6570591Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:50:53.6580734Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:50:53.6761275Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:50:53.6771573Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:50:53.6943267Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:50:53.6953497Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:50:53.6991069Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:50:53.7001044Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:50:53.7011477Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:50:53.7052689Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:50:53.7062292Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:50:53.7072310Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:50:53.7082299Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:50:53.7092675Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:50:53.7102796Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:50:53.7112595Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:50:53.7124063Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:53.7143540Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:50:53.7153895Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:50:53.7163673Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:50:53.7173527Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:50:53.7183495Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:50:53.7193319Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:50:53.7209105Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:50:53.7222156Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:50:53.7240942Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:50:53.7250943Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:50:53.7261751Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:50:53.8740571Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:50:53.8745042Z   Attempting uninstall: pyelftools
2025-08-20T21:50:53.8823815Z     Found existing installation: pyelftools 0.32
2025-08-20T21:50:53.8874799Z     Uninstalling pyelftools-0.32:
2025-08-20T21:50:53.8890638Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:50:53.9973511Z   Attempting uninstall: altgraph
2025-08-20T21:50:54.0059280Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:50:54.0077733Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:50:54.0084300Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:50:54.0215323Z   Attempting uninstall: typing-extensions
2025-08-20T21:50:54.0302442Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:50:54.0316896Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:50:54.0554797Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:50:54.0789777Z   Attempting uninstall: staticx
2025-08-20T21:50:54.0873721Z     Found existing installation: staticx 0.14.1
2025-08-20T21:50:54.0899483Z     Uninstalling staticx-0.14.1:
2025-08-20T21:50:54.0909859Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:50:54.1104260Z   Attempting uninstall: shellingham
2025-08-20T21:50:54.1188064Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:50:54.1206516Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:50:54.1214178Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:50:54.1301604Z   Attempting uninstall: setuptools
2025-08-20T21:50:54.1387651Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:50:54.1668928Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:50:54.1946547Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:50:54.8446320Z   Attempting uninstall: scons
2025-08-20T21:50:54.8542920Z     Found existing installation: SCons 4.9.1
2025-08-20T21:50:54.8926308Z     Uninstalling SCons-4.9.1:
2025-08-20T21:50:54.8995091Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:50:55.5042721Z   Attempting uninstall: pygments
2025-08-20T21:50:55.5125578Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:50:55.5350340Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:50:55.5376366Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:50:56.1260436Z   Attempting uninstall: platformdirs
2025-08-20T21:50:56.1342497Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:50:56.1372677Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:50:56.1379402Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:50:56.1519769Z   Attempting uninstall: packaging
2025-08-20T21:50:56.1599334Z     Found existing installation: packaging 25.0
2025-08-20T21:50:56.1623282Z     Uninstalling packaging-25.0:
2025-08-20T21:50:56.1630745Z       Successfully uninstalled packaging-25.0
2025-08-20T21:50:56.1996826Z   Attempting uninstall: mdurl
2025-08-20T21:50:56.2077266Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:50:56.2094098Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:50:56.2100675Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:50:56.2180413Z   Attempting uninstall: click
2025-08-20T21:50:56.2260995Z     Found existing installation: click 8.2.1
2025-08-20T21:50:56.2283766Z     Uninstalling click-8.2.1:
2025-08-20T21:50:56.2290788Z       Successfully uninstalled click-8.2.1
2025-08-20T21:50:56.2850270Z   Attempting uninstall: argcomplete
2025-08-20T21:50:56.2935212Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:50:56.2963835Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:50:56.2975118Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:50:56.3192616Z   Attempting uninstall: ansi2txt
2025-08-20T21:50:56.3272819Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:50:56.3288080Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:50:56.3527313Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:50:56.3575905Z   Attempting uninstall: userpath
2025-08-20T21:50:56.3658193Z     Found existing installation: userpath 1.9.2
2025-08-20T21:50:56.3677195Z     Uninstalling userpath-1.9.2:
2025-08-20T21:50:56.3686070Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:50:56.3782191Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:50:56.3863205Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:50:56.4284578Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:50:56.4326266Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:50:56.7070990Z   Attempting uninstall: markdown-it-py
2025-08-20T21:50:56.7161725Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:50:56.7221966Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:50:56.7236252Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:50:56.7836454Z   Attempting uninstall: rich
2025-08-20T21:50:56.7922581Z     Found existing installation: rich 14.1.0
2025-08-20T21:50:56.7984038Z     Uninstalling rich-14.1.0:
2025-08-20T21:50:56.7993857Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:50:56.9543380Z   Attempting uninstall: pyinstaller
2025-08-20T21:50:56.9623386Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:50:56.9975498Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:50:57.0018664Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:50:57.3355082Z   Attempting uninstall: pipx
2025-08-20T21:50:57.3444646Z     Found existing installation: pipx 1.7.1
2025-08-20T21:50:57.3489595Z     Uninstalling pipx-1.7.1:
2025-08-20T21:50:57.3500153Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:50:57.3992117Z   Attempting uninstall: typer
2025-08-20T21:50:57.4081752Z     Found existing installation: typer 0.16.1
2025-08-20T21:50:57.4108062Z     Uninstalling typer-0.16.1:
2025-08-20T21:50:57.4117487Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:50:57.4446837Z   Attempting uninstall: py2static
2025-08-20T21:50:57.4525638Z     Found existing installation: py2static 0.0.1
2025-08-20T21:50:57.4545107Z     Uninstalling py2static-0.0.1:
2025-08-20T21:50:57.4555939Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:50:57.4628216Z 
2025-08-20T21:50:57.4656908Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:50:57.7725370Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:50:57.8921517Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:50:57.8925683Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-_6kko5a1
2025-08-20T21:50:57.8946196Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-_6kko5a1
2025-08-20T21:50:58.9552482Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:50:58.9593179Z   Installing build dependencies: started
2025-08-20T21:50:59.6696212Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:50:59.6707486Z   Getting requirements to build wheel: started
2025-08-20T21:50:59.9493209Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:50:59.9504844Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:51:00.1366050Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:51:00.2992719Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:51:00.3005171Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:51:00.3194526Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:51:00.3205094Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:51:00.3385664Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:51:00.3396274Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:51:00.3566575Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:51:00.3577184Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:51:00.3621144Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:51:00.3631952Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:51:00.3645664Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:51:00.3664402Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:51:00.3782365Z Building wheels for collected packages: pyinstaller
2025-08-20T21:51:00.3790079Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:51:01.0351375Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:51:01.0377998Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=4a4baae27f6cbb498dba6ef13a5430ad67420a705081d07c0c96029d7b98fa4d
2025-08-20T21:51:01.0379464Z   Stored in directory: /tmp/pip-ephem-wheel-cache-rx9qwyyu/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:51:01.0419620Z Successfully built pyinstaller
2025-08-20T21:51:01.1334720Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:51:01.1340156Z   Attempting uninstall: altgraph
2025-08-20T21:51:01.1423961Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:51:01.1444036Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:51:01.1450907Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:51:01.1594180Z   Attempting uninstall: setuptools
2025-08-20T21:51:01.1681205Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:51:01.1967980Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:51:01.2251771Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:51:01.8771632Z   Attempting uninstall: packaging
2025-08-20T21:51:01.8852964Z     Found existing installation: packaging 25.0
2025-08-20T21:51:01.8877735Z     Uninstalling packaging-25.0:
2025-08-20T21:51:01.8888059Z       Successfully uninstalled packaging-25.0
2025-08-20T21:51:01.9278575Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:51:01.9360772Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:51:01.9790553Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:51:01.9832721Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:51:02.2593208Z   Attempting uninstall: pyinstaller
2025-08-20T21:51:02.2675815Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:51:02.3027048Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:51:02.3070824Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:51:02.6448076Z 
2025-08-20T21:51:02.6486130Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:51:02.9362447Z 6.15.0
2025-08-20T21:51:03.4395313Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:51:03.4404080Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:51:03.4404468Z 
2025-08-20T21:51:03.4404660Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:51:03.4405324Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:51:03.4405924Z installation.
2025-08-20T21:51:03.4406110Z 
2025-08-20T21:51:03.4406454Z If you installed the current Docker package using this script and are using it
2025-08-20T21:51:03.4407036Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:51:03.4407474Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:51:03.4408119Z files to match the parameters passed to the script.
2025-08-20T21:51:03.4408335Z 
2025-08-20T21:51:03.4408446Z You may press Ctrl+C now to abort this script.
2025-08-20T21:51:03.4571424Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:51:04.6574373Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:51:04.9799533Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:51:04.9824614Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:51:05.0977660Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:51:05.0994167Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T21:51:05.1001493Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:51:06.3543236Z + 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-20T21:51:17.3741181Z 
2025-08-20T21:51:17.3741949Z Running kernel seems to be up-to-date.
2025-08-20T21:51:17.3742241Z 
2025-08-20T21:51:17.3742353Z Restarting services...
2025-08-20T21:51:17.3806323Z 
2025-08-20T21:51:17.3806625Z Service restarts being deferred:
2025-08-20T21:51:17.3807128Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:51:17.3807471Z 
2025-08-20T21:51:17.3807651Z No containers need to be restarted.
2025-08-20T21:51:17.3808085Z 
2025-08-20T21:51:17.3808277Z No user sessions are running outdated binaries.
2025-08-20T21:51:17.3808593Z 
2025-08-20T21:51:17.3808826Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:51:18.1423578Z + sh -c 'docker version'
2025-08-20T21:51:18.1585844Z Client: Docker Engine - Community
2025-08-20T21:51:18.1586342Z  Version:           28.3.3
2025-08-20T21:51:18.1586752Z  API version:       1.51
2025-08-20T21:51:18.1587163Z  Go version:        go1.24.5
2025-08-20T21:51:18.1587553Z  Git commit:        980b856
2025-08-20T21:51:18.1588130Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:51:18.1588577Z  OS/Arch:           linux/amd64
2025-08-20T21:51:18.1588953Z  Context:           default
2025-08-20T21:51:18.1589177Z 
2025-08-20T21:51:18.1589323Z Server: Docker Engine - Community
2025-08-20T21:51:18.1589697Z  Engine:
2025-08-20T21:51:18.1589993Z   Version:          28.3.3
2025-08-20T21:51:18.1590386Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:51:18.1590829Z   Go version:       go1.24.5
2025-08-20T21:51:18.1591184Z   Git commit:       bea959c
2025-08-20T21:51:18.1591558Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:51:18.1591972Z   OS/Arch:          linux/amd64
2025-08-20T21:51:18.1592356Z   Experimental:     false
2025-08-20T21:51:18.1592702Z  containerd:
2025-08-20T21:51:18.1592998Z   Version:          1.7.27
2025-08-20T21:51:18.1593425Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:51:18.1594182Z  runc:
2025-08-20T21:51:18.1594454Z   Version:          1.2.5
2025-08-20T21:51:18.1594807Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:51:18.1595204Z  docker-init:
2025-08-20T21:51:18.1595498Z   Version:          0.19.0
2025-08-20T21:51:18.1595823Z   GitCommit:        de40ad0
2025-08-20T21:51:18.1606698Z 
2025-08-20T21:51:18.1606914Z ================================================================================
2025-08-20T21:51:18.1607281Z 
2025-08-20T21:51:18.1608959Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:51:18.1609589Z Docker daemon in rootless mode for your user:
2025-08-20T21:51:18.1609913Z 
2025-08-20T21:51:18.1610087Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:51:18.1610286Z 
2025-08-20T21:51:18.1610510Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:51:18.1610861Z 
2025-08-20T21:51:18.1610866Z 
2025-08-20T21:51:18.1611170Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:51:18.1611890Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:51:18.1612307Z 
2025-08-20T21:51:18.1612617Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:51:18.1613351Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:51:18.1614094Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:51:18.1614546Z 
2025-08-20T21:51:18.1614716Z ================================================================================
2025-08-20T21:51:18.1615026Z 
2025-08-20T21:51:28.8412624Z ● docker.service - Docker Application Container Engine
2025-08-20T21:51:28.8413733Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:51:28.8414557Z      Active: active (running) since Wed 2025-08-20 21:51:18 UTC; 10s ago
2025-08-20T21:51:28.8415245Z TriggeredBy: ● docker.socket
2025-08-20T21:51:28.8415668Z        Docs: https://docs.docker.com
2025-08-20T21:51:28.8416079Z    Main PID: 19686 (dockerd)
2025-08-20T21:51:28.8416446Z       Tasks: 10
2025-08-20T21:51:28.8416666Z      Memory: 23.5M (peak: 27.3M)
2025-08-20T21:51:28.8416900Z         CPU: 308ms
2025-08-20T21:51:28.8417112Z      CGroup: /system.slice/docker.service
2025-08-20T21:51:28.8419892Z              └─19686 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:51:28.8420222Z 
2025-08-20T21:51:28.8420543Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.280229267Z" level=info msg="Loading containers: start."
2025-08-20T21:51:28.8421706Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.760323234Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 76b8f74aa7ef55d7e9da21cae198144f98652f1ac442319d0f123349b5a35e13], retrying...."
2025-08-20T21:51:28.8422842Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.791230282Z" level=info msg="Loading containers: done."
2025-08-20T21:51:28.8423920Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.800281927Z" 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-20T21:51:28.8425188Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.800340807Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:51:28.8426041Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.800368609Z" level=info msg="Initializing buildkit"
2025-08-20T21:51:28.8426713Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.819683289Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:51:28.8427452Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.822824481Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:51:28.8428702Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.822878259Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:51:28.8429337Z Aug 20 21:51:18 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:51:28.8525758Z ● docker.service - Docker Application Container Engine
2025-08-20T21:51:28.8526565Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:51:28.8527341Z      Active: active (running) since Wed 2025-08-20 21:51:18 UTC; 10s ago
2025-08-20T21:51:28.8528128Z TriggeredBy: ● docker.socket
2025-08-20T21:51:28.8528548Z        Docs: https://docs.docker.com
2025-08-20T21:51:28.8528960Z    Main PID: 19686 (dockerd)
2025-08-20T21:51:28.8529177Z       Tasks: 10
2025-08-20T21:51:28.8529373Z      Memory: 23.5M (peak: 27.3M)
2025-08-20T21:51:28.8529604Z         CPU: 308ms
2025-08-20T21:51:28.8529819Z      CGroup: /system.slice/docker.service
2025-08-20T21:51:28.8530514Z              └─19686 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:51:28.8530794Z 
2025-08-20T21:51:28.8531110Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.280229267Z" level=info msg="Loading containers: start."
2025-08-20T21:51:28.8532240Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.760323234Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 76b8f74aa7ef55d7e9da21cae198144f98652f1ac442319d0f123349b5a35e13], retrying...."
2025-08-20T21:51:28.8533581Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.791230282Z" level=info msg="Loading containers: done."
2025-08-20T21:51:28.8534681Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.800281927Z" 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-20T21:51:28.8535983Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.800340807Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:51:28.8536857Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.800368609Z" level=info msg="Initializing buildkit"
2025-08-20T21:51:28.8537552Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.819683289Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:51:28.8538579Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.822824481Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:51:28.8539286Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.822878259Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:51:28.8539933Z Aug 20 21:51:18 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:51:28.8733908Z ● docker.service - Docker Application Container Engine
2025-08-20T21:51:28.8734709Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:51:28.8735506Z      Active: active (running) since Wed 2025-08-20 21:51:18 UTC; 10s ago
2025-08-20T21:51:28.8736153Z TriggeredBy: ● docker.socket
2025-08-20T21:51:28.8736572Z        Docs: https://docs.docker.com
2025-08-20T21:51:28.8736999Z    Main PID: 19686 (dockerd)
2025-08-20T21:51:28.8737359Z       Tasks: 10
2025-08-20T21:51:28.8737674Z      Memory: 23.5M (peak: 27.3M)
2025-08-20T21:51:28.8738150Z         CPU: 308ms
2025-08-20T21:51:28.8738381Z      CGroup: /system.slice/docker.service
2025-08-20T21:51:28.8738859Z              └─19686 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:51:28.8739152Z 
2025-08-20T21:51:28.8739633Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.280229267Z" level=info msg="Loading containers: start."
2025-08-20T21:51:28.8740781Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.760323234Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 76b8f74aa7ef55d7e9da21cae198144f98652f1ac442319d0f123349b5a35e13], retrying...."
2025-08-20T21:51:28.8741906Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.791230282Z" level=info msg="Loading containers: done."
2025-08-20T21:51:28.8743004Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.800281927Z" 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-20T21:51:28.8744278Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.800340807Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:51:28.8745144Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.800368609Z" level=info msg="Initializing buildkit"
2025-08-20T21:51:28.8745817Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.819683289Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:51:28.8746528Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.822824481Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:51:28.8747221Z Aug 20 21:51:18 pkrvmqc4gcfdwos dockerd[19686]: time="2025-08-20T21:51:18.822878259Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:51:28.8748270Z Aug 20 21:51:18 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:51:28.8847430Z Docker version 28.3.3, build 980b856
2025-08-20T21:51:28.9027274Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:51:29.1103336Z latest: Pulling from library/hello-world
2025-08-20T21:51:29.1676168Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:51:29.3360244Z 17eec7bbc9d7: Download complete
2025-08-20T21:51:29.3403221Z 17eec7bbc9d7: Pull complete
2025-08-20T21:51:29.4095680Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:51:29.4108051Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:51:29.5651258Z 
2025-08-20T21:51:29.5652164Z Hello from Docker!
2025-08-20T21:51:29.5652760Z This message shows that your installation appears to be working correctly.
2025-08-20T21:51:29.5653246Z 
2025-08-20T21:51:29.5653422Z To generate this message, Docker took the following steps:
2025-08-20T21:51:29.5653985Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:51:29.5654647Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:51:29.5655214Z     (amd64)
2025-08-20T21:51:29.5655489Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:51:29.5656035Z     executable that produces the output you are currently reading.
2025-08-20T21:51:29.5656453Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:51:29.5656906Z     to your terminal.
2025-08-20T21:51:29.5657235Z 
2025-08-20T21:51:29.5657533Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:51:29.5658314Z  $ docker run -it ubuntu bash
2025-08-20T21:51:29.5658630Z 
2025-08-20T21:51:29.5658909Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:51:29.5659255Z  https://hub.docker.com/
2025-08-20T21:51:29.5659506Z 
2025-08-20T21:51:29.5659673Z For more examples and ideas, visit:
2025-08-20T21:51:29.5660127Z  https://docs.docker.com/get-started/
2025-08-20T21:51:29.5660435Z 
2025-08-20T21:51:29.6626423Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:51:29.6627041Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:51:29.6628171Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:51:29.6628822Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:51:29.6629620Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:51:29.6630263Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:51:29.6630893Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:51:29.6631511Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:51:29.6632102Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:51:29.6632661Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:51:29.6633282Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:51:29.6633937Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:51:29.6634592Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:51:29.6635290Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:51:29.6635963Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:51:29.6636649Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:51:29.6637097Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:51:29.6637469Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:51:29.6638097Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:51:29.6638582Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:51:29.6639032Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:51:29.6639625Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:51:29.6640055Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:51:29.6640458Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:51:29.6641087Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:51:29.6641774Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:51:29.6642507Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:51:29.6643219Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:51:29.6643926Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:51:29.6644653Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:51:29.6645491Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:51:29.6646250Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:51:29.6647023Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:51:29.6648093Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:51:29.6648882Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:51:29.6649653Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:51:29.6650379Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:51:29.6651087Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:51:29.6651817Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:51:29.6652580Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:51:29.6653328Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:51:29.6654033Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:51:29.6654723Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:51:29.6655727Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:51:29.6656570Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:51:29.6657400Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:51:29.6658480Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:51:29.6659261Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:51:29.6659996Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:51:29.6660737Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:51:29.6661460Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:51:29.6662185Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:51:29.6662887Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:51:29.6663535Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:51:29.6664172Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:51:29.6664820Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:51:29.6665380Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:51:29.6665982Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:51:29.6666697Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:51:29.6667364Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:51:29.6668433Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:51:29.6669215Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:51:29.6669940Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:51:29.6670656Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:51:29.6671391Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:51:29.6672137Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:51:29.6672832Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:51:29.6673521Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:51:29.6674255Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:51:29.6675076Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:51:29.6675954Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:51:29.6676779Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:51:29.6677514Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:51:29.6678379Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:51:29.6679073Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:51:29.6679796Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:51:29.6680576Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:51:29.6681462Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:51:29.6682343Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:51:29.6683039Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:51:29.6683473Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:51:29.6683868Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:51:29.6684427Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:51:29.6684829Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:51:29.6685223Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:51:29.6685604Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:51:29.6686012Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:51:29.6686425Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:51:29.6686806Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:51:29.6687184Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:51:29.6687584Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:51:29.6688220Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:51:29.6688588Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:51:29.6688957Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:51:29.6689342Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:51:29.6689726Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:51:29.6690077Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:51:29.6690448Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:51:29.6690934Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:51:29.6691522Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:51:29.6692370Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:51:29.6693042Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:51:29.6693688Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:51:29.6694272Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:51:29.6694658Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:51:29.6695056Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:51:29.6695446Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:51:29.6695826Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:51:29.6696197Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:51:29.6696585Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:51:29.6696980Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:51:29.6697317Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:51:29.6697642Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:51:29.6698215Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:51:29.6698566Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:51:29.6698919Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:51:29.6699274Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:51:29.6699626Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:51:29.6699996Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:51:29.6700388Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:51:29.6700832Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:51:29.6701286Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:51:29.6701689Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:51:29.6702074Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:51:29.6702699Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:51:29.6703086Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:51:29.6703483Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:51:29.6703888Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:51:29.6704260Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:51:29.6704643Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:51:29.6705048Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:51:29.6705483Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:51:29.6705905Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:51:29.6706327Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:51:29.6706715Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:51:29.6707115Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:51:29.6707516Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:51:29.6708102Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:51:29.6708484Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:51:29.6708877Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:51:29.6709271Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:51:29.6709774Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:51:29.6710136Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:51:29.6710438Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:51:29.6710767Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:51:29.6711160Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:51:29.6711548Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:51:29.6711938Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:51:29.6712307Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:51:29.6712683Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:51:29.6713059Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:51:29.6713407Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:51:29.6713743Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:51:29.6714158Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:51:29.6714596Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:51:29.6714994Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:51:29.6715361Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:51:29.6715742Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:51:29.6716145Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:51:29.6716554Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:51:29.6716961Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:51:29.6717314Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:51:29.6717687Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:51:29.6718299Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:51:29.6718718Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:51:29.6719254Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:51:29.6719611Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:51:29.6719949Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:51:29.6720327Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:51:29.6720708Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:51:29.6721127Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:51:29.6721600Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:51:29.6722010Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:51:29.6722382Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:51:29.6722720Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:51:29.6723074Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:51:29.6723517Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:51:29.6724013Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:51:29.6724446Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:51:29.6724816Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:51:29.6725276Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:51:29.6725804Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:51:29.6726407Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:51:29.6726844Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:51:29.6727209Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:51:29.6727598Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:51:29.6728208Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:51:29.6728615Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:51:29.6729010Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:51:29.6729376Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:51:29.6729748Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:51:29.6730141Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:51:29.6730535Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:51:29.6730921Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:51:29.6731307Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:51:29.6731693Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:51:29.6732076Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:51:29.6732490Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:51:29.6732932Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:51:29.6733350Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:51:29.6733710Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:51:29.6734074Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:51:29.6734463Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:51:29.6734836Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:51:29.6735212Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:51:29.6735713Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:51:29.6736111Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:51:29.6736522Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:51:29.6736985Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:51:29.6737432Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:51:29.6738003Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:51:29.6738394Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:51:29.6738774Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:51:29.6739151Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:51:29.6739519Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:51:29.6739901Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:51:29.6740283Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:51:29.6740726Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:51:29.6741200Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:51:29.6741655Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:51:29.6742160Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:51:29.6742660Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:51:29.6743265Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:51:29.6743763Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:51:29.6744196Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:51:29.6744561Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:51:29.6744920Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:51:29.6745300Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:51:29.6745675Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:51:29.6746029Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:51:29.6746402Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:51:29.6746775Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:51:29.6747158Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:51:29.6747537Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:51:29.6748103Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:51:29.6748500Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:51:29.6748883Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:51:29.6749325Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:51:29.6749761Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:51:29.6750149Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:51:29.6750516Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:51:29.6750923Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:51:29.6751293Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:51:29.6751758Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:51:29.6752103Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:51:29.6752588Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:51:29.6752968Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:51:29.6753334Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:51:29.6753715Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:51:29.6754085Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:51:29.6754402Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:51:29.6754864Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:29.6755373Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:51:29.6755752Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:51:29.6756131Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:51:29.6756504Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:51:29.6756905Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:51:29.6757336Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:51:29.6767044Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:51:29.6767549Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:51:29.6768208Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:51:29.6768620Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:51:29.6769038Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:51:29.6769612Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:51:29.6770020Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:51:29.6770457Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:51:29.6770948Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:51:29.6771435Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:51:29.6771880Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:51:29.6772287Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:51:29.6772685Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:51:29.6773151Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:51:29.6773636Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:51:29.6774036Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:51:29.6774461Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:51:29.6774915Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:51:29.6775320Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:51:29.6775682Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:51:29.6776051Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:51:29.6776435Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:51:29.6776825Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:51:29.6777188Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:51:29.6777543Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:51:29.6778165Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:51:29.6778543Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:51:29.6779033Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:51:29.6779400Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:51:29.6779747Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:51:29.6780124Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:51:29.6780514Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:51:29.6780875Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:51:29.6781240Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:51:29.6781596Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:51:29.6781960Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:51:29.6782336Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:51:29.6782696Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:51:29.6783054Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:51:29.6783425Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:51:29.6783778Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:51:29.6784142Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:51:29.6784565Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:51:29.6784972Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:51:29.6785335Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:51:29.6785710Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:51:29.6786257Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:51:29.6786662Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:51:29.6787020Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:51:29.6787387Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:51:29.6787890Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:51:29.6788277Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:51:29.6788581Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:51:29.6788955Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:51:29.6789327Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:51:29.6789696Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:51:29.6790051Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:51:29.6790398Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:51:29.6790734Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:51:29.6791120Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:51:29.6791538Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:51:29.6791930Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:51:29.6792321Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:51:29.6792709Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:51:29.6793133Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:51:29.6793640Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:51:29.6794260Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:51:29.6794881Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:51:29.6795417Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:51:29.6796038Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:51:29.6796487Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:51:29.6797004Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:51:29.6797625Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:51:29.6798418Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:51:29.6798907Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:51:29.6799354Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:51:29.6799724Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:51:29.6800097Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:51:29.6800473Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:51:29.6800846Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:51:29.6801231Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:51:29.6801609Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:51:29.6801987Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:51:29.6802360Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:51:29.6802728Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:51:29.6803213Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:51:29.6803590Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:51:29.6803961Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:51:29.6804354Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:51:29.6804745Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:51:29.6805152Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:51:29.6805560Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:51:29.6805914Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:51:29.6806331Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:51:29.6806740Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:51:29.6807145Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:51:29.6807579Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:51:29.6808227Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:51:29.6808598Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:51:29.6808960Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:51:29.6809340Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:51:29.6809700Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:51:29.6810078Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:51:29.6810456Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:51:29.6810831Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:51:29.6811209Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:51:29.6811566Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:51:29.6811925Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:51:29.6812460Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:29.6813285Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:29.6813942Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:29.6814578Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:29.6815090Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:51:29.6815466Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:51:29.6815831Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:51:29.6816194Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:51:29.6816560Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:51:29.6816923Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:51:29.6817289Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:51:29.6817668Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:51:29.6818152Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:51:29.6818519Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:51:29.6818891Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:51:29.6819261Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:51:29.6819641Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:51:29.6820192Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:51:29.6820594Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:51:29.6820990Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:51:29.6821389Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:51:29.6821773Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:51:29.6822152Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:51:29.6822532Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:51:29.6822901Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:51:29.6823282Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:51:29.6823672Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:51:29.6824062Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:51:29.6824449Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:51:29.6824837Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:51:29.6825214Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:51:29.6825631Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:51:29.6826059Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:51:29.6826451Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:51:29.6826881Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:51:29.6827335Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:51:29.6827735Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:51:29.6828299Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:51:29.6828674Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:51:29.6829190Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:51:29.6829591Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:51:29.6829985Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:51:29.6830354Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:51:29.6830734Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:51:29.6831195Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:51:29.6831656Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:51:29.6832050Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:51:29.6832446Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:51:29.6832890Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:51:29.6833327Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:51:29.6833791Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:51:29.6834276Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:51:29.6834714Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:51:29.6835143Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:51:29.6835536Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:51:29.6835924Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:51:29.6836446Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:51:29.6836833Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:51:29.6837205Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:51:29.6837609Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:51:29.6838117Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:51:29.6838523Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:51:29.6838942Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:51:29.6839340Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:51:29.6839721Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:51:29.6840099Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:51:29.6840466Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:51:29.6840856Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:51:29.6841275Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:51:29.6841731Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:51:29.6842183Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:51:29.6842585Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:51:29.6843014Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:51:29.6843433Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:51:29.6843840Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:51:29.6844248Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:51:29.6844610Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:51:29.6844972Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:51:29.6845358Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:51:29.6845869Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:51:29.6846233Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:51:29.6846559Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:51:29.6846871Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:51:29.6847221Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:51:29.6847729Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:51:29.6848459Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:51:29.6848835Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:51:29.6849196Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:51:29.6849584Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:51:29.6849993Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:51:29.6850394Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:51:29.6850788Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:51:29.6851193Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:51:29.6851596Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:51:29.6851963Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:51:29.6852325Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:51:29.6852682Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:51:29.6853172Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:51:29.6853605Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:51:29.6854036Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:51:29.6854431Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:51:29.6854848Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:51:29.6855285Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:51:29.6855677Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:51:29.6856046Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:51:29.6856398Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:51:29.6856753Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:51:29.6857118Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:51:29.6857494Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:51:29.6858119Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:51:29.6858533Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:51:29.6858991Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:51:29.6859429Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:51:29.6859810Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:51:29.6860196Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:51:29.6860578Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:51:29.6860960Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:51:29.6861341Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:51:29.6861714Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:51:29.6862280Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:51:29.6862766Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:51:29.6863184Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:51:29.6863551Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:51:29.6863917Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:51:29.6864314Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:51:29.6864705Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:51:29.6865074Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:51:29.6865469Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:51:29.6865848Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:51:29.6866201Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:51:29.6866553Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:51:29.6866945Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:51:29.6867359Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:51:29.6867850Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:51:29.6868237Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:51:29.6868672Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:51:29.6869099Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:51:29.6869623Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:51:29.6870015Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:51:29.6870524Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:29.6871030Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:51:29.6871341Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:51:29.6871688Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:51:29.6872097Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:51:29.6872519Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:51:29.6873037Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:51:29.6873618Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:51:29.6874223Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:51:29.6874864Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:51:29.6875506Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:51:29.6876126Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:51:29.6876743Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:51:29.6877321Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:51:29.6877980Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:51:29.6878458Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:51:29.6878887Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:51:29.6879300Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:51:29.6879899Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:51:29.6880325Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:51:29.6880703Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:51:29.6881067Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:51:29.6881438Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:51:29.6881811Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:51:29.6882217Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:51:29.6882626Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:51:29.6882988Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:51:29.6883378Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:51:29.6883842Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:51:29.6884325Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:51:29.6884802Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:51:29.6885278Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:51:29.6885754Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:51:29.6886226Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:51:29.6886674Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:51:29.6887199Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:51:29.6887610Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:51:29.6888250Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:51:29.6888653Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:51:29.6889059Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:51:29.6889487Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:51:29.6889913Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:51:29.6890301Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:51:29.6890685Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:51:29.6891061Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:51:29.6891441Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:51:29.6891872Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:51:29.6892315Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:51:29.6892721Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:51:29.6893128Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:51:29.6893552Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:51:29.6893995Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:51:29.6894441Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:51:29.6894866Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:51:29.6895263Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:51:29.6895640Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:51:29.6896024Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:51:29.6896526Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:51:29.6896899Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:51:29.6897291Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:51:29.6897687Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:51:29.6898214Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:51:29.6898676Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:51:29.6899091Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:51:29.6899499Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:51:29.6899888Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:51:29.6900188Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:51:29.6900515Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:51:29.6900892Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:51:29.6901280Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:51:29.6901664Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:51:29.6902052Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:51:29.6902473Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:51:29.6902919Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:51:29.6903331Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:51:29.6903824Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:51:29.6904226Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:51:29.6904769Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:29.6905337Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:51:29.6905778Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:51:29.6906246Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:51:29.6906675Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:51:29.6907100Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:51:29.6907492Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:51:29.6907973Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:51:29.6908355Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:51:29.6908747Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:51:29.6909136Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:51:29.6909507Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:51:29.6909886Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:51:29.6910279Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:51:29.6910641Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:51:29.6911045Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:51:29.6911499Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:51:29.6911918Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:51:29.6912287Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:51:29.6912780Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:51:29.6913162Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:51:29.6913532Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:51:29.6913896Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:51:29.6914318Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:51:29.6914758Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:51:29.6915155Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:51:29.6915549Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:51:29.6915941Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:51:29.6916315Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:51:29.6916686Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:51:29.6917059Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:51:29.6917452Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:51:29.6918000Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:51:29.6918451Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:51:29.6918860Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:51:29.6919249Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:51:29.6919642Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:51:29.6920167Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:51:29.6920556Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:51:29.6920914Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:51:29.6921225Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:51:29.6921528Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:51:29.6921887Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:51:29.6922254Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:51:29.6922598Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:51:29.6922962Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:51:29.6923352Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:51:29.6923731Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:51:29.6924090Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:51:29.6924437Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:51:29.6924815Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:51:29.6925213Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:51:29.6925577Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:51:29.6925936Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:51:29.6926289Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:51:29.6926669Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:51:29.6927051Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:51:29.6927401Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:51:29.6927951Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:51:29.6928391Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:51:29.6928759Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:51:29.6929252Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:51:29.6929621Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:51:29.6930000Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:51:29.6930392Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:51:29.6930810Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:51:29.6931208Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:51:29.6931555Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:51:29.6931902Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:51:29.6932244Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:51:29.6932660Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:51:29.6933149Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:51:29.6933635Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:51:29.6934100Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:51:29.6934587Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:51:29.6935013Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:51:29.6935389Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:51:29.6935768Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:51:29.6936262Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:51:29.6936643Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:51:29.6937017Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:51:29.6937394Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:51:29.6937921Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:51:29.6938377Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:51:29.6938814Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:51:29.6939237Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:51:29.6939606Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:51:29.6939999Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:51:29.6940416Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:51:29.6940787Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:51:29.6941132Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:51:29.6941518Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:51:29.6941954Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:51:29.6942376Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:51:29.6942774Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:51:29.6943174Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:51:29.6943496Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:51:29.6943771Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:51:29.6944116Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:51:29.6944593Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:51:29.7094636Z [+] Installing Go for linux-amd64...
2025-08-20T21:51:30.2409025Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:51:30.2409700Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:51:30.2410395Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:51:31.8406229Z [+] Downloading Go go1.25.0...
2025-08-20T21:51:31.8454906Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:51:31.8455589Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:51:31.8455961Z 
2025-08-20T21:51:31.9155876Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:51:31.9156742Z 100    80  100    80    0     0   1140      0 --:--:-- --:--:-- --:--:--  1142
2025-08-20T21:51:32.0687193Z 
2025-08-20T21:51:32.0687610Z 100    75  100    75    0     0    335      0 --:--:-- --:--:-- --:--:--   335
2025-08-20T21:51:32.0688533Z 100    75  100    75    0     0    335      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:51:32.3186804Z 
2025-08-20T21:51:32.3187266Z 100 56.8M  100 56.8M    0     0   120M      0 --:--:-- --:--:-- --:--:--  120M
2025-08-20T21:51:32.3220621Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:51:33.7118932Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:51:33.7119493Z [+] GOROOT: /home/runner/.go
2025-08-20T21:51:33.7119893Z [+] GOPATH: /home/runner/go
2025-08-20T21:51:33.7120428Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:51:33.7279540Z go version go1.25.0 linux/amd64
2025-08-20T21:51:33.7634262Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:51:33.7635034Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:51:33.7635685Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:51:33.7636869Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:51:33.7637722Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:51:33.7638598Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:51:33.7639282Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:51:33.7639890Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:51:33.7640487Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:51:33.7641104Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:51:33.7641702Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:51:33.7642348Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:51:33.7642989Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:51:33.7643668Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:51:33.7644394Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:51:33.7645084Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:51:33.7645792Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:51:33.7646411Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:51:33.7647071Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:51:33.7648102Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:51:33.7648864Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:51:33.7649527Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:51:33.7650231Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:51:33.7650928Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:51:33.7651531Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:51:33.7652208Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:51:33.7653331Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:51:33.7654066Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:51:33.7654787Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:51:33.7655513Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:51:33.7656242Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:51:33.7656980Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:51:33.7657723Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:51:33.7658652Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:51:33.7659427Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:51:33.7660191Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:51:33.7660887Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:51:33.7661546Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:51:33.7662241Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:51:33.7662968Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:51:33.7663699Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:51:33.7664406Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:51:33.7665086Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:51:33.7666088Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:51:33.7666957Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:51:33.7667964Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:51:33.7668849Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:51:33.7669651Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:51:33.7670390Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:51:33.7671141Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:51:33.7671874Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:51:33.7672602Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:51:33.7673315Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:51:33.7673994Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:51:33.7674629Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:51:33.7675280Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:51:33.7675858Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:51:33.7676433Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:51:33.7677089Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:51:33.7677694Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:51:33.7678572Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:51:33.7679331Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:51:33.7680077Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:51:33.7680817Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:51:33.7681565Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:51:33.7682316Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:51:33.7683274Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:51:33.7684000Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:51:33.7684755Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:51:33.7685580Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:51:33.7686461Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:51:33.7687282Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:51:33.7688209Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:51:33.7688914Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:51:33.7689591Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:51:33.7690278Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:51:33.7691029Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:51:33.7691889Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:51:33.7692764Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:51:33.7693620Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:51:33.7694384Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:51:33.7695084Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:51:33.7695981Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:51:33.7696737Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:51:33.7697439Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:51:33.7698377Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:51:33.7699121Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:51:33.7699871Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:51:33.7700543Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:51:33.7701190Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:51:33.7701904Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:51:33.7702625Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:51:33.7703296Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:51:33.7703977Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:51:33.7704677Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:51:33.7705367Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:51:33.7705970Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:51:33.7706624Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:51:33.7707278Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:51:33.7708097Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:51:33.7708777Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:51:33.7709411Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:51:33.7710031Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:51:33.7710689Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:51:33.7711374Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:51:33.7712079Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:51:33.7713080Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:51:33.7713732Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:51:33.7714372Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:51:33.7715044Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:51:33.7715735Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:51:33.7716321Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:51:33.7716661Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:51:33.7717029Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:51:33.7717472Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:51:33.7718057Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:51:33.7718427Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:51:33.7718781Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:51:33.7719150Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:51:33.7719564Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:51:33.7720138Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:51:33.7720602Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:51:33.7721005Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:51:33.7721385Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:51:33.7721916Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:51:33.7722310Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:51:33.7722718Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:51:33.7723124Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:51:33.7723494Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:51:33.7723873Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:51:33.7724273Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:51:33.7724711Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:51:33.7725131Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:51:33.7725508Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:51:33.7726207Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:51:33.7726944Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:51:33.7727664Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:51:33.7728602Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:51:33.7729293Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:51:33.7729981Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:51:33.7730677Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:51:33.7731328Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:51:33.7731940Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:51:33.7732470Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:51:33.7733025Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:51:33.7733716Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:51:33.7734392Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:51:33.7735165Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:51:33.7735536Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:51:33.7735900Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:51:33.7736273Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:51:33.7736616Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:51:33.7736948Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:51:33.7737358Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:51:33.7737985Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:51:33.7738502Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:51:33.7738904Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:51:33.7739288Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:51:33.7739699Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:51:33.7740108Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:51:33.7740504Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:51:33.7740849Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:51:33.7741197Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:51:33.7741599Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:51:33.7742016Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:51:33.7742543Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:51:33.7742913Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:51:33.7743249Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:51:33.7743632Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:51:33.7744006Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:51:33.7744420Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:51:33.7744886Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:51:33.7745290Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:51:33.7745654Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:51:33.7745989Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:51:33.7746333Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:51:33.7746773Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:51:33.7747265Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:51:33.7747697Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:51:33.7748436Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:51:33.7748897Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:51:33.7749420Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:51:33.7749904Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:51:33.7750323Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:51:33.7750683Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:51:33.7751063Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:51:33.7751467Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:51:33.7751873Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:51:33.7752412Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:51:33.7752782Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:51:33.7753148Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:51:33.7753528Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:51:33.7753913Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:51:33.7754296Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:51:33.7754682Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:51:33.7755063Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:51:33.7755456Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:51:33.7755885Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:51:33.7756355Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:51:33.7756793Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:51:33.7757156Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:51:33.7757524Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:51:33.7758205Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:51:33.7758577Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:51:33.7758947Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:51:33.7759315Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:51:33.7759875Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:51:33.7760526Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:51:33.7761090Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:51:33.7761704Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:51:33.7762219Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:51:33.7762697Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:51:33.7772718Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:51:33.7773152Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:51:33.7773561Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:51:33.7773974Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:51:33.7774371Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:51:33.7774821Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:51:33.7775311Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:51:33.7775951Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:51:33.7776504Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:51:33.7777007Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:51:33.7777480Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:51:33.7778222Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:51:33.7778660Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:51:33.7779024Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:51:33.7779387Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:51:33.7779759Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:51:33.7780318Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:51:33.7780675Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:51:33.7781043Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:51:33.7781410Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:51:33.7781781Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:51:33.7782151Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:51:33.7782524Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:51:33.7782920Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:51:33.7783292Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:51:33.7783699Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:51:33.7784132Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:51:33.7784514Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:51:33.7784876Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:51:33.7785288Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:51:33.7785648Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:51:33.7785993Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:51:33.7786332Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:51:33.7786686Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:51:33.7787173Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:51:33.7787564Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:51:33.7788263Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:51:33.7788743Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:51:33.7789053Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:51:33.7789505Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:33.7790006Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:51:33.7790370Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:51:33.7790745Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:51:33.7791111Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:51:33.7791507Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:51:33.7791939Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:51:33.7792359Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:51:33.7792783Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:51:33.7793184Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:51:33.7793572Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:51:33.7793983Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:51:33.7794387Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:51:33.7794774Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:51:33.7795189Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:51:33.7795667Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:51:33.7796151Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:51:33.7796725Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:51:33.7797129Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:51:33.7797523Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:51:33.7798272Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:51:33.7798751Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:51:33.7799146Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:51:33.7799569Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:51:33.7800014Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:51:33.7800413Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:51:33.7800768Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:51:33.7801131Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:51:33.7801507Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:51:33.7801883Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:51:33.7802244Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:51:33.7802598Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:51:33.7802974Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:51:33.7803341Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:51:33.7803702Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:51:33.7804191Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:51:33.7804552Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:51:33.7804919Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:51:33.7805312Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:51:33.7805671Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:51:33.7806020Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:51:33.7806368Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:51:33.7806730Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:51:33.7807096Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:51:33.7807448Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:51:33.7807982Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:51:33.7808369Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:51:33.7808718Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:51:33.7809078Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:51:33.7809510Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:51:33.7809908Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:51:33.7810259Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:51:33.7810630Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:51:33.7811037Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:51:33.7811420Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:51:33.7811771Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:51:33.7812130Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:51:33.7812478Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:51:33.7812772Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:51:33.7813196Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:51:33.7813548Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:51:33.7813896Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:51:33.7814255Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:51:33.7814604Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:51:33.7814941Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:51:33.7815266Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:51:33.7815637Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:51:33.7816042Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:51:33.7816425Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:51:33.7816812Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:51:33.7817193Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:51:33.7817591Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:51:33.7818265Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:51:33.7818871Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:51:33.7819483Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:51:33.7820013Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:51:33.7820602Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:51:33.7821057Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:51:33.7821563Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:51:33.7822174Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:51:33.7822723Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:51:33.7823200Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:51:33.7823631Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:51:33.7823991Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:51:33.7824361Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:51:33.7824728Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:51:33.7825098Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:51:33.7825482Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:51:33.7825859Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:51:33.7826229Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:51:33.7826604Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:51:33.7826972Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:51:33.7827333Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:51:33.7827698Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:51:33.7828326Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:51:33.7828712Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:51:33.7829099Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:51:33.7829501Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:51:33.7830076Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:51:33.7830426Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:51:33.7830804Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:51:33.7831203Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:51:33.7831603Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:51:33.7832029Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:51:33.7832448Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:51:33.7832806Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:51:33.7833170Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:51:33.7833542Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:51:33.7833905Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:51:33.7834280Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:51:33.7834657Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:51:33.7835028Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:51:33.7835401Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:51:33.7835748Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:51:33.7836097Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:51:33.7836630Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:33.7837433Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:33.7838317Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:33.7838995Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:33.7839507Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:51:33.7839886Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:51:33.7840255Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:51:33.7840631Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:51:33.7841002Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:51:33.7841361Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:51:33.7841731Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:51:33.7842107Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:51:33.7842478Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:51:33.7842852Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:51:33.7843221Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:51:33.7843584Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:51:33.7843962Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:51:33.7844361Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:51:33.7844754Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:51:33.7845137Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:51:33.7845519Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:51:33.7845899Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:51:33.7846414Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:51:33.7846791Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:51:33.7847157Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:51:33.7847537Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:51:33.7848142Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:51:33.7848534Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:51:33.7848921Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:51:33.7849305Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:51:33.7849686Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:51:33.7850104Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:51:33.7850533Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:51:33.7850924Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:51:33.7851347Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:51:33.7851795Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:51:33.7852191Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:51:33.7852550Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:51:33.7852923Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:51:33.7853312Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:51:33.7853828Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:51:33.7854228Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:51:33.7854601Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:51:33.7854982Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:51:33.7855445Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:51:33.7855906Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:51:33.7856290Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:51:33.7856683Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:51:33.7857119Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:51:33.7857559Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:51:33.7858218Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:51:33.7858695Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:51:33.7859126Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:51:33.7859549Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:51:33.7859942Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:51:33.7860336Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:51:33.7860752Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:51:33.7861132Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:51:33.7861500Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:51:33.7861905Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:51:33.7862298Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:51:33.7862695Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:51:33.7863238Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:51:33.7863626Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:51:33.7863996Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:51:33.7864366Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:51:33.7864720Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:51:33.7865111Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:51:33.7865521Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:51:33.7865973Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:51:33.7866423Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:51:33.7866820Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:51:33.7867255Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:51:33.7867672Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:51:33.7868352Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:51:33.7868762Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:51:33.7869122Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:51:33.7869489Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:51:33.7869881Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:51:33.7870396Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:51:33.7870779Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:51:33.7871097Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:51:33.7871414Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:51:33.7871758Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:51:33.7872253Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:51:33.7872759Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:51:33.7873127Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:51:33.7873486Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:51:33.7873871Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:51:33.7874278Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:51:33.7874677Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:51:33.7875075Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:51:33.7875481Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:51:33.7875881Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:51:33.7876247Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:51:33.7876614Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:51:33.7876971Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:51:33.7877342Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:51:33.7877920Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:51:33.7878453Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:51:33.7878841Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:51:33.7879245Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:51:33.7879812Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:51:33.7880212Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:51:33.7880576Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:51:33.7880926Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:51:33.7881279Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:51:33.7881642Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:51:33.7882016Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:51:33.7882405Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:51:33.7882811Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:51:33.7883258Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:51:33.7883695Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:51:33.7884066Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:51:33.7884437Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:51:33.7884813Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:51:33.7885194Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:51:33.7885563Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:51:33.7885926Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:51:33.7886358Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:51:33.7886951Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:51:33.7887369Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:51:33.7887735Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:51:33.7888217Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:51:33.7888615Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:51:33.7889016Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:51:33.7889388Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:51:33.7889777Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:51:33.7890151Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:51:33.7890496Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:51:33.7890849Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:51:33.7891237Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:51:33.7891647Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:51:33.7892018Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:51:33.7892398Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:51:33.7892826Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:51:33.7893248Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:51:33.7893661Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:51:33.7894047Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:51:33.7894555Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:33.7895063Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:51:33.7895377Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:51:33.7895847Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:51:33.7896249Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:51:33.7896666Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:51:33.7897178Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:51:33.7897859Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:51:33.7898530Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:51:33.7899164Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:51:33.7899797Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:51:33.7900408Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:51:33.7901023Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:51:33.7901592Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:51:33.7902070Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:51:33.7902503Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:51:33.7902928Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:51:33.7903342Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:51:33.7903921Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:51:33.7904347Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:51:33.7904724Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:51:33.7905087Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:51:33.7905462Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:51:33.7905832Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:51:33.7906232Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:51:33.7906633Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:51:33.7906989Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:51:33.7907371Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:51:33.7908067Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:51:33.7908560Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:51:33.7909037Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:51:33.7909514Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:51:33.7909986Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:51:33.7910451Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:51:33.7910890Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:51:33.7911294Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:51:33.7911710Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:51:33.7912122Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:51:33.7912538Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:51:33.7912951Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:51:33.7913511Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:51:33.7913931Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:51:33.7914314Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:51:33.7914689Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:51:33.7915056Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:51:33.7915438Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:51:33.7915868Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:51:33.7916305Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:51:33.7916705Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:51:33.7917110Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:51:33.7917535Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:51:33.7918255Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:51:33.7918693Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:51:33.7919120Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:51:33.7919511Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:51:33.7919877Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:51:33.7920263Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:51:33.7920756Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:51:33.7921129Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:51:33.7921521Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:51:33.7921917Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:51:33.7922337Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:51:33.7922796Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:51:33.7923211Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:51:33.7923611Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:51:33.7923999Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:51:33.7924292Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:51:33.7924605Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:51:33.7924995Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:51:33.7925379Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:51:33.7925765Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:51:33.7926147Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:51:33.7926564Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:51:33.7926997Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:51:33.7927402Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:51:33.7927966Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:51:33.7928461Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:51:33.7929001Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:33.7929564Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:51:33.7930003Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:51:33.7930577Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:51:33.7931007Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:51:33.7931425Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:51:33.7931814Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:51:33.7932192Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:51:33.7932564Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:51:33.7932953Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:51:33.7933345Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:51:33.7933708Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:51:33.7934092Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:51:33.7934481Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:51:33.7934845Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:51:33.7935238Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:51:33.7935690Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:51:33.7936099Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:51:33.7936468Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:51:33.7936837Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:51:33.7937322Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:51:33.7937700Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:51:33.7938288Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:51:33.7938715Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:51:33.7939180Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:51:33.7939576Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:51:33.7939966Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:51:33.7940351Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:51:33.7940721Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:51:33.7941082Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:51:33.7941459Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:51:33.7941853Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:51:33.7942289Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:51:33.7942743Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:51:33.7943165Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:51:33.7943555Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:51:33.7943940Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:51:33.7944351Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:51:33.7944732Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:51:33.7945083Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:51:33.7945393Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:51:33.7945695Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:51:33.7946050Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:51:33.7946552Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:51:33.7946897Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:51:33.7947264Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:51:33.7947653Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:51:33.7948259Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:51:33.7948613Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:51:33.7948963Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:51:33.7949335Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:51:33.7949734Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:51:33.7950100Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:51:33.7950456Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:51:33.7950812Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:51:33.7951185Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:51:33.7951560Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:51:33.7951901Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:51:33.7952263Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:51:33.7952645Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:51:33.7953011Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:51:33.7953529Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:51:33.7953906Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:51:33.7954282Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:51:33.7954674Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:51:33.7955086Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:51:33.7955486Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:51:33.7955832Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:51:33.7956169Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:51:33.7956508Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:51:33.7956925Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:51:33.7957408Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:51:33.7957988Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:51:33.7958447Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:51:33.7958937Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:51:33.7959360Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:51:33.7959734Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:51:33.7960111Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:51:33.7960483Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:51:33.7960858Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:51:33.7961230Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:51:33.7961606Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:51:33.7961964Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:51:33.7962345Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:51:33.7962899Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:51:33.7963319Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:51:33.7963692Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:51:33.7964088Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:51:33.7964496Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:51:33.7964866Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:51:33.7965216Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:51:33.7965607Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:51:33.7966044Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:51:33.7966457Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:51:33.7966859Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:51:33.7967253Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:51:33.7967573Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:51:33.7968089Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:51:33.7968445Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:51:33.7968914Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:51:34.0129607Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:51:34.1901269Z Collecting meson
2025-08-20T21:51:34.2405729Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:51:34.2761969Z Collecting ninja
2025-08-20T21:51:34.2831958Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:51:34.2929222Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:51:34.3662535Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 17.5 MB/s  0:00:00
2025-08-20T21:51:34.3758254Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:51:34.4690713Z Installing collected packages: ninja, meson
2025-08-20T21:51:35.1727236Z 
2025-08-20T21:51:35.1756353Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:51:35.4560272Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:51:35.5607512Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:51:35.6257706Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:51:36.0817124Z 1.8.4
2025-08-20T21:51:36.1047176Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:51:36.1294524Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:51:36.1295226Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:51:36.1295866Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:51:36.1296513Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:51:36.1297165Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:51:36.1297589Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:51:36.1298255Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:51:36.1298801Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:51:36.1299176Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:51:36.1299543Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:51:36.1299944Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:51:36.1300337Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:51:36.1300959Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:51:36.1301370Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:51:36.1301761Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:51:36.1302150Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:51:36.1302543Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:51:36.1302900Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:51:36.1303275Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:51:36.1303723Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:51:36.1304247Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:51:36.1304953Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:51:36.1305740Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:51:36.1306473Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:51:36.1307112Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:51:36.1308098Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:51:36.1308896Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:51:36.1309646Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:51:36.1310357Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:51:36.1311096Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:51:36.1312081Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:51:36.1312864Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:51:36.1313630Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:51:36.1314378Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:51:36.1315154Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:51:36.1315895Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:51:36.1316587Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:51:36.1317264Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:51:36.1318278Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:51:36.1319022Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:51:36.1319729Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:51:36.1320161Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:51:36.1320571Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:51:36.1321021Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:51:36.1321493Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:51:36.1321953Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:51:36.1322427Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:51:36.1322863Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:51:36.1323280Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:51:36.1323696Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:51:36.1324106Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:51:36.1324521Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:51:36.1325081Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:51:36.1325454Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:51:36.1325813Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:51:36.1326171Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:51:36.1326494Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:51:36.1326851Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:51:36.1327265Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:51:36.1327639Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:51:36.1328236Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:51:36.1328761Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:51:36.1329177Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:51:36.1329583Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:51:36.1330003Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:51:36.1330427Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:51:36.1330816Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:51:36.1331203Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:51:36.1331611Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:51:36.1332219Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:51:36.1332741Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:51:36.1333214Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:51:36.1333627Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:51:36.1334030Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:51:36.1334425Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:51:36.1334825Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:51:36.1335263Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:51:36.1335752Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:51:36.1336244Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:51:36.1336733Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:51:36.1337174Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:51:36.1337578Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:51:36.1338152Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:51:36.1338556Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:51:36.1338953Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:51:36.1339343Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:51:36.1339759Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:51:36.1340176Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:51:36.1340563Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:51:36.1340940Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:51:36.1341338Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:51:36.1341862Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:51:36.1342229Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:51:36.1342588Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:51:36.1342976Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:51:36.1343358Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:51:36.1343704Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:51:36.1344076Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:51:36.1344443Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:51:36.1344806Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:51:36.1345196Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:51:36.1345560Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:51:36.1345923Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:51:36.1346295Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:51:36.1346681Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:51:36.1347079Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:51:36.1347466Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:51:36.1348007Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:51:36.1348383Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:51:36.1348774Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:51:36.1349300Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:51:36.1349669Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:51:36.1349996Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:51:36.1350352Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:51:36.1350705Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:51:36.1351060Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:51:36.1351420Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:51:36.1351768Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:51:36.1352138Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:51:36.1352527Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:51:36.1352957Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:51:36.1353397Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:51:36.1353792Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:51:36.1354176Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:51:36.1354562Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:51:36.1354945Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:51:36.1355342Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:51:36.1355747Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:51:36.1356119Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:51:36.1356502Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:51:36.1356904Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:51:36.1357341Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:51:36.1357920Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:51:36.1358543Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:51:36.1358938Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:51:36.1359339Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:51:36.1359740Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:51:36.1360131Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:51:36.1360511Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:51:36.1360900Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:51:36.1361296Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:51:36.1361674Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:51:36.1362028Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:51:36.1362334Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:51:36.1362652Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:51:36.1363037Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:51:36.1363429Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:51:36.1363818Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:51:36.1364181Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:51:36.1364543Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:51:36.1364914Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:51:36.1365258Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:51:36.1365704Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:51:36.1366127Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:51:36.1366571Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:51:36.1366960Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:51:36.1367324Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:51:36.1367706Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:51:36.1368453Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:51:36.1368900Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:51:36.1369334Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:51:36.1369696Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:51:36.1370058Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:51:36.1370479Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:51:36.1370907Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:51:36.1371431Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:51:36.1372016Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:51:36.1372584Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:51:36.1373232Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:51:36.1373926Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:51:36.1374487Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:51:36.1374955Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:51:36.1375373Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:51:36.1375742Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:51:36.1376363Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:51:36.1386150Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:51:36.1386623Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:51:36.1387135Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:51:36.1387578Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:51:36.1388230Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:51:36.1388704Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:51:36.1389233Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:51:36.1389735Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:51:36.1390160Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:51:36.1390526Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:51:36.1390914Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:51:36.1391355Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:51:36.1391769Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:51:36.1392197Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:51:36.1392585Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:51:36.1392962Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:51:36.1393356Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:51:36.1393918Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:51:36.1394333Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:51:36.1394725Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:51:36.1395114Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:51:36.1395500Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:51:36.1395919Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:51:36.1396368Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:51:36.1396788Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:51:36.1397149Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:51:36.1397510Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:51:36.1398088Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:51:36.1398460Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:51:36.1398835Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:51:36.1399224Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:51:36.1399622Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:51:36.1400036Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:51:36.1400490Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:51:36.1400925Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:51:36.1401319Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:51:36.1401700Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:51:36.1402072Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:51:36.1402438Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:51:36.1402928Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:51:36.1403307Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:51:36.1403688Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:51:36.1404133Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:51:36.1404597Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:51:36.1405044Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:51:36.1405550Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:51:36.1406047Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:51:36.1406527Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:51:36.1407011Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:51:36.1407444Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:51:36.1407985Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:51:36.1408389Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:51:36.1408760Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:51:36.1409127Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:51:36.1409483Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:51:36.1409861Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:51:36.1410407Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:51:36.1410794Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:51:36.1411170Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:51:36.1411545Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:51:36.1411925Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:51:36.1412306Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:51:36.1412719Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:51:36.1413151Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:51:36.1413531Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:51:36.1413897Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:51:36.1414306Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:51:36.1414678Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:51:36.1415029Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:51:36.1415373Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:51:36.1415726Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:51:36.1416108Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:51:36.1416467Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:51:36.1416850Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:51:36.1417205Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:51:36.1417514Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:51:36.1418183Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:36.1418698Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:51:36.1419059Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:51:36.1419436Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:51:36.1419931Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:51:36.1420325Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:51:36.1420746Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:51:36.1421159Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:51:36.1421578Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:51:36.1421978Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:51:36.1422366Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:51:36.1422771Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:51:36.1423173Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:51:36.1423560Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:51:36.1423976Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:51:36.1424455Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:51:36.1424938Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:51:36.1425368Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:51:36.1425764Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:51:36.1426153Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:51:36.1426611Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:51:36.1427190Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:51:36.1427595Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:51:36.1428199Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:51:36.1428654Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:51:36.1429056Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:51:36.1429419Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:51:36.1429771Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:51:36.1430141Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:51:36.1430527Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:51:36.1430891Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:51:36.1431251Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:51:36.1431631Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:51:36.1431993Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:51:36.1432350Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:51:36.1432709Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:51:36.1433054Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:51:36.1433423Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:51:36.1433806Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:51:36.1434160Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:51:36.1434513Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:51:36.1434862Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:51:36.1435223Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:51:36.1435590Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:51:36.1436071Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:51:36.1436422Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:51:36.1436789Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:51:36.1437135Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:51:36.1437495Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:51:36.1438114Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:51:36.1438514Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:51:36.1438862Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:51:36.1439239Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:51:36.1439659Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:51:36.1440042Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:51:36.1440397Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:51:36.1440751Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:51:36.1441098Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:51:36.1441390Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:51:36.1441682Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:51:36.1442050Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:51:36.1442402Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:51:36.1442768Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:51:36.1443239Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:51:36.1443590Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:51:36.1443920Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:51:36.1444302Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:51:36.1444704Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:51:36.1445092Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:51:36.1445476Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:51:36.1445855Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:51:36.1446255Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:51:36.1446741Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:51:36.1447351Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:51:36.1448198Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:51:36.1448745Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:51:36.1449222Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:51:36.1449661Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:51:36.1450173Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:51:36.1450781Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:51:36.1451336Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:51:36.1451822Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:51:36.1452261Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:51:36.1452628Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:51:36.1453130Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:51:36.1453500Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:51:36.1453891Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:51:36.1454276Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:51:36.1454650Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:51:36.1455021Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:51:36.1455393Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:51:36.1455765Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:51:36.1456129Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:51:36.1456497Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:51:36.1456865Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:51:36.1457249Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:51:36.1457632Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:51:36.1458236Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:51:36.1458639Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:51:36.1458998Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:51:36.1459377Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:51:36.1459787Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:51:36.1460315Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:51:36.1460752Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:51:36.1461180Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:51:36.1461545Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:51:36.1461913Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:51:36.1462284Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:51:36.1462639Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:51:36.1463025Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:51:36.1463408Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:51:36.1463783Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:51:36.1464160Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:51:36.1464515Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:51:36.1464868Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:51:36.1465407Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:36.1466104Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:36.1466760Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:36.1467418Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:36.1468121Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:51:36.1468507Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:51:36.1468878Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:51:36.1469255Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:51:36.1469751Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:51:36.1470108Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:51:36.1470481Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:51:36.1470866Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:51:36.1471236Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:51:36.1471601Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:51:36.1471972Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:51:36.1472341Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:51:36.1472725Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:51:36.1473130Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:51:36.1473525Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:51:36.1473909Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:51:36.1474297Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:51:36.1474677Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:51:36.1475052Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:51:36.1475425Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:51:36.1475792Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:51:36.1476167Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:51:36.1476667Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:51:36.1477055Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:51:36.1477448Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:51:36.1477934Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:51:36.1478311Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:51:36.1478726Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:51:36.1479147Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:51:36.1479544Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:51:36.1479972Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:51:36.1480423Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:51:36.1480825Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:51:36.1481191Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:51:36.1481577Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:51:36.1481964Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:51:36.1482369Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:51:36.1482763Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:51:36.1483135Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:51:36.1483520Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:51:36.1483981Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:51:36.1484447Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:51:36.1484842Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:51:36.1485239Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:51:36.1485810Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:51:36.1486244Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:51:36.1486708Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:51:36.1487188Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:51:36.1487622Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:51:36.1488149Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:51:36.1488545Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:51:36.1488939Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:51:36.1489349Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:51:36.1489732Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:51:36.1490109Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:51:36.1490510Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:51:36.1490903Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:51:36.1491328Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:51:36.1491735Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:51:36.1492119Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:51:36.1492487Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:51:36.1492959Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:51:36.1493342Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:51:36.1493733Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:51:36.1494148Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:51:36.1494593Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:51:36.1495034Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:51:36.1495428Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:51:36.1495859Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:51:36.1496274Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:51:36.1496672Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:51:36.1497066Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:51:36.1497422Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:51:36.1497879Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:51:36.1498266Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:51:36.1498648Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:51:36.1499006Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:51:36.1499322Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:51:36.1499631Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:51:36.1499972Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:51:36.1500468Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:51:36.1500974Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:51:36.1501341Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:51:36.1501701Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:51:36.1502202Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:51:36.1502604Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:51:36.1502998Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:51:36.1503388Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:51:36.1503789Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:51:36.1504187Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:51:36.1504549Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:51:36.1504898Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:51:36.1505254Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:51:36.1505624Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:51:36.1506039Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:51:36.1506461Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:51:36.1506846Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:51:36.1507252Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:51:36.1507678Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:51:36.1508164Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:51:36.1508519Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:51:36.1508865Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:51:36.1509326Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:51:36.1509707Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:51:36.1510082Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:51:36.1510466Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:51:36.1510864Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:51:36.1511314Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:51:36.1511741Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:51:36.1512108Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:51:36.1512476Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:51:36.1512847Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:51:36.1513226Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:51:36.1513607Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:51:36.1513979Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:51:36.1514423Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:51:36.1514903Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:51:36.1515318Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:51:36.1515689Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:51:36.1516054Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:51:36.1516447Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:51:36.1516833Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:51:36.1517207Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:51:36.1517599Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:51:36.1518076Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:51:36.1518544Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:51:36.1518897Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:51:36.1519288Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:51:36.1519708Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:51:36.1520085Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:51:36.1520458Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:51:36.1520894Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:51:36.1521322Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:51:36.1521737Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:51:36.1522123Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:51:36.1522632Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:36.1523137Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:51:36.1523446Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:51:36.1523783Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:51:36.1524182Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:51:36.1524590Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:51:36.1525096Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:51:36.1525772Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:51:36.1526369Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:51:36.1527003Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:51:36.1527624Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:51:36.1528337Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:51:36.1528948Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:51:36.1529521Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:51:36.1529988Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:51:36.1530421Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:51:36.1530844Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:51:36.1531258Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:51:36.1531716Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:51:36.1532136Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:51:36.1532511Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:51:36.1532868Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:51:36.1533237Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:51:36.1533605Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:51:36.1534001Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:51:36.1534407Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:51:36.1534763Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:51:36.1535310Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:51:36.1535767Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:51:36.1536253Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:51:36.1536726Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:51:36.1537199Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:51:36.1537672Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:51:36.1538239Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:51:36.1538681Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:51:36.1539088Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:51:36.1539493Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:51:36.1539897Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:51:36.1540294Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:51:36.1540695Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:51:36.1541124Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:51:36.1541544Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:51:36.1541927Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:51:36.1542302Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:51:36.1542786Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:51:36.1543163Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:51:36.1543601Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:51:36.1544041Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:51:36.1544439Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:51:36.1544846Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:51:36.1545262Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:51:36.1545698Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:51:36.1546125Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:51:36.1546549Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:51:36.1546940Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:51:36.1547310Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:51:36.1547696Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:51:36.1548162Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:51:36.1548530Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:51:36.1548930Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:51:36.1549320Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:51:36.1549733Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:51:36.1550189Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:51:36.1550601Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:51:36.1551002Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:51:36.1551387Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:51:36.1551800Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:51:36.1552115Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:51:36.1552490Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:51:36.1552877Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:51:36.1553254Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:51:36.1553636Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:51:36.1554048Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:51:36.1554484Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:51:36.1554893Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:51:36.1555271Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:51:36.1555655Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:51:36.1556191Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:36.1556759Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:51:36.1557200Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:51:36.1557631Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:51:36.1558176Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:51:36.1558593Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:51:36.1559098Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:51:36.1559486Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:51:36.1559862Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:51:36.1560256Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:51:36.1560647Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:51:36.1561018Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:51:36.1561398Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:51:36.1561793Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:51:36.1562164Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:51:36.1562564Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:51:36.1563020Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:51:36.1563430Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:51:36.1563802Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:51:36.1564173Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:51:36.1564551Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:51:36.1564920Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:51:36.1565281Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:51:36.1565703Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:51:36.1566139Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:51:36.1566534Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:51:36.1566923Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:51:36.1567306Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:51:36.1567676Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:51:36.1568654Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:51:36.1569347Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:51:36.1570087Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:51:36.1570547Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:51:36.1570997Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:51:36.1571410Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:51:36.1571806Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:51:36.1572206Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:51:36.1572615Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:51:36.1573000Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:51:36.1573354Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:51:36.1573659Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:51:36.1573953Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:51:36.1574315Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:51:36.1574684Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:51:36.1575033Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:51:36.1575397Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:51:36.1575785Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:51:36.1576307Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:51:36.1576670Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:51:36.1577015Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:51:36.1577389Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:51:36.1577964Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:51:36.1578399Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:51:36.1578761Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:51:36.1579114Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:51:36.1579494Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:51:36.1579874Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:51:36.1580217Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:51:36.1580587Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:51:36.1580966Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:51:36.1581339Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:51:36.1581706Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:51:36.1582072Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:51:36.1582449Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:51:36.1582841Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:51:36.1583254Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:51:36.1583645Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:51:36.1583990Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:51:36.1584331Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:51:36.1584666Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:51:36.1585078Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:51:36.1585694Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:51:36.1586156Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:51:36.1586621Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:51:36.1587096Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:51:36.1587516Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:51:36.1588067Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:51:36.1588454Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:51:36.1588832Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:51:36.1589206Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:51:36.1589581Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:51:36.1589952Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:51:36.1590316Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:51:36.1590699Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:51:36.1591166Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:51:36.1591583Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:51:36.1591952Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:51:36.1592465Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:51:36.1592887Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:51:36.1593268Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:51:36.1593624Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:51:36.1594008Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:51:36.1594456Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:51:36.1594873Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:51:36.1595277Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:51:36.1595680Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:51:36.1595999Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:51:36.1596278Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:51:36.1596629Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:51:36.1597101Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:51:36.3007438Z info: downloading installer
2025-08-20T21:51:36.6798168Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:51:36.6798561Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:51:36.6798951Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:51:36.6799387Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:51:36.6961323Z info: profile set to 'default'
2025-08-20T21:51:36.6961653Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:51:36.6962052Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:51:36.7633262Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:51:36.9284976Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:51:36.9285413Z 
2025-08-20T21:51:36.9376592Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:51:36.9377126Z 
2025-08-20T21:51:36.9377417Z 
2025-08-20T21:51:36.9377520Z Rust is installed now. Great!
2025-08-20T21:51:36.9377693Z 
2025-08-20T21:51:36.9378103Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:51:36.9378566Z environment variable. This has not been done automatically.
2025-08-20T21:51:36.9378977Z 
2025-08-20T21:51:36.9379168Z To configure your current shell, you need to source
2025-08-20T21:51:36.9379648Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:51:36.9379937Z 
2025-08-20T21:51:36.9380216Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:51:36.9380850Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:51:36.9381349Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:51:36.9381823Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:51:36.9706707Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:51:37.0033867Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:51:37.0034325Z 
2025-08-20T21:51:37.0124817Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:51:37.0125151Z 
2025-08-20T21:51:37.0611699Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:51:38.5696095Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:51:38.6107699Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:51:38.6108454Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:51:38.6109082Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:51:38.6109693Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:51:38.6110322Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:51:38.6111140Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:51:38.6111544Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:51:38.6111920Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:51:38.6112284Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:51:38.6112610Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:51:38.6112967Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:51:38.6113354Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:51:38.6113733Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:51:38.6114131Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:51:38.6114517Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:51:38.6114907Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:51:38.6115303Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:51:38.6115661Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:51:38.6116035Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:51:38.6116479Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:51:38.6116908Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:51:38.6117283Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:51:38.6117690Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:51:38.6118338Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:51:38.6118693Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:51:38.6119088Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:51:38.6119520Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:51:38.6119923Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:51:38.6120511Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:51:38.6120923Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:51:38.6121340Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:51:38.6121756Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:51:38.6122172Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:51:38.6122586Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:51:38.6123026Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:51:38.6123448Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:51:38.6123843Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:51:38.6124231Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:51:38.6124638Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:51:38.6125054Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:51:38.6125470Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:51:38.6125879Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:51:38.6126268Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:51:38.6126714Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:51:38.6127180Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:51:38.6127859Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:51:38.6128369Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:51:38.6128803Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:51:38.6129216Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:51:38.6129621Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:51:38.6130015Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:51:38.6130415Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:51:38.6130798Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:51:38.6131158Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:51:38.6131510Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:51:38.6131873Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:51:38.6132191Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:51:38.6132526Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:51:38.6132924Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:51:38.6133290Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:51:38.6133682Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:51:38.6134104Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:51:38.6134507Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:51:38.6134904Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:51:38.6135313Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:51:38.6135740Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:51:38.6136129Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:51:38.6136511Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:51:38.6137038Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:51:38.6137489Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:51:38.6138096Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:51:38.6138561Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:51:38.6139133Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:51:38.6139783Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:51:38.6140214Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:51:38.6140608Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:51:38.6141035Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:51:38.6141512Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:51:38.6142035Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:51:38.6142515Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:51:38.6142936Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:51:38.6143322Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:51:38.6143694Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:51:38.6144086Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:51:38.6144467Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:51:38.6144970Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:51:38.6145393Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:51:38.6145814Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:51:38.6146200Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:51:38.6146571Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:51:38.6146964Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:51:38.6147358Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:51:38.6147729Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:51:38.6148392Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:51:38.6148781Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:51:38.6149169Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:51:38.6149515Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:51:38.6149886Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:51:38.6150259Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:51:38.6150615Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:51:38.6150999Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:51:38.6151369Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:51:38.6151728Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:51:38.6152104Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:51:38.6152493Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:51:38.6152891Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:51:38.6153281Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:51:38.6153652Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:51:38.6154162Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:51:38.6154553Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:51:38.6154954Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:51:38.6155291Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:51:38.6155616Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:51:38.6155975Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:51:38.6156339Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:51:38.6156702Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:51:38.6157070Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:51:38.6157419Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:51:38.6157989Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:51:38.6158514Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:51:38.6159054Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:51:38.6159500Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:51:38.6159904Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:51:38.6160288Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:51:38.6160680Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:51:38.6161069Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:51:38.6161605Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:51:38.6162022Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:51:38.6162395Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:51:38.6162785Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:51:38.6163363Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:51:38.6172816Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:51:38.6173285Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:51:38.6173703Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:51:38.6174107Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:51:38.6174526Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:51:38.6174938Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:51:38.6175330Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:51:38.6175717Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:51:38.6176122Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:51:38.6176523Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:51:38.6176895Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:51:38.6177247Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:51:38.6177547Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:51:38.6177995Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:51:38.6178385Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:51:38.6178779Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:51:38.6179169Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:51:38.6179533Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:51:38.6179899Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:51:38.6180461Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:51:38.6180806Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:51:38.6181140Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:51:38.6181549Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:51:38.6181989Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:51:38.6182378Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:51:38.6182738Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:51:38.6183119Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:51:38.6183514Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:51:38.6183995Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:51:38.6184405Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:51:38.6184770Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:51:38.6185123Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:51:38.6185820Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:51:38.6186260Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:51:38.6186667Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:51:38.6187022Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:51:38.6187358Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:51:38.6188066Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:51:38.6188488Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:51:38.6188910Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:51:38.6189372Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:51:38.6189780Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:51:38.6190143Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:51:38.6190479Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:51:38.6190827Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:51:38.6191260Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:51:38.6191755Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:51:38.6192190Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:51:38.6192561Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:51:38.6193018Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:51:38.6193544Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:51:38.6194027Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:51:38.6194446Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:51:38.6194796Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:51:38.6195172Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:51:38.6195566Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:51:38.6195978Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:51:38.6196377Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:51:38.6196758Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:51:38.6197259Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:51:38.6197654Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:51:38.6199495Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:51:38.6199892Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:51:38.6200273Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:51:38.6200661Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:51:38.6201046Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:51:38.6201465Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:51:38.6201912Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:51:38.6202327Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:51:38.6202692Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:51:38.6203056Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:51:38.6203444Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:51:38.6203821Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:51:38.6204203Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:51:38.6204572Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:51:38.6204962Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:51:38.6205372Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:51:38.6205968Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:51:38.6206416Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:51:38.6206819Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:51:38.6207201Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:51:38.6207577Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:51:38.6208069Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:51:38.6208437Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:51:38.6208818Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:51:38.6209199Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:51:38.6209638Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:51:38.6210111Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:51:38.6210565Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:51:38.6211276Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:51:38.6212151Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:51:38.6212784Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:51:38.6213261Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:51:38.6213683Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:51:38.6214047Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:51:38.6214408Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:51:38.6214787Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:51:38.6215159Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:51:38.6215511Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:51:38.6216089Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:51:38.6216470Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:51:38.6216845Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:51:38.6217216Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:51:38.6217585Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:51:38.6218093Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:51:38.6218465Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:51:38.6218871Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:51:38.6219304Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:51:38.6219680Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:51:38.6220049Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:51:38.6220448Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:51:38.6220811Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:51:38.6221158Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:51:38.6221499Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:51:38.6221849Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:51:38.6222223Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:51:38.6222589Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:51:38.6223089Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:51:38.6223449Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:51:38.6223757Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:51:38.6224214Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:38.6224714Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:51:38.6225069Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:51:38.6225435Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:51:38.6225785Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:51:38.6226182Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:51:38.6226602Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:51:38.6227017Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:51:38.6227430Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:51:38.6227931Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:51:38.6228442Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:51:38.6228845Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:51:38.6229244Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:51:38.6229631Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:51:38.6230052Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:51:38.6230530Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:51:38.6231009Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:51:38.6231455Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:51:38.6231854Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:51:38.6232381Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:51:38.6232840Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:51:38.6233309Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:51:38.6233704Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:51:38.6234122Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:51:38.6234561Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:51:38.6234952Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:51:38.6235307Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:51:38.6235664Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:51:38.6236032Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:51:38.6236419Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:51:38.6236772Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:51:38.6237124Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:51:38.6237497Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:51:38.6238079Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:51:38.6238440Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:51:38.6238797Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:51:38.6239139Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:51:38.6239628Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:51:38.6240008Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:51:38.6240364Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:51:38.6240725Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:51:38.6241083Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:51:38.6241448Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:51:38.6241844Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:51:38.6242202Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:51:38.6242557Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:51:38.6242928Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:51:38.6243271Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:51:38.6243634Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:51:38.6244057Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:51:38.6244454Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:51:38.6244809Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:51:38.6245181Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:51:38.6245586Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:51:38.6245970Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:51:38.6246328Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:51:38.6246680Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:51:38.6247026Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:51:38.6247315Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:51:38.6247616Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:51:38.6248072Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:51:38.6248413Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:51:38.6248899Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:51:38.6249254Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:51:38.6249594Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:51:38.6249923Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:51:38.6250295Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:51:38.6250698Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:51:38.6251083Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:51:38.6251462Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:51:38.6251844Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:51:38.6252244Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:51:38.6252733Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:51:38.6253338Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:51:38.6253944Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:51:38.6254473Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:51:38.6254930Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:51:38.6255369Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:51:38.6255984Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:51:38.6256598Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:51:38.6257151Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:51:38.6257628Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:51:38.6258167Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:51:38.6258521Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:51:38.6258877Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:51:38.6259240Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:51:38.6259612Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:51:38.6259986Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:51:38.6260360Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:51:38.6260737Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:51:38.6261108Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:51:38.6261479Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:51:38.6261837Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:51:38.6262201Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:51:38.6262564Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:51:38.6262950Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:51:38.6263329Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:51:38.6263731Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:51:38.6264136Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:51:38.6264487Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:51:38.6264988Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:51:38.6265390Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:51:38.6265790Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:51:38.6266207Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:51:38.6266634Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:51:38.6266995Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:51:38.6267495Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:51:38.6268240Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:51:38.6268858Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:51:38.6269541Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:51:38.6270228Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:51:38.6270932Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:51:38.6271346Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:51:38.6271698Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:51:38.6272047Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:51:38.6272585Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:38.6273274Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:38.6274093Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:38.6274837Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:38.6275354Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:51:38.6275731Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:51:38.6276103Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:51:38.6276477Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:51:38.6276855Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:51:38.6277217Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:51:38.6277585Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:51:38.6278216Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:51:38.6278600Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:51:38.6278971Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:51:38.6279348Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:51:38.6279714Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:51:38.6280095Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:51:38.6280498Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:51:38.6280886Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:51:38.6281270Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:51:38.6281657Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:51:38.6282036Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:51:38.6282412Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:51:38.6282782Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:51:38.6283304Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:51:38.6283685Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:51:38.6284084Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:51:38.6284472Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:51:38.6284857Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:51:38.6285244Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:51:38.6285632Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:51:38.6286043Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:51:38.6286476Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:51:38.6286868Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:51:38.6287304Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:51:38.6287868Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:51:38.6288270Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:51:38.6288629Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:51:38.6288998Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:51:38.6289390Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:51:38.6289792Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:51:38.6290185Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:51:38.6290681Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:51:38.6291075Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:51:38.6291542Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:51:38.6292006Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:51:38.6292395Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:51:38.6292794Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:51:38.6293233Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:51:38.6293665Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:51:38.6294135Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:51:38.6294635Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:51:38.6295071Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:51:38.6295504Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:51:38.6295908Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:51:38.6296307Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:51:38.6296716Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:51:38.6297091Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:51:38.6297463Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:51:38.6297967Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:51:38.6298361Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:51:38.6298765Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:51:38.6299173Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:51:38.6299555Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:51:38.6300047Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:51:38.6300407Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:51:38.6300758Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:51:38.6301139Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:51:38.6301548Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:51:38.6301995Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:51:38.6302435Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:51:38.6302838Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:51:38.6303263Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:51:38.6303677Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:51:38.6304079Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:51:38.6304476Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:51:38.6304825Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:51:38.6305180Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:51:38.6305560Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:51:38.6305941Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:51:38.6306300Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:51:38.6306631Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:51:38.6307050Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:51:38.6307403Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:51:38.6308020Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:51:38.6308526Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:51:38.6308894Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:51:38.6309254Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:51:38.6309638Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:51:38.6310035Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:51:38.6310429Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:51:38.6310820Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:51:38.6311221Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:51:38.6311632Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:51:38.6311999Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:51:38.6312361Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:51:38.6312715Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:51:38.6313084Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:51:38.6313504Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:51:38.6313924Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:51:38.6314312Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:51:38.6314729Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:51:38.6315168Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:51:38.6315557Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:51:38.6316059Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:51:38.6316409Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:51:38.6316768Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:51:38.6317152Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:51:38.6317526Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:51:38.6318137Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:51:38.6318554Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:51:38.6319005Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:51:38.6319443Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:51:38.6319816Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:51:38.6320200Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:51:38.6320578Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:51:38.6320961Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:51:38.6321332Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:51:38.6321699Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:51:38.6322131Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:51:38.6322611Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:51:38.6323022Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:51:38.6323510Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:51:38.6323881Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:51:38.6324276Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:51:38.6324889Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:51:38.6325316Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:51:38.6325720Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:51:38.6326090Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:51:38.6326444Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:51:38.6326794Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:51:38.6327187Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:51:38.6327608Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:51:38.6328110Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:51:38.6328498Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:51:38.6328936Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:51:38.6329360Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:51:38.6329767Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:51:38.6330154Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:51:38.6330662Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:38.6331162Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:51:38.6331463Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:51:38.6331801Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:51:38.6332204Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:51:38.6332620Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:51:38.6333278Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:51:38.6333850Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:51:38.6334443Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:51:38.6335074Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:51:38.6335696Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:51:38.6336310Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:51:38.6336917Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:51:38.6337495Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:51:38.6338076Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:51:38.6338516Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:51:38.6338938Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:51:38.6339357Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:51:38.6339912Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:51:38.6340341Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:51:38.6340874Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:51:38.6341245Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:51:38.6341618Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:51:38.6342035Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:51:38.6342435Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:51:38.6342844Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:51:38.6343202Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:51:38.6343580Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:51:38.6344036Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:51:38.6344520Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:51:38.6345000Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:51:38.6345473Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:51:38.6345939Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:51:38.6346412Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:51:38.6346849Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:51:38.6347256Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:51:38.6347662Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:51:38.6348177Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:51:38.6348579Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:51:38.6348981Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:51:38.6349424Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:51:38.6349846Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:51:38.6350347Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:51:38.6350720Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:51:38.6351088Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:51:38.6351459Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:51:38.6351892Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:51:38.6352322Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:51:38.6352722Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:51:38.6353124Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:51:38.6353547Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:51:38.6353986Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:51:38.6354426Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:51:38.6354847Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:51:38.6355235Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:51:38.6355607Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:51:38.6355991Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:51:38.6356356Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:51:38.6356725Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:51:38.6357121Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:51:38.6357623Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:51:38.6358268Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:51:38.6358736Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:51:38.6359158Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:51:38.6359556Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:51:38.6359947Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:51:38.6360242Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:51:38.6360562Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:51:38.6360935Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:51:38.6361323Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:51:38.6361714Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:51:38.6362106Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:51:38.6362530Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:51:38.6362973Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:51:38.6363385Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:51:38.6363773Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:51:38.6364168Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:51:38.6364702Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:51:38.6365275Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:51:38.6365727Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:51:38.6366159Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:51:38.6366591Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:51:38.6367147Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:51:38.6367544Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:51:38.6368044Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:51:38.6368423Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:51:38.6368812Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:51:38.6369204Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:51:38.6369570Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:51:38.6369951Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:51:38.6370348Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:51:38.6370717Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:51:38.6371131Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:51:38.6371584Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:51:38.6371994Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:51:38.6372368Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:51:38.6372737Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:51:38.6373114Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:51:38.6373478Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:51:38.6373951Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:51:38.6374377Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:51:38.6374815Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:51:38.6375220Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:51:38.6375608Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:51:38.6375998Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:51:38.6376370Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:51:38.6376734Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:51:38.6377107Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:51:38.6377495Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:51:38.6378041Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:51:38.6378482Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:51:38.6378896Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:51:38.6379291Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:51:38.6379680Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:51:38.6380092Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:51:38.6380475Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:51:38.6380822Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:51:38.6381130Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:51:38.6381425Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:51:38.6381784Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:51:38.6382153Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:51:38.6382496Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:51:38.6382986Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:51:38.6383374Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:51:38.6383749Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:51:38.6384104Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:51:38.6384448Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:51:38.6384825Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:51:38.6385209Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:51:38.6385574Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:51:38.6385935Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:51:38.6386286Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:51:38.6386662Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:51:38.6387043Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:51:38.6387387Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:51:38.6387853Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:51:38.6388415Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:51:38.6388810Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:51:38.6389291Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:51:38.6389666Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:51:38.6390046Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:51:38.6390579Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:51:38.6391008Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:51:38.6391411Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:51:38.6391763Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:51:38.6392108Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:51:38.6392452Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:51:38.6392863Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:51:38.6393347Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:51:38.6393804Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:51:38.6394270Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:51:38.6394751Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:51:38.6395174Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:51:38.6395554Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:51:38.6395937Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:51:38.6396324Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:51:38.6396702Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:51:38.6397076Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:51:38.6397451Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:51:38.6398025Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:51:38.6398425Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:51:38.6398854Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:51:38.6399277Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:51:38.6399778Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:51:38.6400171Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:51:38.6400585Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:51:38.6400954Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:51:38.6401297Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:51:38.6401676Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:51:38.6402120Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:51:38.6402539Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:51:38.6402945Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:51:38.6403339Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:51:38.6403662Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:51:38.6403937Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:51:38.6404288Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:51:38.6404760Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:51:38.6405064Z 
2025-08-20T21:51:38.6405068Z 
2025-08-20T21:51:38.6405425Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:51:38 PM)
2025-08-20T21:51:38.6405797Z 
2025-08-20T21:51:38.6405800Z 
2025-08-20T21:51:38.6405812Z 
2025-08-20T21:51:38.6405887Z [+] Continue : YES
2025-08-20T21:51:38.6406007Z 
2025-08-20T21:51:38.6406358Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:51:38.6996396Z 
2025-08-20T21:51:38.6996748Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:51:38 PM) UTC
2025-08-20T21:51:38.6997176Z 
2025-08-20T21:51:38.7014084Z 
2025-08-20T21:51:38.7014289Z [+] Total RECIPES :: 1
2025-08-20T21:51:38.7014524Z 
2025-08-20T21:51:38.7090635Z 
2025-08-20T21:51:38.7091506Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml (1/1)
2025-08-20T21:51:38.7092095Z 
2025-08-20T21:51:38.7525206Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T21:51:38.7535862Z mode of '/tmp/pkgforge/Weo2HLV4N_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:51:38.7582592Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/nushell/glibc [Provided]
2025-08-20T21:51:38.7583060Z [+] Setting '.pkg_family' --> nushell [Provided]
2025-08-20T21:51:38.7596024Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:51:38.7602854Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:51:38.7631800Z [00:00:00.003]➜  
2025-08-20T21:51:38.7632571Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T21:51:38.7633024Z [00:00:00.003]➜  
2025-08-20T21:51:38.7674349Z [00:00:00.007]➜  
2025-08-20T21:51:38.7675106Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T21:51:38.7675624Z [00:00:00.007]➜  
2025-08-20T21:51:38.7753589Z [00:00:00.015]➜  
2025-08-20T21:51:38.7754682Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/nushell/static.glibc.source.yaml) --> /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:51:38 PM) UTC]
2025-08-20T21:51:38.7756087Z [00:00:00.015]➜  
2025-08-20T21:51:38.7756446Z [00:00:00.015]➜  
2025-08-20T21:51:38.7756774Z [00:00:00.015]➜  
2025-08-20T21:51:38.7757264Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:51:38.7765340Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:51:38.7766537Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T21:51:38.7767159Z [00:00:00.016]➜  _disabled: false
2025-08-20T21:51:38.7767408Z [00:00:00.016]➜  
2025-08-20T21:51:38.7767634Z [00:00:00.016]➜  pkg: "nushell"
2025-08-20T21:51:38.7768243Z [00:00:00.016]➜  pkg_id: "github.com.nushell.nushell.glibc"
2025-08-20T21:51:38.7768593Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T21:51:38.7768867Z [00:00:00.017]➜  category:
2025-08-20T21:51:38.7769507Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T21:51:38.7769985Z [00:00:00.017]➜    - "Utility"
2025-08-20T21:51:38.7770618Z [00:00:00.017]➜  description: "Shell with a focus on structured data"
2025-08-20T21:51:38.7771212Z [00:00:00.017]➜  distro_pkg:
2025-08-20T21:51:38.7771612Z [00:00:00.017]➜    alpine:
2025-08-20T21:51:38.7772051Z [00:00:00.017]➜      - "nushell"
2025-08-20T21:51:38.7772481Z [00:00:00.017]➜    archlinux:
2025-08-20T21:51:38.7772886Z [00:00:00.017]➜      aur:
2025-08-20T21:51:38.7773317Z [00:00:00.017]➜        - "nushell-git"
2025-08-20T21:51:38.7773801Z [00:00:00.017]➜      extra:
2025-08-20T21:51:38.7774260Z [00:00:00.017]➜        - "nushell"
2025-08-20T21:51:38.7774778Z [00:00:00.017]➜    nixpkgs:
2025-08-20T21:51:38.7775234Z [00:00:00.017]➜      - "nushell"
2025-08-20T21:51:38.7775691Z [00:00:00.017]➜  homepage:
2025-08-20T21:51:38.7776192Z [00:00:00.017]➜    - "https://www.nushell.sh"
2025-08-20T21:51:38.7776859Z [00:00:00.017]➜    - "https://github.com/nushell/nushell"
2025-08-20T21:51:38.7777422Z [00:00:00.017]➜  license:
2025-08-20T21:51:38.7778144Z [00:00:00.017]➜    - id: "MIT"
2025-08-20T21:51:38.7779289Z [00:00:00.017]➜      url: "https://github.com/nushell/nushell/raw/e926919582138fe6025080469d5b66d817aa8570/LICENSE"
2025-08-20T21:51:38.7780168Z [00:00:00.017]➜  maintainer:
2025-08-20T21:51:38.7780776Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:51:38.7781357Z [00:00:00.017]➜  note:
2025-08-20T21:51:38.7781888Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:51:38.7782885Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/nushell/nushell"
2025-08-20T21:51:38.7783777Z [00:00:00.017]➜    - "Statically Linked on Debian (GLIBC)"
2025-08-20T21:51:38.7784322Z [00:00:00.017]➜  provides:
2025-08-20T21:51:38.7784763Z [00:00:00.017]➜    - "nushell==nu"
2025-08-20T21:51:38.7785238Z [00:00:00.017]➜  repology:
2025-08-20T21:51:38.7785660Z [00:00:00.017]➜    - "nushell"
2025-08-20T21:51:38.7786081Z [00:00:00.017]➜  src_url:
2025-08-20T21:51:38.7786582Z [00:00:00.017]➜    - "https://github.com/nushell/nushell"
2025-08-20T21:51:38.7787118Z [00:00:00.017]➜  tag:
2025-08-20T21:51:38.7787431Z [00:00:00.017]➜    - "shell"
2025-08-20T21:51:38.7787676Z [00:00:00.017]➜  x_exec:
2025-08-20T21:51:38.7788231Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T21:51:38.7788507Z [00:00:00.017]➜    host:
2025-08-20T21:51:38.7788758Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T21:51:38.7789052Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:51:38.7789318Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:51:38.7789561Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:51:38.7789865Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:51:38.7790588Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/nushell/nushell" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:51:38.7791463Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:51:38.7792128Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:51:38.7792516Z [00:00:00.017]➜    run: |
2025-08-20T21:51:38.7792925Z [00:00:00.017]➜      #Build
2025-08-20T21:51:38.7793561Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "debian-builder-unstable" --pull="always" \
2025-08-20T21:51:38.7794308Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:51:38.7794882Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:51:38.7795369Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:51:38.7796221Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/debian-builder-unstable:x86_64" \
2025-08-20T21:51:38.7796909Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:51:38.7797374Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:51:38.7798337Z [00:00:00.017]➜         set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-20T21:51:38.7799270Z [00:00:00.017]➜         mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:51:38.7800044Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:51:38.7800800Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T21:51:38.7801982Z [00:00:00.017]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T21:51:38.7802990Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:51:38.7803601Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T21:51:38.7804090Z [00:00:00.017]➜           else
2025-08-20T21:51:38.7804579Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T21:51:38.7805269Z [00:00:00.017]➜           fi
2025-08-20T21:51:38.7805700Z [00:00:00.017]➜         else
2025-08-20T21:51:38.7806310Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-gnu"
2025-08-20T21:51:38.7807048Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T21:51:38.7807596Z [00:00:00.017]➜         fi
2025-08-20T21:51:38.7808388Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T21:51:38.7809023Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:51:38.7809773Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:51:38.7810550Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:51:38.7811297Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:51:38.7811862Z [00:00:00.017]➜         fi
2025-08-20T21:51:38.7812391Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:51:38.7813055Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:51:38.7813689Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:51:38.7814759Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:51:38.7815479Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:51:38.7816112Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:51:38.7816727Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:51:38.7817431Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:51:38.7818477Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:51:38.7819172Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:51:38.7819824Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:51:38.7820512Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:51:38.7821220Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:51:38.7821763Z [00:00:00.017]➜        #Build
2025-08-20T21:51:38.7822721Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/nushell/nushell" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:51:38.7823949Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:51:38.7824596Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:51:38.7825792Z [00:00:00.017]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T21:51:38.7826893Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T21:51:38.7841355Z [00:00:00.017]➜         cargo build --workspace --target "${RUST_TARGET}" \
2025-08-20T21:51:38.7842123Z [00:00:00.017]➜           --all-features \
2025-08-20T21:51:38.7842694Z [00:00:00.017]➜           --jobs="$(($(nproc)+1))" \
2025-08-20T21:51:38.7843258Z [00:00:00.017]➜           --release \
2025-08-20T21:51:38.7843757Z [00:00:00.017]➜           --keep-going \
2025-08-20T21:51:38.7844238Z [00:00:00.017]➜           --verbose
2025-08-20T21:51:38.7844976Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:51:38.7846072Z [00:00:00.017]➜         cp -fv "./target/${RUST_TARGET}/release/nu" "./target/${RUST_TARGET}/release/nushell" 2>/dev/null
2025-08-20T21:51:38.7846842Z [00:00:00.017]➜        #Copy
2025-08-20T21:51:38.7848757Z [00:00:00.017]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T21:51:38.7851143Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:51:38.7852377Z [00:00:00.017]➜        #Strip 
2025-08-20T21:51:38.7853307Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:51:38.7854592Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:51:38.7855841Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:51:38.7856914Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:51:38.7858151Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:51:38.7858905Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:51:38.7859190Z [00:00:00.017]➜        '
2025-08-20T21:51:38.7859440Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:51:38.7859879Z [00:00:00.017]➜       docker cp "debian-builder-unstable:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:51:38.7860478Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:51:38.7861650Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:51:38.7862455Z [00:00:00.017]➜  
2025-08-20T21:51:38.7862658Z [00:00:00.017]➜  
2025-08-20T21:51:38.7862942Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:51:38.7863230Z [00:00:00.017]➜  
2025-08-20T21:51:38.7863423Z [00:00:00.017]➜  
2025-08-20T21:51:38.7863618Z [00:00:00.017]➜  
2025-08-20T21:51:38.7864117Z [00:00:00.019]➜  '/tmp/pkgforge/Weo2HLV4N_build.yaml' -> '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:51:40.0588684Z [00:00:01.299]➜  '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nushell.static.version' -> '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nushell.version'
2025-08-20T21:51:40.0644434Z [00:00:01.304]➜  [+] Version: HEAD-e41ba71-250820T184626 ('.x_exec.pkgver') [/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nushell.static.version]
2025-08-20T21:51:40.0890277Z [00:00:01.329]➜  [+] Progs: nushell
2025-08-20T21:51:40.2789878Z [00:00:01.519]➜  
2025-08-20T21:51:40.2790247Z [00:00:01.519]➜  [-] Missing packages. Found: 
2025-08-20T21:51:40.2790573Z [00:00:01.519]➜  [+] Expected: nushell
2025-08-20T21:51:40.2790876Z [00:00:01.519]➜  [+] Continuing with build...
2025-08-20T21:51:40.2791142Z [00:00:01.519]➜  
2025-08-20T21:51:40.6503093Z [00:00:01.890]➜  
2025-08-20T21:51:40.6503409Z [00:00:01.890]➜  
2025-08-20T21:51:40.6594885Z [00:00:01.899]➜  + mkdir -pv /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:51:40.6619470Z [00:00:01.902]➜  + docker run --platform=linux/amd64 --privileged --net=host --name debian-builder-unstable --pull=always -e PKG=nushell -e PKG_ID=github.com.nushell.nushell.glibc -e PKG_TYPE=static -e PKG_VER=HEAD-e41ba71-250820T184626 -e PKGVER=HEAD-e41ba71-250820T184626 -e SBUILD_PKG=nushell.static -e SBUILD_PKGVER=HEAD-e41ba71-250820T184626 --volume /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/debian-builder-unstable:x86_64 bash -l -c '
2025-08-20T21:51:40.6621900Z [00:00:01.902]➜    #Setup ENV
2025-08-20T21:51:40.6622359Z [00:00:01.902]➜     set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-20T21:51:40.6622887Z [00:00:01.902]➜     mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:51:40.6623326Z [00:00:01.902]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:51:40.6623984Z [00:00:01.902]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T21:51:40.6624635Z [00:00:01.902]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T21:51:40.6625253Z [00:00:01.902]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:51:40.6625603Z [00:00:01.902]➜         export RUST_TARGET
2025-08-20T21:51:40.6625886Z [00:00:01.902]➜       else
2025-08-20T21:51:40.6626147Z [00:00:01.902]➜         rustc -Vv ; exit 1
2025-08-20T21:51:40.6626412Z [00:00:01.902]➜       fi
2025-08-20T21:51:40.6626640Z [00:00:01.902]➜     else
2025-08-20T21:51:40.6626960Z [00:00:01.902]➜       export RUST_TARGET="$(uname -m)-unknown-linux-gnu"
2025-08-20T21:51:40.6627354Z [00:00:01.902]➜       rustup target add "${RUST_TARGET}"
2025-08-20T21:51:40.6627645Z [00:00:01.902]➜     fi
2025-08-20T21:51:40.6628098Z [00:00:01.902]➜     RUST_FLAGS=()
2025-08-20T21:51:40.6628438Z [00:00:01.902]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:51:40.6628860Z [00:00:01.902]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:51:40.6629292Z [00:00:01.902]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:51:40.6629705Z [00:00:01.902]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:51:40.6630010Z [00:00:01.902]➜     fi
2025-08-20T21:51:40.6630291Z [00:00:01.902]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:51:40.6630631Z [00:00:01.902]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:51:40.6630950Z [00:00:01.902]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:51:40.6631272Z [00:00:01.902]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:51:40.6631607Z [00:00:01.902]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:51:40.6631941Z [00:00:01.902]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:51:40.6632261Z [00:00:01.902]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:51:40.6632635Z [00:00:01.902]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:51:40.6633031Z [00:00:01.902]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:51:40.6633387Z [00:00:01.902]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:51:40.6633906Z [00:00:01.902]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:51:40.6634276Z [00:00:01.902]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:51:40.6634649Z [00:00:01.902]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:51:40.6634938Z [00:00:01.902]➜    #Build
2025-08-20T21:51:40.6635459Z [00:00:01.902]➜     git clone --filter "blob:none" --quiet "https://github.com/nushell/nushell" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:51:40.6635993Z [00:00:01.902]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:51:40.6636334Z [00:00:01.902]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:51:40.6636970Z [00:00:01.902]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T21:51:40.6637575Z [00:00:01.902]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T21:51:40.6638183Z [00:00:01.902]➜     cargo build --workspace --target "${RUST_TARGET}" \
2025-08-20T21:51:40.6638573Z [00:00:01.902]➜       --all-features \
2025-08-20T21:51:40.6638887Z [00:00:01.902]➜       --jobs="$(($(nproc)+1))" \
2025-08-20T21:51:40.6639182Z [00:00:01.902]➜       --release \
2025-08-20T21:51:40.6639454Z [00:00:01.902]➜       --keep-going \
2025-08-20T21:51:40.6639721Z [00:00:01.902]➜       --verbose
2025-08-20T21:51:40.6640123Z [00:00:01.902]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:51:40.6640733Z [00:00:01.902]➜     cp -fv "./target/${RUST_TARGET}/release/nu" "./target/${RUST_TARGET}/release/nushell" 2>/dev/null
2025-08-20T21:51:40.6641159Z [00:00:01.902]➜    #Copy
2025-08-20T21:51:40.6642250Z [00:00:01.902]➜     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-20T21:51:40.6643504Z [00:00:01.902]➜     ( 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-20T21:51:40.6644083Z [00:00:01.902]➜    #Strip 
2025-08-20T21:51:40.6644576Z [00:00:01.902]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:51:40.6645270Z [00:00:01.902]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:51:40.6645950Z [00:00:01.902]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:51:40.6646545Z [00:00:01.902]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:51:40.6647115Z [00:00:01.902]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:51:40.6647539Z [00:00:01.902]➜     popd &>/dev/null
2025-08-20T21:51:40.6648179Z [00:00:01.902]➜    '
2025-08-20T21:51:40.9084278Z [00:00:02.148]➜  x86_64: Pulling from pkgforge/devscripts/debian-builder-unstable
2025-08-20T21:51:40.9812495Z [00:00:02.221]➜  8d168639a251: Pulling fs layer
2025-08-20T21:51:40.9813097Z [00:00:02.221]➜  71b13f669d11: Pulling fs layer
2025-08-20T21:51:40.9813649Z [00:00:02.221]➜  c5355a619921: Pulling fs layer
2025-08-20T21:51:40.9813987Z [00:00:02.221]➜  ad7fa1ee4d06: Pulling fs layer
2025-08-20T21:51:40.9814396Z [00:00:02.221]➜  de801c06fcd2: Pulling fs layer
2025-08-20T21:51:40.9814746Z [00:00:02.221]➜  db38aae6b63e: Pulling fs layer
2025-08-20T21:51:40.9815049Z [00:00:02.221]➜  c3e8f8601e50: Pulling fs layer
2025-08-20T21:51:40.9815348Z [00:00:02.221]➜  b1ab73a2d984: Pulling fs layer
2025-08-20T21:51:40.9815638Z [00:00:02.221]➜  de801c06fcd2: Waiting
2025-08-20T21:51:40.9815938Z [00:00:02.221]➜  db38aae6b63e: Waiting
2025-08-20T21:51:40.9816209Z [00:00:02.221]➜  c3e8f8601e50: Waiting
2025-08-20T21:51:40.9816475Z [00:00:02.221]➜  b1ab73a2d984: Waiting
2025-08-20T21:51:40.9816750Z [00:00:02.221]➜  ad7fa1ee4d06: Waiting
2025-08-20T21:51:41.1675979Z [00:00:02.407]➜  71b13f669d11: Verifying Checksum
2025-08-20T21:51:41.1676574Z [00:00:02.408]➜  71b13f669d11: Download complete
2025-08-20T21:51:41.2533378Z [00:00:02.493]➜  ad7fa1ee4d06: Verifying Checksum
2025-08-20T21:51:41.2534048Z [00:00:02.493]➜  ad7fa1ee4d06: Download complete
2025-08-20T21:51:41.3299214Z [00:00:02.570]➜  de801c06fcd2: Verifying Checksum
2025-08-20T21:51:41.3299906Z [00:00:02.570]➜  de801c06fcd2: Download complete
2025-08-20T21:51:41.8465061Z [00:00:03.086]➜  8d168639a251: Verifying Checksum
2025-08-20T21:51:41.8466923Z [00:00:03.086]➜  8d168639a251: Download complete
2025-08-20T21:51:43.4984763Z [00:00:04.738]➜  c5355a619921: Verifying Checksum
2025-08-20T21:51:43.4988301Z [00:00:04.738]➜  c5355a619921: Download complete
2025-08-20T21:51:43.6802849Z [00:00:04.920]➜  8d168639a251: Pull complete
2025-08-20T21:51:43.6873716Z [00:00:04.927]➜  b1ab73a2d984: Verifying Checksum
2025-08-20T21:51:43.6874690Z [00:00:04.927]➜  b1ab73a2d984: Download complete
2025-08-20T21:51:44.6373814Z [00:00:05.877]➜  db38aae6b63e: Verifying Checksum
2025-08-20T21:51:44.6374495Z [00:00:05.877]➜  db38aae6b63e: Download complete
2025-08-20T21:51:49.0442810Z [00:00:10.284]➜  71b13f669d11: Pull complete
2025-08-20T21:51:53.9139748Z [00:00:15.154]➜  c3e8f8601e50: Verifying Checksum
2025-08-20T21:51:53.9140422Z [00:00:15.154]➜  c3e8f8601e50: Download complete
2025-08-20T21:52:02.4781250Z [00:00:23.718]➜  c5355a619921: Pull complete
2025-08-20T21:52:02.4906657Z [00:00:23.731]➜  ad7fa1ee4d06: Pull complete
2025-08-20T21:52:02.5005337Z [00:00:23.740]➜  de801c06fcd2: Pull complete
2025-08-20T21:52:07.7327579Z [00:00:28.973]➜  db38aae6b63e: Pull complete
2025-08-20T21:53:21.7846159Z [00:01:43.024]➜  c3e8f8601e50: Pull complete
2025-08-20T21:53:21.8171544Z [00:01:43.057]➜  b1ab73a2d984: Pull complete
2025-08-20T21:53:21.8208289Z [00:01:43.061]➜  Digest: sha256:cb1fad53e652b680228672ea4141a14cdd0e4eaa496f695f0be6f7ecbc62ab8c
2025-08-20T21:53:21.8221084Z [00:01:43.062]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/debian-builder-unstable:x86_64
2025-08-20T21:53:22.0321093Z [00:01:43.272]➜  + mkdir -pv /tmp
2025-08-20T21:53:22.0334715Z [00:01:43.273]➜  ++ whoami
2025-08-20T21:53:22.0347315Z [00:01:43.275]➜  ++ whoami
2025-08-20T21:53:22.0358532Z [00:01:43.276]➜  + chown -R root:root /tmp
2025-08-20T21:53:22.0373927Z [00:01:43.277]➜  + chmod -v 1777 /tmp
2025-08-20T21:53:22.0387968Z [00:01:43.279]➜  mode of '/tmp' changed from 0755 (rwxr-xr-x) to 1777 (rwxrwxrwt)
2025-08-20T21:53:22.0390078Z [00:01:43.279]➜  + mkdir -p /build-bins
2025-08-20T21:53:22.0404525Z [00:01:43.280]➜  ++ mktemp -d
2025-08-20T21:53:22.0414733Z [00:01:43.281]➜  + pushd /tmp/tmp.P27DihGkYk
2025-08-20T21:53:22.0416149Z [00:01:43.281]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T21:53:22.0416540Z [00:01:43.281]➜  + source /root/.cargo/env
2025-08-20T21:53:22.0420453Z [00:01:43.281]➜  ++ case ":${PATH}:" in
2025-08-20T21:53:22.0422157Z [00:01:43.282]➜  ++ uname -m
2025-08-20T21:53:22.0426117Z [00:01:43.282]➜  ++ tr -d '[:space:]'
2025-08-20T21:53:22.0437259Z [00:01:43.284]➜  + [[ x86_64 == \r\i\s\c\v\6\4 ]]
2025-08-20T21:53:22.0440669Z [00:01:43.284]➜  ++ uname -m
2025-08-20T21:53:22.0450205Z [00:01:43.285]➜  + export RUST_TARGET=x86_64-unknown-linux-gnu
2025-08-20T21:53:22.0450846Z [00:01:43.285]➜  + RUST_TARGET=x86_64-unknown-linux-gnu
2025-08-20T21:53:22.0451498Z [00:01:43.285]➜  + rustup target add x86_64-unknown-linux-gnu
2025-08-20T21:53:22.1578780Z [00:01:43.398]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-gnu' is up to date
2025-08-20T21:53:22.1608769Z [00:01:43.401]➜  + RUST_FLAGS=()
2025-08-20T21:53:22.1609430Z [00:01:43.401]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:53:22.1609976Z [00:01:43.401]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:53:22.1613165Z [00:01:43.401]➜  + echo x86_64-unknown-linux-gnu
2025-08-20T21:53:22.1614659Z [00:01:43.401]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T21:53:22.1628333Z [00:01:43.403]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:53:22.1628863Z [00:01:43.403]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:53:22.1629277Z [00:01:43.403]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:53:22.1629706Z [00:01:43.403]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:53:22.1630179Z [00:01:43.403]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:53:22.1630732Z [00:01:43.403]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:53:22.1631298Z [00:01:43.403]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:53:22.1632072Z [00:01:43.403]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:53:22.1632673Z [00:01:43.403]➜  ++ which mold
2025-08-20T21:53:22.1654744Z [00:01:43.405]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:53:22.1655712Z [00:01:43.405]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:53:22.1656351Z [00:01:43.405]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:53:22.1657004Z [00:01:43.405]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:53:22.1659964Z [00:01:43.405]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T21:53:22.1662274Z [00:01:43.405]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T21:53:22.1663639Z [00:01:43.406]➜  + git clone --filter blob:none --quiet https://github.com/nushell/nushell ./TEMPREPO
2025-08-20T21:53:24.0502518Z [00:01:45.290]➜  + cd ./TEMPREPO/
2025-08-20T21:53:24.0503564Z [00:01:45.290]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-gnu'
2025-08-20T21:53:24.0506627Z [00:01:45.290]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:53:24.0508425Z [00:01:45.290]➜  
2025-08-20T21:53:24.0508788Z [00:01:45.290]➜  [+] Target: x86_64-unknown-linux-gnu
2025-08-20T21:53:24.0510143Z [00:01:45.290]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T21:53:24.0511257Z [00:01:45.290]➜  
2025-08-20T21:53:24.0511813Z [00:01:45.290]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T21:53:24.0522540Z [00:01:45.292]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T21:53:24.0523347Z [00:01:45.292]➜  + rm -rvf ./.cargo rust-toolchain.toml
2025-08-20T21:53:24.0540195Z [00:01:45.294]➜  removed './.cargo/config.toml'
2025-08-20T21:53:24.0540768Z [00:01:45.294]➜  removed directory './.cargo'
2025-08-20T21:53:24.0541304Z [00:01:45.294]➜  removed 'rust-toolchain.toml'
2025-08-20T21:53:24.0544786Z [00:01:45.294]➜  ++ nproc
2025-08-20T21:53:24.0563674Z [00:01:45.296]➜  + cargo build --workspace --target x86_64-unknown-linux-gnu --all-features --jobs=5 --release --keep-going --verbose
2025-08-20T21:53:24.1673604Z [00:01:45.407]➜      Updating git repository `https://github.com/nushell/reedline`
2025-08-20T21:53:24.4441083Z [00:01:45.684]➜      Updating crates.io index
2025-08-20T21:53:26.3214024Z [00:01:47.561]➜   Downloading crates ...
2025-08-20T21:53:26.5676316Z [00:01:47.808]➜    Downloaded async-stream-impl v0.3.6
2025-08-20T21:53:26.5750290Z [00:01:47.815]➜    Downloaded adler32 v1.2.0
2025-08-20T21:53:26.5770849Z [00:01:47.817]➜    Downloaded buf-trait v0.4.1
2025-08-20T21:53:26.5823810Z [00:01:47.822]➜    Downloaded alloc-stdlib v0.2.2
2025-08-20T21:53:26.5845267Z [00:01:47.824]➜    Downloaded adler2 v2.0.0
2025-08-20T21:53:26.5874954Z [00:01:47.827]➜    Downloaded base64-simd v0.8.0
2025-08-20T21:53:26.5902308Z [00:01:47.830]➜    Downloaded bit-set v0.8.0
2025-08-20T21:53:26.5936655Z [00:01:47.834]➜    Downloaded compact_str v0.8.0
2025-08-20T21:53:26.5994746Z [00:01:47.839]➜    Downloaded quinn-udp v0.5.8
2025-08-20T21:53:26.6023923Z [00:01:47.842]➜    Downloaded aws-sdk-sts v1.50.0
2025-08-20T21:53:26.6168069Z [00:01:47.857]➜    Downloaded sxd-xpath v0.4.2
2025-08-20T21:53:26.6201440Z [00:01:47.860]➜    Downloaded anyhow v1.0.94
2025-08-20T21:53:26.6265870Z [00:01:47.866]➜    Downloaded autocfg v1.4.0
2025-08-20T21:53:26.6307362Z [00:01:47.871]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T21:53:26.6349501Z [00:01:47.875]➜    Downloaded lsp-types v0.97.0
2025-08-20T21:53:26.6462769Z [00:01:47.886]➜    Downloaded toml v0.8.19
2025-08-20T21:53:26.6556920Z [00:01:47.896]➜    Downloaded unicase v2.8.0
2025-08-20T21:53:26.6603234Z [00:01:47.900]➜    Downloaded proc-macro2 v1.0.92
2025-08-20T21:53:26.6664100Z [00:01:47.906]➜    Downloaded same-file v1.0.6
2025-08-20T21:53:26.6704881Z [00:01:47.910]➜    Downloaded walkdir v2.5.0
2025-08-20T21:53:26.6750083Z [00:01:47.915]➜    Downloaded version_check v0.9.5
2025-08-20T21:53:26.6785897Z [00:01:47.919]➜    Downloaded slab v0.4.9
2025-08-20T21:53:26.6851577Z [00:01:47.925]➜    Downloaded nucleo-matcher v0.3.1
2025-08-20T21:53:26.6938468Z [00:01:47.934]➜    Downloaded polars-json v0.49.1
2025-08-20T21:53:26.7006651Z [00:01:47.941]➜    Downloaded tiny-keccak v2.0.2
2025-08-20T21:53:26.7069059Z [00:01:47.947]➜    Downloaded web-time v1.1.0
2025-08-20T21:53:26.7102846Z [00:01:47.950]➜    Downloaded which v8.0.0
2025-08-20T21:53:26.7135002Z [00:01:47.953]➜    Downloaded umask v2.1.0
2025-08-20T21:53:26.7161990Z [00:01:47.956]➜    Downloaded yoke v0.7.5
2025-08-20T21:53:26.7195900Z [00:01:47.959]➜    Downloaded fallible-iterator v0.3.0
2025-08-20T21:53:26.7248587Z [00:01:47.965]➜    Downloaded fancy-regex v0.16.1
2025-08-20T21:53:26.7330178Z [00:01:47.973]➜    Downloaded x11rb v0.13.1
2025-08-20T21:53:26.7479857Z [00:01:47.988]➜    Downloaded vte v0.14.1
2025-08-20T21:53:26.7558228Z [00:01:47.996]➜    Downloaded now v0.1.3
2025-08-20T21:53:26.7632616Z [00:01:48.003]➜    Downloaded tempfile v3.21.0
2025-08-20T21:53:26.7744142Z [00:01:48.014]➜    Downloaded crc v2.1.0
2025-08-20T21:53:26.7833117Z [00:01:48.023]➜    Downloaded cookie v0.18.1
2025-08-20T21:53:26.7924127Z [00:01:48.032]➜    Downloaded fxhash v0.2.1
2025-08-20T21:53:26.7969323Z [00:01:48.037]➜    Downloaded openssl-macros v0.1.1
2025-08-20T21:53:26.7995325Z [00:01:48.039]➜    Downloaded supports-hyperlinks v3.1.0
2025-08-20T21:53:26.8035656Z [00:01:48.043]➜    Downloaded paste v1.0.15
2025-08-20T21:53:26.8123956Z [00:01:48.052]➜    Downloaded untrusted v0.9.0
2025-08-20T21:53:26.8169160Z [00:01:48.057]➜    Downloaded utf8parse v0.2.2
2025-08-20T21:53:26.8193087Z [00:01:48.059]➜    Downloaded tz-rs v0.7.0
2025-08-20T21:53:26.8265145Z [00:01:48.066]➜    Downloaded unicode-width v0.2.0
2025-08-20T21:53:26.8351008Z [00:01:48.075]➜    Downloaded tzdb v0.7.2
2025-08-20T21:53:26.8386369Z [00:01:48.079]➜    Downloaded zerovec-derive v0.10.3
2025-08-20T21:53:26.8430508Z [00:01:48.083]➜    Downloaded crossbeam-channel v0.5.15
2025-08-20T21:53:26.8493898Z [00:01:48.089]➜    Downloaded num_threads v0.1.7
2025-08-20T21:53:26.8512685Z [00:01:48.091]➜    Downloaded sct v0.7.1
2025-08-20T21:53:26.8578927Z [00:01:48.098]➜    Downloaded serde_yaml v0.9.34+deprecated
2025-08-20T21:53:26.8645463Z [00:01:48.104]➜    Downloaded serde_spanned v0.6.8
2025-08-20T21:53:26.8662966Z [00:01:48.106]➜    Downloaded pest_meta v2.7.15
2025-08-20T21:53:26.8706787Z [00:01:48.111]➜    Downloaded pest_consume v1.1.3
2025-08-20T21:53:26.8742153Z [00:01:48.114]➜    Downloaded shell-words v1.1.0
2025-08-20T21:53:26.8766015Z [00:01:48.116]➜    Downloaded phf_shared v0.10.0
2025-08-20T21:53:26.8805758Z [00:01:48.120]➜    Downloaded tinyvec v1.8.0
2025-08-20T21:53:26.8862375Z [00:01:48.126]➜    Downloaded utf8_iter v1.0.4
2025-08-20T21:53:26.8883669Z [00:01:48.128]➜    Downloaded crossbeam-queue v0.3.11
2025-08-20T21:53:26.8905550Z [00:01:48.130]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T21:53:26.8945920Z [00:01:48.134]➜    Downloaded rand v0.8.5
2025-08-20T21:53:26.9000328Z [00:01:48.140]➜    Downloaded percent-encoding v2.3.1
2025-08-20T21:53:26.9012393Z [00:01:48.141]➜    Downloaded url v2.5.4
2025-08-20T21:53:26.9046083Z [00:01:48.145]➜    Downloaded once_cell v1.20.2
2025-08-20T21:53:26.9090811Z [00:01:48.149]➜    Downloaded futures-channel v0.3.31
2025-08-20T21:53:26.9116744Z [00:01:48.152]➜    Downloaded zerovec v0.10.4
2025-08-20T21:53:26.9200539Z [00:01:48.160]➜    Downloaded fs_extra v1.3.0
2025-08-20T21:53:26.9231299Z [00:01:48.163]➜    Downloaded zerofrom v0.1.5
2025-08-20T21:53:26.9243535Z [00:01:48.164]➜    Downloaded crunchy v0.2.2
2025-08-20T21:53:26.9255546Z [00:01:48.165]➜    Downloaded unsafe-libyaml v0.2.11
2025-08-20T21:53:26.9298431Z [00:01:48.170]➜    Downloaded unicode-xid v0.2.6
2025-08-20T21:53:26.9316074Z [00:01:48.172]➜    Downloaded ethnum v1.5.0
2025-08-20T21:53:26.9370239Z [00:01:48.177]➜    Downloaded object v0.36.5
2025-08-20T21:53:26.9500034Z [00:01:48.190]➜    Downloaded sxd-document v0.3.2
2025-08-20T21:53:26.9526960Z [00:01:48.193]➜    Downloaded update-informer v1.3.0
2025-08-20T21:53:26.9551234Z [00:01:48.195]➜    Downloaded supports-color v3.0.2
2025-08-20T21:53:26.9569569Z [00:01:48.197]➜    Downloaded subtle v2.6.1
2025-08-20T21:53:26.9585338Z [00:01:48.198]➜    Downloaded strsim v0.11.1
2025-08-20T21:53:26.9602710Z [00:01:48.200]➜    Downloaded signal-hook-registry v1.4.2
2025-08-20T21:53:26.9618144Z [00:01:48.202]➜    Downloaded signal-hook-mio v0.2.4
2025-08-20T21:53:26.9633236Z [00:01:48.203]➜    Downloaded signal-hook v0.3.17
2025-08-20T21:53:26.9673673Z [00:01:48.207]➜    Downloaded event-listener-strategy v0.5.4
2025-08-20T21:53:26.9688009Z [00:01:48.209]➜    Downloaded dyn-clone v1.0.17
2025-08-20T21:53:26.9710736Z [00:01:48.211]➜    Downloaded crypto-common v0.1.6
2025-08-20T21:53:26.9722852Z [00:01:48.212]➜    Downloaded tokio-macros v2.5.0
2025-08-20T21:53:26.9735699Z [00:01:48.213]➜    Downloaded supports-unicode v3.0.0
2025-08-20T21:53:26.9752061Z [00:01:48.215]➜    Downloaded strum_macros v0.26.4
2025-08-20T21:53:26.9784844Z [00:01:48.218]➜    Downloaded strum v0.26.3
2025-08-20T21:53:26.9796188Z [00:01:48.220]➜    Downloaded snap v1.1.1
2025-08-20T21:53:26.9825876Z [00:01:48.222]➜    Downloaded encoding_rs v0.8.35
2025-08-20T21:53:27.0052169Z [00:01:48.245]➜    Downloaded fs4 v0.13.1
2025-08-20T21:53:27.0102457Z [00:01:48.250]➜    Downloaded crossterm v0.28.1
2025-08-20T21:53:27.0187692Z [00:01:48.259]➜    Downloaded erased-serde v0.4.5
2025-08-20T21:53:27.0216946Z [00:01:48.262]➜    Downloaded env_home v0.1.0
2025-08-20T21:53:27.0231096Z [00:01:48.263]➜    Downloaded ureq v3.0.12
2025-08-20T21:53:27.0294959Z [00:01:48.269]➜    Downloaded tokio v1.45.0
2025-08-20T21:53:27.0811301Z [00:01:48.321]➜    Downloaded either v1.15.0
2025-08-20T21:53:27.0829807Z [00:01:48.323]➜    Downloaded ego-tree v0.10.0
2025-08-20T21:53:27.0854687Z [00:01:48.325]➜    Downloaded cssparser v0.34.0
2025-08-20T21:53:27.0884649Z [00:01:48.328]➜    Downloaded event-listener v5.4.0
2025-08-20T21:53:27.0910165Z [00:01:48.331]➜    Downloaded errno v0.3.10
2025-08-20T21:53:27.0928483Z [00:01:48.333]➜    Downloaded env_logger v0.11.5
2025-08-20T21:53:27.0958988Z [00:01:48.336]➜    Downloaded open v5.3.1
2025-08-20T21:53:27.0977921Z [00:01:48.338]➜    Downloaded form_urlencoded v1.2.1
2025-08-20T21:53:27.0988339Z [00:01:48.339]➜    Downloaded zerocopy v0.8.23
2025-08-20T21:53:27.1382374Z [00:01:48.378]➜    Downloaded equivalent v1.0.1
2025-08-20T21:53:27.1392308Z [00:01:48.379]➜    Downloaded env_filter v0.1.2
2025-08-20T21:53:27.1408671Z [00:01:48.381]➜    Downloaded eml-parser v0.1.4
2025-08-20T21:53:27.1425020Z [00:01:48.382]➜    Downloaded openssl v0.10.72
2025-08-20T21:53:27.1539302Z [00:01:48.394]➜    Downloaded oem_cp v2.1.0
2025-08-20T21:53:27.1561228Z [00:01:48.396]➜    Downloaded object_store v0.12.1
2025-08-20T21:53:27.1660779Z [00:01:48.406]➜    Downloaded number_prefix v0.4.0
2025-08-20T21:53:27.1672023Z [00:01:48.407]➜    Downloaded futures-io v0.3.31
2025-08-20T21:53:27.1683919Z [00:01:48.408]➜    Downloaded futures-core v0.3.31
2025-08-20T21:53:27.1700682Z [00:01:48.410]➜    Downloaded futures v0.3.31
2025-08-20T21:53:27.1762798Z [00:01:48.416]➜    Downloaded time v0.3.37
2025-08-20T21:53:27.1855730Z [00:01:48.425]➜    Downloaded futures-executor v0.3.31
2025-08-20T21:53:27.1873583Z [00:01:48.427]➜    Downloaded rayon v1.11.0
2025-08-20T21:53:27.1994306Z [00:01:48.439]➜    Downloaded quick-xml v0.37.5
2025-08-20T21:53:27.2062036Z [00:01:48.446]➜    Downloaded quick-xml v0.36.2
2025-08-20T21:53:27.2125087Z [00:01:48.452]➜    Downloaded polars-utils v0.49.1
2025-08-20T21:53:27.2186528Z [00:01:48.459]➜    Downloaded pem-rfc7468 v0.7.0
2025-08-20T21:53:27.2212429Z [00:01:48.461]➜    Downloaded pathdiff v0.2.3
2025-08-20T21:53:27.2223940Z [00:01:48.462]➜    Downloaded openssl-probe v0.1.5
2025-08-20T21:53:27.2237693Z [00:01:48.464]➜    Downloaded futures-macro v0.3.31
2025-08-20T21:53:27.2250821Z [00:01:48.465]➜    Downloaded rand v0.9.0
2025-08-20T21:53:27.2297996Z [00:01:48.470]➜    Downloaded polars-sql v0.49.1
2025-08-20T21:53:27.2332161Z [00:01:48.473]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T21:53:27.2364763Z [00:01:48.476]➜    Downloaded zeroize v1.8.1
2025-08-20T21:53:27.2381127Z [00:01:48.478]➜    Downloaded zerofrom-derive v0.1.5
2025-08-20T21:53:27.2394023Z [00:01:48.479]➜    Downloaded zerocopy-derive v0.7.35
2025-08-20T21:53:27.2455389Z [00:01:48.485]➜    Downloaded utf16_iter v1.0.5
2025-08-20T21:53:27.2468637Z [00:01:48.487]➜    Downloaded quinn v0.11.6
2025-08-20T21:53:27.2506918Z [00:01:48.491]➜    Downloaded pori v0.0.0
2025-08-20T21:53:27.2520426Z [00:01:48.492]➜    Downloaded gjson v0.8.1
2025-08-20T21:53:27.2975324Z [00:01:48.537]➜    Downloaded utf-8 v0.7.6
2025-08-20T21:53:27.2990504Z [00:01:48.539]➜    Downloaded ureq-proto v0.4.2
2025-08-20T21:53:27.3047070Z [00:01:48.545]➜    Downloaded tinystr v0.7.6
2025-08-20T21:53:27.3071092Z [00:01:48.547]➜    Downloaded testing_table v0.3.0
2025-08-20T21:53:27.3081669Z [00:01:48.548]➜    Downloaded terminal_size v0.4.1
2025-08-20T21:53:27.3098149Z [00:01:48.550]➜    Downloaded termcolor v1.4.1
2025-08-20T21:53:27.3121009Z [00:01:48.552]➜    Downloaded regex-automata v0.4.9
2025-08-20T21:53:27.3321804Z [00:01:48.572]➜    Downloaded rand_chacha v0.3.1
2025-08-20T21:53:27.3338101Z [00:01:48.574]➜    Downloaded quote v1.0.37
2025-08-20T21:53:27.3378524Z [00:01:48.578]➜    Downloaded urlencoding v2.1.3
2025-08-20T21:53:27.3392338Z [00:01:48.579]➜    Downloaded tinyvec_macros v0.1.1
2025-08-20T21:53:27.3404050Z [00:01:48.580]➜    Downloaded thread_local v1.1.8
2025-08-20T21:53:27.3423170Z [00:01:48.582]➜    Downloaded servo_arc v0.4.0
2025-08-20T21:53:27.3433768Z [00:01:48.583]➜    Downloaded platform-info v2.0.4
2025-08-20T21:53:27.3472315Z [00:01:48.587]➜    Downloaded planus v1.1.1
2025-08-20T21:53:27.3527145Z [00:01:48.592]➜    Downloaded phf_macros v0.11.2
2025-08-20T21:53:27.3529696Z [00:01:48.593]➜    Downloaded futf v0.1.5
2025-08-20T21:53:27.3541892Z [00:01:48.594]➜    Downloaded pest v2.7.15
2025-08-20T21:53:27.3605552Z [00:01:48.600]➜    Downloaded peresil v0.3.0
2025-08-20T21:53:27.3622003Z [00:01:48.602]➜    Downloaded quoted_printable v0.5.1
2025-08-20T21:53:27.3648567Z [00:01:48.603]➜    Downloaded polars-time v0.49.1
2025-08-20T21:53:27.3689072Z [00:01:48.609]➜    Downloaded pkg-config v0.3.31
2025-08-20T21:53:27.3711445Z [00:01:48.611]➜    Downloaded pin-utils v0.1.0
2025-08-20T21:53:27.3730038Z [00:01:48.613]➜    Downloaded phf_shared v0.11.2
2025-08-20T21:53:27.3741707Z [00:01:48.614]➜    Downloaded phf_generator v0.11.2
2025-08-20T21:53:27.3759355Z [00:01:48.616]➜    Downloaded h2 v0.4.7
2025-08-20T21:53:27.3852448Z [00:01:48.625]➜    Downloaded phf_codegen v0.11.2
2025-08-20T21:53:27.3865238Z [00:01:48.626]➜    Downloaded phf v0.11.2
2025-08-20T21:53:27.3881347Z [00:01:48.628]➜    Downloaded pest_generator v2.7.15
2025-08-20T21:53:27.3899563Z [00:01:48.630]➜    Downloaded phf_generator v0.10.0
2025-08-20T21:53:27.3913075Z [00:01:48.631]➜    Downloaded pest_consume_macros v1.1.0
2025-08-20T21:53:27.3923384Z [00:01:48.632]➜    Downloaded regex-syntax v0.8.5
2025-08-20T21:53:27.4019694Z [00:01:48.642]➜    Downloaded regex-lite v0.1.6
2025-08-20T21:53:27.4059022Z [00:01:48.646]➜    Downloaded num-traits v0.2.19
2025-08-20T21:53:27.4094868Z [00:01:48.649]➜    Downloaded glob v0.3.1
2025-08-20T21:53:27.4114585Z [00:01:48.651]➜    Downloaded gimli v0.31.1
2025-08-20T21:53:27.4200669Z [00:01:48.660]➜    Downloaded getrandom v0.3.1
2025-08-20T21:53:27.4240029Z [00:01:48.664]➜    Downloaded futures-sink v0.3.31
2025-08-20T21:53:27.4249702Z [00:01:48.665]➜    Downloaded pest_derive v2.7.15
2025-08-20T21:53:27.4278026Z [00:01:48.668]➜    Downloaded serde v1.0.216
2025-08-20T21:53:27.4314523Z [00:01:48.671]➜    Downloaded semver v1.0.23
2025-08-20T21:53:27.4344034Z [00:01:48.674]➜    Downloaded scraper v0.23.1
2025-08-20T21:53:27.4370653Z [00:01:48.677]➜    Downloaded reqwest v0.12.9
2025-08-20T21:53:27.4463714Z [00:01:48.686]➜    Downloaded regex v1.11.1
2025-08-20T21:53:27.4635889Z [00:01:48.703]➜    Downloaded ref-cast v1.0.23
2025-08-20T21:53:27.4672489Z [00:01:48.707]➜    Downloaded recursive-proc-macro-impl v0.1.1
2025-08-20T21:53:27.4682188Z [00:01:48.708]➜    Downloaded rayon-core v1.13.0
2025-08-20T21:53:27.4728532Z [00:01:48.713]➜    Downloaded futures-util v0.3.31
2025-08-20T21:53:27.4895854Z [00:01:48.730]➜    Downloaded tzdb_data v0.2.1
2025-08-20T21:53:27.4952665Z [00:01:48.735]➜    Downloaded serde_repr v0.1.19
2025-08-20T21:53:27.4978217Z [00:01:48.738]➜    Downloaded selectors v0.26.0
2025-08-20T21:53:27.5005961Z [00:01:48.740]➜    Downloaded scopeguard v1.2.0
2025-08-20T21:53:27.5021651Z [00:01:48.742]➜    Downloaded rustls-native-certs v0.8.1
2025-08-20T21:53:27.5052203Z [00:01:48.745]➜    Downloaded rustls-native-certs v0.6.3
2025-08-20T21:53:27.5079920Z [00:01:48.748]➜    Downloaded recursive v0.1.1
2025-08-20T21:53:27.5090906Z [00:01:48.749]➜    Downloaded getrandom v0.2.15
2025-08-20T21:53:27.5126386Z [00:01:48.753]➜    Downloaded fuzzy-matcher v0.3.7
2025-08-20T21:53:27.5144472Z [00:01:48.754]➜    Downloaded futures-task v0.3.31
2025-08-20T21:53:27.5159104Z [00:01:48.756]➜    Downloaded serde_urlencoded v0.7.1
2025-08-20T21:53:27.5179853Z [00:01:48.758]➜    Downloaded ref-cast-impl v1.0.23
2025-08-20T21:53:27.5189680Z [00:01:48.759]➜    Downloaded generic-array v0.14.7
2025-08-20T21:53:27.5206938Z [00:01:48.761]➜    Downloaded cookie_store v0.21.1
2025-08-20T21:53:27.5233756Z [00:01:48.763]➜    Downloaded zstd-sys v2.0.13+zstd.1.5.6
2025-08-20T21:53:27.5419013Z [00:01:48.782]➜    Downloaded zlib-rs v0.5.1
2025-08-20T21:53:27.5476689Z [00:01:48.788]➜    Downloaded ucd-trie v0.1.7
2025-08-20T21:53:27.5493850Z [00:01:48.789]➜    Downloaded openssl-src v300.4.1+3.4.0
2025-08-20T21:53:27.9561194Z [00:01:49.196]➜    Downloaded crossbeam-deque v0.8.5
2025-08-20T21:53:27.9578017Z [00:01:49.198]➜    Downloaded crc32fast v1.4.2
2025-08-20T21:53:27.9600192Z [00:01:49.200]➜    Downloaded crc-catalog v1.1.1
2025-08-20T21:53:27.9612303Z [00:01:49.201]➜    Downloaded zstd v0.13.2
2025-08-20T21:53:27.9649836Z [00:01:49.205]➜    Downloaded unicode-width v0.1.11
2025-08-20T21:53:27.9668488Z [00:01:49.207]➜    Downloaded unicode-truncate v1.1.0
2025-08-20T21:53:27.9688150Z [00:01:49.209]➜    Downloaded tabled v0.20.0
2025-08-20T21:53:27.9943811Z [00:01:49.234]➜    Downloaded sysinfo v0.36.1
2025-08-20T21:53:28.0081990Z [00:01:49.248]➜    Downloaded cpufeatures v0.2.16
2025-08-20T21:53:28.0099055Z [00:01:49.250]➜    Downloaded constant_time_eq v0.3.1
2025-08-20T21:53:28.0116456Z [00:01:49.252]➜    Downloaded sys-locale v0.3.2
2025-08-20T21:53:28.0132355Z [00:01:49.253]➜    Downloaded sqlparser v0.53.0
2025-08-20T21:53:28.0202870Z [00:01:49.260]➜    Downloaded tendril v0.4.3
2025-08-20T21:53:28.0226626Z [00:01:49.263]➜    Downloaded quick-xml v0.32.0
2025-08-20T21:53:28.0288961Z [00:01:49.269]➜    Downloaded psm v0.1.24
2025-08-20T21:53:28.0327541Z [00:01:49.273]➜    Downloaded parking_lot v0.12.3
2025-08-20T21:53:28.0355884Z [00:01:49.275]➜    Downloaded fluent-uri v0.1.4
2025-08-20T21:53:28.0385052Z [00:01:49.278]➜    Downloaded shadow-rs v1.2.0
2025-08-20T21:53:28.0410000Z [00:01:49.281]➜    Downloaded proc-macro-error2 v2.0.1
2025-08-20T21:53:28.0452913Z [00:01:49.285]➜    Downloaded typetag-impl v0.2.18
2025-08-20T21:53:28.0465209Z [00:01:49.286]➜    Downloaded typetag v0.2.18
2025-08-20T21:53:28.0499776Z [00:01:49.290]➜    Downloaded quick-error v2.0.1
2025-08-20T21:53:28.0514664Z [00:01:49.291]➜    Downloaded procfs-core v0.17.0
2025-08-20T21:53:28.0556551Z [00:01:49.296]➜    Downloaded procfs v0.17.0
2025-08-20T21:53:28.0609506Z [00:01:49.301]➜    Downloaded parse-zoneinfo v0.3.1
2025-08-20T21:53:28.0636147Z [00:01:49.304]➜    Downloaded parking_lot_core v0.9.10
2025-08-20T21:53:28.0663956Z [00:01:49.306]➜    Downloaded float-cmp v0.10.0
2025-08-20T21:53:28.0678130Z [00:01:49.308]➜    Downloaded filetime v0.2.25
2025-08-20T21:53:28.0699270Z [00:01:49.310]➜    Downloaded zerocopy v0.7.35
2025-08-20T21:53:28.0944011Z [00:01:49.334]➜    Downloaded titlecase v3.6.0
2025-08-20T21:53:28.0958435Z [00:01:49.336]➜    Downloaded synstructure v0.13.1
2025-08-20T21:53:28.0970973Z [00:01:49.337]➜    Downloaded quick-error v1.2.3
2025-08-20T21:53:28.0986991Z [00:01:49.339]➜    Downloaded proc-macro-error-attr2 v2.0.0
2025-08-20T21:53:28.0998474Z [00:01:49.340]➜    Downloaded parse_datetime v0.8.0
2025-08-20T21:53:28.1017025Z [00:01:49.342]➜    Downloaded parking v2.2.1
2025-08-20T21:53:28.1030746Z [00:01:49.343]➜    Downloaded papergrid v0.17.0
2025-08-20T21:53:28.1102459Z [00:01:49.350]➜    Downloaded owo-colors v4.1.0
2025-08-20T21:53:28.1136172Z [00:01:49.354]➜    Downloaded foreign-types v0.3.2
2025-08-20T21:53:28.1145729Z [00:01:49.354]➜    Downloaded flate2 v1.1.2
2025-08-20T21:53:28.1205661Z [00:01:49.360]➜    Downloaded fixedbitset v0.4.2
2025-08-20T21:53:28.1221192Z [00:01:49.362]➜    Downloaded x11rb-protocol v0.13.1
2025-08-20T21:53:28.1364286Z [00:01:49.376]➜    Downloaded socket2 v0.5.8
2025-08-20T21:53:28.1385576Z [00:01:49.378]➜    Downloaded shlex v1.3.0
2025-08-20T21:53:28.1401193Z [00:01:49.380]➜    Downloaded pin-project-lite v0.2.15
2025-08-20T21:53:28.1472752Z [00:01:49.387]➜    Downloaded etcetera v0.10.0
2025-08-20T21:53:28.1494111Z [00:01:49.389]➜    Downloaded dunce v1.0.5
2025-08-20T21:53:28.1505661Z [00:01:49.390]➜    Downloaded petgraph v0.6.5
2025-08-20T21:53:28.1703547Z [00:01:49.410]➜    Downloaded foreign-types-shared v0.1.1
2025-08-20T21:53:28.1712400Z [00:01:49.411]➜    Downloaded foldhash v0.1.5
2025-08-20T21:53:28.1727051Z [00:01:49.413]➜    Downloaded fnv v1.0.7
2025-08-20T21:53:28.1738327Z [00:01:49.414]➜    Downloaded polars-stream v0.49.1
2025-08-20T21:53:28.1860315Z [00:01:49.426]➜    Downloaded xxhash-rust v0.8.12
2025-08-20T21:53:28.1880962Z [00:01:49.428]➜    Downloaded socks v0.3.4
2025-08-20T21:53:28.1897401Z [00:01:49.430]➜    Downloaded serde_json v1.0.133
2025-08-20T21:53:28.1987652Z [00:01:49.439]➜    Downloaded portable-atomic v1.10.0
2025-08-20T21:53:28.2068423Z [00:01:49.447]➜    Downloaded openssl-sys v0.9.107
2025-08-20T21:53:28.2137656Z [00:01:49.454]➜    Downloaded yoke-derive v0.7.5
2025-08-20T21:53:28.2149316Z [00:01:49.455]➜    Downloaded xmlparser v0.13.6
2025-08-20T21:53:28.2178041Z [00:01:49.458]➜    Downloaded writeable v0.5.5
2025-08-20T21:53:28.2200875Z [00:01:49.460]➜    Downloaded webpki-roots v1.0.0
2025-08-20T21:53:28.2238377Z [00:01:49.464]➜    Downloaded webpki-roots v0.26.8
2025-08-20T21:53:28.2275730Z [00:01:49.467]➜    Downloaded webpki-root-certs v1.0.1
2025-08-20T21:53:28.2307012Z [00:01:49.471]➜    Downloaded typeid v1.0.2
2025-08-20T21:53:28.2321448Z [00:01:49.472]➜    Downloaded streaming-iterator v0.1.9
2025-08-20T21:53:28.2336098Z [00:01:49.474]➜    Downloaded rustls v0.21.12
2025-08-20T21:53:28.2475936Z [00:01:49.487]➜    Downloaded h2 v0.3.26
2025-08-20T21:53:28.2554966Z [00:01:49.495]➜    Downloaded git2 v0.20.0
2025-08-20T21:53:28.2655701Z [00:01:49.505]➜    Downloaded zip v4.1.0
2025-08-20T21:53:28.2704372Z [00:01:49.510]➜    Downloaded sha2 v0.10.8
2025-08-20T21:53:28.2735751Z [00:01:49.513]➜    Downloaded sha1_smol v1.0.1
2025-08-20T21:53:28.2751913Z [00:01:49.515]➜    Downloaded serde_derive v1.0.216
2025-08-20T21:53:28.2783600Z [00:01:49.518]➜    Downloaded print-positions v0.6.1
2025-08-20T21:53:28.2801902Z [00:01:49.520]➜    Downloaded ppv-lite86 v0.2.20
2025-08-20T21:53:28.2817388Z [00:01:49.522]➜    Downloaded outref v0.5.1
2025-08-20T21:53:28.2830061Z [00:01:49.523]➜    Downloaded os_display v0.1.3
2025-08-20T21:53:28.2845588Z [00:01:49.524]➜    Downloaded xattr v1.3.1
2025-08-20T21:53:28.2869181Z [00:01:49.527]➜    Downloaded winnow v0.6.20
2025-08-20T21:53:28.2978277Z [00:01:49.538]➜    Downloaded string_cache v0.8.7
2025-08-20T21:53:28.2997735Z [00:01:49.540]➜    Downloaded rustix v1.0.7
2025-08-20T21:53:28.3343554Z [00:01:49.574]➜    Downloaded rustix v0.38.42
2025-08-20T21:53:28.3678356Z [00:01:49.608]➜    Downloaded rustc_version v0.4.1
2025-08-20T21:53:28.3694529Z [00:01:49.609]➜    Downloaded rustc-demangle v0.1.24
2025-08-20T21:53:28.3713611Z [00:01:49.611]➜    Downloaded rust_decimal v1.36.0
2025-08-20T21:53:28.3785993Z [00:01:49.618]➜    Downloaded polars-ops v0.49.1
2025-08-20T21:53:28.3921483Z [00:01:49.632]➜    Downloaded num-format v0.4.4
2025-08-20T21:53:28.3966736Z [00:01:49.637]➜    Downloaded curl-sys v0.4.78+curl-8.11.0
2025-08-20T21:53:28.4793863Z [00:01:49.719]➜    Downloaded precomputed-hash v0.1.1
2025-08-20T21:53:28.4801674Z [00:01:49.720]➜    Downloaded powerfmt v0.2.0
2025-08-20T21:53:28.4815219Z [00:01:49.721]➜    Downloaded os_pipe v1.2.1
2025-08-20T21:53:28.4832807Z [00:01:49.723]➜    Downloaded ordered-multimap v0.7.3
2025-08-20T21:53:28.4858308Z [00:01:49.726]➜    Downloaded option-ext v0.2.0
2025-08-20T21:53:28.4868361Z [00:01:49.727]➜    Downloaded filesize v0.2.0
2025-08-20T21:53:28.4882690Z [00:01:49.728]➜    Downloaded file-id v0.2.2
2025-08-20T21:53:28.4896322Z [00:01:49.730]➜    Downloaded fd-lock v4.0.2
2025-08-20T21:53:28.4928344Z [00:01:49.733]➜    Downloaded fastrand v2.3.0
2025-08-20T21:53:28.4943615Z [00:01:49.734]➜    Downloaded fast-float2 v0.2.3
2025-08-20T21:53:28.4975664Z [00:01:49.737]➜    Downloaded fallible-streaming-iterator v0.1.9
2025-08-20T21:53:28.4986789Z [00:01:49.739]➜    Downloaded wild v2.2.1
2025-08-20T21:53:28.4998359Z [00:01:49.740]➜    Downloaded webpage v2.0.1
2025-08-20T21:53:28.5017663Z [00:01:49.742]➜    Downloaded wayland-sys v0.31.5
2025-08-20T21:53:28.5032880Z [00:01:49.743]➜    Downloaded typenum v1.17.0
2025-08-20T21:53:28.5064243Z [00:01:49.746]➜    Downloaded typed-arena v1.7.0
2025-08-20T21:53:28.5079071Z [00:01:49.748]➜    Downloaded try-lock v0.2.5
2025-08-20T21:53:28.5090702Z [00:01:49.749]➜    Downloaded trim-in-place v0.1.7
2025-08-20T21:53:28.5101863Z [00:01:49.750]➜    Downloaded toml_edit v0.22.22
2025-08-20T21:53:28.5465025Z [00:01:49.786]➜    Downloaded tokio-util v0.7.13
2025-08-20T21:53:28.5550621Z [00:01:49.795]➜    Downloaded strip-ansi-escapes v0.2.1
2025-08-20T21:53:28.5565578Z [00:01:49.796]➜    Downloaded string_cache_codegen v0.5.2
2025-08-20T21:53:28.5576302Z [00:01:49.798]➜    Downloaded strength_reduce v0.2.4
2025-08-20T21:53:28.5592563Z [00:01:49.799]➜    Downloaded static_assertions v1.1.0
2025-08-20T21:53:28.5610613Z [00:01:49.801]➜    Downloaded rustls v0.23.28
2025-08-20T21:53:28.5756729Z [00:01:49.816]➜    Downloaded polars-schema v0.49.1
2025-08-20T21:53:28.5768300Z [00:01:49.817]➜    Downloaded polars-parquet v0.49.1
2025-08-20T21:53:28.5934678Z [00:01:49.833]➜    Downloaded polars-io v0.49.1
2025-08-20T21:53:28.6040078Z [00:01:49.844]➜    Downloaded polars-core v0.49.1
2025-08-20T21:53:28.6298436Z [00:01:49.870]➜    Downloaded polars-compute v0.49.1
2025-08-20T21:53:28.6396162Z [00:01:49.880]➜    Downloaded dlib v0.5.2
2025-08-20T21:53:28.6408728Z [00:01:49.881]➜    Downloaded libsqlite3-sys v0.28.0
2025-08-20T21:53:28.7020673Z [00:01:49.942]➜    Downloaded zstd-safe v7.2.1
2025-08-20T21:53:28.7035324Z [00:01:49.943]➜    Downloaded zopfli v0.8.1
2025-08-20T21:53:28.7062489Z [00:01:49.946]➜    Downloaded write16 v1.0.0
2025-08-20T21:53:28.7073964Z [00:01:49.947]➜    Downloaded wl-clipboard-rs v0.8.1
2025-08-20T21:53:28.7101241Z [00:01:49.950]➜    Downloaded webpki-root-certs v0.26.11
2025-08-20T21:53:28.7112739Z [00:01:49.951]➜    Downloaded tower-service v0.3.3
2025-08-20T21:53:28.7122679Z [00:01:49.952]➜    Downloaded toml_datetime v0.6.8
2025-08-20T21:53:28.7135120Z [00:01:49.953]➜    Downloaded tokio-rustls v0.26.1
2025-08-20T21:53:28.7160922Z [00:01:49.956]➜    Downloaded time-macros v0.2.19
2025-08-20T21:53:28.7186885Z [00:01:49.959]➜    Downloaded streaming-decompression v0.1.2
2025-08-20T21:53:28.7198393Z [00:01:49.960]➜    Downloaded stable_deref_trait v1.2.0
2025-08-20T21:53:28.7209078Z [00:01:49.961]➜    Downloaded rustc-hash v2.1.0
2025-08-20T21:53:28.7224372Z [00:01:49.962]➜    Downloaded polars-plan v0.49.1
2025-08-20T21:53:28.7470682Z [00:01:49.987]➜    Downloaded polars-parquet-format v0.1.0
2025-08-20T21:53:28.7502307Z [00:01:49.990]➜    Downloaded polars-mem-engine v0.49.1
2025-08-20T21:53:28.7540201Z [00:01:49.994]➜    Downloaded polars-lazy v0.49.1
2025-08-20T21:53:28.7591152Z [00:01:49.999]➜    Downloaded polars-expr v0.49.1
2025-08-20T21:53:28.7649809Z [00:01:50.005]➜    Downloaded polars-arrow-format v0.2.0
2025-08-20T21:53:28.7681824Z [00:01:50.008]➜    Downloaded polars-arrow v0.49.1
2025-08-20T21:53:28.7968486Z [00:01:50.037]➜    Downloaded polars v0.49.1
2025-08-20T21:53:28.8144668Z [00:01:50.054]➜    Downloaded num-conv v0.1.0
2025-08-20T21:53:28.8155117Z [00:01:50.055]➜    Downloaded nix v0.29.0
2025-08-20T21:53:28.8293458Z [00:01:50.069]➜    Downloaded nix v0.28.0
2025-08-20T21:53:28.8427283Z [00:01:50.083]➜    Downloaded mio v0.8.11
2025-08-20T21:53:28.8502790Z [00:01:50.090]➜    Downloaded dtparse v2.0.1
2025-08-20T21:53:28.8525602Z [00:01:50.092]➜    Downloaded doctest-file v1.0.0
2025-08-20T21:53:28.8540932Z [00:01:50.094]➜    Downloaded wayland-scanner v0.31.5
2025-08-20T21:53:28.8566496Z [00:01:50.097]➜    Downloaded wayland-backend v0.3.7
2025-08-20T21:53:28.8613253Z [00:01:50.101]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T21:53:28.9198414Z [00:01:50.160]➜    Downloaded tokio-rustls v0.24.1
2025-08-20T21:53:28.9227927Z [00:01:50.163]➜    Downloaded time-core v0.1.2
2025-08-20T21:53:28.9238757Z [00:01:50.164]➜    Downloaded stacker v0.1.17
2025-08-20T21:53:28.9258374Z [00:01:50.166]➜    Downloaded rust-ini v0.21.1
2025-08-20T21:53:28.9275427Z [00:01:50.167]➜    Downloaded rust-embed-utils v8.7.0
2025-08-20T21:53:28.9285535Z [00:01:50.168]➜    Downloaded rust-embed-impl v8.7.0
2025-08-20T21:53:28.9296413Z [00:01:50.170]➜    Downloaded rfc2047-decoder v1.0.6
2025-08-20T21:53:28.9321436Z [00:01:50.172]➜    Downloaded polars-row v0.49.1
2025-08-20T21:53:28.9346351Z [00:01:50.175]➜    Downloaded polars-error v0.49.1
2025-08-20T21:53:28.9360673Z [00:01:50.176]➜    Downloaded num-rational v0.4.2
2025-08-20T21:53:28.9376100Z [00:01:50.178]➜    Downloaded num-iter v0.1.45
2025-08-20T21:53:28.9388873Z [00:01:50.179]➜    Downloaded num-integer v0.1.46
2025-08-20T21:53:28.9408830Z [00:01:50.181]➜    Downloaded num-bigint v0.4.6
2025-08-20T21:53:28.9467514Z [00:01:50.187]➜    Downloaded nom v8.0.0
2025-08-20T21:53:28.9533808Z [00:01:50.193]➜    Downloaded multipart-rs v0.1.13
2025-08-20T21:53:28.9546239Z [00:01:50.195]➜    Downloaded miniz_oxide v0.8.9
2025-08-20T21:53:28.9577379Z [00:01:50.198]➜    Downloaded dtoa-short v0.3.5
2025-08-20T21:53:28.9588063Z [00:01:50.199]➜    Downloaded dtoa v1.0.9
2025-08-20T21:53:28.9606815Z [00:01:50.201]➜    Downloaded downcast-rs v1.2.1
2025-08-20T21:53:28.9623603Z [00:01:50.202]➜    Downloaded document-features v0.2.11
2025-08-20T21:53:28.9639942Z [00:01:50.204]➜    Downloaded dlv-list v0.5.2
2025-08-20T21:53:28.9664485Z [00:01:50.206]➜    Downloaded displaydoc v0.2.5
2025-08-20T21:53:28.9703215Z [00:01:50.210]➜    Downloaded dirs-sys v0.4.1
2025-08-20T21:53:28.9718711Z [00:01:50.212]➜    Downloaded dirs v5.0.1
2025-08-20T21:53:28.9734792Z [00:01:50.213]➜    Downloaded der v0.7.10
2025-08-20T21:53:28.9801608Z [00:01:50.220]➜    Downloaded wayland-protocols-wlr v0.2.0
2025-08-20T21:53:28.9828609Z [00:01:50.223]➜    Downloaded wayland-protocols v0.31.2
2025-08-20T21:53:28.9956328Z [00:01:50.236]➜    Downloaded wayland-client v0.31.7
2025-08-20T21:53:28.9979873Z [00:01:50.238]➜    Downloaded wax v0.6.0
2025-08-20T21:53:29.0010915Z [00:01:50.241]➜    Downloaded want v0.3.1
2025-08-20T21:53:29.0023119Z [00:01:50.242]➜    Downloaded unicode-segmentation v1.12.0
2025-08-20T21:53:29.0057694Z [00:01:50.246]➜    Downloaded unicode-reverse v1.0.9
2025-08-20T21:53:29.0070037Z [00:01:50.247]➜    Downloaded unicode-normalization v0.1.24
2025-08-20T21:53:29.0110642Z [00:01:50.251]➜    Downloaded tree_magic_mini v3.1.6
2025-08-20T21:53:29.0133593Z [00:01:50.253]➜    Downloaded libgit2-sys v0.18.0+1.9.0
2025-08-20T21:53:29.0902809Z [00:01:50.330]➜    Downloaded num-complex v0.4.6
2025-08-20T21:53:29.0920752Z [00:01:50.332]➜    Downloaded num v0.4.3
2025-08-20T21:53:29.0933764Z [00:01:50.333]➜    Downloaded nu-ansi-term v0.50.1
2025-08-20T21:53:29.0964757Z [00:01:50.336]➜    Downloaded notify v6.1.1
2025-08-20T21:53:29.0986540Z [00:01:50.339]➜    Downloaded new_debug_unreachable v1.0.6
2025-08-20T21:53:29.1000975Z [00:01:50.340]➜    Downloaded native-tls v0.2.12
2025-08-20T21:53:29.1026208Z [00:01:50.343]➜    Downloaded halfbrown v0.2.5
2025-08-20T21:53:29.1053095Z [00:01:50.345]➜    Downloaded dialoguer v0.11.0
2025-08-20T21:53:29.1096864Z [00:01:50.350]➜    Downloaded devicons v0.6.12
2025-08-20T21:53:29.1120223Z [00:01:50.352]➜    Downloaded derive_more v0.99.18
2025-08-20T21:53:29.1181555Z [00:01:50.358]➜    Downloaded data-encoding v2.9.0
2025-08-20T21:53:29.1193734Z [00:01:50.359]➜    Downloaded darling_macro v0.20.10
2025-08-20T21:53:29.1202443Z [00:01:50.360]➜    Downloaded csv-core v0.1.11
2025-08-20T21:53:29.1219379Z [00:01:50.362]➜    Downloaded vcpkg v0.2.15
2025-08-20T21:53:29.1955251Z [00:01:50.435]➜    Downloaded uucore v0.0.30
2025-08-20T21:53:29.2024538Z [00:01:50.442]➜    Downloaded digest v0.10.7
2025-08-20T21:53:29.2047438Z [00:01:50.445]➜    Downloaded derive-new v0.6.0
2025-08-20T21:53:29.2061658Z [00:01:50.446]➜    Downloaded deranged v0.3.11
2025-08-20T21:53:29.2075871Z [00:01:50.447]➜    Downloaded darling v0.20.10
2025-08-20T21:53:29.2132579Z [00:01:50.453]➜    Downloaded ctrlc v3.4.5
2025-08-20T21:53:29.2159378Z [00:01:50.456]➜    Downloaded cssparser-macros v0.6.1
2025-08-20T21:53:29.2167245Z [00:01:50.457]➜    Downloaded v_htmlescape v0.15.8
2025-08-20T21:53:29.2181629Z [00:01:50.458]➜    Downloaded uuid v1.16.0
2025-08-20T21:53:29.2216877Z [00:01:50.462]➜    Downloaded uuhelp_parser v0.0.30
2025-08-20T21:53:29.2224685Z [00:01:50.462]➜    Downloaded uu_uname v0.0.30
2025-08-20T21:53:29.2235959Z [00:01:50.464]➜    Downloaded uu_touch v0.0.30
2025-08-20T21:53:29.2249391Z [00:01:50.465]➜    Downloaded uu_mktemp v0.0.30
2025-08-20T21:53:29.2261930Z [00:01:50.466]➜    Downloaded uu_mkdir v0.0.30
2025-08-20T21:53:29.2273258Z [00:01:50.467]➜    Downloaded uu_cp v0.0.30
2025-08-20T21:53:29.2294885Z [00:01:50.469]➜    Downloaded libc v0.2.174
2025-08-20T21:53:29.2617443Z [00:01:50.502]➜    Downloaded vsimd v0.8.0
2025-08-20T21:53:29.2643865Z [00:01:50.504]➜    Downloaded value-trait v0.10.1
2025-08-20T21:53:29.2671782Z [00:01:50.507]➜    Downloaded uu_whoami v0.0.30
2025-08-20T21:53:29.2686054Z [00:01:50.508]➜    Downloaded uu_mv v0.0.30
2025-08-20T21:53:29.2699954Z [00:01:50.510]➜    Downloaded unicode-linebreak v0.1.5
2025-08-20T21:53:29.2712080Z [00:01:50.511]➜    Downloaded lz4-sys v1.11.1+lz4-1.10.0
2025-08-20T21:53:29.2953655Z [00:01:50.535]➜    Downloaded libssh2-sys v0.3.0
2025-08-20T21:53:29.3365123Z [00:01:50.576]➜    Downloaded jsonpath_lib_polars_vendor v0.0.1
2025-08-20T21:53:29.3449974Z [00:01:50.585]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T21:53:29.3468552Z [00:01:50.587]➜    Downloaded minimal-lexical v0.2.1
2025-08-20T21:53:29.3526341Z [00:01:50.593]➜    Downloaded miette v7.6.0
2025-08-20T21:53:29.3582483Z [00:01:50.598]➜    Downloaded libz-sys v1.1.20
2025-08-20T21:53:29.3837995Z [00:01:50.624]➜    Downloaded xml5ever v0.18.1
2025-08-20T21:53:29.3868497Z [00:01:50.627]➜    Downloaded tracing-attributes v0.1.28
2025-08-20T21:53:29.3895992Z [00:01:50.630]➜    Downloaded tracing v0.1.41
2025-08-20T21:53:29.3944686Z [00:01:50.634]➜    Downloaded tracing-core v0.1.33
2025-08-20T21:53:29.3977446Z [00:01:50.638]➜    Downloaded unicode-ident v1.0.14
2025-08-20T21:53:29.4024547Z [00:01:50.642]➜    Downloaded trash v5.2.1
2025-08-20T21:53:29.4052062Z [00:01:50.645]➜    Downloaded tokio-native-tls v0.3.1
2025-08-20T21:53:29.4078605Z [00:01:50.648]➜    Downloaded thiserror v2.0.12
2025-08-20T21:53:29.4182035Z [00:01:50.658]➜    Downloaded miette-derive v7.6.0
2025-08-20T21:53:29.4200902Z [00:01:50.660]➜    Downloaded memmap2 v0.9.5
2025-08-20T21:53:29.4222427Z [00:01:50.662]➜    Downloaded memchr v2.7.4
2025-08-20T21:53:29.4290773Z [00:01:50.669]➜    Downloaded markup5ever_rcdom v0.3.0
2025-08-20T21:53:29.4312855Z [00:01:50.671]➜    Downloaded markup5ever v0.14.0
2025-08-20T21:53:29.4332702Z [00:01:50.673]➜    Downloaded markup5ever v0.12.1
2025-08-20T21:53:29.4352331Z [00:01:50.675]➜    Downloaded lz4 v1.28.0
2025-08-20T21:53:29.4372273Z [00:01:50.677]➜    Downloaded itoa v1.0.14
2025-08-20T21:53:29.4389919Z [00:01:50.679]➜    Downloaded ring v0.17.13
2025-08-20T21:53:29.4902021Z [00:01:50.730]➜    Downloaded csv v1.3.1
2025-08-20T21:53:29.5107174Z [00:01:50.751]➜    Downloaded thiserror v1.0.69
2025-08-20T21:53:29.5180305Z [00:01:50.758]➜    Downloaded textwrap v0.16.1
2025-08-20T21:53:29.5209800Z [00:01:50.761]➜    Downloaded slotmap v1.0.7
2025-08-20T21:53:29.5235157Z [00:01:50.763]➜    Downloaded rust-embed v8.7.0
2025-08-20T21:53:29.5329230Z [00:01:50.773]➜    Downloaded mime_guess v2.0.5
2025-08-20T21:53:29.5350955Z [00:01:50.775]➜    Downloaded mime v0.3.17
2025-08-20T21:53:29.5369461Z [00:01:50.777]➜    Downloaded md-5 v0.10.6
2025-08-20T21:53:29.5388615Z [00:01:50.779]➜    Downloaded mac v0.1.1
2025-08-20T21:53:29.5401922Z [00:01:50.780]➜    Downloaded lsp-textdocument v0.4.2
2025-08-20T21:53:29.5418395Z [00:01:50.782]➜    Downloaded log v0.4.27
2025-08-20T21:53:29.5446098Z [00:01:50.784]➜    Downloaded litemap v0.7.4
2025-08-20T21:53:29.5472993Z [00:01:50.787]➜    Downloaded plist v1.7.0
2025-08-20T21:53:29.5520552Z [00:01:50.792]➜    Downloaded syn v2.0.90
2025-08-20T21:53:29.5647072Z [00:01:50.805]➜    Downloaded syn v1.0.109
2025-08-20T21:53:29.5763152Z [00:01:50.816]➜    Downloaded simd-json v0.14.3
2025-08-20T21:53:29.5882873Z [00:01:50.828]➜    Downloaded rustls-webpki v0.101.7
2025-08-20T21:53:29.6094319Z [00:01:50.849]➜    Downloaded ratatui v0.29.0
2025-08-20T21:53:29.6339567Z [00:01:50.874]➜    Downloaded lsp-server v0.7.8
2025-08-20T21:53:29.6355294Z [00:01:50.875]➜    Downloaded lock_api v0.4.12
2025-08-20T21:53:29.6371827Z [00:01:50.877]➜    Downloaded litrs v0.4.1
2025-08-20T21:53:29.6405640Z [00:01:50.880]➜    Downloaded linked-hash-map v0.5.6
2025-08-20T21:53:29.6418996Z [00:01:50.882]➜    Downloaded libm v0.2.11
2025-08-20T21:53:29.6535789Z [00:01:50.893]➜    Downloaded libflate v1.4.0
2025-08-20T21:53:29.6577664Z [00:01:50.898]➜    Downloaded lean_string v0.5.0
2025-08-20T21:53:29.6612307Z [00:01:50.901]➜    Downloaded itertools v0.14.0
2025-08-20T21:53:29.6701374Z [00:01:50.910]➜    Downloaded itertools v0.13.0
2025-08-20T21:53:29.6788221Z [00:01:50.919]➜    Downloaded brotli v7.0.0
2025-08-20T21:53:29.7045712Z [00:01:50.944]➜    Downloaded nom v7.1.3
2025-08-20T21:53:29.7109202Z [00:01:50.951]➜    Downloaded mio v1.0.3
2025-08-20T21:53:29.7183759Z [00:01:50.958]➜    Downloaded curl v0.4.47
2025-08-20T21:53:29.7235880Z [00:01:50.963]➜    Downloaded smallvec v1.13.2
2025-08-20T21:53:29.7260972Z [00:01:50.966]➜    Downloaded simplelog v0.12.2
2025-08-20T21:53:29.7285245Z [00:01:50.968]➜    Downloaded similar v2.7.0
2025-08-20T21:53:29.7353833Z [00:01:50.975]➜    Downloaded simd-adler32 v0.3.7
2025-08-20T21:53:29.7376745Z [00:01:50.978]➜    Downloaded rustls-webpki v0.103.3
2025-08-20T21:53:29.7414859Z [00:01:50.981]➜    Downloaded rusqlite v0.31.0
2025-08-20T21:53:29.7489331Z [00:01:50.989]➜    Downloaded raw-cpuid v11.2.0
2025-08-20T21:53:29.7529899Z [00:01:50.993]➜    Downloaded quinn-proto v0.11.9
2025-08-20T21:53:29.7601942Z [00:01:51.000]➜    Downloaded lscolors v0.20.0
2025-08-20T21:53:29.7620326Z [00:01:51.002]➜    Downloaded lru v0.12.5
2025-08-20T21:53:29.7634814Z [00:01:51.003]➜    Downloaded lockfree-object-pool v0.1.6
2025-08-20T21:53:29.7666160Z [00:01:51.006]➜    Downloaded libloading v0.8.6
2025-08-20T21:53:29.7694781Z [00:01:51.009]➜    Downloaded libflate_lz77 v1.2.0
2025-08-20T21:53:29.7705089Z [00:01:51.010]➜    Downloaded lazy_static v1.5.0
2025-08-20T21:53:29.7728397Z [00:01:51.013]➜    Downloaded idna v1.0.3
2025-08-20T21:53:29.7767979Z [00:01:51.017]➜    Downloaded icu_properties_data v1.5.0
2025-08-20T21:53:29.7908314Z [00:01:51.031]➜    Downloaded icu_collections v1.5.0
2025-08-20T21:53:29.7988658Z [00:01:51.039]➜    Downloaded human-date-parser v0.3.1
2025-08-20T21:53:29.8005390Z [00:01:51.040]➜    Downloaded notify-debouncer-full v0.3.2
2025-08-20T21:53:29.8046003Z [00:01:51.044]➜    Downloaded darling_core v0.20.10
2025-08-20T21:53:29.8110206Z [00:01:51.051]➜    Downloaded skiplist v0.5.1
2025-08-20T21:53:29.8142264Z [00:01:51.054]➜    Downloaded rmp v0.8.14
2025-08-20T21:53:29.8192364Z [00:01:51.059]➜    Downloaded jobserver v0.1.32
2025-08-20T21:53:29.8218351Z [00:01:51.062]➜    Downloaded indicatif v0.17.11
2025-08-20T21:53:29.8265257Z [00:01:51.066]➜    Downloaded indexmap v2.10.0
2025-08-20T21:53:29.8316640Z [00:01:51.072]➜    Downloaded hyper v0.14.31
2025-08-20T21:53:29.8410574Z [00:01:51.081]➜    Downloaded http v0.2.12
2025-08-20T21:53:29.8454862Z [00:01:51.085]➜    Downloaded roxmltree v0.20.0
2025-08-20T21:53:29.8624670Z [00:01:51.102]➜    Downloaded rand_distr v0.4.3
2025-08-20T21:53:29.8660423Z [00:01:51.106]➜    Downloaded scoped-tls v1.0.1
2025-08-20T21:53:29.8672788Z [00:01:51.107]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T21:53:29.8683665Z [00:01:51.108]➜    Downloaded is-wsl v0.4.0
2025-08-20T21:53:29.8697664Z [00:01:51.110]➜    Downloaded interprocess v2.2.2
2025-08-20T21:53:29.8876388Z [00:01:51.128]➜    Downloaded icu_locid_transform v1.5.0
2025-08-20T21:53:29.8907208Z [00:01:51.131]➜    Downloaded hyper-util v0.1.10
2025-08-20T21:53:29.8961281Z [00:01:51.136]➜    Downloaded hyper-rustls v0.24.2
2025-08-20T21:53:29.8992931Z [00:01:51.139]➜    Downloaded http-body-util v0.1.2
2025-08-20T21:53:29.9013578Z [00:01:51.141]➜    Downloaded uucore_procs v0.0.30
2025-08-20T21:53:29.9021679Z [00:01:51.142]➜    Downloaded sync_wrapper v1.0.2
2025-08-20T21:53:29.9032457Z [00:01:51.143]➜    Downloaded siphasher v0.3.11
2025-08-20T21:53:29.9048106Z [00:01:51.145]➜    Downloaded pure-rust-locales v0.8.1
2025-08-20T21:53:29.9098709Z [00:01:51.150]➜    Downloaded is-docker v0.2.0
2025-08-20T21:53:29.9111624Z [00:01:51.151]➜    Downloaded ident_case v1.0.1
2025-08-20T21:53:29.9122185Z [00:01:51.152]➜    Downloaded icu_provider v1.5.0
2025-08-20T21:53:29.9154982Z [00:01:51.155]➜    Downloaded icu_locid_transform_data v1.5.0
2025-08-20T21:53:29.9177320Z [00:01:51.158]➜    Downloaded ical v0.11.0
2025-08-20T21:53:29.9223523Z [00:01:51.162]➜    Downloaded humantime v2.1.0
2025-08-20T21:53:29.9242300Z [00:01:51.164]➜    Downloaded http-body v1.0.1
2025-08-20T21:53:29.9254648Z [00:01:51.165]➜    Downloaded http-body v0.4.6
2025-08-20T21:53:29.9276710Z [00:01:51.168]➜    Downloaded ryu v1.0.18
2025-08-20T21:53:29.9316849Z [00:01:51.172]➜    Downloaded rustversion v1.0.18
2025-08-20T21:53:29.9352392Z [00:01:51.175]➜    Downloaded rustls-platform-verifier v0.5.3
2025-08-20T21:53:29.9406317Z [00:01:51.181]➜    Downloaded rustls-pemfile v2.2.0
2025-08-20T21:53:29.9437318Z [00:01:51.184]➜    Downloaded rustls-pemfile v1.0.4
2025-08-20T21:53:29.9466229Z [00:01:51.187]➜    Downloaded rle-decode-fast v1.0.3
2025-08-20T21:53:29.9484816Z [00:01:51.188]➜    Downloaded rand_core v0.9.3
2025-08-20T21:53:29.9501687Z [00:01:51.190]➜    Downloaded rand_core v0.6.4
2025-08-20T21:53:29.9518255Z [00:01:51.192]➜    Downloaded is_executable v1.0.4
2025-08-20T21:53:29.9535075Z [00:01:51.193]➜    Downloaded is_ci v1.2.0
2025-08-20T21:53:29.9548755Z [00:01:51.195]➜    Downloaded ipnet v2.10.1
2025-08-20T21:53:29.9567299Z [00:01:51.197]➜    Downloaded indoc v2.0.5
2025-08-20T21:53:29.9604726Z [00:01:51.200]➜    Downloaded icu_normalizer_data v1.5.0
2025-08-20T21:53:29.9626835Z [00:01:51.203]➜    Downloaded hyper-rustls v0.27.3
2025-08-20T21:53:29.9656974Z [00:01:51.206]➜    Downloaded http v1.3.1
2025-08-20T21:53:29.9700793Z [00:01:51.210]➜    Downloaded bytes v1.10.0
2025-08-20T21:53:29.9753956Z [00:01:51.215]➜    Downloaded aws-smithy-runtime-api v1.7.3
2025-08-20T21:53:29.9803957Z [00:01:51.220]➜    Downloaded inventory v0.3.15
2025-08-20T21:53:29.9832116Z [00:01:51.223]➜    Downloaded inotify v0.9.6
2025-08-20T21:53:29.9856873Z [00:01:51.226]➜    Downloaded idna_adapter v1.2.0
2025-08-20T21:53:29.9867944Z [00:01:51.227]➜    Downloaded httpdate v1.0.3
2025-08-20T21:53:29.9883573Z [00:01:51.228]➜    Downloaded httparse v1.9.5
2025-08-20T21:53:29.9913152Z [00:01:51.231]➜    Downloaded clap_builder v4.5.23
2025-08-20T21:53:29.9989417Z [00:01:51.239]➜    Downloaded clap v4.5.23
2025-08-20T21:53:30.0112284Z [00:01:51.251]➜    Downloaded chrono-tz v0.10.0
2025-08-20T21:53:30.0176299Z [00:01:51.258]➜    Downloaded chrono v0.4.39
2025-08-20T21:53:30.0252108Z [00:01:51.265]➜    Downloaded chardetng v0.1.17
2025-08-20T21:53:30.0273816Z [00:01:51.267]➜    Downloaded cfg_aliases v0.1.1
2025-08-20T21:53:30.0284029Z [00:01:51.268]➜    Downloaded cc v1.2.16
2025-08-20T21:53:30.0327205Z [00:01:51.273]➜    Downloaded calamine v0.28.0
2025-08-20T21:53:30.0364945Z [00:01:51.276]➜    Downloaded byteyarn v0.5.1
2025-08-20T21:53:30.0378306Z [00:01:51.278]➜    Downloaded bytes-utils v0.1.4
2025-08-20T21:53:30.0399070Z [00:01:51.280]➜    Downloaded bytemuck v1.23.0
2025-08-20T21:53:30.0437631Z [00:01:51.284]➜    Downloaded bytecount v0.6.8
2025-08-20T21:53:30.0462856Z [00:01:51.286]➜    Downloaded bumpalo v3.16.0
2025-08-20T21:53:30.0492259Z [00:01:51.289]➜    Downloaded aws-types v1.3.3
2025-08-20T21:53:30.0511834Z [00:01:51.291]➜    Downloaded aws-smithy-types v1.2.9
2025-08-20T21:53:30.0565783Z [00:01:51.296]➜    Downloaded aws-sdk-ssooidc v1.50.0
2025-08-20T21:53:30.0658071Z [00:01:51.306]➜    Downloaded aws-sdk-sso v1.49.0
2025-08-20T21:53:30.0738419Z [00:01:51.314]➜    Downloaded aws-credential-types v1.2.1
2025-08-20T21:53:30.0758108Z [00:01:51.316]➜    Downloaded linux-raw-sys v0.4.14
2025-08-20T21:53:30.1206305Z [00:01:51.361]➜    Downloaded is_debug v1.1.0
2025-08-20T21:53:30.1218291Z [00:01:51.362]➜    Downloaded instability v0.3.7
2025-08-20T21:53:30.1236925Z [00:01:51.364]➜    Downloaded inotify-sys v0.1.5
2025-08-20T21:53:30.1249294Z [00:01:51.365]➜    Downloaded icu_provider_macros v1.5.0
2025-08-20T21:53:30.1259259Z [00:01:51.366]➜    Downloaded icu_properties v1.5.1
2025-08-20T21:53:30.1286762Z [00:01:51.369]➜    Downloaded icu_normalizer v1.5.0
2025-08-20T21:53:30.1327891Z [00:01:51.373]➜    Downloaded icu_locid v1.5.0
2025-08-20T21:53:30.1393152Z [00:01:51.379]➜    Downloaded hyper-tls v0.6.0
2025-08-20T21:53:30.1410127Z [00:01:51.381]➜    Downloaded hashbrown v0.15.2
2025-08-20T21:53:30.1469129Z [00:01:51.387]➜    Downloaded hashbrown v0.14.5
2025-08-20T21:53:30.1526467Z [00:01:51.393]➜    Downloaded const_format v0.2.34
2025-08-20T21:53:30.1586194Z [00:01:51.399]➜    Downloaded console v0.15.8
2025-08-20T21:53:30.1623724Z [00:01:51.402]➜    Downloaded comfy-table v7.1.3
2025-08-20T21:53:30.1691238Z [00:01:51.409]➜    Downloaded colorchoice v1.0.3
2025-08-20T21:53:30.1702298Z [00:01:51.410]➜    Downloaded chrono-tz-build v0.4.0
2025-08-20T21:53:30.1713062Z [00:01:51.411]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T21:53:30.1725715Z [00:01:51.412]➜    Downloaded bytesize v1.3.3
2025-08-20T21:53:30.1740564Z [00:01:51.414]➜    Downloaded byteorder v1.5.0
2025-08-20T21:53:30.1760368Z [00:01:51.416]➜    Downloaded block-buffer v0.10.4
2025-08-20T21:53:30.1773665Z [00:01:51.417]➜    Downloaded bitflags v1.3.2
2025-08-20T21:53:30.1816206Z [00:01:51.421]➜    Downloaded backtrace v0.3.74
2025-08-20T21:53:30.1881720Z [00:01:51.428]➜    Downloaded aws-smithy-runtime v1.7.3
2025-08-20T21:53:30.1965302Z [00:01:51.436]➜    Downloaded aws-smithy-query v0.60.7
2025-08-20T21:53:30.1974876Z [00:01:51.437]➜    Downloaded aws-smithy-async v1.2.1
2025-08-20T21:53:30.2001201Z [00:01:51.440]➜    Downloaded aws-runtime v1.4.3
2025-08-20T21:53:30.2041713Z [00:01:51.444]➜    Downloaded avro-schema v0.3.0
2025-08-20T21:53:30.2075399Z [00:01:51.447]➜    Downloaded itertools v0.11.0
2025-08-20T21:53:30.2158665Z [00:01:51.456]➜    Downloaded iana-time-zone v0.1.61
2025-08-20T21:53:30.2189169Z [00:01:51.459]➜    Downloaded hyper v1.5.1
2025-08-20T21:53:30.2269250Z [00:01:51.467]➜    Downloaded html5ever v0.29.0
2025-08-20T21:53:30.2315694Z [00:01:51.471]➜    Downloaded home v0.5.9
2025-08-20T21:53:30.2327260Z [00:01:51.473]➜    Downloaded hmac v0.12.1
2025-08-20T21:53:30.2352369Z [00:01:51.475]➜    Downloaded const_format_proc_macros v0.2.34
2025-08-20T21:53:30.2383143Z [00:01:51.478]➜    Downloaded const-random-macro v0.1.16
2025-08-20T21:53:30.2393431Z [00:01:51.479]➜    Downloaded const-random v0.1.18
2025-08-20T21:53:30.2406961Z [00:01:51.481]➜    Downloaded concurrent-queue v2.5.0
2025-08-20T21:53:30.2428004Z [00:01:51.483]➜    Downloaded codepage v0.1.2
2025-08-20T21:53:30.2440066Z [00:01:51.484]➜    Downloaded clap_lex v0.7.4
2025-08-20T21:53:30.2452335Z [00:01:51.485]➜    Downloaded chumsky v0.9.3
2025-08-20T21:53:30.2490597Z [00:01:51.489]➜    Downloaded charset v0.1.5
2025-08-20T21:53:30.2504091Z [00:01:51.490]➜    Downloaded cassowary v0.3.0
2025-08-20T21:53:30.2522043Z [00:01:51.492]➜    Downloaded bytemuck_derive v1.8.0
2025-08-20T21:53:30.2537066Z [00:01:51.494]➜    Downloaded bracoxide v0.1.6
2025-08-20T21:53:30.2554664Z [00:01:51.495]➜    Downloaded boxcar v0.2.13
2025-08-20T21:53:30.2571559Z [00:01:51.497]➜    Downloaded bitflags v2.6.0
2025-08-20T21:53:30.2622494Z [00:01:51.502]➜    Downloaded bincode v1.3.3
2025-08-20T21:53:30.2651647Z [00:01:51.505]➜    Downloaded base64ct v1.8.0
2025-08-20T21:53:30.2681871Z [00:01:51.508]➜    Downloaded base64 v0.21.7
2025-08-20T21:53:30.2730172Z [00:01:51.513]➜    Downloaded aws-smithy-xml v0.60.9
2025-08-20T21:53:30.2745138Z [00:01:51.514]➜    Downloaded aws-smithy-json v0.60.7
2025-08-20T21:53:30.2762214Z [00:01:51.516]➜    Downloaded html5ever v0.27.0
2025-08-20T21:53:30.2808215Z [00:01:51.521]➜    Downloaded hex v0.4.3
2025-08-20T21:53:30.2828740Z [00:01:51.523]➜    Downloaded heck v0.5.0
2025-08-20T21:53:30.2845855Z [00:01:51.524]➜    Downloaded brotli-decompressor v4.0.1
2025-08-20T21:53:30.2916191Z [00:01:51.532]➜    Downloaded base64 v0.22.1
2025-08-20T21:53:30.2964681Z [00:01:51.536]➜    Downloaded aws-sigv4 v1.2.5
2025-08-20T21:53:30.3150498Z [00:01:51.555]➜    Downloaded rand_chacha v0.9.0
2025-08-20T21:53:30.3165097Z [00:01:51.556]➜    Downloaded hashlink v0.9.1
2025-08-20T21:53:30.3187156Z [00:01:51.559]➜    Downloaded cfg-if v1.0.0
2025-08-20T21:53:30.3201252Z [00:01:51.560]➜    Downloaded castaway v0.2.3
2025-08-20T21:53:30.3218718Z [00:01:51.562]➜    Downloaded simdutf8 v0.1.5
2025-08-20T21:53:30.3248065Z [00:01:51.565]➜    Downloaded rustls-pki-types v1.12.0
2025-08-20T21:53:30.3308973Z [00:01:51.571]➜    Downloaded rmp-serde v1.3.0
2025-08-20T21:53:30.3331087Z [00:01:51.573]➜    Downloaded libz-rs-sys v0.5.1
2025-08-20T21:53:30.3342748Z [00:01:51.574]➜    Downloaded anstyle-query v1.1.2
2025-08-20T21:53:30.3356870Z [00:01:51.576]➜    Downloaded aho-corasick v1.1.3
2025-08-20T21:53:30.3421486Z [00:01:51.582]➜    Downloaded ahash v0.8.11
2025-08-20T21:53:30.3451098Z [00:01:51.585]➜    Downloaded pwd v1.4.0
2025-08-20T21:53:30.3465136Z [00:01:51.586]➜    Downloaded blake3 v1.8.2
2025-08-20T21:53:30.3563339Z [00:01:51.596]➜    Downloaded aws-config v1.5.10
2025-08-20T21:53:30.3638138Z [00:01:51.604]➜    Downloaded atoi_simd v0.16.0
2025-08-20T21:53:30.3663442Z [00:01:51.606]➜    Downloaded argminmax v0.6.3
2025-08-20T21:53:30.3714634Z [00:01:51.611]➜    Downloaded arboard v3.4.1
2025-08-20T21:53:30.3747930Z [00:01:51.615]➜    Downloaded anstyle v1.0.10
2025-08-20T21:53:30.3766423Z [00:01:51.617]➜    Downloaded allocator-api2 v0.2.21
2025-08-20T21:53:30.3798990Z [00:01:51.620]➜    Downloaded addr2line v0.24.2
2025-08-20T21:53:30.3821687Z [00:01:51.622]➜    Downloaded clap_derive v4.5.18
2025-08-20T21:53:30.3848153Z [00:01:51.625]➜    Downloaded chrono-humanize v0.2.3
2025-08-20T21:53:30.3870880Z [00:01:51.627]➜    Downloaded bit-vec v0.8.0
2025-08-20T21:53:30.3891287Z [00:01:51.629]➜    Downloaded atomic v0.6.0
2025-08-20T21:53:30.3904962Z [00:01:51.630]➜    Downloaded async-trait v0.1.83
2025-08-20T21:53:30.3951781Z [00:01:51.635]➜    Downloaded async-stream v0.3.6
2025-08-20T21:53:30.3980261Z [00:01:51.638]➜    Downloaded async-channel v2.3.1
2025-08-20T21:53:30.3994920Z [00:01:51.639]➜    Downloaded arrayvec v0.7.6
2025-08-20T21:53:30.4021352Z [00:01:51.642]➜    Downloaded ansitok v0.3.0
2025-08-20T21:53:30.4047997Z [00:01:51.645]➜    Downloaded array-init-cursor v0.2.1
2025-08-20T21:53:30.4058507Z [00:01:51.646]➜    Downloaded anstyle-parse v0.2.6
2025-08-20T21:53:30.4080084Z [00:01:51.648]➜    Downloaded anstream v0.6.18
2025-08-20T21:53:30.4107394Z [00:01:51.651]➜    Downloaded alphanumeric-sort v1.5.3
2025-08-20T21:53:30.4121933Z [00:01:51.652]➜    Downloaded alloc-no-stdlib v2.0.4
2025-08-20T21:53:30.4143538Z [00:01:51.654]➜    Downloaded backtrace-ext v0.2.1
2025-08-20T21:53:30.4158709Z [00:01:51.656]➜    Downloaded aws-smithy-http v0.60.11
2025-08-20T21:53:30.4183269Z [00:01:51.658]➜    Downloaded atomic-waker v1.1.2
2025-08-20T21:53:30.4198405Z [00:01:51.660]➜    Downloaded arrayref v0.3.9
2025-08-20T21:53:30.4214314Z [00:01:51.661]➜    Downloaded ansi-str v0.9.0
2025-08-20T21:53:30.6184211Z [00:01:51.858]➜     Compiling proc-macro2 v1.0.92
2025-08-20T21:53:30.6184700Z [00:01:51.858]➜     Compiling unicode-ident v1.0.14
2025-08-20T21:53:30.6185405Z [00:01:51.858]➜     Compiling serde v1.0.216
2025-08-20T21:53:30.6185812Z [00:01:51.858]➜     Compiling libc v0.2.174
2025-08-20T21:53:30.6186202Z [00:01:51.858]➜     Compiling cfg-if v1.0.0
2025-08-20T21:53:30.6227193Z [00:01:51.862]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.92/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=7c60cfb067a888f3 -C extra-filename=-c648b170f6ea5c22 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-c648b170f6ea5c22 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:30.6295001Z [00:01:51.869]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.14/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=6eab2b20342b03b0 -C extra-filename=-f40c8cbc696e0d9b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:30.6309611Z [00:01:51.870]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="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=1e81e25229f027cd -C extra-filename=-01c44805d6da04b7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-01c44805d6da04b7 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:30.6325127Z [00:01:51.870]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=7594a7f8d6954758 -C extra-filename=-c6d20eeedf1e2f8f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:30.6392599Z [00:01:51.879]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.216/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --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=f37577c75af7552c -C extra-filename=-d9719c78f7dd65ee --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-d9719c78f7dd65ee -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:30.7141917Z [00:01:51.950]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8134eb5a497a8f1f -C extra-filename=-e6154b075be348c4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-e6154b075be348c4 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:30.7189617Z [00:01:51.959]➜     Compiling autocfg v1.4.0
2025-08-20T21:53:30.7200291Z [00:01:51.960]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=509e4336b84f0eea -C extra-filename=-9c2ea3e11a13c494 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:30.9101580Z [00:01:52.150]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-d9719c78f7dd65ee/build-script-build`
2025-08-20T21:53:30.9422646Z [00:01:52.182]➜     Compiling memchr v2.7.4
2025-08-20T21:53:30.9468575Z [00:01:52.186]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 --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=19aa461e5ccaf32d -C extra-filename=-587c5ba3bea2f5ab --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:30.9514474Z [00:01:52.191]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-c648b170f6ea5c22/build-script-build`
2025-08-20T21:53:30.9615424Z [00:01:52.201]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-01c44805d6da04b7/build-script-build`
2025-08-20T21:53:30.9951793Z [00:01:52.233]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="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=8afff7264ed080f4 -C extra-filename=-338e0ca149b82eb8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T21:53:31.0212849Z [00:01:52.260]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.92/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=337c6ab6c2305a19 -C extra-filename=-17ecd09e58c5d91f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_ident-f40c8cbc696e0d9b.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-20T21:53:31.0762820Z [00:01:52.316]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-e6154b075be348c4/build-script-build`
2025-08-20T21:53:31.1247375Z [00:01:52.363]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=dadfd2358d4f18e9 -C extra-filename=-08134796525ad32f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/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(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T21:53:31.1295705Z [00:01:52.369]➜     Compiling log v0.4.27
2025-08-20T21:53:31.1308594Z [00:01:52.370]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 --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=003fa50787a0b16a -C extra-filename=-9fd8f72c6bca26d5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:31.3271822Z [00:01:52.567]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T21:53:31.3286647Z [00:01:52.568]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/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 '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=2baed1e7d85fe32b -C extra-filename=-b01e1f8351d85107 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crossbeam-utils-b01e1f8351d85107 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:31.6146119Z [00:01:52.854]➜     Compiling quote v1.0.37
2025-08-20T21:53:31.6160780Z [00:01:52.855]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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 -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=4c6541c61e7bb1af -C extra-filename=-804bb9c3a8d9bdc0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rmeta --cap-lints allow`
2025-08-20T21:53:31.6728147Z [00:01:52.912]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crossbeam-utils-b01e1f8351d85107/build-script-build`
2025-08-20T21:53:31.6882833Z [00:01:52.927]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crossbeam_utils --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-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=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=5a9b25301d4bf2f8 -C extra-filename=-ea31c9c628322cb2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-20T21:53:31.9782143Z [00:01:53.218]➜     Compiling syn v2.0.90
2025-08-20T21:53:31.9795277Z [00:01:53.219]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.90/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="fold"' --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=4894d9910fcbea81 -C extra-filename=-9a8eb367ceaeb489 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rmeta --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rmeta --extern unicode_ident=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_ident-f40c8cbc696e0d9b.rmeta --cap-lints allow`
2025-08-20T21:53:32.2587498Z [00:01:53.499]➜     Compiling once_cell v1.20.2
2025-08-20T21:53:32.2619724Z [00:01:53.501]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.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 --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=76f2546ffb2b4179 -C extra-filename=-ce6f56fb6fb1a8d7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:32.4099948Z [00:01:53.650]➜     Compiling jobserver v0.1.32
2025-08-20T21:53:32.4108489Z [00:01:53.650]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name jobserver --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.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=319bbeeb3660c690 -C extra-filename=-43a7a3c01ff28d74 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/liblibc-08134796525ad32f.rmeta --cap-lints allow`
2025-08-20T21:53:32.4878566Z [00:01:53.728]➜     Compiling shlex v1.3.0
2025-08-20T21:53:32.4910386Z [00:01:53.730]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=7127d99f628e0232 -C extra-filename=-c5b09fd030a75415 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:32.5023092Z [00:01:53.742]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T21:53:32.5038634Z [00:01:53.743]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crossbeam_epoch --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=95a2705189a17f26 -C extra-filename=-19f39cf11b6698c7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:32.6260516Z [00:01:53.866]➜     Compiling cc v1.2.16
2025-08-20T21:53:32.6277170Z [00:01:53.867]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=4b221e5c98611340 -C extra-filename=-91d153ba9d360732 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern jobserver=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libjobserver-43a7a3c01ff28d74.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/liblibc-08134796525ad32f.rmeta --extern shlex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libshlex-c5b09fd030a75415.rmeta --cap-lints allow`
2025-08-20T21:53:32.8275913Z [00:01:54.067]➜     Compiling smallvec v1.13.2
2025-08-20T21:53:32.8303635Z [00:01:54.069]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --cfg 'feature="union"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=d7c61c61816117c3 -C extra-filename=-89ecd48a17763de0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:32.9598643Z [00:01:54.200]➜     Compiling rayon-core v1.13.0
2025-08-20T21:53:32.9614930Z [00:01:54.201]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.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("web_spin_lock"))' -C metadata=e6d9692532af4115 -C extra-filename=-53d8bf75de0d8ca3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rayon-core-53d8bf75de0d8ca3 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:33.0173925Z [00:01:54.257]➜     Compiling crossbeam-deque v0.8.5
2025-08-20T21:53:33.0192518Z [00:01:54.258]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crossbeam_deque --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=27d7a6e610b471df -C extra-filename=-01656f2aca168da2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_epoch-19f39cf11b6698c7.rmeta --extern crossbeam_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:33.0692075Z [00:01:54.309]➜     Compiling itoa v1.0.14
2025-08-20T21:53:33.0702710Z [00:01:54.309]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=78cf2dce3e4561ad -C extra-filename=-a8532d36a5ab7961 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:33.1650544Z [00:01:54.405]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rayon-core-53d8bf75de0d8ca3/build-script-build`
2025-08-20T21:53:33.1807628Z [00:01:54.419]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rayon_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4213711f55da396d -C extra-filename=-bacc1e0f3a5cb4f7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_deque-01656f2aca168da2.rmeta --extern crossbeam_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:33.1960972Z [00:01:54.436]➜     Compiling allocator-api2 v0.2.21
2025-08-20T21:53:33.1971295Z [00:01:54.436]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=2486e1100ef60883 -C extra-filename=-818ab6a2632f5eb1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:33.2285346Z [00:01:54.468]➜     Compiling libm v0.2.11
2025-08-20T21:53:33.2294279Z [00:01:54.469]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-soft-floats", "unstable"))' -C metadata=446eecf2fa091f24 -C extra-filename=-c369b295016e5dc6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libm-c369b295016e5dc6 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:33.5472150Z [00:01:54.787]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libm-c369b295016e5dc6/build-script-build`
2025-08-20T21:53:33.5729555Z [00:01:54.813]➜     Compiling num-traits v0.2.19
2025-08-20T21:53:33.5772198Z [00:01:54.816]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=1fefcdb684db89ab -C extra-filename=-5a43c5915e428f7d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/num-traits-5a43c5915e428f7d -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libautocfg-9c2ea3e11a13c494.rlib --cap-lints allow`
2025-08-20T21:53:33.6445743Z [00:01:54.883]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libm --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-soft-floats", "unstable"))' -C metadata=a6eb8ea19027f843 -C extra-filename=-3c0ee802c563c623 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 assert_no_panic --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(feature, values("unstable"))' --check-cfg 'cfg(feature, values("checked"))'`
2025-08-20T21:53:33.8492999Z [00:01:55.089]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/num-traits-5a43c5915e428f7d/build-script-build`
2025-08-20T21:53:34.0000233Z [00:01:55.240]➜     Compiling lock_api v0.4.12
2025-08-20T21:53:34.0011441Z [00:01:55.240]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=3b71d2449eacd35b -C extra-filename=-b1319322a7803845 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lock_api-b1319322a7803845 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libautocfg-9c2ea3e11a13c494.rlib --cap-lints allow`
2025-08-20T21:53:34.2500369Z [00:01:55.489]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=fa227a51d94cbb67 -C extra-filename=-dc9beeef36f073ec --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibm-3c0ee802c563c623.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:53:34.2778128Z [00:01:55.517]➜     Compiling parking_lot_core v0.9.10
2025-08-20T21:53:34.2805988Z [00:01:55.520]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=4c5a86ab5f483a7d -C extra-filename=-baf7489da72495da --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/parking_lot_core-baf7489da72495da -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:34.4762741Z [00:01:55.716]➜     Compiling scopeguard v1.2.0
2025-08-20T21:53:34.4775021Z [00:01:55.716]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=c6e9c5cdf06df275 -C extra-filename=-ed398d067c364df9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:34.5485431Z [00:01:55.788]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/parking_lot_core-baf7489da72495da/build-script-build`
2025-08-20T21:53:34.5632452Z [00:01:55.803]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lock_api-b1319322a7803845/build-script-build`
2025-08-20T21:53:34.5835834Z [00:01:55.823]➜     Compiling equivalent v1.0.1
2025-08-20T21:53:34.5846748Z [00:01:55.824]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2bfbbbdade12b2e -C extra-filename=-172ee25997bd6c00 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:34.6232764Z [00:01:55.863]➜     Compiling foldhash v0.1.5
2025-08-20T21:53:34.6248040Z [00:01:55.864]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=89b7b4337f61d38d -C extra-filename=-dbcc77a37defdd66 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:34.6566922Z [00:01:55.895]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=4df6f688fc4080ca -C extra-filename=-1767d6f4baf99d94 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-ed398d067c364df9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:53:34.6889931Z [00:01:55.928]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=66ae7f2fc71e276e -C extra-filename=-5f2752fbc8ec8cc1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern smallvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:34.8281257Z [00:01:56.068]➜     Compiling version_check v0.9.5
2025-08-20T21:53:34.8290139Z [00:01:56.068]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=8b40e606e28cca9e -C extra-filename=-0f687acfe00fe645 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:34.9160793Z [00:01:56.156]➜     Compiling parking_lot v0.12.3
2025-08-20T21:53:34.9175887Z [00:01:56.156]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=2eb93be16644455b -C extra-filename=-84dfbf221af39c77 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblock_api-1767d6f4baf99d94.rmeta --extern parking_lot_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot_core-5f2752fbc8ec8cc1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:35.0378919Z [00:01:56.277]➜     Compiling ryu v1.0.18
2025-08-20T21:53:35.0388191Z [00:01:56.278]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=e29113798c1e2411 -C extra-filename=-783c6cb289bf7403 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:35.1511701Z [00:01:56.391]➜     Compiling byteorder v1.5.0
2025-08-20T21:53:35.1525716Z [00:01:56.392]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name byteorder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=2232604493f65856 -C extra-filename=-213f235268f0a30c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:35.1964913Z [00:01:56.436]➜     Compiling signal-hook-registry v1.4.2
2025-08-20T21:53:35.2059438Z [00:01:56.445]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=487e4af2c998dcc1 -C extra-filename=-95fe9393f93bbd05 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:35.2511155Z [00:01:56.491]➜     Compiling mio v1.0.3
2025-08-20T21:53:35.2524418Z [00:01:56.491]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=7be39879cb14ef2f -C extra-filename=-773a88da4a9fe997 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:35.3644538Z [00:01:56.604]➜     Compiling rustix v0.38.42
2025-08-20T21:53:35.3669601Z [00:01:56.605]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.42/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="param"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="thread"' --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=890ea1e6090e3e14 -C extra-filename=-f3436628bdc81ce2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-f3436628bdc81ce2 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:35.6013630Z [00:01:56.841]➜     Compiling linux-raw-sys v0.4.14
2025-08-20T21:53:35.6026138Z [00:01:56.842]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.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="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="std"' --cfg 'feature="system"' --cfg 'feature="xdp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=5cb358bba82ff77f -C extra-filename=-f6ecab73b5dbffa2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:35.6285642Z [00:01:56.868]➜     Compiling pure-rust-locales v0.8.1
2025-08-20T21:53:35.6306732Z [00:01:56.870]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pure_rust_locales --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pure-rust-locales-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bbe6e5e9f5c48e9 -C extra-filename=-93366b09b4054ded --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:35.7974459Z [00:01:57.037]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-f3436628bdc81ce2/build-script-build`
2025-08-20T21:53:35.8618032Z [00:01:57.101]➜     Compiling iana-time-zone v0.1.61
2025-08-20T21:53:35.8630018Z [00:01:57.102]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name iana_time_zone --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.61/src/lib.rs --error-format=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=c5b4eafdc4785e46 -C extra-filename=-9192423d2f0652a5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:35.9751455Z [00:01:57.214]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=3824e407d1d4d57d -C extra-filename=-dfc6513573988143 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:36.0236063Z [00:01:57.263]➜     Compiling thiserror v2.0.12
2025-08-20T21:53:36.0245334Z [00:01:57.264]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=9db458404bf1548b -C extra-filename=-e01d389ca4dcc6d5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-e01d389ca4dcc6d5 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:36.2322035Z [00:01:57.472]➜     Compiling serde_json v1.0.133
2025-08-20T21:53:36.2331257Z [00:01:57.472]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.133/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="indexmap"' --cfg 'feature="preserve_order"' --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=5c33aff26a2eaa42 -C extra-filename=-87c48e351f25a08d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-87c48e351f25a08d -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:36.3986980Z [00:01:57.639]➜     Compiling pkg-config v0.3.31
2025-08-20T21:53:36.3997499Z [00:01:57.639]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pkg_config --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ba96ce566d39874 -C extra-filename=-d2d7ec3d99e9488c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:36.4261473Z [00:01:57.666]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-87c48e351f25a08d/build-script-build`
2025-08-20T21:53:36.4422219Z [00:01:57.682]➜     Compiling getrandom v0.2.15
2025-08-20T21:53:36.4432114Z [00:01:57.682]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --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=776cf91b82103383 -C extra-filename=-8a2525ca78812cd9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_if-dfc6513573988143.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/liblibc-08134796525ad32f.rmeta --cap-lints allow`
2025-08-20T21:53:36.6535048Z [00:01:57.893]➜     Compiling aho-corasick v1.1.3
2025-08-20T21:53:36.6545922Z [00:01:57.893]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=4f4a9c8a4008e8d2 -C extra-filename=-0c641a08514c09b4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:37.0003675Z [00:01:58.240]➜     Compiling regex-syntax v0.8.5
2025-08-20T21:53:37.0014543Z [00:01:58.240]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 --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=13852b653688dbf2 -C extra-filename=-523d3002ffab0ee9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:37.1067195Z [00:01:58.347]➜     Compiling rustversion v1.0.18
2025-08-20T21:53:37.1080053Z [00:01:58.347]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.18/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=82246eecf916dec2 -C extra-filename=-53705d2bc7aa806a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-53705d2bc7aa806a -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:37.4905642Z [00:01:58.730]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-53705d2bc7aa806a/build-script-build`
2025-08-20T21:53:37.5385106Z [00:01:58.777]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --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=1132b0b4c34d8b97 -C extra-filename=-113562dca39a5794 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:37.7145134Z [00:01:58.953]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustversion --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=729f11c461e55476 -C extra-filename=-505b86db035315ce --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/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-20T21:53:38.5594345Z [00:01:59.799]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-e01d389ca4dcc6d5/build-script-build`
2025-08-20T21:53:38.6309574Z [00:01:59.871]➜     Compiling serde_derive v1.0.216
2025-08-20T21:53:38.6339744Z [00:01:59.873]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde_derive --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.216/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=dc6f3c129b5fbb42 -C extra-filename=-020f5ce6236a7de2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:38.6770929Z [00:01:59.917]➜     Compiling zerocopy-derive v0.7.35
2025-08-20T21:53:38.6782165Z [00:01:59.917]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerocopy_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/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=54940d055f3c8979 -C extra-filename=-cb5386b942bc174e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:39.5621837Z [00:02:00.802]➜     Compiling thiserror-impl v2.0.12
2025-08-20T21:53:39.5659092Z [00:02:00.805]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=67124bf4a720389e -C extra-filename=-0fe99d935d772981 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:39.9711996Z [00:02:01.211]➜     Compiling zerocopy v0.7.35
2025-08-20T21:53:39.9727049Z [00:02:01.211]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerocopy --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=30f00ad41f4e32e8 -C extra-filename=-fa82214b1e1af40a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rmeta --extern zerocopy_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerocopy_derive-cb5386b942bc174e.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:40.7470339Z [00:02:01.987]➜     Compiling regex-automata v0.4.9
2025-08-20T21:53:40.7488335Z [00:02:01.987]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 --cfg 'feature="alloc"' --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=72e147631fda57fa -C extra-filename=-bbaf20b09695e3da --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaho_corasick-0c641a08514c09b4.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern regex_syntax=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_syntax-523d3002ffab0ee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:41.2152236Z [00:02:02.455]➜     Compiling signal-hook v0.3.17
2025-08-20T21:53:41.2164980Z [00:02:02.456]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=d4cd1df4458c1328 -C extra-filename=-6abc108caf5f9c84 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/signal-hook-6abc108caf5f9c84 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:41.3805720Z [00:02:02.620]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/signal-hook-6abc108caf5f9c84/build-script-build`
2025-08-20T21:53:41.4096309Z [00:02:02.648]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=8bee23cabfd504c5 -C extra-filename=-9b61f9e6060f7cf1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror_impl-0fe99d935d772981.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:53:41.4809729Z [00:02:02.721]➜     Compiling fnv v1.0.7
2025-08-20T21:53:41.4821639Z [00:02:02.721]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=f3fb09b5a491b2a5 -C extra-filename=-5237c5e632f27eca --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:41.5854971Z [00:02:02.824]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=1ba369c3a776691e -C extra-filename=-eaadab8a4ab73297 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern signal_hook_registry=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_registry-95fe9393f93bbd05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:41.9281275Z [00:02:03.168]➜     Compiling crc32fast v1.4.2
2025-08-20T21:53:41.9304108Z [00:02:03.169]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crc32fast --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=03075d724756cc1e -C extra-filename=-6af78ad21a095569 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:42.1016553Z [00:02:03.341]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name byteorder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=31aa9be1d0c51308 -C extra-filename=-d58a985b76d1209f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:42.1762971Z [00:02:03.416]➜     Compiling adler2 v2.0.0
2025-08-20T21:53:42.1844833Z [00:02:03.423]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name adler2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-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("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=e349bd45ba95fdf4 -C extra-filename=-6e3a5d6b4398707b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:42.2689418Z [00:02:03.509]➜     Compiling pin-project-lite v0.2.15
2025-08-20T21:53:42.2766478Z [00:02:03.515]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=4d9af45b6d2238aa -C extra-filename=-7141a35ff92d90b5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:42.2982474Z [00:02:03.537]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerocopy --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=77f19a6fcbb9710f -C extra-filename=-6e2ea0b59a936420 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libbyteorder-d58a985b76d1209f.rmeta --extern zerocopy_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerocopy_derive-cb5386b942bc174e.so --cap-lints allow`
2025-08-20T21:53:42.3560282Z [00:02:03.596]➜     Compiling miniz_oxide v0.8.9
2025-08-20T21:53:42.3571074Z [00:02:03.596]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name miniz_oxide --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.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=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=13f0c198db93a016 -C extra-filename=-64a0b50c71d34b84 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libadler2-6e3a5d6b4398707b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:42.8538340Z [00:02:04.092]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.216/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --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=04bb7a469c590701 -C extra-filename=-edf8eac1daae5528 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_derive-020f5ce6236a7de2.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:53:42.9588324Z [00:02:04.199]➜     Compiling ppv-lite86 v0.2.20
2025-08-20T21:53:42.9598850Z [00:02:04.199]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ppv_lite86 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.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 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=9d37ff4e4295c3b2 -C extra-filename=-7a38eaa8827825e8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerocopy-6e2ea0b59a936420.rmeta --cap-lints allow`
2025-08-20T21:53:43.4854568Z [00:02:04.725]➜     Compiling rand_core v0.6.4
2025-08-20T21:53:43.4863794Z [00:02:04.726]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=424dff8cd6fecbae -C extra-filename=-b9dea63b7c5ea650 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgetrandom-8a2525ca78812cd9.rmeta --cap-lints allow`
2025-08-20T21:53:43.5041639Z [00:02:04.744]➜     Compiling siphasher v0.3.11
2025-08-20T21:53:43.5052047Z [00:02:04.744]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name siphasher --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.3.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=66ce2c30b1660309 -C extra-filename=-51fd2d5d901c2515 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:43.6363832Z [00:02:04.876]➜     Compiling rand_chacha v0.3.1
2025-08-20T21:53:43.6400641Z [00:02:04.879]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand_chacha --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=dfc471a2b2acf5da -C extra-filename=-40a357bed9238aef --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libppv_lite86-7a38eaa8827825e8.rmeta --extern rand_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_core-b9dea63b7c5ea650.rmeta --cap-lints allow`
2025-08-20T21:53:43.6771895Z [00:02:04.917]➜     Compiling castaway v0.2.3
2025-08-20T21:53:43.6802042Z [00:02:04.919]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=d3ee01da1b176b20 -C extra-filename=-c16cbd267e642195 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rustversion=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librustversion-505b86db035315ce.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:43.7195768Z [00:02:04.959]➜     Compiling zlib-rs v0.5.1
2025-08-20T21:53:43.7209135Z [00:02:04.960]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zlib_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=e0592103b143e87b -C extra-filename=-c58fe23872fc8ceb --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:43.7634548Z [00:02:05.003]➜     Compiling arrayvec v0.7.6
2025-08-20T21:53:43.7648274Z [00:02:05.004]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=0cc16ea6bc93e8e4 -C extra-filename=-34958b1da5b2639e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:43.9448630Z [00:02:05.184]➜     Compiling rand v0.8.5
2025-08-20T21:53:43.9465520Z [00:02:05.185]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=791b1dfb7b00d71c -C extra-filename=-dde15a4a0ea74391 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/liblibc-08134796525ad32f.rmeta --extern rand_chacha=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_chacha-40a357bed9238aef.rmeta --extern rand_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_core-b9dea63b7c5ea650.rmeta --cap-lints allow`
2025-08-20T21:53:44.1691112Z [00:02:05.409]➜     Compiling futures-core v0.3.31
2025-08-20T21:53:44.1732326Z [00:02:05.412]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=722fcafce2de05f8 -C extra-filename=-3f00352cb42bc3d8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:44.3422731Z [00:02:05.582]➜     Compiling phf_shared v0.11.2
2025-08-20T21:53:44.3438343Z [00:02:05.583]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name phf_shared --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=bd9f1d00920896ee -C extra-filename=-6c9c95398869a1ca --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern siphasher=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsiphasher-51fd2d5d901c2515.rmeta --cap-lints allow`
2025-08-20T21:53:44.5875488Z [00:02:05.827]➜     Compiling paste v1.0.15
2025-08-20T21:53:44.5897614Z [00:02:05.829]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=9ba887adc57f748c -C extra-filename=-125d7a6f750e0337 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-125d7a6f750e0337 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:44.7150254Z [00:02:05.955]➜     Compiling heck v0.5.0
2025-08-20T21:53:44.7160168Z [00:02:05.955]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=da050ed48c4cb7b0 -C extra-filename=-d971cb75bb8270d7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:44.8378353Z [00:02:06.077]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-125d7a6f750e0337/build-script-build`
2025-08-20T21:53:44.8801682Z [00:02:06.120]➜     Compiling phf_generator v0.11.2
2025-08-20T21:53:44.8811644Z [00:02:06.120]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name phf_generator --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.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("criterion"))' -C metadata=b757b4c0f6c423a8 -C extra-filename=-014c30ac66d1b674 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf_shared=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-6c9c95398869a1ca.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand-dde15a4a0ea74391.rmeta --cap-lints allow`
2025-08-20T21:53:44.9528124Z [00:02:06.192]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=220a8ce263ede5d3 -C extra-filename=-d4fd8da686588390 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/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-20T21:53:44.9790988Z [00:02:06.219]➜     Compiling slab v0.4.9
2025-08-20T21:53:44.9802342Z [00:02:06.219]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=fff0803b55ad2941 -C extra-filename=-87d74080512f9e07 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slab-87d74080512f9e07 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libautocfg-9c2ea3e11a13c494.rlib --cap-lints allow`
2025-08-20T21:53:45.2231003Z [00:02:06.463]➜     Compiling futures-sink v0.3.31
2025-08-20T21:53:45.2262204Z [00:02:06.465]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=4605c3940c44b72d -C extra-filename=-6b89de715644702d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:45.3197654Z [00:02:06.559]➜     Compiling typenum v1.17.0
2025-08-20T21:53:45.3208023Z [00:02:06.560]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_main --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=71f3058507226511 -C extra-filename=-029e56d34279f4b4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-029e56d34279f4b4 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:45.5767974Z [00:02:06.816]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slab-87d74080512f9e07/build-script-build`
2025-08-20T21:53:45.6377414Z [00:02:06.877]➜     Compiling strum_macros v0.26.4
2025-08-20T21:53:45.6389458Z [00:02:06.878]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=ae535880590e53db -C extra-filename=-2bd840fab42f1cf2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libheck-d971cb75bb8270d7.rlib --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern rustversion=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librustversion-505b86db035315ce.so --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:45.8727369Z [00:02:07.112]➜     Compiling signal-hook-mio v0.2.4
2025-08-20T21:53:45.8742828Z [00:02:07.113]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=c3d01ffbb0e3e592 -C extra-filename=-17ee3a9a5126d1ce --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern mio_1_0=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-773a88da4a9fe997.rmeta --extern signal_hook=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook-eaadab8a4ab73297.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:45.9951058Z [00:02:07.235]➜     Compiling either v1.15.0
2025-08-20T21:53:45.9962176Z [00:02:07.235]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="serde"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=9393d3885a419330 -C extra-filename=-24032c2e85e4715f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:46.0588898Z [00:02:07.299]➜     Compiling bitflags v2.6.0
2025-08-20T21:53:46.0604993Z [00:02:07.299]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="serde"' --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=55997d02326c884a -C extra-filename=-a64930d4b1418eda --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:46.2276408Z [00:02:07.467]➜     Compiling rayon v1.11.0
2025-08-20T21:53:46.2285652Z [00:02:07.467]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rayon --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=6f83aaadbef8192d -C extra-filename=-f756c26217b59600 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --extern rayon_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon_core-bacc1e0f3a5cb4f7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:46.4921905Z [00:02:07.732]➜     Compiling bytes v1.10.0
2025-08-20T21:53:46.4936299Z [00:02:07.733]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=08ecca7bf90d69b3 -C extra-filename=-433fc7ed325720c4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:47.4195629Z [00:02:08.657]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=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="param"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="thread"' --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=aef1a4c3e4bdb4a6 -C extra-filename=-8e0ea445b4a54dc9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern linux_raw_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-f6ecab73b5dbffa2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:53:48.4036156Z [00:02:09.643]➜     Compiling chrono v0.4.39
2025-08-20T21:53:48.4054890Z [00:02:09.644]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name chrono --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.39/src/lib.rs --error-format=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="pure-rust-locales"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="unstable-locales"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --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-targets"))' -C metadata=f2c77d59dab47786 -C extra-filename=-7838851ca819f8a4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libiana_time_zone-9192423d2f0652a5.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern pure_rust_locales=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpure_rust_locales-93366b09b4054ded.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:48.4682859Z [00:02:09.708]➜     Compiling libz-rs-sys v0.5.1
2025-08-20T21:53:48.4692500Z [00:02:09.708]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libz_rs_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=70779374a8135660 -C extra-filename=-ba05a4701e3ada1b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern zlib_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzlib_rs-c58fe23872fc8ceb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:48.6748454Z [00:02:09.914]➜     Compiling hashbrown v0.15.2
2025-08-20T21:53:48.6769434Z [00:02:09.916]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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"' --cfg 'feature="rayon"' --cfg 'feature="serde"' --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=1eb40fa5f8e9605b -C extra-filename=-9a1ca9dd1be3cbd2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern allocator_api2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballocator_api2-818ab6a2632f5eb1.rmeta --extern equivalent=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libequivalent-172ee25997bd6c00.rmeta --extern foldhash=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfoldhash-dbcc77a37defdd66.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:48.8348531Z [00:02:10.075]➜     Compiling flate2 v1.1.2
2025-08-20T21:53:48.8384743Z [00:02:10.077]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name flate2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=7372a702ea6da5a1 -C extra-filename=-fa7e7ce6669aee27 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc32fast-6af78ad21a095569.rmeta --extern libz_rs_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_rs_sys-ba05a4701e3ada1b.rmeta --extern miniz_oxide=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminiz_oxide-64a0b50c71d34b84.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:49.3966539Z [00:02:10.636]➜     Compiling itertools v0.14.0
2025-08-20T21:53:49.3977935Z [00:02:10.637]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=dd86ffd8e81b6278 -C extra-filename=-e86eea01e7d22935 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:49.6170257Z [00:02:10.857]➜     Compiling indexmap v2.10.0
2025-08-20T21:53:49.6241161Z [00:02:10.860]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=a61a5f6084f14818 -C extra-filename=-bb8ac29bc9027d28 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libequivalent-172ee25997bd6c00.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:50.4572589Z [00:02:11.696]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.133/src/lib.rs --error-format=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="indexmap"' --cfg 'feature="preserve_order"' --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=73e0ed423eb77f69 -C extra-filename=-4dd45923b59e2689 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:53:51.5073856Z [00:02:12.746]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=ee75d5eb2878f888 -C extra-filename=-d05a1694e09532ae --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:51.7070712Z [00:02:12.947]➜     Compiling rmp v0.8.14
2025-08-20T21:53:51.7084891Z [00:02:12.947]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rmp --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rmp-0.8.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f59b37c5862a1e8a -C extra-filename=-316bd0d323cd9bcb --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern paste=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpaste-d4fd8da686588390.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:51.7204937Z [00:02:12.960]➜     Compiling generic-array v0.14.7
2025-08-20T21:53:51.7219301Z [00:02:12.961]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/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="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=5d423bba6ae854e5 -C extra-filename=-07998f1842027969 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-07998f1842027969 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:53:51.9932350Z [00:02:13.233]➜     Compiling cfg_aliases v0.2.1
2025-08-20T21:53:51.9942778Z [00:02:13.234]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=b5636a111befa7d5 -C extra-filename=-88af674ae1a6a382 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:52.0010385Z [00:02:13.241]➜     Compiling rmp-serde v1.3.0
2025-08-20T21:53:52.0028093Z [00:02:13.242]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rmp_serde --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rmp-serde-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b439ede9624bda79 -C extra-filename=-8fce83ac4076d77b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rmeta --extern rmp=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp-316bd0d323cd9bcb.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:52.0398810Z [00:02:13.280]➜     Compiling nix v0.29.0
2025-08-20T21:53:52.0411937Z [00:02:13.280]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="feature"' --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="resource"' --cfg 'feature="signal"' --cfg 'feature="term"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' --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=3f4b6e658aa746c9 -C extra-filename=-2c9c4bffe6bd60ec --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-2c9c4bffe6bd60ec -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_aliases-88af674ae1a6a382.rlib --cap-lints allow`
2025-08-20T21:53:52.4823347Z [00:02:13.722]➜     Compiling crossterm v0.28.1
2025-08-20T21:53:52.4846588Z [00:02:13.723]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="events"' --cfg 'feature="serde"' --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=661ca167b30d7bae -C extra-filename=-449307aca3cc3515 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern mio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-773a88da4a9fe997.rmeta --extern parking_lot=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rmeta --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern signal_hook=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook-eaadab8a4ab73297.rmeta --extern signal_hook_mio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_mio-17ee3a9a5126d1ce.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:52.6156046Z [00:02:13.855]➜     Compiling futures-channel v0.3.31
2025-08-20T21:53:52.6172920Z [00:02:13.856]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=b7a10c749ed6c4fa -C extra-filename=-0af6c03886683bf7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern futures_sink=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-6b89de715644702d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:52.7987600Z [00:02:14.038]➜     Compiling phf_codegen v0.11.2
2025-08-20T21:53:52.7997126Z [00:02:14.039]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name phf_codegen --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.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=f3b813402ba7cbe9 -C extra-filename=-14bc4f3cd5e626fc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf_generator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-014c30ac66d1b674.rmeta --extern phf_shared=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-6c9c95398869a1ca.rmeta --cap-lints allow`
2025-08-20T21:53:52.8831155Z [00:02:14.122]➜     Compiling futures-macro v0.3.31
2025-08-20T21:53:52.8840438Z [00:02:14.123]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=09857c04c482e31b -C extra-filename=-5a8590abd7568cd6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:52.8891970Z [00:02:14.129]➜     Compiling futures-task v0.3.31
2025-08-20T21:53:52.8904074Z [00:02:14.129]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=8514f5035518345a -C extra-filename=-baefbe77c8cb072c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:53.0112187Z [00:02:14.251]➜     Compiling pin-utils v0.1.0
2025-08-20T21:53:53.0119300Z [00:02:14.251]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=7f203dcdef6d2f8f -C extra-filename=-dbf4f9e23e565d3f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:53.0529460Z [00:02:14.293]➜     Compiling futures-io v0.3.31
2025-08-20T21:53:53.0540319Z [00:02:14.293]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=5c02016cba325e88 -C extra-filename=-555b964945978c09 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:53.1671818Z [00:02:14.407]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-2c9c4bffe6bd60ec/build-script-build`
2025-08-20T21:53:53.1815024Z [00:02:14.421]➜     Compiling unicode-width v0.1.11
2025-08-20T21:53:53.1825336Z [00:02:14.421]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name unicode_width --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=e23ee96a2371d13a -C extra-filename=-a04b20f02337a2d8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:53.2409068Z [00:02:14.481]➜     Compiling zeroize v1.8.1
2025-08-20T21:53:53.2418762Z [00:02:14.481]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zeroize --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=965645f425232e8b -C extra-filename=-c534c2641d1d2609 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:53.4607333Z [00:02:14.697]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="feature"' --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="resource"' --cfg 'feature="signal"' --cfg 'feature="term"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' --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=4820f4f9fa48a23a -C extra-filename=-44f220c853d27b1d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:53:54.0107630Z [00:02:15.251]➜     Compiling futures-util v0.3.31
2025-08-20T21:53:54.0136622Z [00:02:15.251]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="default"' --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=17b164157a89518b -C extra-filename=-6384ebfb10cd9285 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_channel-0af6c03886683bf7.rmeta --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern futures_io=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_io-555b964945978c09.rmeta --extern futures_macro=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libfutures_macro-5a8590abd7568cd6.so --extern futures_sink=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-6b89de715644702d.rmeta --extern futures_task=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_task-baefbe77c8cb072c.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern pin_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_utils-dbf4f9e23e565d3f.rmeta --extern slab=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslab-d05a1694e09532ae.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:54.1572504Z [00:02:15.397]➜     Compiling socket2 v0.5.8
2025-08-20T21:53:54.1601339Z [00:02:15.399]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=c305533f4a327bef -C extra-filename=-bec1a37333192385 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:54.6622349Z [00:02:15.902]➜     Compiling strum v0.26.3
2025-08-20T21:53:54.6632431Z [00:02:15.902]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=f6316fb64de57505 -C extra-filename=-753976f9ef4c00c4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:54.7328905Z [00:02:15.973]➜     Compiling http v1.3.1
2025-08-20T21:53:54.7340244Z [00:02:15.973]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name http --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=790dff0160525044 -C extra-filename=-63d72ab7a698bef3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern fnv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfnv-5237c5e632f27eca.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:54.8214781Z [00:02:16.061]➜     Compiling synstructure v0.13.1
2025-08-20T21:53:54.8225494Z [00:02:16.062]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name synstructure --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-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 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=5861e1e8a0f314a6 -C extra-filename=-7c2ebad6f8049168 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rmeta --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rmeta --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rmeta --cap-lints allow`
2025-08-20T21:53:54.8608494Z [00:02:16.101]➜     Compiling subtle v2.6.1
2025-08-20T21:53:54.8630835Z [00:02:16.102]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name subtle --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=20bdf70dd03f0255 -C extra-filename=-def2060a7e288ba7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:54.9750607Z [00:02:16.215]➜     Compiling ref-cast v1.0.23
2025-08-20T21:53:54.9756702Z [00:02:16.215]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.23/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=261b8ed2ad1761a7 -C extra-filename=-58edf433c32082af --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ref-cast-58edf433c32082af -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:55.2744710Z [00:02:16.514]➜     Compiling stable_deref_trait v1.2.0
2025-08-20T21:53:55.2758211Z [00:02:16.515]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name stable_deref_trait --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c08e5a4274f59769 -C extra-filename=-b791c118f73f8ac1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:55.3697974Z [00:02:16.610]➜     Compiling thiserror v1.0.69
2025-08-20T21:53:55.3704974Z [00:02:16.610]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=e654bd0e347b10dc -C extra-filename=-25f7662009933dc1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-25f7662009933dc1 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:55.5620080Z [00:02:16.802]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ref-cast-58edf433c32082af/build-script-build`
2025-08-20T21:53:55.6019135Z [00:02:16.842]➜     Compiling ref-cast-impl v1.0.23
2025-08-20T21:53:55.6031276Z [00:02:16.842]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ref_cast_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.23/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=249dd8fc1ca20a3d -C extra-filename=-576802228851f3f9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:55.6534320Z [00:02:16.893]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-25f7662009933dc1/build-script-build`
2025-08-20T21:53:55.7442286Z [00:02:16.984]➜     Compiling thiserror-impl v1.0.69
2025-08-20T21:53:55.7452678Z [00:02:16.984]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=4fa7005b32139a17 -C extra-filename=-fe773e7ee2af341a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:56.1848411Z [00:02:17.424]➜     Compiling ring v0.17.13
2025-08-20T21:53:56.1864996Z [00:02:17.426]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=7d1ded416da499f4 -C extra-filename=-389bd000477ec9b1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ring-389bd000477ec9b1 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --cap-lints allow`
2025-08-20T21:53:56.3464707Z [00:02:17.586]➜     Compiling percent-encoding v2.3.1
2025-08-20T21:53:56.3476302Z [00:02:17.587]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=af410ff2510b6553 -C extra-filename=-0f6f24316966c721 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:56.4919799Z [00:02:17.731]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ref_cast --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8da610d239c2faf3 -C extra-filename=-020ac1f8cb7b9d2d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ref_cast_impl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libref_cast_impl-576802228851f3f9.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
2025-08-20T21:53:56.5418139Z [00:02:17.781]➜     Compiling zerofrom-derive v0.1.5
2025-08-20T21:53:56.5429257Z [00:02:17.782]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerofrom_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/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=368777bb215d845c -C extra-filename=-18b19b1518a32417 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern synstructure=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsynstructure-7c2ebad6f8049168.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:56.6354037Z [00:02:17.875]➜     Compiling terminal_size v0.4.1
2025-08-20T21:53:56.6365993Z [00:02:17.876]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name terminal_size --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11705d372214db59 -C extra-filename=-50a22e490a42bde0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:56.7389896Z [00:02:17.979]➜     Compiling vte v0.14.1
2025-08-20T21:53:56.7403980Z [00:02:17.979]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name vte --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.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", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=ea41da5a38e2c651 -C extra-filename=-5a6ccada1036894f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern arrayvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayvec-34958b1da5b2639e.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:56.7956448Z [00:02:18.035]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ring-389bd000477ec9b1/build-script-build`
2025-08-20T21:53:56.8815721Z [00:02:18.121]➜     Compiling tokio-macros v2.5.0
2025-08-20T21:53:56.8825687Z [00:02:18.121]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=d4a87abe50b8d1df -C extra-filename=-0760b7ecaac6b5af --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:57.4278889Z [00:02:18.667]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name siphasher --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=84427db30513b758 -C extra-filename=-d1a8d9c59c93907e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:57.5370539Z [00:02:18.775]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=4cbbcb1799ee5dc9 -C extra-filename=-0dc1baa09712230a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror_impl-fe773e7ee2af341a.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:53:57.5688526Z [00:02:18.808]➜     Compiling openssl-probe v0.1.5
2025-08-20T21:53:57.5707481Z [00:02:18.810]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name openssl_probe --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaab0c4711752945 -C extra-filename=-b84d8017041f64a7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:57.5886879Z [00:02:18.828]➜     Compiling alloc-no-stdlib v2.0.4
2025-08-20T21:53:57.5898433Z [00:02:18.829]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name alloc_no_stdlib --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unsafe"))' -C metadata=7d26eb7e6cca6c13 -C extra-filename=-5b4e15f68c7bf626 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:57.6722629Z [00:02:18.912]➜     Compiling alloc-stdlib v0.2.2
2025-08-20T21:53:57.6737178Z [00:02:18.913]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name alloc_stdlib --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unsafe"))' -C metadata=6e813f11657dca7f -C extra-filename=-4d49fa93d82cd053 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern alloc_no_stdlib=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_no_stdlib-5b4e15f68c7bf626.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:57.7186849Z [00:02:18.958]➜     Compiling tokio v1.45.0
2025-08-20T21:53:57.7212439Z [00:02:18.959]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(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=3b3ab7a3d1d8b3e9 -C extra-filename=-2a2713766cfb1228 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern mio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-773a88da4a9fe997.rmeta --extern parking_lot=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern signal_hook_registry=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_registry-95fe9393f93bbd05.rmeta --extern socket2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocket2-bec1a37333192385.rmeta --extern tokio_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtokio_macros-0760b7ecaac6b5af.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:57.7473681Z [00:02:18.987]➜     Compiling yoke-derive v0.7.5
2025-08-20T21:53:57.7484452Z [00:02:18.988]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name yoke_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/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=d23b46451560c8eb -C extra-filename=-5fce6fcb5e96da01 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern synstructure=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsynstructure-7c2ebad6f8049168.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:57.7812868Z [00:02:19.021]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-029e56d34279f4b4/build-script-main`
2025-08-20T21:53:57.9097083Z [00:02:19.149]➜     Compiling semver v1.0.23
2025-08-20T21:53:57.9104954Z [00:02:19.150]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.23/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=fae098f37e8bfb5b -C extra-filename=-8c36dae309e4f58c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-8c36dae309e4f58c -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:53:58.2692778Z [00:02:19.508]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=bac8b6a763e15dd0 -C extra-filename=-e22068095b1584db --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:58.4801915Z [00:02:19.720]➜     Compiling zerofrom v0.1.5
2025-08-20T21:53:58.4924617Z [00:02:19.731]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerofrom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-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 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=763fdad23cc9526f -C extra-filename=-1bcd7210f905f478 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern zerofrom_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerofrom_derive-18b19b1518a32417.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:58.6479277Z [00:02:19.888]➜     Compiling brotli-decompressor v4.0.1
2025-08-20T21:53:58.6492519Z [00:02:19.888]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name brotli_decompressor --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-4.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc-stdlib"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "default", "disable-timer", "ffi-api", "pass-through-ffi-panics", "seccomp", "std", "unsafe"))' -C metadata=4d81beeed0cf1273 -C extra-filename=-e892e89100d7d2c8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern alloc_no_stdlib=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_no_stdlib-5b4e15f68c7bf626.rmeta --extern alloc_stdlib=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_stdlib-4d49fa93d82cd053.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:58.8499665Z [00:02:20.090]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-07998f1842027969/build-script-build`
2025-08-20T21:53:58.8761497Z [00:02:20.116]➜     Compiling zerovec-derive v0.10.3
2025-08-20T21:53:58.8771597Z [00:02:20.116]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerovec_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/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=62e9a03baabfb8e2 -C extra-filename=-4aac91b94c7ed4d0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:53:59.5894588Z [00:02:20.829]➜     Compiling yoke v0.7.5
2025-08-20T21:53:59.5910254Z [00:02:20.830]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name yoke --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=29459e002cbe4889 -C extra-filename=-22ba29b4b7cbfeee --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern stable_deref_trait=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstable_deref_trait-b791c118f73f8ac1.rmeta --extern yoke_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libyoke_derive-5fce6fcb5e96da01.so --extern zerofrom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerofrom-1bcd7210f905f478.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:59.7781860Z [00:02:21.018]➜     Compiling untrusted v0.9.0
2025-08-20T21:53:59.7792882Z [00:02:21.018]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name untrusted --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=939bc1e64091a513 -C extra-filename=-ecffa424b719da75 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:53:59.9093128Z [00:02:21.149]➜     Compiling hex v0.4.3
2025-08-20T21:53:59.9104731Z [00:02:21.149]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hex --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.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", "serde", "std"))' -C metadata=453da10001889e2b -C extra-filename=-e6776d86f2c5abaf --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:00.2521228Z [00:02:21.492]➜     Compiling getrandom v0.3.1
2025-08-20T21:54:00.2545695Z [00:02:21.494]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.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(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=0e84ee6e38d7fd14 -C extra-filename=-1d8c15afac8b73b5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/getrandom-1d8c15afac8b73b5 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:00.6019423Z [00:02:21.842]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/getrandom-1d8c15afac8b73b5/build-script-build`
2025-08-20T21:54:00.6180067Z [00:02:21.857]➜     Compiling zerovec v0.10.4
2025-08-20T21:54:00.6193736Z [00:02:21.858]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerovec --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.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="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=6321224167012960 -C extra-filename=-4bd946feea8e9f73 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern yoke=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libyoke-22ba29b4b7cbfeee.rmeta --extern zerofrom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerofrom-1bcd7210f905f478.rmeta --extern zerovec_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerovec_derive-4aac91b94c7ed4d0.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:00.6239049Z [00:02:21.863]➜     Compiling brotli v7.0.0
2025-08-20T21:54:00.6255528Z [00:02:21.864]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name brotli --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-7.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="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "billing", "default", "disable-timer", "disallow_large_window_size", "external-literal-probability", "ffi-api", "float64", "floating_point_context_mixing", "no-stdlib-ffi-binding", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=29a0b680502a4d30 -C extra-filename=-ccaf963f87dbc7b8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern alloc_no_stdlib=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_no_stdlib-5b4e15f68c7bf626.rmeta --extern alloc_stdlib=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_stdlib-4d49fa93d82cd053.rmeta --extern brotli_decompressor=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli_decompressor-e892e89100d7d2c8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:01.4615749Z [00:02:22.700]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name generic_array --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.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 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=b1991b588f190e21 -C extra-filename=-48d5082c9662bc72 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypenum-e22068095b1584db.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 relaxed_coherence`
2025-08-20T21:54:02.0028992Z [00:02:23.242]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name phf_shared --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=d7f510622cd2bc62 -C extra-filename=-873d8c7509a23a1c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern siphasher=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsiphasher-d1a8d9c59c93907e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:02.1351985Z [00:02:23.375]➜     Compiling phf_macros v0.11.2
2025-08-20T21:54:02.1362998Z [00:02:23.375]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name phf_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_macros-0.11.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("unicase", "unicase_"))' -C metadata=42c1486855b8e072 -C extra-filename=-9d96f0b352a418e7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf_generator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-014c30ac66d1b674.rlib --extern phf_shared=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-6c9c95398869a1ca.rlib --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:54:02.2843230Z [00:02:23.524]➜     Compiling displaydoc v0.2.5
2025-08-20T21:54:02.2858932Z [00:02:23.525]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name displaydoc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/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("default", "std"))' -C metadata=81de1869f56172ba -C extra-filename=-cb456012e5f05a7d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:54:03.0799499Z [00:02:24.320]➜     Compiling nu-ansi-term v0.50.1
2025-08-20T21:54:03.0811850Z [00:02:24.320]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_ansi_term --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=cab461b40c6f149e -C extra-filename=-49dc5e5e9d9ce7de --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:03.1689864Z [00:02:24.409]➜     Compiling phf v0.11.2
2025-08-20T21:54:03.1718796Z [00:02:24.410]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name phf --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="phf_macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=0644548154d40b22 -C extra-filename=-fe3b4527b481fae5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_macros-9d96f0b352a418e7.so --extern phf_shared=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf_shared-873d8c7509a23a1c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:03.2880312Z [00:02:24.527]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name getrandom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=514368b9c5ffccad -C extra-filename=-0a4d2c839adb79b5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:03.3998669Z [00:02:24.639]➜     Compiling tracing-attributes v0.1.28
2025-08-20T21:54:03.4012112Z [00:02:24.640]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=a596054c4ed1096b -C extra-filename=-fad3a1e8a4ea9c7f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:54:03.4843295Z [00:02:24.724]➜     Compiling tracing-core v0.1.33
2025-08-20T21:54:03.4857992Z [00:02:24.725]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=96e0272f07178f33 -C extra-filename=-169f221b33d6469d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:04.5301047Z [00:02:25.770]➜     Compiling bit-vec v0.8.0
2025-08-20T21:54:04.5312902Z [00:02:25.770]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bit_vec --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=4aba4b911d5747cc -C extra-filename=-2ad1ea07e42ae05a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:04.7219588Z [00:02:25.962]➜     Compiling bit-set v0.8.0
2025-08-20T21:54:04.7229751Z [00:02:25.962]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bit_set --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=aaa9918d5b5b5e11 -C extra-filename=-fe5dce40a1b9a271 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bit_vec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbit_vec-2ad1ea07e42ae05a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:04.8297387Z [00:02:26.069]➜     Compiling tinystr v0.7.6
2025-08-20T21:54:04.8328087Z [00:02:26.070]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tinystr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-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 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=3e038e60b6dc05e9 -C extra-filename=-8e6656b30ef14f38 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdisplaydoc-cb456012e5f05a7d.so --extern zerovec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:04.9358404Z [00:02:26.175]➜     Compiling block-buffer v0.10.4
2025-08-20T21:54:04.9373019Z [00:02:26.176]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name block_buffer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9deee20fa98cf96f -C extra-filename=-bd04e960fa2f85f6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgeneric_array-48d5082c9662bc72.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:04.9754053Z [00:02:26.215]➜     Compiling crypto-common v0.1.6
2025-08-20T21:54:04.9770039Z [00:02:26.216]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crypto_common --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=5f9df428f39a1c7f -C extra-filename=-44f151bbfdd586f4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgeneric_array-48d5082c9662bc72.rmeta --extern typenum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypenum-e22068095b1584db.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.0439407Z [00:02:26.283]➜     Compiling strip-ansi-escapes v0.2.1
2025-08-20T21:54:05.0452123Z [00:02:26.284]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-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=6f2afd237c4a6c15 -C extra-filename=-1c736223ada06573 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern vte=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvte-5a6ccada1036894f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.0631672Z [00:02:26.303]➜     Compiling form_urlencoded v1.2.1
2025-08-20T21:54:05.0651603Z [00:02:26.304]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name form_urlencoded --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cae947040d1ad606 -C extra-filename=-22ab86262fa2efd2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.2247510Z [00:02:26.464]➜     Compiling http-body v1.0.1
2025-08-20T21:54:05.2261422Z [00:02:26.465]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name http_body --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4dae6698533f0df9 -C extra-filename=-365ffbf8ae454dce --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.2762155Z [00:02:26.516]➜     Compiling buf-trait v0.4.1
2025-08-20T21:54:05.2775863Z [00:02:26.517]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name buf_trait --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-trait-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c6e9b1a31d07247 -C extra-filename=-3efefd71a7d20c87 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-fa82214b1e1af40a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.2965449Z [00:02:26.536]➜     Compiling tracing v0.1.41
2025-08-20T21:54:05.2983017Z [00:02:26.537]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tracing --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=5d02064b81bb1b07 -C extra-filename=-b829ce7108aadf27 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern tracing_attributes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtracing_attributes-fad3a1e8a4ea9c7f.so --extern tracing_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing_core-169f221b33d6469d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.3178397Z [00:02:26.558]➜     Compiling writeable v0.5.5
2025-08-20T21:54:05.3241459Z [00:02:26.563]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name writeable --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.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("bench", "either"))' -C metadata=d6d0b4a5e3bf8606 -C extra-filename=-4c873d47d3162cdc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.3405734Z [00:02:26.580]➜     Compiling httparse v1.9.5
2025-08-20T21:54:05.3416949Z [00:02:26.581]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.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(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1cc32908c3d8cffd -C extra-filename=-f4e07f0147990cbe --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/httparse-f4e07f0147990cbe -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:05.5005082Z [00:02:26.740]➜     Compiling unicase v2.8.0
2025-08-20T21:54:05.5020513Z [00:02:26.741]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name unicase --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=55d229740d04d65e -C extra-filename=-584e7c140fb9da42 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.5636376Z [00:02:26.803]➜     Compiling litemap v0.7.4
2025-08-20T21:54:05.5646721Z [00:02:26.804]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name litemap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=860af39c09867f48 -C extra-filename=-24fa94a2898e6277 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.6042407Z [00:02:26.844]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/httparse-f4e07f0147990cbe/build-script-build`
2025-08-20T21:54:05.6421961Z [00:02:26.882]➜     Compiling byteyarn v0.5.1
2025-08-20T21:54:05.6461337Z [00:02:26.885]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name byteyarn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteyarn-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=1067545e5a606526 -C extra-filename=-6072912b705efe40 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern buf_trait=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbuf_trait-3efefd71a7d20c87.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.6965469Z [00:02:26.936]➜     Compiling digest v0.10.7
2025-08-20T21:54:05.7011385Z [00:02:26.936]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name digest --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.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 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=3e416ae5824a7303 -C extra-filename=-774f7dc4d5dc9ce8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libblock_buffer-bd04e960fa2f85f6.rmeta --extern crypto_common=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrypto_common-44f151bbfdd586f4.rmeta --extern subtle=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsubtle-def2060a7e288ba7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.7774493Z [00:02:27.017]➜     Compiling icu_locid v1.5.0
2025-08-20T21:54:05.7793617Z [00:02:27.018]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_locid --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=c8ebc6d5f089e9c7 -C extra-filename=-c9007a16b6943922 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdisplaydoc-cb456012e5f05a7d.so --extern litemap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblitemap-24fa94a2898e6277.rmeta --extern tinystr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtinystr-8e6656b30ef14f38.rmeta --extern writeable=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwriteable-4c873d47d3162cdc.rmeta --extern zerovec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.8955420Z [00:02:27.135]➜     Compiling fancy-regex v0.16.1
2025-08-20T21:54:05.8969584Z [00:02:27.135]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fancy_regex --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=4be50f5b3bf2f323 -C extra-filename=-88f1a790cbc05e6c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bit_set=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbit_set-fe5dce40a1b9a271.rmeta --extern regex_automata=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_automata-bbaf20b09695e3da.rmeta --extern regex_syntax=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_syntax-523d3002ffab0ee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:05.9537548Z [00:02:27.193]➜     Compiling lscolors v0.20.0
2025-08-20T21:54:05.9554667Z [00:02:27.194]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lscolors --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lscolors-0.20.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="nu-ansi-term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "crossterm", "default", "gnu_legacy", "nu-ansi-term", "owo-colors"))' -C metadata=65834dd163dd822f -C extra-filename=-dd8f9fbfab476ed6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaho_corasick-0c641a08514c09b4.rmeta --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:06.8593441Z [00:02:28.099]➜     Compiling lean_string v0.5.0
2025-08-20T21:54:06.8610386Z [00:02:28.100]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lean_string --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lean_string-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 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "loom", "serde", "std"))' -C metadata=9af4f7e89f9fb519 -C extra-filename=-dd80437c2ee38581 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern castaway=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcastaway-c16cbd267e642195.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:07.2722401Z [00:02:28.509]➜     Compiling num-format v0.4.4
2025-08-20T21:54:07.2732849Z [00:02:28.510]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_format --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-format-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cfg-if", "default", "encoding_rs", "lazy_static", "libc", "num-bigint", "num-format-windows", "serde", "std", "widestring", "winapi", "with-num-bigint", "with-serde", "with-system-locale"))' -C metadata=bd4d81803d222ca4 -C extra-filename=-eb371e0e38bb4643 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern arrayvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayvec-34958b1da5b2639e.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:07.2878693Z [00:02:28.528]➜     Compiling icu_provider_macros v1.5.0
2025-08-20T21:54:07.2888149Z [00:02:28.528]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_provider_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.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=9f435f5e67d38d48 -C extra-filename=-663d7c594bafd6e7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:54:07.5980898Z [00:02:28.838]➜     Compiling sys-locale v0.3.2
2025-08-20T21:54:07.5990820Z [00:02:28.838]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sys_locale --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sys-locale-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("js", "js-sys", "wasm-bindgen", "web-sys"))' -C metadata=32299532c43692ab -C extra-filename=-e2a08779000bc6d1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:07.8044460Z [00:02:29.043]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name httparse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=de24dbba704fb470 -C extra-filename=-0cf4a8445f87fe40 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
2025-08-20T21:54:07.9650373Z [00:02:29.204]➜     Compiling nu-utils v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils)
2025-08-20T21:54:07.9675612Z [00:02:29.205]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_utils --edition=2024 crates/nu-utils/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="os"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossterm", "default", "os"))' -C metadata=d6c3b1d7f493175b -C extra-filename=-987c3be9b7a0ad8d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern byteyarn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteyarn-6072912b705efe40.rmeta --extern crossterm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rmeta --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta --extern lean_string=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblean_string-dd80437c2ee38581.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern lscolors=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblscolors-dd8f9fbfab476ed6.rmeta --extern nix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rmeta --extern num_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_format-eb371e0e38bb4643.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern strip_ansi_escapes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrip_ansi_escapes-1c736223ada06573.rmeta --extern sys_locale=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsys_locale-e2a08779000bc6d1.rmeta --extern unicase=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicase-584e7c140fb9da42.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:07.9881983Z [00:02:29.228]➜     Compiling icu_provider v1.5.0
2025-08-20T21:54:07.9903636Z [00:02:29.228]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_provider --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=b0de474351a89616 -C extra-filename=-a2b09b08beacc726 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdisplaydoc-cb456012e5f05a7d.so --extern icu_locid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid-c9007a16b6943922.rmeta --extern icu_provider_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libicu_provider_macros-663d7c594bafd6e7.so --extern stable_deref_trait=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstable_deref_trait-b791c118f73f8ac1.rmeta --extern tinystr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtinystr-8e6656b30ef14f38.rmeta --extern writeable=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwriteable-4c873d47d3162cdc.rmeta --extern yoke=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libyoke-22ba29b4b7cbfeee.rmeta --extern zerofrom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerofrom-1bcd7210f905f478.rmeta --extern zerovec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:08.1370492Z [00:02:29.376]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:08.1371546Z [00:02:29.376]➜    --> crates/nu-utils/src/deansi.rs:11:36
2025-08-20T21:54:08.1375794Z [00:02:29.376]➜     |
2025-08-20T21:54:08.1376503Z [00:02:29.376]➜  11 | pub fn strip_ansi_unlikely(string: &str) -> Cow<str> {
2025-08-20T21:54:08.1377424Z [00:02:29.376]➜     |                                    ^^^^     -------- the same lifetime is hidden here
2025-08-20T21:54:08.1378300Z [00:02:29.376]➜     |                                    |
2025-08-20T21:54:08.1384743Z [00:02:29.376]➜     |                                    the lifetime is elided here
2025-08-20T21:54:08.1389202Z [00:02:29.376]➜     |
2025-08-20T21:54:08.1390079Z [00:02:29.376]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:08.1391073Z [00:02:29.376]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:54:08.1391795Z [00:02:29.376]➜  help: use `'_` for type paths
2025-08-20T21:54:08.1392347Z [00:02:29.377]➜     |
2025-08-20T21:54:08.1393009Z [00:02:29.377]➜  11 | pub fn strip_ansi_unlikely(string: &str) -> Cow<'_, str> {
2025-08-20T21:54:08.1393864Z [00:02:29.377]➜     |                                                 +++
2025-08-20T21:54:08.1394603Z [00:02:29.377]➜  
2025-08-20T21:54:08.1395408Z [00:02:29.377]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:08.1396236Z [00:02:29.377]➜    --> crates/nu-utils/src/deansi.rs:31:34
2025-08-20T21:54:08.1396824Z [00:02:29.377]➜     |
2025-08-20T21:54:08.1397412Z [00:02:29.378]➜  31 | pub fn strip_ansi_likely(string: &str) -> Cow<str> {
2025-08-20T21:54:08.1398451Z [00:02:29.378]➜     |                                  ^^^^     -------- the same lifetime is hidden here
2025-08-20T21:54:08.1399533Z [00:02:29.378]➜     |                                  |
2025-08-20T21:54:08.1400259Z [00:02:29.378]➜     |                                  the lifetime is elided here
2025-08-20T21:54:08.1400887Z [00:02:29.378]➜     |
2025-08-20T21:54:08.1401744Z [00:02:29.378]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:08.1402715Z [00:02:29.378]➜  help: use `'_` for type paths
2025-08-20T21:54:08.1403312Z [00:02:29.379]➜     |
2025-08-20T21:54:08.1404002Z [00:02:29.379]➜  31 | pub fn strip_ansi_likely(string: &str) -> Cow<'_, str> {
2025-08-20T21:54:08.1404796Z [00:02:29.379]➜     |                                               +++
2025-08-20T21:54:08.1405447Z [00:02:29.379]➜  
2025-08-20T21:54:08.1473596Z [00:02:29.387]➜     Compiling same-file v1.0.6
2025-08-20T21:54:08.1511362Z [00:02:29.390]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name same_file --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbd082e3445a979f -C extra-filename=-9e20149285ebfce9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:08.2004184Z [00:02:29.440]➜     Compiling icu_locid_transform_data v1.5.0
2025-08-20T21:54:08.2015369Z [00:02:29.441]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-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())' -C metadata=d59f076ad840d5a3 -C extra-filename=-70b7f28036c24602 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:08.2787470Z [00:02:29.518]➜     Compiling typeid v1.0.2
2025-08-20T21:54:08.2797002Z [00:02:29.519]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.2/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=62f5afd55b247a97 -C extra-filename=-edb6d28e801ae3a7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typeid-edb6d28e801ae3a7 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:08.2885375Z [00:02:29.528]➜     Compiling option-ext v0.2.0
2025-08-20T21:54:08.2899870Z [00:02:29.529]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=765e4823632a1329 -C extra-filename=-32fac97542e0c9e7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:08.3758090Z [00:02:29.615]➜     Compiling gimli v0.31.1
2025-08-20T21:54:08.3767991Z [00:02:29.616]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name gimli --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.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=879692cae0922482 -C extra-filename=-5542d876b8d4336f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:08.5124873Z [00:02:29.752]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typeid-edb6d28e801ae3a7/build-script-build`
2025-08-20T21:54:08.5682032Z [00:02:29.808]➜     Compiling icu_locid_transform v1.5.0
2025-08-20T21:54:08.5696471Z [00:02:29.808]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_locid_transform --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=bc464b1a90678f9c -C extra-filename=-82e3085f44ad98f5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdisplaydoc-cb456012e5f05a7d.so --extern icu_locid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid-c9007a16b6943922.rmeta --extern icu_locid_transform_data=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid_transform_data-70b7f28036c24602.rmeta --extern icu_provider=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_provider-a2b09b08beacc726.rmeta --extern tinystr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtinystr-8e6656b30ef14f38.rmeta --extern zerovec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:08.7235036Z [00:02:29.963]➜     Compiling dirs-sys v0.4.1
2025-08-20T21:54:08.7254628Z [00:02:29.964]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dirs_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfd634663b0e2607 -C extra-filename=-d052c5fed58b6f71 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern option_ext=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboption_ext-32fac97542e0c9e7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:08.9078789Z [00:02:30.147]➜  warning: `nu-utils` (lib) generated 2 warnings
2025-08-20T21:54:08.9100943Z [00:02:30.150]➜     Compiling walkdir v2.5.0
2025-08-20T21:54:08.9144276Z [00:02:30.153]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name walkdir --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.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=41edcdd2fe63e4bc -C extra-filename=-ab1affa6d1684bbc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsame_file-9e20149285ebfce9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:08.9917467Z [00:02:30.231]➜     Compiling icu_collections v1.5.0
2025-08-20T21:54:08.9931336Z [00:02:30.232]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_collections --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-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("bench", "databake", "serde", "std"))' -C metadata=19cf201d6c5b4168 -C extra-filename=-453366799e51712c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdisplaydoc-cb456012e5f05a7d.so --extern yoke=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libyoke-22ba29b4b7cbfeee.rmeta --extern zerofrom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerofrom-1bcd7210f905f478.rmeta --extern zerovec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:09.3411175Z [00:02:30.581]➜     Compiling rustls-pki-types v1.12.0
2025-08-20T21:54:09.3426303Z [00:02:30.581]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustls_pki_types --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=6668b97cca3052f2 -C extra-filename=-2f6f41be2f82d2fd --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern zeroize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzeroize-c534c2641d1d2609.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:09.7401854Z [00:02:30.980]➜     Compiling os_pipe v1.2.1
2025-08-20T21:54:09.7415979Z [00:02:30.981]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=f25d84e1b982ad92 -C extra-filename=-18783a1c1f4f2ed8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:09.8474862Z [00:02:31.087]➜     Compiling proc-macro-error-attr2 v2.0.0
2025-08-20T21:54:09.8490430Z [00:02:31.088]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.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 '--warn=clippy::pedantic' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa634a2be74d834b -C extra-filename=-3d72dd7c6509f3a6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:54:10.1325452Z [00:02:31.372]➜     Compiling object v0.36.5
2025-08-20T21:54:10.1339896Z [00:02:31.373]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name object --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.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="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", "build", "build_core", "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=edccd1e2756430db -C extra-filename=-ea92a5313933f785 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:10.2069582Z [00:02:31.447]➜     Compiling owo-colors v4.1.0
2025-08-20T21:54:10.2079814Z [00:02:31.447]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.1.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("alloc", "supports-color", "supports-colors"))' -C metadata=fc13586210219c5e -C extra-filename=-c3d65a2397b2a154 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/owo-colors-c3d65a2397b2a154 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:10.3570499Z [00:02:31.597]➜     Compiling procfs v0.17.0
2025-08-20T21:54:10.3582738Z [00:02:31.598]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.17.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="chrono"' --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "chrono", "default", "flate2", "serde", "serde1"))' -C metadata=5ea1a028a979126f -C extra-filename=-65234152b9940f3a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/procfs-65234152b9940f3a -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:10.3672386Z [00:02:31.607]➜     Compiling icu_properties_data v1.5.0
2025-08-20T21:54:10.3684068Z [00:02:31.608]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_properties_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-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())' -C metadata=37dbff033f371e04 -C extra-filename=-281a50421255fb32 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:10.4824190Z [00:02:31.722]➜     Compiling rustc-demangle v0.1.24
2025-08-20T21:54:10.4835053Z [00:02:31.723]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=f1860803634f6839 -C extra-filename=-3445d5c4516ccd98 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:10.5145130Z [00:02:31.754]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/procfs-65234152b9940f3a/build-script-build`
2025-08-20T21:54:10.5287297Z [00:02:31.769]➜     Compiling icu_properties v1.5.1
2025-08-20T21:54:10.5308216Z [00:02:31.769]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_properties --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=c6892d4e3c32ba7b -C extra-filename=-aefbc4e5237c0c47 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdisplaydoc-cb456012e5f05a7d.so --extern icu_collections=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_collections-453366799e51712c.rmeta --extern icu_locid_transform=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid_transform-82e3085f44ad98f5.rmeta --extern icu_properties_data=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties_data-281a50421255fb32.rmeta --extern icu_provider=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_provider-a2b09b08beacc726.rmeta --extern tinystr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtinystr-8e6656b30ef14f38.rmeta --extern zerovec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:11.1160954Z [00:02:32.356]➜     Compiling addr2line v0.24.2
2025-08-20T21:54:11.1171470Z [00:02:32.356]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name addr2line --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.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("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=34d8986ab503e14a -C extra-filename=-9595c82e770d90da --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern gimli=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgimli-5542d876b8d4336f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:11.1522469Z [00:02:32.392]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/owo-colors-c3d65a2397b2a154/build-script-build`
2025-08-20T21:54:11.1675487Z [00:02:32.407]➜     Compiling proc-macro-error2 v2.0.1
2025-08-20T21:54:11.1689785Z [00:02:32.408]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name proc_macro_error2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.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 '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=d518d9db476195d9 -C extra-filename=-8d6b00f86e10480a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro_error_attr2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro_error_attr2-3d72dd7c6509f3a6.so --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rmeta --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rmeta --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rmeta --cap-lints allow`
2025-08-20T21:54:11.4545764Z [00:02:32.694]➜     Compiling dirs v5.0.1
2025-08-20T21:54:11.4578343Z [00:02:32.695]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dirs --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=264f1a36c1597974 -C extra-filename=-b187a1ee660b3fca --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern dirs_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs_sys-d052c5fed58b6f71.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:11.5049507Z [00:02:32.744]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name typeid --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-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=7023b77888a1ca7a -C extra-filename=-44868b69461deb74 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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_const_type_id)'`
2025-08-20T21:54:11.5588767Z [00:02:32.798]➜     Compiling http-body-util v0.1.2
2025-08-20T21:54:11.5601445Z [00:02:32.798]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name http_body_util --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-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=c91809bfd8e34f7b -C extra-filename=-c307991f0e3a14bf --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern http_body=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-365ffbf8ae454dce.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:11.5902594Z [00:02:32.830]➜     Compiling procfs-core v0.17.0
2025-08-20T21:54:11.5918899Z [00:02:32.831]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name procfs_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-core-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="chrono"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "chrono", "default", "serde", "serde1"))' -C metadata=325e0236253dcf66 -C extra-filename=-8cedd893fcd61367 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern hex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhex-e6776d86f2c5abaf.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:11.7090763Z [00:02:32.947]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ring --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=e4ad0c93943d1c65 -C extra-filename=-86a8c85dddc43966 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern getrandom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-113562dca39a5794.rmeta --extern untrusted=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuntrusted-ecffa424b719da75.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
2025-08-20T21:54:11.7970074Z [00:02:33.037]➜     Compiling pwd v1.4.0
2025-08-20T21:54:11.7998503Z [00:02:33.037]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pwd --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pwd-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8fac5bac910f8b8 -C extra-filename=-6cbe16806758f37b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:12.0336318Z [00:02:33.273]➜     Compiling icu_normalizer_data v1.5.0
2025-08-20T21:54:12.0347499Z [00:02:33.274]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_normalizer_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-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())' -C metadata=79ab657948d3f518 -C extra-filename=-aa41eb36e0d88854 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:12.1245810Z [00:02:33.364]➜     Compiling is_ci v1.2.0
2025-08-20T21:54:12.1256443Z [00:02:33.365]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=2fb9c04232f4ae01 -C extra-filename=-1137f08c15addfda --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:12.2453297Z [00:02:33.485]➜     Compiling unicode-linebreak v0.1.5
2025-08-20T21:54:12.2506778Z [00:02:33.487]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name unicode_linebreak --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1104f48dc85f2368 -C extra-filename=-c6d7dada63398a32 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:12.6020860Z [00:02:33.842]➜     Compiling utf8_iter v1.0.4
2025-08-20T21:54:12.6028863Z [00:02:33.842]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name utf8_iter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8ee5538232b8a7e -C extra-filename=-a3735ad5624c2682 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:12.7217163Z [00:02:33.962]➜     Compiling utf16_iter v1.0.5
2025-08-20T21:54:12.7230242Z [00:02:33.962]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name utf16_iter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4254a2058e662341 -C extra-filename=-bd8e0d7a1939bb6d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:12.8867644Z [00:02:34.127]➜     Compiling write16 v1.0.0
2025-08-20T21:54:12.8879971Z [00:02:34.127]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name write16 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=eab41abb5c2cbd5c -C extra-filename=-39b201264c2a8c83 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:12.9835554Z [00:02:34.223]➜     Compiling icu_normalizer v1.5.0
2025-08-20T21:54:12.9863046Z [00:02:34.224]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_normalizer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=bd827ee941cbee8a -C extra-filename=-3ff666bbe59a0e2d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdisplaydoc-cb456012e5f05a7d.so --extern icu_collections=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_collections-453366799e51712c.rmeta --extern icu_normalizer_data=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_normalizer_data-aa41eb36e0d88854.rmeta --extern icu_properties=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties-aefbc4e5237c0c47.rmeta --extern icu_provider=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_provider-a2b09b08beacc726.rmeta --extern smallvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rmeta --extern utf16_iter=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf16_iter-bd8e0d7a1939bb6d.rmeta --extern utf8_iter=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8_iter-a3735ad5624c2682.rmeta --extern write16=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwrite16-39b201264c2a8c83.rmeta --extern zerovec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:13.5689896Z [00:02:34.809]➜     Compiling textwrap v0.16.1
2025-08-20T21:54:13.5703899Z [00:02:34.809]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name textwrap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.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="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=422fa780102345c2 -C extra-filename=-33b3f1826e1adf61 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern unicode_linebreak=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_linebreak-c6d7dada63398a32.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-a04b20f02337a2d8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:14.2751199Z [00:02:35.515]➜     Compiling backtrace v0.3.74
2025-08-20T21:54:14.2768116Z [00:02:35.515]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name backtrace --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs --error-format=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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=d8980e326e72e671 -C extra-filename=-2c07cd69558b06e1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern addr2line=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaddr2line-9595c82e770d90da.rmeta --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern miniz_oxide=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminiz_oxide-64a0b50c71d34b84.rmeta --extern object=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject-ea92a5313933f785.rmeta --extern rustc_demangle=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-3445d5c4516ccd98.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:14.3143773Z [00:02:35.554]➜     Compiling supports-color v3.0.2
2025-08-20T21:54:14.3158696Z [00:02:35.555]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name supports_color --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.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=c99874bd8f56c0e1 -C extra-filename=-0528b28cf81ac6ef --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern is_ci=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_ci-1137f08c15addfda.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:14.4924248Z [00:02:35.732]➜     Compiling nu-path v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path)
2025-08-20T21:54:14.4937360Z [00:02:35.733]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_path --edition=2024 crates/nu-path/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac1792ade5a18ff6 -C extra-filename=-7c90292ca855c4e6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern dirs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs-b187a1ee660b3fca.rmeta --extern *** --extern ref_cast=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libref_cast-020ac1f8cb7b9d2d.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:14.5954721Z [00:02:35.835]➜     Compiling erased-serde v0.4.5
2025-08-20T21:54:14.5970761Z [00:02:35.836]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name erased_serde --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=84055b1578298d3a -C extra-filename=-801ba5c67cf17840 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern typeid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypeid-44868b69461deb74.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:14.9432054Z [00:02:36.183]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:14.9458959Z [00:02:36.183]➜    --> crates/nu-path/src/components.rs:53:25
2025-08-20T21:54:14.9459666Z [00:02:36.183]➜     |
2025-08-20T21:54:14.9460390Z [00:02:36.183]➜  53 | pub fn components(path: &Path) -> impl Iterator<Item = Component> {
2025-08-20T21:54:14.9461255Z [00:02:36.183]➜     |                         ^^^^^                          --------- the same lifetime is hidden here
2025-08-20T21:54:14.9461878Z [00:02:36.183]➜     |                         |
2025-08-20T21:54:14.9462441Z [00:02:36.183]➜     |                         the lifetime is elided here
2025-08-20T21:54:14.9462936Z [00:02:36.183]➜     |
2025-08-20T21:54:14.9463660Z [00:02:36.183]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:14.9464549Z [00:02:36.183]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:54:14.9465163Z [00:02:36.183]➜  help: use `'_` for type paths
2025-08-20T21:54:14.9465914Z [00:02:36.183]➜     |
2025-08-20T21:54:14.9466558Z [00:02:36.183]➜  53 | pub fn components(path: &Path) -> impl Iterator<Item = Component<'_>> {
2025-08-20T21:54:14.9467308Z [00:02:36.183]➜     |                                                                 ++++
2025-08-20T21:54:14.9468004Z [00:02:36.183]➜  
2025-08-20T21:54:14.9480651Z [00:02:36.188]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:14.9484804Z [00:02:36.188]➜   --> crates/nu-path/src/trailing_slash.rs:8:35
2025-08-20T21:54:14.9489175Z [00:02:36.189]➜    |
2025-08-20T21:54:14.9493330Z [00:02:36.189]➜  8 | pub fn strip_trailing_slash(path: &Path) -> Cow<Path> {
2025-08-20T21:54:14.9497679Z [00:02:36.190]➜    |                                   ^^^^^     --------- the same lifetime is hidden here
2025-08-20T21:54:14.9502772Z [00:02:36.190]➜    |                                   |
2025-08-20T21:54:14.9503405Z [00:02:36.190]➜    |                                   the lifetime is elided here
2025-08-20T21:54:14.9503952Z [00:02:36.190]➜    |
2025-08-20T21:54:14.9504698Z [00:02:36.190]➜    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:14.9505504Z [00:02:36.190]➜  help: use `'_` for type paths
2025-08-20T21:54:14.9505961Z [00:02:36.190]➜    |
2025-08-20T21:54:14.9506520Z [00:02:36.190]➜  8 | pub fn strip_trailing_slash(path: &Path) -> Cow<'_, Path> {
2025-08-20T21:54:14.9507162Z [00:02:36.190]➜    |                                                 +++
2025-08-20T21:54:14.9507629Z [00:02:36.190]➜  
2025-08-20T21:54:15.2252238Z [00:02:36.465]➜  warning: `nu-path` (lib) generated 2 warnings
2025-08-20T21:54:15.2256594Z [00:02:36.465]➜     Compiling backtrace-ext v0.2.1
2025-08-20T21:54:15.2264804Z [00:02:36.465]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name backtrace_ext --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-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=951be87f98377ff2 -C extra-filename=-a223d4ebd2d110a2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace-2c07cd69558b06e1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:15.3738018Z [00:02:36.612]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name procfs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "chrono", "default", "flate2", "serde", "serde1"))' -C metadata=c9d33a044c039f64 -C extra-filename=-e1a5062c9add9b92 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern flate2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate2-fa7e7ce6669aee27.rmeta --extern hex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhex-e6776d86f2c5abaf.rmeta --extern procfs_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs_core-8cedd893fcd61367.rmeta --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:15.4223290Z [00:02:36.661]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name owo_colors --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.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("alloc", "supports-color", "supports-colors"))' -C metadata=7ac3bfa13a5680ad -C extra-filename=-a4931c69d02e1957 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(doc_cfg)'`
2025-08-20T21:54:16.3284966Z [00:02:37.568]➜     Compiling tokio-util v0.7.13
2025-08-20T21:54:16.3303261Z [00:02:37.569]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio_util --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --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=7819233e463deec9 -C extra-filename=-bd91d4d2332e4a51 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern futures_sink=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-6b89de715644702d.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:16.5248963Z [00:02:37.765]➜     Compiling lru v0.12.5
2025-08-20T21:54:16.5264792Z [00:02:37.765]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=5a1b613a10591fcd -C extra-filename=-ed594286eef72bae --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:16.7139394Z [00:02:37.954]➜     Compiling miette-derive v7.6.0
2025-08-20T21:54:16.7148757Z [00:02:37.954]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name miette_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7a5361dc953726d -C extra-filename=-7961b94b7f4e2cfd --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:54:16.7426085Z [00:02:37.982]➜     Compiling typetag-impl v0.2.18
2025-08-20T21:54:16.7564995Z [00:02:37.995]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name typetag_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typetag-impl-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7972c6bce89d431b -C extra-filename=-525ec7da24dc57a0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:54:17.1792473Z [00:02:38.419]➜     Compiling sysinfo v0.36.1
2025-08-20T21:54:17.1834850Z [00:02:38.422]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sysinfo --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sysinfo-0.36.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="component"' --cfg 'feature="default"' --cfg 'feature="disk"' --cfg 'feature="network"' --cfg 'feature="objc2-io-kit"' --cfg 'feature="system"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("apple-app-store", "apple-sandbox", "c-interface", "component", "debug", "default", "disk", "linux-netdevs", "linux-tmpfs", "multithread", "network", "objc2-core-foundation", "objc2-io-kit", "serde", "system", "unknown-ci", "user", "windows"))' -C metadata=bbed877a186357ff -C extra-filename=-6acb9388e4f1b907 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:17.5643464Z [00:02:38.804]➜     Compiling supports-hyperlinks v3.1.0
2025-08-20T21:54:17.5665701Z [00:02:38.805]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name supports_hyperlinks --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-3.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=09500cf7f8b80338 -C extra-filename=-9c06532198922393 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:17.5956224Z [00:02:38.835]➜     Compiling supports-unicode v3.0.0
2025-08-20T21:54:17.5973080Z [00:02:38.836]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name supports_unicode --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-3.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=5921de93fbdfb755 -C extra-filename=-133fbb5973e6c6a2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:17.7096157Z [00:02:38.949]➜     Compiling vcpkg v0.2.15
2025-08-20T21:54:17.7108146Z [00:02:38.950]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name vcpkg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d4eb4c38a340e9f -C extra-filename=-31939969594be859 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:17.7401871Z [00:02:38.980]➜     Compiling web-time v1.1.0
2025-08-20T21:54:17.7432879Z [00:02:38.980]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name web_time --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-time-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 --warn=unused --warn=rust_2021_compatibility --warn=rust_2018_idioms --warn=rust_2018_compatibility '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=future_incompatible '--warn=clippy::cargo' '--warn=rustdoc::all' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_debug' '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unused_import_braces '--warn=clippy::unseparated_literal_suffix' --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unneeded_field_pattern' '--warn=clippy::unnecessary_self_imports' '--warn=clippy::unnecessary_safety_doc' '--warn=clippy::unimplemented' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::try_err' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::todo' '--allow=clippy::tabs_in_doc_comments' '--warn=clippy::suspicious_xor_used_as_pow' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::string_add' '--warn=clippy::str_to_string' --warn=single_use_lifetimes '--warn=clippy::single_char_lifetime_names' '--warn=clippy::semicolon_outside_block' '--warn=clippy::self_named_module_files' '--warn=clippy::same_name_method' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_patterns' '--warn=clippy::redundant_type_annotations' '--allow=clippy::redundant_pub_crate' '--warn=clippy::rc_mutex' '--warn=clippy::rc_buffer' '--warn=clippy::pub_without_shorthand' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::partial_pub_fields' '--allow=clippy::option_if_let_else' '--warn=clippy::non_ascii_literal' --warn=non_ascii_idents '--warn=clippy::mutex_atomic' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mixed_read_write_in_expression' '--warn=clippy::missing_docs_in_private_items' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::missing_asserts_for_indexing' '--warn=clippy::missing_assert_message' --warn=missing_abi '--warn=clippy::min_ident_chars' --warn=meta_variable_misuse --warn=macro_use_extern_crate '--warn=clippy::lossy_float_literal' '--warn=clippy::large_include_file' '--warn=clippy::infinite_loop' '--warn=clippy::indexing_slicing' '--warn=clippy::impl_trait_in_params' '--warn=clippy::if_then_some_else_none' '--warn=clippy::get_unwrap' '--allow=clippy::future_not_send' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::float_cmp_const' '--warn=clippy::filetype_is_file' --warn=ffi_unwind_calls '--allow=clippy::explicit_deref_methods' '--warn=clippy::exit' '--warn=clippy::error_impl_error' '--allow=clippy::equatable_if_let' '--warn=clippy::empty_structs_with_brackets' '--warn=clippy::empty_drop' --warn=deprecated_in_future '--warn=clippy::default_union_representation' '--warn=clippy::decimal_literal_representation' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--warn=clippy::clone_on_ref_ptr' '--warn=clippy::assertions_on_result_states' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::absolute_paths' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=90fba7e5cbb0f665 -C extra-filename=-2006421450947d6d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:17.8263721Z [00:02:39.066]➜     Compiling nu-glob v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob)
2025-08-20T21:54:17.8276644Z [00:02:39.067]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_glob --edition=2024 crates/nu-glob/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5304a325f236b2c5 -C extra-filename=-f2cb9cf61a83330f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:18.1400367Z [00:02:39.380]➜     Compiling inventory v0.3.15
2025-08-20T21:54:18.1415872Z [00:02:39.381]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name inventory --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inventory-0.3.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())' -C metadata=9bf078b89e50ef3e -C extra-filename=-5c0557aaeda92e81 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:18.2017236Z [00:02:39.441]➜     Compiling typetag v0.2.18
2025-08-20T21:54:18.2042973Z [00:02:39.443]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name typetag --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typetag-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9658e2f3879284d5 -C extra-filename=-00437eceaa3f1103 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern erased_serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liberased_serde-801ba5c67cf17840.rmeta --extern inventory=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinventory-5c0557aaeda92e81.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern typetag_impl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtypetag_impl-525ec7da24dc57a0.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:18.3291281Z [00:02:39.569]➜     Compiling miette v7.6.0
2025-08-20T21:54:18.3315970Z [00:02:39.570]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name miette --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="fancy"' --cfg 'feature="fancy-base"' --cfg 'feature="fancy-no-backtrace"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "fancy", "fancy-base", "fancy-no-backtrace", "fancy-no-syscall", "no-format-args-capture", "serde", "syntect-highlighter"))' -C metadata=5e61f760b42b7621 -C extra-filename=-df4921012340ce3f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace-2c07cd69558b06e1.rmeta --extern backtrace_ext=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace_ext-a223d4ebd2d110a2.rmeta --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern miette_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libmiette_derive-7961b94b7f4e2cfd.so --extern owo_colors=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libowo_colors-a4931c69d02e1957.rmeta --extern supports_color=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_color-0528b28cf81ac6ef.rmeta --extern supports_hyperlinks=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_hyperlinks-9c06532198922393.rmeta --extern supports_unicode=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_unicode-133fbb5973e6c6a2.rmeta --extern terminal_size=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libterminal_size-50a22e490a42bde0.rmeta --extern textwrap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtextwrap-33b3f1826e1adf61.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-a04b20f02337a2d8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:18.5679156Z [00:02:39.808]➜     Compiling nu-system v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system)
2025-08-20T21:54:18.5699435Z [00:02:39.808]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_system --edition=2024 crates/nu-system/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ffeeed2c0a7fe50 -C extra-filename=-35496a8031b0670a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern nix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rmeta --extern procfs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-e1a5062c9add9b92.rmeta --extern sysinfo=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsysinfo-6acb9388e4f1b907.rmeta --extern web_time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libweb_time-2006421450947d6d.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:18.8523037Z [00:02:40.092]➜     Compiling idna_adapter v1.2.0
2025-08-20T21:54:18.8573617Z [00:02:40.096]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name idna_adapter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-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="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=544ecefea1a11cb6 -C extra-filename=-c619ab8a7c3119cb --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern icu_normalizer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_normalizer-3ff666bbe59a0e2d.rmeta --extern icu_properties=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties-aefbc4e5237c0c47.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:19.0482584Z [00:02:40.288]➜     Compiling nu-derive-value v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value)
2025-08-20T21:54:19.0591565Z [00:02:40.298]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_derive_value --edition=2024 crates/nu-derive-value/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=clippy::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04fadb890930f653 -C extra-filename=-097830e16e51aa4f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libheck-d971cb75bb8270d7.rlib --extern proc_macro_error2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro_error2-8d6b00f86e10480a.rlib --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro`
2025-08-20T21:54:19.3729223Z [00:02:40.613]➜     Compiling nu-experimental v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental)
2025-08-20T21:54:19.3744856Z [00:02:40.613]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_experimental --edition=2024 crates/nu-experimental/src/lib.rs --error-format=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=0654721cbb06576a -C extra-filename=-f784b96a75eb77a1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:19.6337734Z [00:02:40.873]➜     Compiling chrono-humanize v0.2.3
2025-08-20T21:54:19.6347657Z [00:02:40.874]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name chrono_humanize --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-humanize-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pedantic", "wasmbind"))' -C metadata=a325119a8529b366 -C extra-filename=-e2650901c76c6de7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:19.8276993Z [00:02:41.067]➜     Compiling encoding_rs v0.8.35
2025-08-20T21:54:19.8291135Z [00:02:41.068]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name encoding_rs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=8bd2a600ac9aac50 -C extra-filename=-59df10a4b642aa56 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:20.3094203Z [00:02:41.548]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="std"' --cfg 'feature="unicode-perl"' --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=8d3d71134f1649f9 -C extra-filename=-eb52f052ae1cce9a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:20.8374685Z [00:02:42.077]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88e46b0e13c8ff97 -C extra-filename=-39daa5364b1ef8a0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:20.8720735Z [00:02:42.112]➜     Compiling try-lock v0.2.5
2025-08-20T21:54:20.8842425Z [00:02:42.123]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name try_lock --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.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=4a67776d962ad68a -C extra-filename=-9685603b79e055bc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:20.9829055Z [00:02:42.223]➜     Compiling want v0.3.1
2025-08-20T21:54:20.9862952Z [00:02:42.225]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name want --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b83d32d2538ba50 -C extra-filename=-79e630c432dd6eb8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern try_lock=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtry_lock-9685603b79e055bc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:21.1239975Z [00:02:42.364]➜     Compiling nu-protocol v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol)
2025-08-20T21:54:21.1293807Z [00:02:42.364]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_protocol --edition=2024 crates/nu-protocol/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="brotli"' --cfg 'feature="default"' --cfg 'feature="os"' --cfg 'feature="os_pipe"' --cfg 'feature="plugin"' --cfg 'feature="rmp-serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("brotli", "default", "os", "os_pipe", "plugin", "rmp-serde"))' -C metadata=adb555c039f93198 -C extra-filename=-232cea543884ccd3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern brotli=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli-ccaf963f87dbc7b8.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_humanize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_humanize-e2650901c76c6de7.rmeta --extern dirs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs-b187a1ee660b3fca.rmeta --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta --extern heck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libheck-39daa5364b1ef8a0.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern lru=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblru-ed594286eef72bae.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern miette=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmiette-df4921012340ce3f.rmeta --extern nix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rmeta --extern nu_derive_value=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnu_derive_value-097830e16e51aa4f.so --extern nu_experimental=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_experimental-f784b96a75eb77a1.rmeta --extern nu_glob=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_system=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_system-35496a8031b0670a.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern num_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_format-eb371e0e38bb4643.rmeta --extern os_pipe=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_pipe-18783a1c1f4f2ed8.rmeta --extern rmp_serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp_serde-8fce83ac4076d77b.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern strum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrum-753976f9ef4c00c4.rmeta --extern strum_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta --extern typetag=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypetag-00437eceaa3f1103.rmeta --extern web_time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libweb_time-2006421450947d6d.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:21.1441449Z [00:02:42.384]➜     Compiling idna v1.0.3
2025-08-20T21:54:21.1476315Z [00:02:42.386]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name idna --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-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 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=4c39869db775cced -C extra-filename=-e1d9b31468bc172b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern idna_adapter=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libidna_adapter-c619ab8a7c3119cb.rmeta --extern smallvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rmeta --extern utf8_iter=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8_iter-a3735ad5624c2682.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:21.2165805Z [00:02:42.456]➜     Compiling ahash v0.8.11
2025-08-20T21:54:21.2175894Z [00:02:42.457]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=ff526a90521bc912 -C extra-filename=-96eda7bd7982974c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ahash-96eda7bd7982974c -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:54:21.4862068Z [00:02:42.726]➜     Compiling base64 v0.22.1
2025-08-20T21:54:21.4874337Z [00:02:42.726]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name base64 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=97215e956c78eaab -C extra-filename=-d79a005048c457b7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:21.9678121Z [00:02:43.207]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-perl"' --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=3b04bc574a1c2ee2 -C extra-filename=-0a5f790bb0dd8091 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_syntax-eb52f052ae1cce9a.rmeta --cap-lints allow`
2025-08-20T21:54:22.6318800Z [00:02:43.872]➜     Compiling url v2.5.4
2025-08-20T21:54:22.6446757Z [00:02:43.883]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name url --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=800de71d96bd4e63 -C extra-filename=-87a9d79468950076 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libform_urlencoded-22ab86262fa2efd2.rmeta --extern idna=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libidna-e1d9b31468bc172b.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:22.6541955Z [00:02:43.894]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ahash-96eda7bd7982974c/build-script-build`
2025-08-20T21:54:22.6854095Z [00:02:43.925]➜     Compiling md-5 v0.10.6
2025-08-20T21:54:22.6864730Z [00:02:43.925]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name md5 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=49098d871008588b -C extra-filename=-5d79f546fe65219c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern digest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdigest-774f7dc4d5dc9ce8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:22.7739779Z [00:02:44.014]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-8c36dae309e4f58c/build-script-build`
2025-08-20T21:54:22.8195148Z [00:02:44.059]➜     Compiling bytemuck_derive v1.8.0
2025-08-20T21:54:22.8208732Z [00:02:44.060]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bytemuck_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck_derive-1.8.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=d1305a98119b547b -C extra-filename=-b63fe2959de36e76 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:54:22.8339054Z [00:02:44.074]➜     Compiling tower-service v0.3.3
2025-08-20T21:54:22.8353814Z [00:02:44.074]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tower_service --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a02cebc54b4838f4 -C extra-filename=-da3b80c2dd45bff6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:22.9394831Z [00:02:44.178]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name semver --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a8d0f850a8f68594 -C extra-filename=-5d28bf5d661ec6e8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(doc_cfg)' --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-20T21:54:23.4225987Z [00:02:44.661]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ahash --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=38eed69c680689e5 -C extra-filename=-b6987c5cff7c3ff6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern getrandom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-113562dca39a5794.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern zerocopy=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-fa82214b1e1af40a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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="folded_multiply"'`
2025-08-20T21:54:23.7502863Z [00:02:44.990]➜     Compiling regex v1.11.1
2025-08-20T21:54:23.7515826Z [00:02:44.991]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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="std"' --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=4e00ec2e90a81dfb -C extra-filename=-3034dcb88a1d6fb4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_automata-0a5f790bb0dd8091.rmeta --extern regex_syntax=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_syntax-eb52f052ae1cce9a.rmeta --cap-lints allow`
2025-08-20T21:54:24.1031734Z [00:02:45.343]➜     Compiling parse-zoneinfo v0.3.1
2025-08-20T21:54:24.1041208Z [00:02:45.344]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name parse_zoneinfo --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69dbfd1516c398e0 -C extra-filename=-ef20c83383748a6e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex-3034dcb88a1d6fb4.rmeta --cap-lints allow`
2025-08-20T21:54:24.2241487Z [00:02:45.462]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 --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=84d0454a13903da9 -C extra-filename=-01f6c3248026931a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaho_corasick-0c641a08514c09b4.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern regex_automata=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_automata-bbaf20b09695e3da.rmeta --extern regex_syntax=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_syntax-523d3002ffab0ee9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:24.3321159Z [00:02:45.572]➜     Compiling rustls v0.23.28
2025-08-20T21:54:24.3334650Z [00:02:45.573]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' -C debug-assertions=off --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=2bfecc4c9a1e1e40 -C extra-filename=-f0033b4533bafdcb --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-f0033b4533bafdcb -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:24.4732223Z [00:02:45.713]➜     Compiling doctest-file v1.0.0
2025-08-20T21:54:24.4742680Z [00:02:45.714]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name doctest_file --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doctest-file-1.0.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=8b449e706f31eb8a -C extra-filename=-c05b706e984cbe72 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow`
2025-08-20T21:54:24.5063253Z [00:02:45.746]➜     Compiling bytemuck v1.23.0
2025-08-20T21:54:24.5078616Z [00:02:45.746]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bytemuck --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.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 --deny=unexpected_cfgs --check-cfg 'cfg(target_arch, values("spirv"))' --cfg 'feature="bytemuck_derive"' --cfg 'feature="derive"' --cfg 'feature="extern_crate_alloc"' --cfg 'feature="must_cast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64_simd", "align_offset", "alloc_uninit", "avx512_simd", "bytemuck_derive", "const_zeroed", "derive", "extern_crate_alloc", "extern_crate_std", "impl_core_error", "latest_stable_rust", "min_const_generics", "must_cast", "must_cast_extra", "nightly_docs", "nightly_float", "nightly_portable_simd", "nightly_stdsimd", "pod_saturating", "track_caller", "transparentwrapper_extra", "unsound_ptr_pod_impl", "wasm_simd", "zeroable_atomics", "zeroable_maybe_uninit", "zeroable_unwind_fn"))' -C metadata=c64391aaddf699b0 -C extra-filename=-8ea2e35d7b997ac4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytemuck_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libbytemuck_derive-b63fe2959de36e76.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:24.7948250Z [00:02:46.033]➜     Compiling chrono-tz-build v0.4.0
2025-08-20T21:54:24.7995051Z [00:02:46.038]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name chrono_tz_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-build-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=6a160d33b2729872 -C extra-filename=-da53a4051b7ec032 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern parse_zoneinfo=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libparse_zoneinfo-ef20c83383748a6e.rmeta --extern phf_codegen=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_codegen-14bc4f3cd5e626fc.rmeta --cap-lints allow`
2025-08-20T21:54:24.8010927Z [00:02:46.041]➜     Compiling interprocess v2.2.2
2025-08-20T21:54:24.8025233Z [00:02:46.041]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name interprocess --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/interprocess-2.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 --deny=rust_2018_idioms --forbid=unsafe_op_in_unsafe_fn '--allow=clippy::tabs_in_doc_comments' '--forbid=clippy::ptr_as_ptr' '--deny=clippy::get_unwrap' '--forbid=clippy::exit' '--warn=clippy::dbg_macro' '--deny=clippy::as_conversions' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "doc_cfg", "futures-core", "tokio"))' -C metadata=fe6731b9240add43 -C extra-filename=-6b548cfc83a85547 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern doctest_file=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdoctest_file-c05b706e984cbe72.so --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:25.0341341Z [00:02:46.274]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-f0033b4533bafdcb/build-script-build`
2025-08-20T21:54:25.0563614Z [00:02:46.296]➜     Compiling hashbrown v0.14.5
2025-08-20T21:54:25.0582736Z [00:02:46.297]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="rayon"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=8b067f1a30c66684 -C extra-filename=-e799bb394d4305b6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ahash=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libahash-b6987c5cff7c3ff6.rmeta --extern allocator_api2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballocator_api2-818ab6a2632f5eb1.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:25.1768958Z [00:02:46.416]➜     Compiling rustls-webpki v0.103.3
2025-08-20T21:54:25.1783057Z [00:02:46.417]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name webpki --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "default", "ring", "std"))' -C metadata=a38d05daeb7c9bba -C extra-filename=-21ca98e97bcb8077 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ring=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rmeta --extern pki_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta --extern untrusted=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuntrusted-ecffa424b719da75.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:54:25.3604338Z [00:02:46.599]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ppv_lite86 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.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 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=e2f3900af58ed916 -C extra-filename=-6e49459e122b9eb6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-fa82214b1e1af40a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:25.4430409Z [00:02:46.683]➜     Compiling chrono-tz v0.10.0
2025-08-20T21:54:25.4440953Z [00:02:46.683]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=8207cc8a85a09e92 -C extra-filename=-8e4b4ce6159d3d79 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/chrono-tz-8e4b4ce6159d3d79 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono_tz_build=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libchrono_tz_build-da53a4051b7ec032.rlib --cap-lints allow`
2025-08-20T21:54:25.8199880Z [00:02:47.058]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=6c8e01f45e5cab2c -C extra-filename=-27eeec221f3ac0c6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern ring=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rmeta --extern pki_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta --extern webpki=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-21ca98e97bcb8077.rmeta --extern subtle=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsubtle-def2060a7e288ba7.rmeta --extern zeroize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzeroize-c534c2641d1d2609.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:54:25.8633191Z [00:02:47.103]➜     Compiling time-core v0.1.2
2025-08-20T21:54:25.8640757Z [00:02:47.103]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name time_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f7df8bbe942536a -C extra-filename=-1e5e24273b2d9975 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:25.9758146Z [00:02:47.215]➜     Compiling num-conv v0.1.0
2025-08-20T21:54:25.9788277Z [00:02:47.218]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_conv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-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 embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccfdf93caec99f9b -C extra-filename=-ad1370e0f1e32d78 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:26.0183356Z [00:02:47.258]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/chrono-tz-8e4b4ce6159d3d79/build-script-build`
2025-08-20T21:54:26.0952642Z [00:02:47.335]➜     Compiling rustls-native-certs v0.8.1
2025-08-20T21:54:26.0965710Z [00:02:47.335]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustls_native_certs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c45491aace43e6e2 -C extra-filename=-46704437ba50518e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern openssl_probe=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_probe-b84d8017041f64a7.rmeta --extern pki_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:26.6109120Z [00:02:47.851]➜     Compiling psm v0.1.24
2025-08-20T21:54:26.6120209Z [00:02:47.851]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.24/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=ed98c6ab958154a4 -C extra-filename=-e8e607c8bb85a928 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/psm-e8e607c8bb85a928 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --cap-lints allow`
2025-08-20T21:54:27.0162729Z [00:02:48.256]➜     Compiling fallible-streaming-iterator v0.1.9
2025-08-20T21:54:27.0176637Z [00:02:48.257]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-streaming-iterator-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ce3a984081670b55 -C extra-filename=-e12849ee5d71bb20 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:27.1851176Z [00:02:48.425]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/psm-e8e607c8bb85a928/build-script-build`
2025-08-20T21:54:27.3420345Z [00:02:48.582]➜     Compiling stacker v0.1.17
2025-08-20T21:54:27.3430379Z [00:02:48.582]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48d10f7c40a34696 -C extra-filename=-ede252d8c028ae4e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/stacker-ede252d8c028ae4e -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --cap-lints allow`
2025-08-20T21:54:27.4042936Z [00:02:48.642]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name chrono_tz --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=bb76717343f070c4 -C extra-filename=-cb484778ca4d5860 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern phf=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf-fe3b4527b481fae5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:27.6792915Z [00:02:48.919]➜     Compiling mime v0.3.17
2025-08-20T21:54:27.6862386Z [00:02:48.925]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name mime --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04f2f569c52023d2 -C extra-filename=-961a7ea6c9eb0c17 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:27.9531264Z [00:02:49.190]➜     Compiling zerocopy v0.8.23
2025-08-20T21:54:27.9537130Z [00:02:49.191]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.23/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=bea1f39b0882a872 -C extra-filename=-2c5a055760d334af --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zerocopy-2c5a055760d334af -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:28.3043425Z [00:02:49.544]➜     Compiling unicode-width v0.2.0
2025-08-20T21:54:28.3056265Z [00:02:49.545]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=259e2fc28dabbd7f -C extra-filename=-2f41ceae2c32dc55 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:28.3435219Z [00:02:49.583]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zerocopy-2c5a055760d334af/build-script-build`
2025-08-20T21:54:28.3715127Z [00:02:49.611]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/stacker-ede252d8c028ae4e/build-script-build`
2025-08-20T21:54:28.3876437Z [00:02:49.626]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name psm --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-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())' -C metadata=f7eded119ade3f38 -C extra-filename=-a64e58c0a1f0261a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
2025-08-20T21:54:28.4491904Z [00:02:49.689]➜     Compiling rustls-pemfile v2.2.0
2025-08-20T21:54:28.4523080Z [00:02:49.691]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustls_pemfile --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e81d39bd7a6322b0 -C extra-filename=-2494db94d9f9f543 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:28.6019194Z [00:02:49.842]➜     Compiling rand_core v0.9.3
2025-08-20T21:54:28.6058272Z [00:02:49.842]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=5b1c530879e60160 -C extra-filename=-00065bc91c726ac4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-0a4d2c839adb79b5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:28.7202527Z [00:02:49.960]➜     Compiling atomic-waker v1.1.2
2025-08-20T21:54:28.7227944Z [00:02:49.962]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name atomic_waker --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=16fe3d5fd7083157 -C extra-filename=-8768e274fad1a36e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:28.7956173Z [00:02:50.035]➜     Compiling h2 v0.4.7
2025-08-20T21:54:28.7978351Z [00:02:50.036]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name h2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.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=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=65188ef8d99408cd -C extra-filename=-899d8de1909acb15 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern atomic_waker=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic_waker-8768e274fad1a36e.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern fnv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfnv-5237c5e632f27eca.rmeta --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern futures_sink=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-6b89de715644702d.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern slab=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslab-d05a1694e09532ae.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tokio_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_util-bd91d4d2332e4a51.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:28.8099200Z [00:02:50.050]➜     Compiling rand_chacha v0.9.0
2025-08-20T21:54:28.8138461Z [00:02:50.053]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=cee8cc16e5eaecbb -C extra-filename=-ab9197f501a59b39 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libppv_lite86-6e49459e122b9eb6.rmeta --extern rand_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-00065bc91c726ac4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:29.4172577Z [00:02:50.657]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4173563Z [00:02:50.657]➜    --> crates/nu-protocol/src/engine/command.rs:70:17
2025-08-20T21:54:29.4174200Z [00:02:50.657]➜     |
2025-08-20T21:54:29.4174794Z [00:02:50.657]➜  70 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:54:29.4175563Z [00:02:50.657]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:54:29.4176241Z [00:02:50.657]➜     |                 |
2025-08-20T21:54:29.4176869Z [00:02:50.657]➜     |                 the lifetime is elided here
2025-08-20T21:54:29.4177453Z [00:02:50.657]➜     |
2025-08-20T21:54:29.4178498Z [00:02:50.657]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4179517Z [00:02:50.657]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:54:29.4180245Z [00:02:50.657]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4191741Z [00:02:50.657]➜     |
2025-08-20T21:54:29.4192385Z [00:02:50.657]➜  70 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:54:29.4193170Z [00:02:50.657]➜     |                                      ++++
2025-08-20T21:54:29.4193751Z [00:02:50.657]➜  
2025-08-20T21:54:29.4201810Z [00:02:50.660]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4203980Z [00:02:50.660]➜      --> crates/nu-protocol/src/engine/engine_state.rs:1057:9
2025-08-20T21:54:29.4204684Z [00:02:50.660]➜       |
2025-08-20T21:54:29.4212409Z [00:02:50.661]➜  1057 |         &self,
2025-08-20T21:54:29.4216529Z [00:02:50.661]➜       |         ^^^^^ the lifetime is elided here
2025-08-20T21:54:29.4217633Z [00:02:50.661]➜  1058 |         debugger: Box<dyn Debugger>,
2025-08-20T21:54:29.4218645Z [00:02:50.661]➜  1059 |     ) -> Result<(), PoisonDebuggerError> {
2025-08-20T21:54:29.4219485Z [00:02:50.661]➜       |                     ------------------- the same lifetime is hidden here
2025-08-20T21:54:29.4220133Z [00:02:50.661]➜       |
2025-08-20T21:54:29.4221022Z [00:02:50.661]➜       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4221941Z [00:02:50.661]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4222498Z [00:02:50.661]➜       |
2025-08-20T21:54:29.4223122Z [00:02:50.661]➜  1059 |     ) -> Result<(), PoisonDebuggerError<'_>> {
2025-08-20T21:54:29.4223886Z [00:02:50.661]➜       |                                        ++++
2025-08-20T21:54:29.4224449Z [00:02:50.661]➜  
2025-08-20T21:54:29.4225126Z [00:02:50.661]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4226088Z [00:02:50.661]➜      --> crates/nu-protocol/src/engine/engine_state.rs:1067:32
2025-08-20T21:54:29.4226778Z [00:02:50.661]➜       |
2025-08-20T21:54:29.4227656Z [00:02:50.661]➜  1067 |     pub fn deactivate_debugger(&self) -> Result<Box<dyn Debugger>, PoisonDebuggerError> {
2025-08-20T21:54:29.4234486Z [00:02:50.663]➜       |                                ^^^^^ the lifetime is elided here   ------------------- the same lifetime is hidden here
2025-08-20T21:54:29.4235282Z [00:02:50.663]➜       |
2025-08-20T21:54:29.4236161Z [00:02:50.663]➜       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4237103Z [00:02:50.663]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4237665Z [00:02:50.663]➜       |
2025-08-20T21:54:29.4239032Z [00:02:50.663]➜  1067 |     pub fn deactivate_debugger(&self) -> Result<Box<dyn Debugger>, PoisonDebuggerError<'_>> {
2025-08-20T21:54:29.4248738Z [00:02:50.663]➜       |                                                                                       ++++
2025-08-20T21:54:29.4249452Z [00:02:50.663]➜  
2025-08-20T21:54:29.4250174Z [00:02:50.664]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4251058Z [00:02:50.664]➜     --> crates/nu-protocol/src/engine/stack.rs:668:32
2025-08-20T21:54:29.4251699Z [00:02:50.664]➜      |
2025-08-20T21:54:29.4252382Z [00:02:50.664]➜  668 |     pub fn start_collect_value(&mut self) -> StackCollectValueGuard {
2025-08-20T21:54:29.4253247Z [00:02:50.664]➜      |                                ^^^^^^^^^     ---------------------- the same lifetime is hidden here
2025-08-20T21:54:29.4253901Z [00:02:50.665]➜      |                                |
2025-08-20T21:54:29.4254550Z [00:02:50.665]➜      |                                the lifetime is elided here
2025-08-20T21:54:29.4255118Z [00:02:50.665]➜      |
2025-08-20T21:54:29.4282865Z [00:02:50.668]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4287337Z [00:02:50.669]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4291658Z [00:02:50.669]➜      |
2025-08-20T21:54:29.4294891Z [00:02:50.669]➜  668 |     pub fn start_collect_value(&mut self) -> StackCollectValueGuard<'_> {
2025-08-20T21:54:29.4329279Z [00:02:50.670]➜      |                                                                    ++++
2025-08-20T21:54:29.4329886Z [00:02:50.670]➜  
2025-08-20T21:54:29.4330550Z [00:02:50.670]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4331422Z [00:02:50.670]➜     --> crates/nu-protocol/src/engine/stack.rs:675:34
2025-08-20T21:54:29.4332047Z [00:02:50.670]➜      |
2025-08-20T21:54:29.4332726Z [00:02:50.670]➜  675 |     pub fn use_call_arg_out_dest(&mut self) -> StackCallArgGuard {
2025-08-20T21:54:29.4333645Z [00:02:50.670]➜      |                                  ^^^^^^^^^     ----------------- the same lifetime is hidden here
2025-08-20T21:54:29.4334355Z [00:02:50.670]➜      |                                  |
2025-08-20T21:54:29.4335295Z [00:02:50.670]➜      |                                  the lifetime is elided here
2025-08-20T21:54:29.4335885Z [00:02:50.670]➜      |
2025-08-20T21:54:29.4336713Z [00:02:50.670]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4337585Z [00:02:50.670]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4338313Z [00:02:50.670]➜      |
2025-08-20T21:54:29.4339062Z [00:02:50.670]➜  675 |     pub fn use_call_arg_out_dest(&mut self) -> StackCallArgGuard<'_> {
2025-08-20T21:54:29.4339947Z [00:02:50.670]➜      |                                                                 ++++
2025-08-20T21:54:29.4340558Z [00:02:50.670]➜  
2025-08-20T21:54:29.4341254Z [00:02:50.670]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4342138Z [00:02:50.670]➜     --> crates/nu-protocol/src/engine/stack.rs:681:9
2025-08-20T21:54:29.4344782Z [00:02:50.670]➜      |
2025-08-20T21:54:29.4345293Z [00:02:50.670]➜  681 |         &mut self,
2025-08-20T21:54:29.4345932Z [00:02:50.670]➜      |         ^^^^^^^^^ the lifetime is elided here
2025-08-20T21:54:29.4346509Z [00:02:50.670]➜  ...
2025-08-20T21:54:29.4347011Z [00:02:50.670]➜  684 |     ) -> StackIoGuard {
2025-08-20T21:54:29.4347714Z [00:02:50.670]➜      |          ------------ the same lifetime is hidden here
2025-08-20T21:54:29.4348538Z [00:02:50.670]➜      |
2025-08-20T21:54:29.4349401Z [00:02:50.670]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4350347Z [00:02:50.670]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4350928Z [00:02:50.670]➜      |
2025-08-20T21:54:29.4351478Z [00:02:50.670]➜  684 |     ) -> StackIoGuard<'_> {
2025-08-20T21:54:29.4352359Z [00:02:50.670]➜      |                      ++++
2025-08-20T21:54:29.4352908Z [00:02:50.670]➜  
2025-08-20T21:54:29.4732599Z [00:02:50.713]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4734372Z [00:02:50.713]➜     --> crates/nu-protocol/src/signature.rs:786:17
2025-08-20T21:54:29.4735576Z [00:02:50.713]➜      |
2025-08-20T21:54:29.4736371Z [00:02:50.713]➜  786 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:54:29.4737150Z [00:02:50.714]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:54:29.4759767Z [00:02:50.716]➜      |                 |
2025-08-20T21:54:29.4762860Z [00:02:50.716]➜      |                 the lifetime is elided here
2025-08-20T21:54:29.4763401Z [00:02:50.716]➜      |
2025-08-20T21:54:29.4764171Z [00:02:50.716]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4764985Z [00:02:50.716]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4765485Z [00:02:50.716]➜      |
2025-08-20T21:54:29.4766029Z [00:02:50.716]➜  786 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:54:29.4766684Z [00:02:50.716]➜      |                                      ++++
2025-08-20T21:54:29.4767179Z [00:02:50.716]➜  
2025-08-20T21:54:29.4771313Z [00:02:50.717]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4774372Z [00:02:50.717]➜     --> crates/nu-protocol/src/value/mod.rs:400:23
2025-08-20T21:54:29.4779122Z [00:02:50.717]➜      |
2025-08-20T21:54:29.4779760Z [00:02:50.717]➜  400 |     pub fn coerce_str(&self) -> Result<Cow<str>, ShellError> {
2025-08-20T21:54:29.4780555Z [00:02:50.717]➜      |                       ^^^^^            -------- the same lifetime is hidden here
2025-08-20T21:54:29.4781156Z [00:02:50.717]➜      |                       |
2025-08-20T21:54:29.4781738Z [00:02:50.717]➜      |                       the lifetime is elided here
2025-08-20T21:54:29.4782246Z [00:02:50.717]➜      |
2025-08-20T21:54:29.4783021Z [00:02:50.717]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4783825Z [00:02:50.717]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4784536Z [00:02:50.718]➜      |
2025-08-20T21:54:29.4785142Z [00:02:50.718]➜  400 |     pub fn coerce_str(&self) -> Result<Cow<'_, str>, ShellError> {
2025-08-20T21:54:29.4785872Z [00:02:50.718]➜      |                                            +++
2025-08-20T21:54:29.4786347Z [00:02:50.718]➜  
2025-08-20T21:54:29.4869051Z [00:02:50.727]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4873373Z [00:02:50.727]➜     --> crates/nu-protocol/src/value/record.rs:118:17
2025-08-20T21:54:29.4873979Z [00:02:50.727]➜      |
2025-08-20T21:54:29.4874458Z [00:02:50.727]➜  118 |     pub fn iter(&self) -> Iter {
2025-08-20T21:54:29.4875112Z [00:02:50.727]➜      |                 ^^^^^     ---- the same lifetime is hidden here
2025-08-20T21:54:29.4875730Z [00:02:50.727]➜      |                 |
2025-08-20T21:54:29.4876289Z [00:02:50.727]➜      |                 the lifetime is elided here
2025-08-20T21:54:29.4876807Z [00:02:50.727]➜      |
2025-08-20T21:54:29.4877578Z [00:02:50.727]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4878499Z [00:02:50.727]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4878954Z [00:02:50.727]➜      |
2025-08-20T21:54:29.4879409Z [00:02:50.727]➜  118 |     pub fn iter(&self) -> Iter<'_> {
2025-08-20T21:54:29.4879969Z [00:02:50.727]➜      |                               ++++
2025-08-20T21:54:29.4880424Z [00:02:50.727]➜  
2025-08-20T21:54:29.4881036Z [00:02:50.727]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4881789Z [00:02:50.727]➜     --> crates/nu-protocol/src/value/record.rs:122:21
2025-08-20T21:54:29.4882345Z [00:02:50.727]➜      |
2025-08-20T21:54:29.4883072Z [00:02:50.727]➜  122 |     pub fn iter_mut(&mut self) -> IterMut {
2025-08-20T21:54:29.4883795Z [00:02:50.727]➜      |                     ^^^^^^^^^     ------- the same lifetime is hidden here
2025-08-20T21:54:29.4884375Z [00:02:50.727]➜      |                     |
2025-08-20T21:54:29.4884952Z [00:02:50.727]➜      |                     the lifetime is elided here
2025-08-20T21:54:29.4885451Z [00:02:50.727]➜      |
2025-08-20T21:54:29.4886193Z [00:02:50.727]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4886960Z [00:02:50.727]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4887405Z [00:02:50.727]➜      |
2025-08-20T21:54:29.4888096Z [00:02:50.727]➜  122 |     pub fn iter_mut(&mut self) -> IterMut<'_> {
2025-08-20T21:54:29.4888747Z [00:02:50.727]➜      |                                          ++++
2025-08-20T21:54:29.4889230Z [00:02:50.727]➜  
2025-08-20T21:54:29.4922216Z [00:02:50.732]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4923036Z [00:02:50.732]➜     --> crates/nu-protocol/src/value/record.rs:291:20
2025-08-20T21:54:29.4923607Z [00:02:50.732]➜      |
2025-08-20T21:54:29.4924079Z [00:02:50.732]➜  291 |     pub fn columns(&self) -> Columns {
2025-08-20T21:54:29.4925074Z [00:02:50.732]➜      |                    ^^^^^     ------- the same lifetime is hidden here
2025-08-20T21:54:29.4925681Z [00:02:50.732]➜      |                    |
2025-08-20T21:54:29.4926251Z [00:02:50.732]➜      |                    the lifetime is elided here
2025-08-20T21:54:29.4926739Z [00:02:50.732]➜      |
2025-08-20T21:54:29.4927504Z [00:02:50.732]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4928496Z [00:02:50.732]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4928977Z [00:02:50.732]➜      |
2025-08-20T21:54:29.4929511Z [00:02:50.732]➜  291 |     pub fn columns(&self) -> Columns<'_> {
2025-08-20T21:54:29.4930152Z [00:02:50.732]➜      |                                     ++++
2025-08-20T21:54:29.4930628Z [00:02:50.732]➜  
2025-08-20T21:54:29.4931198Z [00:02:50.732]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4931953Z [00:02:50.732]➜     --> crates/nu-protocol/src/value/record.rs:303:19
2025-08-20T21:54:29.4932484Z [00:02:50.732]➜      |
2025-08-20T21:54:29.4932945Z [00:02:50.732]➜  303 |     pub fn values(&self) -> Values {
2025-08-20T21:54:29.4933595Z [00:02:50.732]➜      |                   ^^^^^     ------ the same lifetime is hidden here
2025-08-20T21:54:29.4934147Z [00:02:50.732]➜      |                   |
2025-08-20T21:54:29.4934690Z [00:02:50.732]➜      |                   the lifetime is elided here
2025-08-20T21:54:29.4935170Z [00:02:50.732]➜      |
2025-08-20T21:54:29.4935884Z [00:02:50.732]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4936631Z [00:02:50.732]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4937074Z [00:02:50.732]➜      |
2025-08-20T21:54:29.4937994Z [00:02:50.732]➜  303 |     pub fn values(&self) -> Values<'_> {
2025-08-20T21:54:29.4938650Z [00:02:50.732]➜      |                                   ++++
2025-08-20T21:54:29.4939127Z [00:02:50.732]➜  
2025-08-20T21:54:29.4939748Z [00:02:50.732]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:29.4940524Z [00:02:50.732]➜     --> crates/nu-protocol/src/value/record.rs:336:21
2025-08-20T21:54:29.4941045Z [00:02:50.732]➜      |
2025-08-20T21:54:29.4941554Z [00:02:50.732]➜  336 |     pub fn drain<R>(&mut self, range: R) -> Drain
2025-08-20T21:54:29.4942252Z [00:02:50.732]➜      |                     ^^^^^^^^^               ----- the same lifetime is hidden here
2025-08-20T21:54:29.4942854Z [00:02:50.732]➜      |                     |
2025-08-20T21:54:29.4943477Z [00:02:50.732]➜      |                     the lifetime is elided here
2025-08-20T21:54:29.4943971Z [00:02:50.732]➜      |
2025-08-20T21:54:29.4944702Z [00:02:50.732]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:29.4945486Z [00:02:50.732]➜  help: use `'_` for type paths
2025-08-20T21:54:29.4945959Z [00:02:50.732]➜      |
2025-08-20T21:54:29.4946499Z [00:02:50.732]➜  336 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_>
2025-08-20T21:54:29.4947155Z [00:02:50.732]➜      |                                                  ++++
2025-08-20T21:54:29.4947631Z [00:02:50.732]➜  
2025-08-20T21:54:30.0274834Z [00:02:51.266]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name stacker --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b1ac8d28e0709b6 -C extra-filename=-92bb37db7140da37 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern psm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpsm-a64e58c0a1f0261a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out`
2025-08-20T21:54:30.1835411Z [00:02:51.422]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerocopy --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=6d41339e1c6844c7 -C extra-filename=-ebf45e1669754a3e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:54:32.2085464Z [00:02:53.448]➜     Compiling nu-engine v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine)
2025-08-20T21:54:32.2103060Z [00:02:53.449]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_engine --edition=2024 crates/nu-engine/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="default"' --cfg 'feature="os"' --cfg 'feature="plugin"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os", "plugin"))' -C metadata=0d6f405a37e98745 -C extra-filename=-8566e9a94302fe2e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern nu_glob=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:34.6047238Z [00:02:55.844]➜     Compiling nu-plugin-protocol v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol)
2025-08-20T21:54:34.6065726Z [00:02:55.845]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_protocol --edition=2024 crates/nu-plugin-protocol/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="default"' --cfg 'feature="local-socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "local-socket"))' -C metadata=33d62d7a511e055f -C extra-filename=-cbe3887668f111db --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern rmp_serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp_serde-8fce83ac4076d77b.rmeta --extern semver=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsemver-5d28bf5d661ec6e8.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern typetag=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypetag-00437eceaa3f1103.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:34.8462942Z [00:02:56.086]➜     Compiling serde_urlencoded v0.7.1
2025-08-20T21:54:34.8493195Z [00:02:56.088]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde_urlencoded --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39bc866e02c8adbc -C extra-filename=-885a85f20e1eae20 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libform_urlencoded-22ab86262fa2efd2.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:35.1477220Z [00:02:56.387]➜     Compiling openssl-src v300.4.1+3.4.0
2025-08-20T21:54:35.1490404Z [00:02:56.388]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name openssl_src --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-src-300.4.1+3.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 --cfg 'feature="default"' --cfg 'feature="legacy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camellia", "default", "force-engine", "idea", "ktls", "legacy", "no-dso", "seed", "weak-crypto"))' -C metadata=19dee09bf0cb2644 -C extra-filename=-21ab73ac4d52500b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rmeta --cap-lints allow`
2025-08-20T21:54:35.3795887Z [00:02:56.619]➜     Compiling openssl-sys v0.9.107
2025-08-20T21:54:35.3811332Z [00:02:56.620]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_main --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=063b8036d90142e0 -C extra-filename=-262bffcf824bf0d0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-sys-262bffcf824bf0d0 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --extern openssl_src=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libopenssl_src-21ab73ac4d52500b.rlib --extern pkg_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rlib --extern vcpkg=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libvcpkg-31939969594be859.rlib --cap-lints allow`
2025-08-20T21:54:35.9947457Z [00:02:57.234]➜     Compiling nu-plugin-core v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core)
2025-08-20T21:54:35.9966355Z [00:02:57.235]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_core --edition=2024 crates/nu-plugin-core/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="default"' --cfg 'feature="interprocess"' --cfg 'feature="local-socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "interprocess", "local-socket"))' -C metadata=22746c6047f12d60 -C extra-filename=-6821e56da9eb3a1e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern interprocess=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinterprocess-6b548cfc83a85547.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern nu_plugin_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_protocol-cbe3887668f111db.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern rmp_serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp_serde-8fce83ac4076d77b.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:36.2501089Z [00:02:57.490]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:36.2502733Z [00:02:57.490]➜    --> crates/nu-plugin-core/src/communication_mode/local_socket/mod.rs:29:11
2025-08-20T21:54:36.2503608Z [00:02:57.490]➜     |
2025-08-20T21:54:36.2504197Z [00:02:57.490]➜  29 |     name: &OsStr,
2025-08-20T21:54:36.2504818Z [00:02:57.490]➜     |           ^^^^^^ the lifetime is elided here
2025-08-20T21:54:36.2510999Z [00:02:57.490]➜  30 | ) -> Result<interprocess::local_socket::Name, std::io::Error> {
2025-08-20T21:54:36.2511951Z [00:02:57.490]➜     |             -------------------------------- the same lifetime is hidden here
2025-08-20T21:54:36.2512535Z [00:02:57.491]➜     |
2025-08-20T21:54:36.2513310Z [00:02:57.491]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:36.2514252Z [00:02:57.491]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:54:36.2514906Z [00:02:57.491]➜  help: use `'_` for type paths
2025-08-20T21:54:36.2515367Z [00:02:57.491]➜     |
2025-08-20T21:54:36.2516092Z [00:02:57.491]➜  30 | ) -> Result<interprocess::local_socket::Name<'_>, std::io::Error> {
2025-08-20T21:54:36.2516835Z [00:02:57.491]➜     |                                             ++++
2025-08-20T21:54:36.2517331Z [00:02:57.491]➜  
2025-08-20T21:54:36.2518180Z [00:02:57.491]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:36.2519095Z [00:02:57.491]➜     --> crates/nu-plugin-core/src/interface/stream/mod.rs:322:13
2025-08-20T21:54:36.2519724Z [00:02:57.491]➜      |
2025-08-20T21:54:36.2520468Z [00:02:57.491]➜  322 |     fn lock(&self) -> Result<MutexGuard<StreamWriterSignalState>, ShellError> {
2025-08-20T21:54:36.2521522Z [00:02:57.491]➜      |             ^^^^^            ----------------------------------- the same lifetime is hidden here
2025-08-20T21:54:36.2522144Z [00:02:57.491]➜      |             |
2025-08-20T21:54:36.2522739Z [00:02:57.491]➜      |             the lifetime is elided here
2025-08-20T21:54:36.2523287Z [00:02:57.491]➜      |
2025-08-20T21:54:36.2524135Z [00:02:57.491]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:36.2525002Z [00:02:57.491]➜  help: use `'_` for type paths
2025-08-20T21:54:36.2525513Z [00:02:57.491]➜      |
2025-08-20T21:54:36.2526577Z [00:02:57.491]➜  322 |     fn lock(&self) -> Result<MutexGuard<'_, StreamWriterSignalState>, ShellError> {
2025-08-20T21:54:36.2527412Z [00:02:57.491]➜      |                                         +++
2025-08-20T21:54:36.2546469Z [00:02:57.491]➜  
2025-08-20T21:54:36.2547168Z [00:02:57.494]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:36.2548235Z [00:02:57.494]➜     --> crates/nu-plugin-core/src/interface/stream/mod.rs:405:16
2025-08-20T21:54:36.2548880Z [00:02:57.494]➜      |
2025-08-20T21:54:36.2549415Z [00:02:57.494]➜  405 |         state: &Mutex<StreamManagerState>,
2025-08-20T21:54:36.2550122Z [00:02:57.494]➜      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
2025-08-20T21:54:36.2550945Z [00:02:57.494]➜  406 |     ) -> Result<MutexGuard<StreamManagerState>, ShellError> {
2025-08-20T21:54:36.2551804Z [00:02:57.494]➜      |                 ------------------------------ the same lifetime is hidden here
2025-08-20T21:54:36.2552430Z [00:02:57.494]➜      |
2025-08-20T21:54:36.2553234Z [00:02:57.494]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:36.2554096Z [00:02:57.494]➜  help: use `'_` for type paths
2025-08-20T21:54:36.2554597Z [00:02:57.494]➜      |
2025-08-20T21:54:36.2555236Z [00:02:57.494]➜  406 |     ) -> Result<MutexGuard<'_, StreamManagerState>, ShellError> {
2025-08-20T21:54:36.2555926Z [00:02:57.494]➜      |                            +++
2025-08-20T21:54:36.2556388Z [00:02:57.494]➜  
2025-08-20T21:54:36.2556973Z [00:02:57.494]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:54:36.2557968Z [00:02:57.494]➜     --> crates/nu-plugin-core/src/interface/stream/mod.rs:426:13
2025-08-20T21:54:36.2558563Z [00:02:57.494]➜      |
2025-08-20T21:54:36.2559480Z [00:02:57.494]➜  426 |     fn lock(&self) -> Result<MutexGuard<StreamManagerState>, ShellError> {
2025-08-20T21:54:36.2560451Z [00:02:57.494]➜      |             ^^^^^            ------------------------------ the same lifetime is hidden here
2025-08-20T21:54:36.2561096Z [00:02:57.494]➜      |             |
2025-08-20T21:54:36.2561655Z [00:02:57.494]➜      |             the lifetime is elided here
2025-08-20T21:54:36.2562159Z [00:02:57.494]➜      |
2025-08-20T21:54:36.2562937Z [00:02:57.494]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:54:36.2563869Z [00:02:57.494]➜  help: use `'_` for type paths
2025-08-20T21:54:36.2564357Z [00:02:57.494]➜      |
2025-08-20T21:54:36.2565039Z [00:02:57.494]➜  426 |     fn lock(&self) -> Result<MutexGuard<'_, StreamManagerState>, ShellError> {
2025-08-20T21:54:36.2565812Z [00:02:57.494]➜      |                                         +++
2025-08-20T21:54:36.2566304Z [00:02:57.494]➜  
2025-08-20T21:54:37.5567658Z [00:02:58.797]➜  warning: `nu-plugin-core` (lib) generated 4 warnings
2025-08-20T21:54:37.5568808Z [00:02:58.797]➜     Compiling rand v0.9.0
2025-08-20T21:54:37.5585967Z [00:02:58.797]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="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=5112d5661e238b24 -C extra-filename=-9dc3818f11f07e16 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rand_chacha=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-ab9197f501a59b39.rmeta --extern rand_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-00065bc91c726ac4.rmeta --extern zerocopy=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-ebf45e1669754a3e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:38.1124126Z [00:02:59.352]➜     Compiling hyper v1.5.1
2025-08-20T21:54:38.1149267Z [00:02:59.353]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hyper --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=ecb619e7e565b14c -C extra-filename=-253dc85f57c343d6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern futures_channel=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_channel-0af6c03886683bf7.rmeta --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --extern h2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-899d8de1909acb15.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern http_body=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-365ffbf8ae454dce.rmeta --extern httparse=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttparse-0cf4a8445f87fe40.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern smallvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern want=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwant-79e630c432dd6eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:38.3338596Z [00:02:59.574]➜     Compiling quick-xml v0.37.5
2025-08-20T21:54:38.3466394Z [00:02:59.585]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="encoding"' --cfg 'feature="encoding_rs"' --cfg 'feature="overlapped-lists"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --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=094c9b91107b5553 -C extra-filename=-97c9d03a01c16b3e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern encoding_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:39.8605968Z [00:03:01.100]➜     Compiling hyper-util v0.1.10
2025-08-20T21:54:39.8635757Z [00:03:01.101]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hyper_util --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=b09298dd7350f9db -C extra-filename=-513808909860ce7e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern futures_channel=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_channel-0af6c03886683bf7.rmeta --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern http_body=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-365ffbf8ae454dce.rmeta --extern hyper=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-253dc85f57c343d6.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern socket2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocket2-bec1a37333192385.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tower_service=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtower_service-da3b80c2dd45bff6.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:40.5533079Z [00:03:01.793]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-sys-262bffcf824bf0d0/build-script-main`
2025-08-20T21:54:40.9629883Z [00:03:02.203]➜     Compiling tokio-rustls v0.26.1
2025-08-20T21:54:40.9651703Z [00:03:02.204]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio_rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.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="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=d38e4a21ba0cd420 -C extra-filename=-dbe506b1a392f7f8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:54:40.9773687Z [00:03:02.217]➜     Compiling atomic v0.6.0
2025-08-20T21:54:40.9784493Z [00:03:02.217]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name atomic --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-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("default", "fallback", "nightly", "std"))' -C metadata=56519185a49312c2 -C extra-filename=-09af666da43367bc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:41.1160421Z [00:03:02.356]➜     Compiling futures-executor v0.3.31
2025-08-20T21:54:41.1184698Z [00:03:02.357]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=c2525413afbbb109 -C extra-filename=-ba52c5f2ec7d6422 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern futures_task=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_task-baefbe77c8cb072c.rmeta --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:41.2111096Z [00:03:02.450]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=ec6c6ae79d5a9dcc -C extra-filename=-d92d17a09d6c85d0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-113562dca39a5794.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:41.3991828Z [00:03:02.639]➜     Compiling sha1_smol v1.0.1
2025-08-20T21:54:41.4048468Z [00:03:02.644]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sha1_smol --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1_smol-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "serde", "std"))' -C metadata=ca635e5790066fbe -C extra-filename=-13e65ad0041c7bcc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:41.4109059Z [00:03:02.651]➜     Compiling powerfmt v0.2.0
2025-08-20T21:54:41.4133226Z [00:03:02.652]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name powerfmt --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-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("alloc", "default", "macros", "std"))' -C metadata=0ae96e5494bfb526 -C extra-filename=-53a8ff0e932f6462 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:41.6372204Z [00:03:02.877]➜     Compiling static_assertions v1.1.0
2025-08-20T21:54:41.6390082Z [00:03:02.878]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=5940dc7ce33e6909 -C extra-filename=-1b2d2f41c3a1ffe7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:41.6552985Z [00:03:02.895]➜     Compiling rle-decode-fast v1.0.3
2025-08-20T21:54:41.6567384Z [00:03:02.896]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rle_decode_fast --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rle-decode-fast-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "criterion"))' -C metadata=918a933dccbdd040 -C extra-filename=-1d16e13e02f2a59a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:41.6616177Z [00:03:02.901]➜     Compiling snap v1.1.1
2025-08-20T21:54:41.6626098Z [00:03:02.902]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snap-1.1.1/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=599eed9a9ebf4d24 -C extra-filename=-fc21099a9d085fc9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/snap-fc21099a9d085fc9 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:41.6871807Z [00:03:02.927]➜     Compiling rustix v1.0.7
2025-08-20T21:54:41.6888438Z [00:03:02.928]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/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=5364471aac4ebf46 -C extra-filename=-cd899efe4c4273a4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-cd899efe4c4273a4 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:41.7232327Z [00:03:02.963]➜     Compiling libflate_lz77 v1.2.0
2025-08-20T21:54:41.7248077Z [00:03:02.964]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libflate_lz77 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libflate_lz77-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("core2", "hashbrown", "no_std"))' -C metadata=f84705b5265e7812 -C extra-filename=-d404e13fbc908005 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rle_decode_fast=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librle_decode_fast-1d16e13e02f2a59a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:41.8865945Z [00:03:03.126]➜     Compiling compact_str v0.8.0
2025-08-20T21:54:41.8888580Z [00:03:03.127]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name compact_str --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="serde"' --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=3eb43923fb689644 -C extra-filename=-a77465cb62671a7b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern castaway=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcastaway-c16cbd267e642195.rmeta --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern rustversion=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librustversion-505b86db035315ce.so --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern static_assertions=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstatic_assertions-1b2d2f41c3a1ffe7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:41.9548949Z [00:03:03.194]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/snap-fc21099a9d085fc9/build-script-build`
2025-08-20T21:54:41.9857485Z [00:03:03.226]➜     Compiling deranged v0.3.11
2025-08-20T21:54:41.9874310Z [00:03:03.226]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name deranged --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=d4957e63832c564a -C extra-filename=-073ace2e5e8a79a2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern powerfmt=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpowerfmt-53a8ff0e932f6462.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:42.0456428Z [00:03:03.285]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-cd899efe4c4273a4/build-script-build`
2025-08-20T21:54:42.1350289Z [00:03:03.375]➜     Compiling uuid v1.16.0
2025-08-20T21:54:42.1369458Z [00:03:03.375]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uuid --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="md5"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="sha1"' --cfg 'feature="std"' --cfg 'feature="v1"' --cfg 'feature="v3"' --cfg 'feature="v4"' --cfg 'feature="v5"' --cfg 'feature="v7"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=9e36a772a128d530 -C extra-filename=-aaefcdd53ce6461f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern atomic=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic-09af666da43367bc.rmeta --extern getrandom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-0a4d2c839adb79b5.rmeta --extern md5=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmd5-5d79f546fe65219c.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern sha1_smol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha1_smol-13e65ad0041c7bcc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:42.7412650Z [00:03:03.980]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand_chacha --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=63b37ec32ca9a74a -C extra-filename=-28658e2435cf7d87 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libppv_lite86-6e49459e122b9eb6.rmeta --extern rand_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-d92d17a09d6c85d0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:42.7953576Z [00:03:04.035]➜     Compiling futures v0.3.31
2025-08-20T21:54:42.8011115Z [00:03:04.039]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=282b2f4dbe58538d -C extra-filename=-931eb4d2a2e11f41 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_channel-0af6c03886683bf7.rmeta --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern futures_executor=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_executor-ba52c5f2ec7d6422.rmeta --extern futures_io=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_io-555b964945978c09.rmeta --extern futures_sink=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-6b89de715644702d.rmeta --extern futures_task=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_task-baefbe77c8cb072c.rmeta --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:42.8595518Z [00:03:04.099]➜     Compiling hyper-rustls v0.27.3
2025-08-20T21:54:42.8625846Z [00:03:04.100]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hyper_rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.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="http1"' --cfg 'feature="http2"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=ff9acfb5e7f97d45 -C extra-filename=-ab42500142c68361 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern hyper=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-253dc85f57c343d6.rmeta --extern hyper_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_util-513808909860ce7e.rmeta --extern rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rmeta --extern rustls_native_certs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-46704437ba50518e.rmeta --extern pki_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tokio_rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-dbe506b1a392f7f8.rmeta --extern tower_service=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtower_service-da3b80c2dd45bff6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:54:42.8744797Z [00:03:04.114]➜     Compiling time-macros v0.2.19
2025-08-20T21:54:42.8856390Z [00:03:04.123]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name time_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.19/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=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C debug-assertions=off --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=768695091f675da0 -C extra-filename=-01520dcedbb0479c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern num_conv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_conv-ad1370e0f1e32d78.rlib --extern time_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime_core-1e5e24273b2d9975.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:54:43.1533397Z [00:03:04.393]➜     Compiling sync_wrapper v1.0.2
2025-08-20T21:54:43.1553609Z [00:03:04.394]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sync_wrapper --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-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 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=4dc9a9c5afd18c86 -C extra-filename=-8309a39299af7249 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:43.2239410Z [00:03:04.464]➜     Compiling async-trait v0.1.83
2025-08-20T21:54:43.2252242Z [00:03:04.464]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name async_trait --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.83/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=5b2767d4a329fecb -C extra-filename=-e44bdddf6aa46194 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:54:43.6463125Z [00:03:04.886]➜     Compiling zstd-sys v2.0.13+zstd.1.5.6
2025-08-20T21:54:43.6489279Z [00:03:04.888]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.13+zstd.1.5.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 --cfg 'feature="legacy"' --cfg 'feature="std"' --cfg 'feature="zdict_builder"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=6aa2833eb717db50 -C extra-filename=-bc251e8085e67fc8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-sys-bc251e8085e67fc8 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --extern pkg_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rlib --cap-lints allow`
2025-08-20T21:54:44.1780546Z [00:03:05.418]➜     Compiling humantime v2.1.0
2025-08-20T21:54:44.1810018Z [00:03:05.420]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name humantime --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-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=842f47107fb88140 -C extra-filename=-4a74de14f4c8c8b4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:44.4733108Z [00:03:05.713]➜     Compiling adler32 v1.2.0
2025-08-20T21:54:44.4747053Z [00:03:05.714]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name adler32 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler32-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=51c81d4e16ddc040 -C extra-filename=-99defbd1a2ae2174 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:44.5716978Z [00:03:05.811]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T21:54:44.5734682Z [00:03:05.812]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=caf4e5260942b821 -C extra-filename=-9bad974913a05188 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:44.5971585Z [00:03:05.836]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name time_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-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=06858e307ef80f5f -C extra-filename=-59441e71e9752f5a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:44.6860821Z [00:03:05.926]➜     Compiling crc-catalog v1.1.1
2025-08-20T21:54:44.6878158Z [00:03:05.927]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crc_catalog --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-1.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=22f0f48b83169b0e -C extra-filename=-a0a1653e388b06af --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:44.7690188Z [00:03:06.008]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=e232f58bb6c4200d -C extra-filename=-ef494630329a9d1d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:44.7762404Z [00:03:06.016]➜     Compiling ipnet v2.10.1
2025-08-20T21:54:44.7859812Z [00:03:06.025]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ipnet --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=62068174bae65652 -C extra-filename=-9bb6d5bdb876969f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:45.2167194Z [00:03:06.456]➜     Compiling num_threads v0.1.7
2025-08-20T21:54:45.2191699Z [00:03:06.458]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_threads --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-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())' -C metadata=64774cc588795585 -C extra-filename=-a50e3667048136bd --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:45.4132973Z [00:03:06.652]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_conv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-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=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76813824e00d023b -C extra-filename=-0f2b5de8085c5a41 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:45.4558650Z [00:03:06.695]➜     Compiling array-init-cursor v0.2.1
2025-08-20T21:54:45.4570743Z [00:03:06.696]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name array_init_cursor --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-cursor-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=d8e0de0412e9a83e -C extra-filename=-11a3fc5ee4833d65 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:45.5225890Z [00:03:06.762]➜     Compiling time v0.3.37
2025-08-20T21:54:45.5271445Z [00:03:06.763]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name time --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.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=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=880a4c605fc3faba -C extra-filename=-42feb2eb3bd9d36f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern deranged=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libderanged-073ace2e5e8a79a2.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern num_conv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_conv-0f2b5de8085c5a41.rmeta --extern num_threads=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_threads-a50e3667048136bd.rmeta --extern powerfmt=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpowerfmt-53a8ff0e932f6462.rmeta --extern time_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime_core-59441e71e9752f5a.rmeta --extern time_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime_macros-01520dcedbb0479c.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:45.5663547Z [00:03:06.806]➜     Compiling planus v1.1.1
2025-08-20T21:54:45.5679237Z [00:03:06.807]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name planus --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/planus-1.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 --cfg 'feature="bytes-cache"' --cfg 'feature="default"' --cfg 'feature="hashbrown"' --cfg 'feature="std"' --cfg 'feature="string-cache"' --cfg 'feature="vtable-cache"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes-cache", "default", "extra-validation", "hashbrown", "std", "string-cache", "vtable-cache"))' -C metadata=8c91f1523ea6274b -C extra-filename=-d8acf1591a4aaf82 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern array_init_cursor=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarray_init_cursor-11a3fc5ee4833d65.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:45.5739072Z [00:03:06.812]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.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=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=4757643f7992c796 -C extra-filename=-c1bc0cdea0ee528c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern linux_raw_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-9bad974913a05188.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:54:46.4478308Z [00:03:07.688]➜     Compiling reqwest v0.12.9
2025-08-20T21:54:46.4528598Z [00:03:07.688]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name reqwest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls-native-roots"' --cfg 'feature="rustls-tls-native-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=b48f9744b2e3399c -C extra-filename=-df3edca4f9d58cce --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --extern h2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-899d8de1909acb15.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern http_body=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-365ffbf8ae454dce.rmeta --extern http_body_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body_util-c307991f0e3a14bf.rmeta --extern hyper=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-253dc85f57c343d6.rmeta --extern hyper_rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_rustls-ab42500142c68361.rmeta --extern hyper_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_util-513808909860ce7e.rmeta --extern ipnet=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libipnet-9bb6d5bdb876969f.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern mime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime-961a7ea6c9eb0c17.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rmeta --extern rustls_native_certs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-46704437ba50518e.rmeta --extern rustls_pemfile=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-2494db94d9f9f543.rmeta --extern rustls_pki_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern serde_urlencoded=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_urlencoded-885a85f20e1eae20.rmeta --extern sync_wrapper=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsync_wrapper-8309a39299af7249.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tokio_rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-dbe506b1a392f7f8.rmeta --extern tokio_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_util-bd91d4d2332e4a51.rmeta --extern tower_service=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtower_service-da3b80c2dd45bff6.rmeta --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:54:48.6156384Z [00:03:09.855]➜     Compiling crc v2.1.0
2025-08-20T21:54:48.6219455Z [00:03:09.861]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-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=725cd96784cdaa62 -C extra-filename=-753555d71f3f6388 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crc_catalog=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc_catalog-a0a1653e388b06af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:48.7935901Z [00:03:10.033]➜     Compiling libflate v1.4.0
2025-08-20T21:54:48.7954599Z [00:03:10.034]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libflate --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libflate-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core2", "no_std"))' -C metadata=7f9fa56b33914205 -C extra-filename=-56f01d0082008972 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern adler32=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libadler32-99defbd1a2ae2174.rmeta --extern crc32fast=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc32fast-6af78ad21a095569.rmeta --extern libflate_lz77=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibflate_lz77-d404e13fbc908005.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:49.5728576Z [00:03:10.812]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-sys-bc251e8085e67fc8/build-script-build`
2025-08-20T21:54:50.0431738Z [00:03:11.282]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=df6091cd07f613ce -C extra-filename=-328cb79e1068f009 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern rand_chacha=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-28658e2435cf7d87.rmeta --extern rand_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-d92d17a09d6c85d0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:50.8175200Z [00:03:12.057]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name snap --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snap-1.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=49ad31b2945d5988 -C extra-filename=-410905c7aba2864d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:51.2526685Z [00:03:12.492]➜     Compiling slotmap v1.0.7
2025-08-20T21:54:51.2534514Z [00:03:12.493]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.0.7/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", "unstable"))' -C metadata=0f8ebca9c0b476e2 -C extra-filename=-767365a0414cdc3c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slotmap-767365a0414cdc3c -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:54:51.4975988Z [00:03:12.737]➜     Compiling simdutf8 v0.1.5
2025-08-20T21:54:51.4991036Z [00:03:12.738]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name simdutf8 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simdutf8-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 --cfg 'feature="aarch64_neon"' --cfg 'feature="default"' --cfg 'feature="public_imp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64_neon", "aarch64_neon_prefetch", "default", "hints", "public_imp", "std"))' -C metadata=5dd7a2a5e7ef4a90 -C extra-filename=-aa4ae3360dc91e0a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:51.7561601Z [00:03:12.996]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slotmap-767365a0414cdc3c/build-script-build`
2025-08-20T21:54:51.8044370Z [00:03:13.044]➜     Compiling avro-schema v0.3.0
2025-08-20T21:54:51.8066471Z [00:03:13.045]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name avro_schema --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/avro-schema-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 --cfg 'feature="compression"' --cfg 'feature="crc"' --cfg 'feature="default"' --cfg 'feature="libflate"' --cfg 'feature="snap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-stream", "compression", "crc", "default", "full", "futures", "libflate", "snap"))' -C metadata=2f938685e48bf9e1 -C extra-filename=-9ebb369c1d5cc809 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc-753555d71f3f6388.rmeta --extern fallible_streaming_iterator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_streaming_iterator-e12849ee5d71bb20.rmeta --extern libflate=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibflate-56f01d0082008972.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern snap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsnap-410905c7aba2864d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:52.8667573Z [00:03:14.107]➜  warning: `nu-protocol` (lib) generated 13 warnings
2025-08-20T21:54:52.8672809Z [00:03:14.107]➜     Compiling object_store v0.12.1
2025-08-20T21:54:52.8740546Z [00:03:14.109]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name object_store --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object_store-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="aws"' --cfg 'feature="base64"' --cfg 'feature="cloud"' --cfg 'feature="form_urlencoded"' --cfg 'feature="fs"' --cfg 'feature="http"' --cfg 'feature="http-body-util"' --cfg 'feature="hyper"' --cfg 'feature="md-5"' --cfg 'feature="quick-xml"' --cfg 'feature="rand"' --cfg 'feature="reqwest"' --cfg 'feature="ring"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="serde_urlencoded"' --cfg 'feature="walkdir"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws", "azure", "base64", "cloud", "default", "form_urlencoded", "fs", "gcp", "http", "http-body-util", "httparse", "hyper", "integration", "md-5", "quick-xml", "rand", "reqwest", "ring", "rustls-pemfile", "serde", "serde_json", "serde_urlencoded", "tls-webpki-roots", "walkdir"))' -C metadata=da690e74f3dd4ba5 -C extra-filename=-b6453585943ba029 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libasync_trait-e44bdddf6aa46194.so --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern form_urlencoded=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libform_urlencoded-22ab86262fa2efd2.rmeta --extern futures=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern http_body_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body_util-c307991f0e3a14bf.rmeta --extern humantime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhumantime-4a74de14f4c8c8b4.rmeta --extern hyper=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-253dc85f57c343d6.rmeta --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta --extern md5=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmd5-5d79f546fe65219c.rmeta --extern parking_lot=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern quick_xml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-97c9d03a01c16b3e.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-9dc3818f11f07e16.rmeta --extern reqwest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreqwest-df3edca4f9d58cce.rmeta --extern ring=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern serde_urlencoded=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_urlencoded-885a85f20e1eae20.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta --extern walkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:54:53.3234520Z [00:03:14.563]➜     Compiling polars-arrow-format v0.2.0
2025-08-20T21:54:53.3253547Z [00:03:14.564]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_arrow_format --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-arrow-format-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="ipc"' --cfg 'feature="planus"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flight-data", "flight-service", "full", "ipc", "planus", "prost", "prost-derive", "serde", "tonic"))' -C metadata=18d93e39234b1ea6 -C extra-filename=-d828df9365df6f4a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern planus=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplanus-d8acf1591a4aaf82.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:54.0022729Z [00:03:15.242]➜     Compiling http v0.2.12
2025-08-20T21:54:54.0053433Z [00:03:15.244]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name http --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95b3a642beb65f82 -C extra-filename=-8c953989138211f3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern fnv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfnv-5237c5e632f27eca.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:55.4409357Z [00:03:16.681]➜     Compiling polars-utils v0.49.1
2025-08-20T21:54:55.4475916Z [00:03:16.687]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-utils-0.49.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::collapsible_if' -C debug-assertions=off --cfg 'feature="bigidx"' --cfg 'feature="memmap"' --cfg 'feature="mmap"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigidx", "dsl-schema", "ir_serde", "memmap", "mmap", "nightly", "polars_cloud_server", "pyo3", "python", "serde", "sysinfo"))' -C metadata=f884b4a1977462d4 -C extra-filename=-5e0d156a9a1a03c7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-utils-5e0d156a9a1a03c7 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:54:55.7200872Z [00:03:16.960]➜     Compiling num-integer v0.1.46
2025-08-20T21:54:55.7223185Z [00:03:16.961]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_integer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=7305dc710f52ddf0 -C extra-filename=-25bf9e2f94470652 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:56.1466632Z [00:03:17.386]➜     Compiling lz4-sys v1.11.1+lz4-1.10.0
2025-08-20T21:54:56.1499580Z [00:03:17.389]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lz4-sys-1.11.1+lz4-1.10.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=c9d4231b0136262c -C extra-filename=-1bd6143cfd3b3cd3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lz4-sys-1bd6143cfd3b3cd3 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --cap-lints allow`
2025-08-20T21:54:56.5802116Z [00:03:17.820]➜     Compiling atoi_simd v0.16.0
2025-08-20T21:54:56.5819689Z [00:03:17.821]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name atoi_simd --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atoi_simd-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=03446cbd98394c8b -C extra-filename=-76f28a6528d4c3c3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:54:56.7379172Z [00:03:17.978]➜     Compiling zstd-safe v7.2.1
2025-08-20T21:54:56.7395862Z [00:03:17.979]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.1/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="arrays"' --cfg 'feature="legacy"' --cfg 'feature="std"' --cfg 'feature="zdict_builder"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=aafdce8c75eb0d4b -C extra-filename=-2c3f57cfec6e39e8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-safe-2c3f57cfec6e39e8 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:54:56.9961755Z [00:03:18.236]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lz4-sys-1bd6143cfd3b3cd3/build-script-build`
2025-08-20T21:54:57.4984928Z [00:03:18.738]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-utils-5e0d156a9a1a03c7/build-script-build`
2025-08-20T21:54:57.5449097Z [00:03:18.784]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name slotmap --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "unstable"))' -C metadata=e776e0166db92b3b -C extra-filename=-db7e07194dd82ec1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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_min_const_generics`
2025-08-20T21:54:58.0294346Z [00:03:19.269]➜     Compiling raw-cpuid v11.2.0
2025-08-20T21:54:58.0310002Z [00:03:19.270]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name raw_cpuid --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/raw-cpuid-11.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("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=8c9ef3118be2c56f -C extra-filename=-315ecd3de6af70a2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:00.6127945Z [00:03:21.853]➜     Compiling polars-error v0.49.1
2025-08-20T21:55:00.6156087Z [00:03:21.854]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_error --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-error-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="arrow-format"' --cfg 'feature="avro-schema"' --cfg 'feature="object_store"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrow-format", "avro-schema", "object_store", "python", "regex"))' -C metadata=edbc4cdc831b08f8 -C extra-filename=-03ea6283c1410406 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern avro_schema=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libavro_schema-9ebb369c1d5cc809.rmeta --extern object_store=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject_store-b6453585943ba029.rmeta --extern parking_lot=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rmeta --extern arrow_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow_format-d828df9365df6f4a.rmeta --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --extern signal_hook=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook-eaadab8a4ab73297.rmeta --extern simdutf8=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimdutf8-aa4ae3360dc91e0a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:55:01.0100989Z [00:03:22.250]➜     Compiling bincode v1.3.3
2025-08-20T21:55:01.0111639Z [00:03:22.250]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bincode --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("i128"))' -C metadata=97a51227c09e227d -C extra-filename=-1d31f44e86027a08 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:01.5063766Z [00:03:22.746]➜     Compiling polars-schema v0.49.1
2025-08-20T21:55:01.5194547Z [00:03:22.759]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-schema-0.49.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::collapsible_if' -C debug-assertions=off --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dsl-schema", "nightly", "serde"))' -C metadata=c4e3c56c2cfd6ac7 -C extra-filename=-3c1e7021f7e123db --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-schema-3c1e7021f7e123db -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:55:01.8142784Z [00:03:23.054]➜     Compiling memmap2 v0.9.5
2025-08-20T21:55:01.8156607Z [00:03:23.055]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name memmap2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=3d40248d26a9fe78 -C extra-filename=-e4117185f8458c0b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:02.1117906Z [00:03:23.352]➜     Compiling glob v0.3.1
2025-08-20T21:55:02.1143268Z [00:03:23.353]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name glob --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=faa500b53bd10e91 -C extra-filename=-7dbad827ab1b7f61 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:02.6699344Z [00:03:23.910]➜     Compiling fast-float2 v0.2.3
2025-08-20T21:55:02.6717723Z [00:03:23.911]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fast_float2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast-float2-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=19528697b91d5a3e -C extra-filename=-fe340760a2b24033 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:02.8458876Z [00:03:24.083]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_utils --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-utils-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="bigidx"' --cfg 'feature="memmap"' --cfg 'feature="mmap"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigidx", "dsl-schema", "ir_serde", "memmap", "mmap", "nightly", "polars_cloud_server", "pyo3", "python", "serde", "sysinfo"))' -C metadata=0f342e9dc86e6c43 -C extra-filename=-cb8016289642c2ca --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bincode=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbincode-1d31f44e86027a08.rmeta --extern bytemuck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern compact_str=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcompact_str-a77465cb62671a7b.rmeta --extern flate2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate2-fa7e7ce6669aee27.rmeta --extern foldhash=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfoldhash-dbcc77a37defdd66.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern memmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemmap2-e4117185f8458c0b.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rmeta --extern raw_cpuid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libraw_cpuid-315ecd3de6af70a2.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --extern rmp_serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp_serde-8fce83ac4076d77b.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern slotmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslotmap-db7e07194dd82ec1.rmeta --extern stacker=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstacker-92bb37db7140da37.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out`
2025-08-20T21:55:04.6067269Z [00:03:25.846]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-schema-3c1e7021f7e123db/build-script-build`
2025-08-20T21:55:04.6340956Z [00:03:25.874]➜     Compiling http-body v0.4.6
2025-08-20T21:55:04.6361130Z [00:03:25.875]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name http_body --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65572e4c99ea8a81 -C extra-filename=-275585e7b054e969 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:04.8402104Z [00:03:26.080]➜     Compiling polars-arrow v0.49.1
2025-08-20T21:55:04.8471135Z [00:03:26.082]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-arrow-0.49.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::collapsible_if' -C debug-assertions=off --cfg 'feature="arrow-format"' --cfg 'feature="atoi_simd"' --cfg 'feature="avro-schema"' --cfg 'feature="bigidx"' --cfg 'feature="chrono-tz"' --cfg 'feature="compute"' --cfg 'feature="compute_aggregate"' --cfg 'feature="compute_arithmetics"' --cfg 'feature="compute_arithmetics_decimal"' --cfg 'feature="compute_bitwise"' --cfg 'feature="compute_boolean"' --cfg 'feature="compute_boolean_kleene"' --cfg 'feature="compute_comparison"' --cfg 'feature="compute_temporal"' --cfg 'feature="default"' --cfg 'feature="dtype-decimal"' --cfg 'feature="io_avro"' --cfg 'feature="io_avro_compression"' --cfg 'feature="io_ipc"' --cfg 'feature="io_ipc_compression"' --cfg 'feature="itoa"' --cfg 'feature="lz4"' --cfg 'feature="serde"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrow-format", "async-stream", "atoi_simd", "avro-schema", "bigidx", "chrono-tz", "compute", "compute_aggregate", "compute_arithmetics", "compute_arithmetics_decimal", "compute_bitwise", "compute_boolean", "compute_boolean_kleene", "compute_comparison", "compute_temporal", "default", "dsl-schema", "dtype-array", "dtype-decimal", "full", "futures", "io_avro", "io_avro_async", "io_avro_compression", "io_flight", "io_ipc", "io_ipc_compression", "itoa", "lz4", "nightly", "performant", "proptest", "serde", "simd", "strings", "temporal", "timezones", "tokio", "zstd"))' -C metadata=3883dc0d4dad402b -C extra-filename=-06dc1f98f311e5a3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-arrow-06dc1f98f311e5a3 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:55:05.0973366Z [00:03:26.337]➜     Compiling fastrand v2.3.0
2025-08-20T21:55:05.0985594Z [00:03:26.338]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=4f7d104fa5fe4ff1 -C extra-filename=-7f5a6b006db81192 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:05.4087081Z [00:03:26.648]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-arrow-06dc1f98f311e5a3/build-script-build`
2025-08-20T21:55:05.4575208Z [00:03:26.696]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_schema --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-schema-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dsl-schema", "nightly", "serde"))' -C metadata=9104193e13ba9aac -C extra-filename=-5944240f1f5c4d5a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out`
2025-08-20T21:55:05.6766359Z [00:03:26.916]➜     Compiling polars-compute v0.49.1
2025-08-20T21:55:05.6776872Z [00:03:26.917]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-compute-0.49.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::collapsible_if' -C debug-assertions=off --cfg 'feature="approx_unique"' --cfg 'feature="cast"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-i128"' --cfg 'feature="gather"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("approx_unique", "cast", "dsl-schema", "dtype-array", "dtype-decimal", "dtype-i128", "gather", "nightly", "serde", "simd"))' -C metadata=aa675208d9dca3fd -C extra-filename=-8103600b811be3bd --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-compute-8103600b811be3bd -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:55:05.8323697Z [00:03:27.072]➜     Compiling minimal-lexical v0.2.1
2025-08-20T21:55:05.8342369Z [00:03:27.073]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=49ba01cdf6d3369e -C extra-filename=-cd352522f2381349 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:06.2672975Z [00:03:27.507]➜     Compiling dyn-clone v1.0.17
2025-08-20T21:55:06.2687549Z [00:03:27.508]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dyn_clone --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4244306a31533307 -C extra-filename=-3a55b8eb1be4a805 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:06.4231967Z [00:03:27.663]➜     Compiling utf8parse v0.2.2
2025-08-20T21:55:06.4242515Z [00:03:27.663]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=3628cc1cd4d5f7e4 -C extra-filename=-568fbb869ba40b86 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:06.5369253Z [00:03:27.777]➜     Compiling ethnum v1.5.0
2025-08-20T21:55:06.5382906Z [00:03:27.777]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ethnum --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ethnum-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("ethnum-intrinsics", "llvm-intrinsics", "macros", "serde"))' -C metadata=342066dcf0540e3e -C extra-filename=-9358e7cc56614dee --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:07.6034126Z [00:03:28.843]➜     Compiling vsimd v0.8.0
2025-08-20T21:55:07.6048188Z [00:03:28.844]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name vsimd --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsimd-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="detect"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "detect", "std", "unstable"))' -C metadata=d47fb2a5a0cab4bd -C extra-filename=-cb52266f376f8b4b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:08.2301299Z [00:03:29.470]➜     Compiling streaming-iterator v0.1.9
2025-08-20T21:55:08.2318566Z [00:03:29.471]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name streaming_iterator --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/streaming-iterator-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=84e3c8516edbc601 -C extra-filename=-be5c301492afe7b9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:08.6059860Z [00:03:29.846]➜     Compiling outref v0.5.1
2025-08-20T21:55:08.6078645Z [00:03:29.847]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name outref --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/outref-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=b9527902ec0d8d36 -C extra-filename=-853c906c9906fba1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:08.7213667Z [00:03:29.961]➜     Compiling base64-simd v0.8.0
2025-08-20T21:55:08.7228497Z [00:03:29.961]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name base64_simd --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-simd-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="detect"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "detect", "std", "unstable"))' -C metadata=0370e2cb1e5a7e58 -C extra-filename=-c3e52b4397227368 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern outref=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboutref-853c906c9906fba1.rmeta --extern vsimd=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvsimd-cb52266f376f8b4b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:09.2432561Z [00:03:30.483]➜     Compiling anstyle-parse v0.2.6
2025-08-20T21:55:09.2467630Z [00:03:30.484]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=65abd6a15419b049 -C extra-filename=-0a62d2c6fc5df59d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8parse-568fbb869ba40b86.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:09.3889220Z [00:03:30.626]➜     Compiling nom v7.1.3
2025-08-20T21:55:09.3905096Z [00:03:30.629]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=d3d319867183f237 -C extra-filename=-d22ae7dcdc92682a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern minimal_lexical=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminimal_lexical-cd352522f2381349.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:11.3203802Z [00:03:32.560]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-compute-8103600b811be3bd/build-script-build`
2025-08-20T21:55:11.3756201Z [00:03:32.615]➜     Compiling skiplist v0.5.1
2025-08-20T21:55:11.3774390Z [00:03:32.616]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name skiplist --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/skiplist-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=d3512fc5cc049b35 -C extra-filename=-467b7355a472c010 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:11.8847050Z [00:03:33.124]➜     Compiling libz-sys v1.1.20
2025-08-20T21:55:11.8859844Z [00:03:33.125]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/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(zng)' -C debug-assertions=off --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=375842af00383de6 -C extra-filename=-43eb14db8c4636fd --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libz-sys-43eb14db8c4636fd -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --extern pkg_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rlib --extern vcpkg=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libvcpkg-31939969594be859.rlib --cap-lints allow`
2025-08-20T21:55:12.2930011Z [00:03:33.533]➜     Compiling bytes-utils v0.1.4
2025-08-20T21:55:12.2942954Z [00:03:33.533]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bytes_utils --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-utils-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9319150e9b676c34 -C extra-filename=-59b4b8ae1f9e0280 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:12.5362828Z [00:03:33.776]➜     Compiling phf_shared v0.10.0
2025-08-20T21:55:12.5373339Z [00:03:33.776]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name phf_shared --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.10.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", "uncased", "unicase"))' -C metadata=5f19b41da61119ad -C extra-filename=-ff0f79df0a77b28a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern siphasher=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsiphasher-51fd2d5d901c2515.rmeta --cap-lints allow`
2025-08-20T21:55:12.5682613Z [00:03:33.808]➜     Compiling strength_reduce v0.2.4
2025-08-20T21:55:12.5746055Z [00:03:33.814]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name strength_reduce --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strength_reduce-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59f29cdb7417ddd7 -C extra-filename=-a01e3c129344d33a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:12.6563744Z [00:03:33.896]➜     Compiling anstyle-query v1.1.2
2025-08-20T21:55:12.6592465Z [00:03:33.897]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=4008f467973765f1 -C extra-filename=-e4e0dece7cb39766 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:12.7237416Z [00:03:33.963]➜     Compiling anstyle v1.0.10
2025-08-20T21:55:12.7264241Z [00:03:33.964]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=2a83ccc28ba6962f -C extra-filename=-214268fa4e260649 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:12.7319945Z [00:03:33.971]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lz4_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lz4-sys-1.11.1+lz4-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c554da2cf09355c -C extra-filename=-866a5e22df216a40 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -l static=lz4`
2025-08-20T21:55:12.7648323Z [00:03:34.004]➜     Compiling colorchoice v1.0.3
2025-08-20T21:55:12.7672857Z [00:03:34.005]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=28500242f2c50881 -C extra-filename=-f7b0c4654c297647 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:12.8127565Z [00:03:34.052]➜     Compiling lz4 v1.28.0
2025-08-20T21:55:12.8144106Z [00:03:34.053]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lz4 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lz4-1.28.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=eba5de8712539aac -C extra-filename=-be8a016ccab53006 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern lz4_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4_sys-866a5e22df216a40.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out`
2025-08-20T21:55:12.8639599Z [00:03:34.103]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T21:55:12.8662563Z [00:03:34.104]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=ed786e364f53a79d -C extra-filename=-9e3e3213721a8892 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:12.9440976Z [00:03:34.184]➜     Compiling anstream v0.6.18
2025-08-20T21:55:12.9496774Z [00:03:34.184]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=d10607554f78de59 -C extra-filename=-b0fa21c5f8dcbacf --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle-214268fa4e260649.rmeta --extern anstyle_parse=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle_parse-0a62d2c6fc5df59d.rmeta --extern anstyle_query=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle_query-e4e0dece7cb39766.rmeta --extern colorchoice=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcolorchoice-f7b0c4654c297647.rmeta --extern is_terminal_polyfill=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_terminal_polyfill-9e3e3213721a8892.rmeta --extern utf8parse=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8parse-568fbb869ba40b86.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:12.9651488Z [00:03:34.202]➜     Compiling phf_generator v0.10.0
2025-08-20T21:55:12.9661213Z [00:03:34.205]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name phf_generator --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.10.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("criterion"))' -C metadata=a706785db6dd2a3b -C extra-filename=-dff2ed38bd560d6e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf_shared=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-ff0f79df0a77b28a.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand-dde15a4a0ea74391.rmeta --cap-lints allow`
2025-08-20T21:55:12.9951190Z [00:03:34.235]➜     Compiling aws-smithy-types v1.2.9
2025-08-20T21:55:13.0102213Z [00:03:34.248]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_smithy_types --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-smithy-types-1.2.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=unexpected_cfgs --cfg 'feature="byte-stream-poll-next"' --cfg 'feature="http-body-0-4-x"' --cfg 'feature="http-body-1-x"' --cfg 'feature="test-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "hyper-0-14-x", "rt-tokio", "serde-deserialize", "serde-serialize", "test-util"))' -C metadata=99b36f9b59428c10 -C extra-filename=-7791f685ef99ded5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern base64_simd=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64_simd-c3e52b4397227368.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern bytes_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes_utils-59b4b8ae1f9e0280.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern http_1x=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern http_body_0_4=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-275585e7b054e969.rmeta --extern http_body_1_0=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-365ffbf8ae454dce.rmeta --extern http_body_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body_util-c307991f0e3a14bf.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern num_integer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_integer-25bf9e2f94470652.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern pin_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_utils-dbf4f9e23e565d3f.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --extern time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime-42feb2eb3bd9d36f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:13.0291587Z [00:03:34.269]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libz-sys-43eb14db8c4636fd/build-script-build`
2025-08-20T21:55:13.2528655Z [00:03:34.493]➜     Compiling utf-8 v0.7.6
2025-08-20T21:55:13.2538361Z [00:03:34.493]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name utf8 --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=244455cc27d6de2d -C extra-filename=-ad42f944fb0a6f85 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:13.3586560Z [00:03:34.597]➜     Compiling string_cache_codegen v0.5.2
2025-08-20T21:55:13.3596818Z [00:03:34.599]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name string_cache_codegen --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache_codegen-0.5.2/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=151a049442163da3 -C extra-filename=-da18c40b8b01dffe --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf_generator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-dff2ed38bd560d6e.rmeta --extern phf_shared=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-ff0f79df0a77b28a.rmeta --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rmeta --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rmeta --cap-lints allow`
2025-08-20T21:55:13.4609768Z [00:03:34.701]➜     Compiling nu-plugin v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin)
2025-08-20T21:55:13.4649450Z [00:03:34.703]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin --edition=2024 crates/nu-plugin/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="default"' --cfg 'feature="local-socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "local-socket"))' -C metadata=53fa7fad2e44322b -C extra-filename=-f9c9a17f9fd71d3e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern nix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_plugin_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_core-6821e56da9eb3a1e.rmeta --extern nu_plugin_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_protocol-cbe3887668f111db.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:13.8680682Z [00:03:35.108]➜     Compiling cpufeatures v0.2.16
2025-08-20T21:55:13.8690507Z [00:03:35.108]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cpufeatures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-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())' -C metadata=0c56dcc353c62968 -C extra-filename=-4cd02f6d3bc04380 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:13.8765816Z [00:03:35.116]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:55:13.8770573Z [00:03:35.117]➜     --> crates/nu-plugin/src/plugin/command.rs:127:17
2025-08-20T21:55:13.8771278Z [00:03:35.117]➜      |
2025-08-20T21:55:13.8771820Z [00:03:35.117]➜  127 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:55:13.8772587Z [00:03:35.117]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:55:13.8773205Z [00:03:35.117]➜      |                 |
2025-08-20T21:55:13.8788999Z [00:03:35.117]➜      |                 the lifetime is elided here
2025-08-20T21:55:13.8791089Z [00:03:35.117]➜      |
2025-08-20T21:55:13.8794717Z [00:03:35.117]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:55:13.8795690Z [00:03:35.117]➜      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:55:13.8796334Z [00:03:35.117]➜  help: use `'_` for type paths
2025-08-20T21:55:13.8796806Z [00:03:35.117]➜      |
2025-08-20T21:55:13.8797315Z [00:03:35.117]➜  127 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:55:13.8798117Z [00:03:35.117]➜      |                                      ++++
2025-08-20T21:55:13.8798595Z [00:03:35.117]➜  
2025-08-20T21:55:13.8799189Z [00:03:35.117]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:55:13.8799996Z [00:03:35.117]➜     --> crates/nu-plugin/src/plugin/command.rs:265:17
2025-08-20T21:55:13.8800562Z [00:03:35.117]➜      |
2025-08-20T21:55:13.8801085Z [00:03:35.117]➜  265 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:55:13.8802100Z [00:03:35.117]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:55:13.8802688Z [00:03:35.117]➜      |                 |
2025-08-20T21:55:13.8803270Z [00:03:35.117]➜      |                 the lifetime is elided here
2025-08-20T21:55:13.8803848Z [00:03:35.117]➜      |
2025-08-20T21:55:13.8804638Z [00:03:35.117]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:55:13.8805480Z [00:03:35.117]➜  help: use `'_` for type paths
2025-08-20T21:55:13.8805961Z [00:03:35.117]➜      |
2025-08-20T21:55:13.8806487Z [00:03:35.117]➜  265 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:55:13.8807138Z [00:03:35.117]➜      |                                      ++++
2025-08-20T21:55:13.8807626Z [00:03:35.117]➜  
2025-08-20T21:55:13.8808440Z [00:03:35.117]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:55:13.8809279Z [00:03:35.117]➜     --> crates/nu-plugin/src/plugin/command.rs:300:17
2025-08-20T21:55:13.8809848Z [00:03:35.117]➜      |
2025-08-20T21:55:13.8822148Z [00:03:35.117]➜  300 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:55:13.8822901Z [00:03:35.117]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:55:13.8823559Z [00:03:35.117]➜      |                 |
2025-08-20T21:55:13.8824152Z [00:03:35.117]➜      |                 the lifetime is elided here
2025-08-20T21:55:13.8824762Z [00:03:35.117]➜      |
2025-08-20T21:55:13.8825580Z [00:03:35.117]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:55:13.8826420Z [00:03:35.117]➜  help: use `'_` for type paths
2025-08-20T21:55:13.8826920Z [00:03:35.117]➜      |
2025-08-20T21:55:13.8827467Z [00:03:35.117]➜  300 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:55:13.8828412Z [00:03:35.117]➜      |                                      ++++
2025-08-20T21:55:13.8828927Z [00:03:35.117]➜  
2025-08-20T21:55:13.9353698Z [00:03:35.175]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.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="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=a3216a5d06db0ab4 -C extra-filename=-c1f71e7d878f8f58 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:14.1430261Z [00:03:35.383]➜     Compiling new_debug_unreachable v1.0.6
2025-08-20T21:55:14.1439697Z [00:03:35.383]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name debug_unreachable --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7e39f6e216b46c7 -C extra-filename=-84e4020c8871f4af --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:14.2120860Z [00:03:35.452]➜     Compiling sha2 v0.10.8
2025-08-20T21:55:14.2162013Z [00:03:35.455]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sha2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.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("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=73174cb90141f85e -C extra-filename=-fe60a345b99169f2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern cpufeatures=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcpufeatures-4cd02f6d3bc04380.rmeta --extern digest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdigest-774f7dc4d5dc9ce8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:14.8790261Z [00:03:36.119]➜     Compiling nu-plugin-engine v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine)
2025-08-20T21:55:14.8812159Z [00:03:36.120]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_engine --edition=2024 crates/nu-plugin-engine/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="default"' --cfg 'feature="local-socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "local-socket"))' -C metadata=9c8faee9e570f812 -C extra-filename=-3f01238bbe5ba34c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_plugin_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_core-6821e56da9eb3a1e.rmeta --extern nu_plugin_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_protocol-cbe3887668f111db.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_system=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_system-35496a8031b0670a.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:14.9353392Z [00:03:36.175]➜     Compiling aws-smithy-async v1.2.1
2025-08-20T21:55:14.9371455Z [00:03:36.176]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_smithy_async --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-smithy-async-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="rt-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rt-tokio", "test-util"))' -C metadata=eb003b2b4f6a1494 -C extra-filename=-5cfea17bf4f9274d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:15.2079107Z [00:03:36.448]➜     Compiling wayland-sys v0.31.5
2025-08-20T21:55:15.2091126Z [00:03:36.448]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-sys-0.31.5/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=d1e3e8b24dfc9975 -C extra-filename=-73684a031be37e5a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-sys-73684a031be37e5a -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern pkg_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rlib --cap-lints allow`
2025-08-20T21:55:15.2921176Z [00:03:36.532]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:55:15.2955695Z [00:03:36.535]➜    --> crates/nu-plugin-engine/src/declaration.rs:52:17
2025-08-20T21:55:15.2963814Z [00:03:36.535]➜     |
2025-08-20T21:55:15.2964393Z [00:03:36.535]➜  52 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:55:15.2965208Z [00:03:36.535]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:55:15.2965859Z [00:03:36.535]➜     |                 |
2025-08-20T21:55:15.2966487Z [00:03:36.535]➜     |                 the lifetime is elided here
2025-08-20T21:55:15.2967035Z [00:03:36.535]➜     |
2025-08-20T21:55:15.2975434Z [00:03:36.535]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:55:15.2976601Z [00:03:36.535]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:55:15.2977323Z [00:03:36.535]➜  help: use `'_` for type paths
2025-08-20T21:55:15.2981143Z [00:03:36.535]➜     |
2025-08-20T21:55:15.2982916Z [00:03:36.535]➜  52 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:55:15.2983954Z [00:03:36.535]➜     |                                      ++++
2025-08-20T21:55:15.2984537Z [00:03:36.535]➜  
2025-08-20T21:55:15.2985200Z [00:03:36.536]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:55:15.2986088Z [00:03:36.536]➜    --> crates/nu-plugin-engine/src/process.rs:35:21
2025-08-20T21:55:15.2986709Z [00:03:36.536]➜     |
2025-08-20T21:55:15.2988742Z [00:03:36.537]➜  35 |     fn lock_mutable(&self) -> Result<MutexGuard<MutablePart>, ShellError> {
2025-08-20T21:55:15.2989737Z [00:03:36.538]➜     |                     ^^^^^            ----------------------- the same lifetime is hidden here
2025-08-20T21:55:15.2990443Z [00:03:36.539]➜     |                     |
2025-08-20T21:55:15.2994741Z [00:03:36.539]➜     |                     the lifetime is elided here
2025-08-20T21:55:15.2998744Z [00:03:36.540]➜     |
2025-08-20T21:55:15.3003430Z [00:03:36.540]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:55:15.3008255Z [00:03:36.540]➜  help: use `'_` for type paths
2025-08-20T21:55:15.3010466Z [00:03:36.541]➜     |
2025-08-20T21:55:15.3011775Z [00:03:36.541]➜  35 |     fn lock_mutable(&self) -> Result<MutexGuard<'_, MutablePart>, ShellError> {
2025-08-20T21:55:15.3013514Z [00:03:36.541]➜     |                                                 +++
2025-08-20T21:55:15.3015303Z [00:03:36.541]➜  
2025-08-20T21:55:15.4801489Z [00:03:36.720]➜     Compiling polars-core v0.49.1
2025-08-20T21:55:15.4822724Z [00:03:36.720]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-core-0.49.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::collapsible_if' -C debug-assertions=off --cfg 'feature="algorithm_group_by"' --cfg 'feature="bigidx"' --cfg 'feature="checked_arithmetic"' --cfg 'feature="chrono"' --cfg 'feature="chrono-tz"' --cfg 'feature="comfy-table"' --cfg 'feature="docs"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i128"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-time"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="fmt"' --cfg 'feature="lazy"' --cfg 'feature="object"' --cfg 'feature="partition_by"' --cfg 'feature="rand"' --cfg 'feature="rand_distr"' --cfg 'feature="random"' --cfg 'feature="regex"' --cfg 'feature="reinterpret"' --cfg 'feature="rolling_window"' --cfg 'feature="rows"' --cfg 'feature="serde"' --cfg 'feature="serde-lazy"' --cfg 'feature="serde_json"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="zip_with"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("algorithm_group_by", "approx_unique", "array_arithmetic", "avx512", "bigidx", "bitwise", "checked_arithmetic", "chrono", "chrono-tz", "comfy-table", "dataframe_arithmetic", "default", "describe", "diagonal_concat", "docs", "docs-selection", "dot_product", "dsl-schema", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "fmt", "fmt_no_tty", "group_by_list", "is_first_distinct", "is_last_distinct", "lazy", "list_arithmetic", "ndarray", "nightly", "object", "partition_by", "performant", "product", "python", "rand", "rand_distr", "random", "regex", "reinterpret", "rolling_window", "rolling_window_by", "round_series", "row_hash", "rows", "serde", "serde-lazy", "serde_json", "simd", "strings", "take_opt_iter", "temporal", "timezones", "unique_counts", "zip_with"))' -C metadata=c34236214d1eef3d -C extra-filename=-7feeb5a8c0de564d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-core-7feeb5a8c0de564d -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:55:15.7211878Z [00:03:36.961]➜     Compiling libloading v0.8.6
2025-08-20T21:55:15.7225272Z [00:03:36.962]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libloading --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.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=unexpected_cfgs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce7c96f217707aed -C extra-filename=-87d990afb85c0f01 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:15.9296809Z [00:03:37.169]➜  warning: `nu-plugin` (lib) generated 3 warnings
2025-08-20T21:55:15.9301151Z [00:03:37.169]➜     Compiling home v0.5.9
2025-08-20T21:55:15.9310962Z [00:03:37.169]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name home --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-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 '--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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f778714b4a00cd03 -C extra-filename=-912337b30fee19c0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:16.0092982Z [00:03:37.249]➜     Compiling dlib v0.5.2
2025-08-20T21:55:16.0159978Z [00:03:37.255]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dlib --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlib-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac8b4e5845fdb896 -C extra-filename=-f69992effc38bb51 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libloading=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibloading-87d990afb85c0f01.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:16.0242468Z [00:03:37.264]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-core-7feeb5a8c0de564d/build-script-build`
2025-08-20T21:55:16.0702611Z [00:03:37.310]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-sys-73684a031be37e5a/build-script-build`
2025-08-20T21:55:16.0915194Z [00:03:37.331]➜     Compiling aws-smithy-runtime-api v1.7.3
2025-08-20T21:55:16.0934994Z [00:03:37.332]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_smithy_runtime_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-smithy-runtime-api-1.7.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="client"' --cfg 'feature="default"' --cfg 'feature="http-02x"' --cfg 'feature="http-1x"' --cfg 'feature="http-auth"' --cfg 'feature="test-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "default", "http-02x", "http-1x", "http-auth", "test-util"))' -C metadata=9f036e11f87be312 -C extra-filename=-79799e2de1eb4b1f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_smithy_async=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern http_02x=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern http_1x=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --extern zeroize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzeroize-c534c2641d1d2609.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:16.1074397Z [00:03:37.347]➜     Compiling rand_distr v0.4.3
2025-08-20T21:55:16.1092685Z [00:03:37.348]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand_distr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.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", "serde", "serde1", "std", "std_math"))' -C metadata=263331acb8ed7d2e -C extra-filename=-b1829190e6def08f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:16.7363933Z [00:03:37.976]➜     Compiling comfy-table v7.1.3
2025-08-20T21:55:16.7406241Z [00:03:37.979]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name comfy_table --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/comfy-table-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="crossterm"' --cfg 'feature="tty"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-str", "console", "crossterm", "custom_styling", "debug", "default", "integration_test", "reexport_crossterm", "tty"))' -C metadata=9892fce6d3033fa9 -C extra-filename=-21187869a289ff9c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crossterm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rmeta --extern strum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrum-753976f9ef4c00c4.rmeta --extern strum_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:18.4082171Z [00:03:39.648]➜     Compiling halfbrown v0.2.5
2025-08-20T21:55:18.4094127Z [00:03:39.648]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name halfbrown --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/halfbrown-0.2.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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arraybackend", "arrayvec", "default", "fxhash", "rustc-hash", "serde"))' -C metadata=31452bbe0d574712 -C extra-filename=-2d641baf78990a92 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-e799bb394d4305b6.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:18.6700292Z [00:03:39.910]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-8c36dae309e4f58c/build-script-build`
2025-08-20T21:55:18.6966748Z [00:03:39.936]➜     Compiling polars-ops v0.49.1
2025-08-20T21:55:18.6991288Z [00:03:39.937]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-ops-0.49.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::collapsible_if' -C debug-assertions=off --cfg 'feature="abs"' --cfg 'feature="big_idx"' --cfg 'feature="chrono"' --cfg 'feature="chrono-tz"' --cfg 'feature="chunked_ids"' --cfg 'feature="cross_join"' --cfg 'feature="cum_agg"' --cfg 'feature="cutqcut"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i128"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="iejoin"' --cfg 'feature="is_in"' --cfg 'feature="log"' --cfg 'feature="object"' --cfg 'feature="pivot"' --cfg 'feature="rand"' --cfg 'feature="rand_distr"' --cfg 'feature="random"' --cfg 'feature="replace"' --cfg 'feature="rle"' --cfg 'feature="rolling_window"' --cfg 'feature="round_series"' --cfg 'feature="semi_anti_join"' --cfg 'feature="serde"' --cfg 'feature="string_to_integer"' --cfg 'feature="strings"' --cfg 'feature="timezones"' --cfg 'feature="to_dummies"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abs", "aho-corasick", "approx_unique", "array_any_all", "array_count", "array_to_struct", "asof_join", "base64", "big_idx", "binary_encoding", "bitwise", "business", "chrono", "chrono-tz", "chunked_ids", "cov", "cross_join", "cum_agg", "cutqcut", "diff", "dsl-schema", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "ewma", "ewma_by", "extract_groups", "extract_jsonpath", "find_many", "fused", "gather", "hash", "hex", "hist", "iejoin", "index_of", "interpolate", "interpolate_by", "is_between", "is_first_distinct", "is_in", "is_last_distinct", "is_unique", "jsonpath_lib", "list_any_all", "list_count", "list_drop_nulls", "list_filter", "list_gather", "list_sample", "list_sets", "list_to_struct", "log", "merge_sorted", "mode", "moment", "nightly", "object", "pct_change", "peaks", "performant", "pivot", "polars-json", "propagate_nans", "rand", "rand_distr", "random", "rank", "reinterpret", "repeat_by", "replace", "rle", "rolling_window", "rolling_window_by", "round_series", "search_sorted", "semi_anti_join", "serde", "serde_json", "simd", "string_encoding", "string_normalize", "string_pad", "string_reverse", "string_to_integer", "strings", "timezones", "to_dummies", "top_k", "unicode-normalization", "unicode-reverse", "unique_counts"))' -C metadata=0f16e1a9ec89528b -C extra-filename=-31fc1fb6eb6f8a25 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-ops-31fc1fb6eb6f8a25 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:55:18.8467178Z [00:03:40.086]➜     Compiling float-cmp v0.10.0
2025-08-20T21:55:18.8480935Z [00:03:40.087]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name float_cmp --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=32551328137b3d0b -C extra-filename=-05cf4e98501e2c7b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:18.9789819Z [00:03:40.219]➜     Compiling wayland-backend v0.3.7
2025-08-20T21:55:18.9802432Z [00:03:40.220]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-backend-0.3.7/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=d048b1ad0dde217e -C extra-filename=-ed8633dae849c4f2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-backend-ed8633dae849c4f2 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --cap-lints allow`
2025-08-20T21:55:19.0114560Z [00:03:40.251]➜     Compiling xxhash-rust v0.8.12
2025-08-20T21:55:19.0151208Z [00:03:40.254]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name xxhash_rust --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xxhash-rust-0.8.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="xxh3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_xxh3", "const_xxh32", "const_xxh64", "std", "xxh3", "xxh32", "xxh64"))' -C metadata=8e285f28ffc6a7b0 -C extra-filename=-c605d70efe7fb469 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:19.2797275Z [00:03:40.519]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.14/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=a525f80b57ed42e5 -C extra-filename=-c44c9bf2cd6b366f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:19.2956219Z [00:03:40.535]➜     Compiling clap_lex v0.7.4
2025-08-20T21:55:19.2987533Z [00:03:40.536]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=fbf14070c5cab8d8 -C extra-filename=-8cd73176af5b80ca --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:19.4414731Z [00:03:40.681]➜     Compiling boxcar v0.2.13
2025-08-20T21:55:19.4424311Z [00:03:40.682]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name boxcar --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/boxcar-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=fbde50c81249b6af -C extra-filename=-0c9bd6ca1fc18542 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:19.5095983Z [00:03:40.749]➜     Compiling precomputed-hash v0.1.1
2025-08-20T21:55:19.5108539Z [00:03:40.750]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name precomputed_hash --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-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=25569b64e475d892 -C extra-filename=-a513819289908bf4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:19.5751384Z [00:03:40.815]➜     Compiling bytesize v1.3.3
2025-08-20T21:55:19.5766127Z [00:03:40.816]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bytesize --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytesize-1.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", "serde"))' -C metadata=d302535ac0186a62 -C extra-filename=-bef8ab1ab2c47499 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:19.5872618Z [00:03:40.827]➜     Compiling rustls v0.21.12
2025-08-20T21:55:19.5878958Z [00:03:40.827]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.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="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=43aeffa3bf58db63 -C extra-filename=-059fe526b05f08c5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-059fe526b05f08c5 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:19.7650451Z [00:03:41.005]➜     Compiling unicode-xid v0.2.6
2025-08-20T21:55:19.7659490Z [00:03:41.005]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name unicode_xid --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-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 -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=d7f65e82c00e6c70 -C extra-filename=-737d6c7f87b8f7f7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:19.7890191Z [00:03:41.029]➜     Compiling mac v0.1.1
2025-08-20T21:55:19.7900199Z [00:03:41.029]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name mac --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mac-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=e1a87efc4e516520 -C extra-filename=-bdd9ecfef067e15b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:19.8526903Z [00:03:41.092]➜     Compiling strsim v0.11.1
2025-08-20T21:55:19.8540381Z [00:03:41.093]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=3549aba6fe9c347a -C extra-filename=-47b4338863dd4805 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:19.8649251Z [00:03:41.105]➜     Compiling const_format_proc_macros v0.2.34
2025-08-20T21:55:19.8666653Z [00:03:41.106]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name const_format_proc_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/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("all", "debug", "default", "derive", "syn"))' -C metadata=bb640c2c566dbcd6 -C extra-filename=-e3fae36cd00bbcee --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern unicode_xid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_xid-737d6c7f87b8f7f7.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:55:20.2578843Z [00:03:41.498]➜     Compiling clap_builder v4.5.23
2025-08-20T21:55:20.2615955Z [00:03:41.498]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=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="cargo"' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=101ff9ec930fb92c -C extra-filename=-e395a28de0a7baeb --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstream-b0fa21c5f8dcbacf.rmeta --extern anstyle=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle-214268fa4e260649.rmeta --extern clap_lex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap_lex-8cd73176af5b80ca.rmeta --extern strsim=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrsim-47b4338863dd4805.rmeta --extern terminal_size=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libterminal_size-50a22e490a42bde0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:20.9231751Z [00:03:42.163]➜     Compiling futf v0.1.5
2025-08-20T21:55:20.9250645Z [00:03:42.164]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name futf --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futf-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=857bfe5c4a317b47 -C extra-filename=-8fc113b695d9bd90 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern mac=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmac-bdd9ecfef067e15b.rmeta --extern debug_unreachable=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdebug_unreachable-84e4020c8871f4af.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:21.0252576Z [00:03:42.265]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-059fe526b05f08c5/build-script-build`
2025-08-20T21:55:21.0397566Z [00:03:42.279]➜     Compiling nu-parser v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser)
2025-08-20T21:55:21.0416819Z [00:03:42.280]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_parser --edition=2024 crates/nu-parser/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="nu-plugin-engine"' --cfg 'feature="plugin"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nu-plugin-engine", "plugin"))' -C metadata=65a71d5652227be7 -C extra-filename=-6685ece72543f2f2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytesize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytesize-bef8ab1ab2c47499.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_plugin_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_engine-3f01238bbe5ba34c.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:22.3449187Z [00:03:43.584]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:55:22.3450044Z [00:03:43.585]➜    --> crates/nu-parser/src/known_external.rs:95:17
2025-08-20T21:55:22.3450563Z [00:03:43.585]➜     |
2025-08-20T21:55:22.3451073Z [00:03:43.585]➜  95 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:55:22.3451744Z [00:03:43.585]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:55:22.3452639Z [00:03:43.585]➜     |                 |
2025-08-20T21:55:22.3463008Z [00:03:43.586]➜     |                 the lifetime is elided here
2025-08-20T21:55:22.3465270Z [00:03:43.586]➜     |
2025-08-20T21:55:22.3467148Z [00:03:43.586]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:55:22.3489323Z [00:03:43.586]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:55:22.3491185Z [00:03:43.586]➜  help: use `'_` for type paths
2025-08-20T21:55:22.3496650Z [00:03:43.586]➜     |
2025-08-20T21:55:22.3497179Z [00:03:43.586]➜  95 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:55:22.3497945Z [00:03:43.586]➜     |                                      ++++
2025-08-20T21:55:22.3498457Z [00:03:43.586]➜  
2025-08-20T21:55:26.7794022Z [00:03:48.019]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-backend-ed8633dae849c4f2/build-script-build`
2025-08-20T21:55:26.8078963Z [00:03:48.048]➜     Compiling value-trait v0.10.1
2025-08-20T21:55:26.8117394Z [00:03:48.050]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name value_trait --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-trait-0.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 --cfg 'feature="custom-types"' --cfg 'feature="default"' --cfg 'feature="halfbrown"' --cfg 'feature="runtime-detection"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128bit", "abi_stable", "c-abi", "custom-types", "default", "halfbrown", "hashbrown", "ordered-float", "portable", "runtime-detection"))' -C metadata=2f9989f4b0fc3096 -C extra-filename=-5e23f31df387879f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern float_cmp=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfloat_cmp-05cf4e98501e2c7b.rmeta --extern halfbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhalfbrown-2d641baf78990a92.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:27.2853967Z [00:03:48.525]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-ops-31fc1fb6eb6f8a25/build-script-build`
2025-08-20T21:55:27.3331171Z [00:03:48.572]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name semver --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.23/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", "serde", "std"))' -C metadata=1c1de6f2bbd6e3ab -C extra-filename=-967ca0797cb5c598 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow --check-cfg 'cfg(doc_cfg)' --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-20T21:55:27.6912275Z [00:03:48.930]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name wayland_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-sys-0.31.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("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=518919189fe93398 -C extra-filename=-866029d706c42c25 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern dlib=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdlib-f69992effc38bb51.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:27.8102652Z [00:03:49.050]➜     Compiling quick-xml v0.36.2
2025-08-20T21:55:27.8114764Z [00:03:49.051]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name quick_xml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.36.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("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=4a3427d3181b0c22 -C extra-filename=-fc02d877b2a5ca14 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libmemchr-ef494630329a9d1d.rmeta --cap-lints allow`
2025-08-20T21:55:28.6339290Z [00:03:49.874]➜     Compiling sct v0.7.1
2025-08-20T21:55:28.6360214Z [00:03:49.875]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sct --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22707b66e032b072 -C extra-filename=-3669c2c5c90be5cc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ring=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rmeta --extern untrusted=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuntrusted-ecffa424b719da75.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:55:28.7628063Z [00:03:50.002]➜     Compiling rustls-webpki v0.101.7
2025-08-20T21:55:28.7647541Z [00:03:50.004]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name webpki --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.101.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=01aa6110305c8f7b -C extra-filename=-48bbc7de4647331c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ring=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rmeta --extern untrusted=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuntrusted-ecffa424b719da75.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:55:29.2989769Z [00:03:50.539]➜  warning: `nu-parser` (lib) generated 1 warning
2025-08-20T21:55:29.3000861Z [00:03:50.539]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name phf_shared --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=553791f1179cd680 -C extra-filename=-ab7ab6b3e78e35ec --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern siphasher=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsiphasher-d1a8d9c59c93907e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:29.4472457Z [00:03:50.687]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-029e56d34279f4b4/build-script-main`
2025-08-20T21:55:29.5265588Z [00:03:50.766]➜     Compiling async-stream-impl v0.3.6
2025-08-20T21:55:29.5282877Z [00:03:50.767]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name async_stream_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.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=9db45a66f4df6352 -C extra-filename=-9fc4899e867a02e0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:55:30.1208926Z [00:03:51.360]➜     Compiling argminmax v0.6.3
2025-08-20T21:55:30.1218903Z [00:03:51.361]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name argminmax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argminmax-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="float"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrow", "arrow2", "default", "float", "half", "ndarray", "nightly_simd"))' -C metadata=d828dfc95ee47df6 -C extra-filename=-fa52b25f09046643 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:30.2676628Z [00:03:51.507]➜     Compiling blake3 v1.8.2
2025-08-20T21:55:30.2685870Z [00:03:51.508]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.2/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", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=971211aea6237c8b -C extra-filename=-f547be85ee2e2fb6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/blake3-f547be85ee2e2fb6 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --cap-lints allow`
2025-08-20T21:55:30.7621040Z [00:03:52.002]➜     Compiling crossbeam-channel v0.5.15
2025-08-20T21:55:30.7635958Z [00:03:52.002]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crossbeam_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.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 '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4d54e83ab2d7a5ba -C extra-filename=-bf28dd2448494a8a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:31.4038017Z [00:03:52.644]➜     Compiling scoped-tls v1.0.1
2025-08-20T21:55:31.4054057Z [00:03:52.644]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name scoped_tls --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scoped-tls-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=980c5e8eaf391b63 -C extra-filename=-5489ef5caddc6b7d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:31.4999515Z [00:03:52.740]➜     Compiling number_prefix v0.4.0
2025-08-20T21:55:31.5011038Z [00:03:52.740]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name number_prefix --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fa046cacacce5b42 -C extra-filename=-fdbf7af792dfc9ea --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:31.6612132Z [00:03:52.901]➜     Compiling base64 v0.21.7
2025-08-20T21:55:31.6627560Z [00:03:52.902]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name base64 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7da60f5f6097ddfe -C extra-filename=-23e1a0ce648518fb --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:32.2814669Z [00:03:53.521]➜     Compiling uuhelp_parser v0.0.30
2025-08-20T21:55:32.2824426Z [00:03:53.522]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uuhelp_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuhelp_parser-0.0.30/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=296344514f003d7c -C extra-filename=-89bd4899ecf52dda --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:32.4767455Z [00:03:53.716]➜     Compiling wayland-client v0.31.7
2025-08-20T21:55:32.4777984Z [00:03:53.717]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.31.7/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=ee485ef39a85628a -C extra-filename=-cb9e2cddfca383e9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-client-cb9e2cddfca383e9 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:32.6926083Z [00:03:53.932]➜     Compiling downcast-rs v1.2.1
2025-08-20T21:55:32.6940398Z [00:03:53.933]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=fb3ec73b983abd41 -C extra-filename=-daab5685abe555b2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:32.7444024Z [00:03:53.983]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name wayland_backend --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-backend-0.3.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("client_system", "dlopen", "log", "raw-window-handle", "rwh_06", "server_system"))' -C metadata=a9bdd3d94ead2f02 -C extra-filename=-5d0350a67aa11b09 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern downcast_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdowncast_rs-daab5685abe555b2.rmeta --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rmeta --extern scoped_tls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-5489ef5caddc6b7d.rmeta --extern smallvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rmeta --extern wayland_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_sys-866029d706c42c25.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:55:33.1168337Z [00:03:54.356]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-client-cb9e2cddfca383e9/build-script-build`
2025-08-20T21:55:33.1470548Z [00:03:54.387]➜     Compiling uucore_procs v0.0.30
2025-08-20T21:55:33.1539876Z [00:03:54.393]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uucore_procs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uucore_procs-0.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f780521b7f717ecb -C extra-filename=-8984b3efa9788265 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern uuhelp_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libuuhelp_parser-89bd4899ecf52dda.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:55:33.5768494Z [00:03:54.817]➜     Compiling rustls-pemfile v1.0.4
2025-08-20T21:55:33.5785326Z [00:03:54.818]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustls_pemfile --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd50488fad4f54b2 -C extra-filename=-55b33249c08faf7c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-23e1a0ce648518fb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:33.7566729Z [00:03:54.996]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/blake3-f547be85ee2e2fb6/build-script-build`
2025-08-20T21:55:34.1528311Z [00:03:55.392]➜     Compiling async-stream v0.3.6
2025-08-20T21:55:34.1598926Z [00:03:55.398]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name async_stream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b14c188a7103414a -C extra-filename=-9c42f560f406f5da --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern async_stream_impl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libasync_stream_impl-9fc4899e867a02e0.so --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:34.2330554Z [00:03:55.472]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=0ed330e2753073b4 -C extra-filename=-9d7698c317bcda08 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:34.5350771Z [00:03:55.775]➜     Compiling string_cache v0.8.7
2025-08-20T21:55:34.5419299Z [00:03:55.780]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name string_cache --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=5884e4a1c397f757 -C extra-filename=-27ee910f3f3664de --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern debug_unreachable=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdebug_unreachable-84e4020c8871f4af.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern parking_lot=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rmeta --extern phf_shared=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf_shared-ab7ab6b3e78e35ec.rmeta --extern precomputed_hash=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprecomputed_hash-a513819289908bf4.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:34.7006345Z [00:03:55.939]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.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="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=fa7b23313bb3e21e -C extra-filename=-bc2766bbb6a00ff8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern ring=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rmeta --extern webpki=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-48bbc7de4647331c.rmeta --extern sct=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsct-3669c2c5c90be5cc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:55:34.7542683Z [00:03:55.994]➜     Compiling wayland-scanner v0.31.5
2025-08-20T21:55:34.7552402Z [00:03:55.994]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name wayland_scanner --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.31.5/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=01f2f5a8297afb28 -C extra-filename=-6522ba98a8020a02 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quick_xml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquick_xml-fc02d877b2a5ca14.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:55:36.9829169Z [00:03:58.223]➜     Compiling rustc_version v0.4.1
2025-08-20T21:55:36.9838531Z [00:03:58.223]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=9a44c23c95019c28 -C extra-filename=-9d6e5ee2d4cafbb3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern semver=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsemver-967ca0797cb5c598.rmeta --cap-lints allow`
2025-08-20T21:55:37.2412348Z [00:03:58.481]➜     Compiling simd-json v0.14.3
2025-08-20T21:55:37.2459217Z [00:03:58.482]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name simd_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-json-0.14.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 --allow=unexpected_cfgs --check-cfg 'cfg(portable)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="known-key"' --cfg 'feature="once_cell"' --cfg 'feature="runtime-detection"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --cfg 'feature="serde_json"' --cfg 'feature="swar-number-parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128bit", "ahash", "alloc", "alloc_counter", "approx-number-parsing", "arraybackend", "beef", "bench-all", "bench-apache_builds", "bench-canada", "bench-citm_catalog", "bench-event_stacktrace_10kb", "bench-github_events", "bench-log", "bench-serde", "bench-twitter", "big-int-as-float", "colored", "default", "docsrs", "getopts", "hints", "jemallocator", "known-key", "no-inline", "once_cell", "ordered-float", "perf", "perfcnt", "runtime-detection", "serde", "serde_impl", "serde_json", "swar-number-parsing", "value-no-dup-keys"))' -C metadata=1454f07ad1d35265 -C extra-filename=-74202b9c98fa5f44 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ahash=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libahash-b6987c5cff7c3ff6.rmeta --extern halfbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhalfbrown-2d641baf78990a92.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern ref_cast=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libref_cast-020ac1f8cb7b9d2d.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern simdutf8=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimdutf8-aa4ae3360dc91e0a.rmeta --extern value_trait=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvalue_trait-5e23f31df387879f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:40.8813737Z [00:04:02.121]➜     Compiling clap v4.5.23
2025-08-20T21:55:40.8846781Z [00:04:02.122]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=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="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=9dedbc6f253bd116 -C extra-filename=-cdd5b5cb83ca1c95 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap_builder-e395a28de0a7baeb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:40.9772924Z [00:04:02.217]➜     Compiling tendril v0.4.3
2025-08-20T21:55:40.9785186Z [00:04:02.217]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tendril --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tendril-0.4.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("bench", "encoding", "encoding_rs"))' -C metadata=db6885a24cb7504f -C extra-filename=-1528da0e1100a21c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern futf=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutf-8fc113b695d9bd90.rmeta --extern mac=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmac-bdd9ecfef067e15b.rmeta --extern utf8=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8-ad42f944fb0a6f85.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:40.9887042Z [00:04:02.228]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libz_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=a4826ce1a74f4055 -C extra-filename=-5c658d569022504b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 z -l z`
2025-08-20T21:55:41.0571792Z [00:04:02.297]➜     Compiling h2 v0.3.26
2025-08-20T21:55:41.0596866Z [00:04:02.298]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name h2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=752d126dae3decb3 -C extra-filename=-68d42ba4c7bcdee8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern fnv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfnv-5237c5e632f27eca.rmeta --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern futures_sink=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-6b89de715644702d.rmeta --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern slab=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslab-d05a1694e09532ae.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tokio_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_util-bd91d4d2332e4a51.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:41.2182057Z [00:04:02.458]➜     Compiling polars-parquet-format v0.1.0
2025-08-20T21:55:41.2213005Z [00:04:02.460]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_parquet_format --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-parquet-format-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="async"' --cfg 'feature="async-trait"' --cfg 'feature="futures"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-trait", "futures"))' -C metadata=fb989070f399e2dc -C extra-filename=-2c974967b44af547 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libasync_trait-e44bdddf6aa46194.so --extern futures=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:45.7104353Z [00:04:06.950]➜     Compiling streaming-decompression v0.1.2
2025-08-20T21:55:45.7120108Z [00:04:06.951]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name streaming_decompression --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/streaming-decompression-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=7da97dd7fef4b8fb -C extra-filename=-0eaf1fd5267ff6ac --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern fallible_streaming_iterator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_streaming_iterator-e12849ee5d71bb20.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:45.8200015Z [00:04:07.060]➜     Compiling os_display v0.1.3
2025-08-20T21:55:45.8216940Z [00:04:07.061]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name os_display --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/os_display-0.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="native"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "native", "std", "unix", "windows"))' -C metadata=e966de0d686d7a3f -C extra-filename=-2afef617786c505a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-a04b20f02337a2d8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:45.8740862Z [00:04:07.114]➜     Compiling xattr v1.3.1
2025-08-20T21:55:45.8758998Z [00:04:07.115]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name xattr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=003d1b3edabe641c -C extra-filename=-fa84d71592add336 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern linux_raw_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-f6ecab73b5dbffa2.rmeta --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:45.9845046Z [00:04:07.224]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-07998f1842027969/build-script-build`
2025-08-20T21:55:46.0104844Z [00:04:07.250]➜     Compiling now v0.1.3
2025-08-20T21:55:46.0123187Z [00:04:07.251]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name now --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/now-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de4afe54a05aadf2 -C extra-filename=-c81131046f4d1bb6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:46.0680245Z [00:04:07.308]➜  warning: `nu-plugin-engine` (lib) generated 2 warnings
2025-08-20T21:55:46.0684045Z [00:04:07.308]➜     Compiling httpdate v1.0.3
2025-08-20T21:55:46.0693708Z [00:04:07.308]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name httpdate --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b3043586e298df -C extra-filename=-79ede0f99ea56afe --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:46.0901664Z [00:04:07.330]➜     Compiling arrayref v0.3.9
2025-08-20T21:55:46.0939337Z [00:04:07.333]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name arrayref --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6eb143d644e84a75 -C extra-filename=-c4d32b8f5ebeca43 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:46.1323033Z [00:04:07.372]➜     Compiling crunchy v0.2.2
2025-08-20T21:55:46.1384249Z [00:04:07.378]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/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="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=677ba167b2b7282b -C extra-filename=-2e8e63eb54fd263e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-2e8e63eb54fd263e -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:46.1624014Z [00:04:07.402]➜     Compiling cfg_aliases v0.1.1
2025-08-20T21:55:46.1632965Z [00:04:07.403]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fbf82ce82379b56 -C extra-filename=-c5081c72a3a147f7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:46.2049568Z [00:04:07.444]➜     Compiling unicode-segmentation v1.12.0
2025-08-20T21:55:46.2062599Z [00:04:07.445]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=b988dd31c9718b33 -C extra-filename=-882d83e719bd69f3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:46.3017257Z [00:04:07.541]➜     Compiling dunce v1.0.5
2025-08-20T21:55:46.3045579Z [00:04:07.544]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dunce --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f264240f75e1c3c3 -C extra-filename=-8e471e0f7aaf21d7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:46.3091839Z [00:04:07.549]➜     Compiling constant_time_eq v0.3.1
2025-08-20T21:55:46.3109416Z [00:04:07.550]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name constant_time_eq --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=911fd80e302a4105 -C extra-filename=-fb9e2559c5b80ca8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:46.3673213Z [00:04:07.607]➜     Compiling wild v2.2.1
2025-08-20T21:55:46.3687148Z [00:04:07.608]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name wild --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wild-2.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("glob-quoted-on-windows"))' -C metadata=0eb3c85294a9c64e -C extra-filename=-a79e3a62a9716a61 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:46.3796256Z [00:04:07.618]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name blake3 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=dc86658705563000 -C extra-filename=-a21b960c16b08a87 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern arrayref=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayref-c4d32b8f5ebeca43.rmeta --extern arrayvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayvec-34958b1da5b2639e.rmeta --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern constant_time_eq=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconstant_time_eq-fb9e2559c5b80ca8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))' --check-cfg 'cfg(blake3_wasm32_simd, values(none()))'`
2025-08-20T21:55:46.4317483Z [00:04:07.671]➜     Compiling uucore v0.0.30
2025-08-20T21:55:46.4354780Z [00:04:07.673]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uucore --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uucore-0.0.30/src/lib/lib.rs --error-format=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="backup-control"' --cfg 'feature="buf-copy"' --cfg 'feature="default"' --cfg 'feature="dunce"' --cfg 'feature="entries"' --cfg 'feature="fs"' --cfg 'feature="fsxattr"' --cfg 'feature="libc"' --cfg 'feature="mode"' --cfg 'feature="perms"' --cfg 'feature="process"' --cfg 'feature="update-control"' --cfg 'feature="walkdir"' --cfg 'feature="winapi-util"' --cfg 'feature="windows-sys"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backup-control", "blake2b_simd", "blake3", "buf-copy", "checksum", "colors", "crc32fast", "custom-tz-fmt", "data-encoding", "data-encoding-macro", "default", "digest", "dns-lookup", "dunce", "encoding", "entries", "format", "fs", "fsext", "fsxattr", "hex", "itertools", "libc", "lines", "md-5", "memchr", "mode", "perms", "pipes", "proc-info", "process", "quoting-style", "ranges", "regex", "ringbuffer", "sha1", "sha2", "sha3", "signals", "sm3", "sum", "thiserror", "time", "tty", "update-control", "uptime", "utf8", "utmp-classic", "utmpx", "version-cmp", "walkdir", "wide", "winapi-util", "windows-sys", "xattr", "z85"))' -C metadata=2e3aa84b8dc7446f -C extra-filename=-b56da79c9dbeea29 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern clap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rmeta --extern dunce=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdunce-8e471e0f7aaf21d7.rmeta --extern glob=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libglob-7dbad827ab1b7f61.rmeta --extern iana_time_zone=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libiana_time_zone-9192423d2f0652a5.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern nix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rmeta --extern number_prefix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnumber_prefix-fdbf7af792dfc9ea.rmeta --extern os_display=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_display-2afef617786c505a.rmeta --extern uucore_procs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libuucore_procs-8984b3efa9788265.so --extern walkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rmeta --extern wild=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwild-a79e3a62a9716a61.rmeta --extern xattr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxattr-fa84d71592add336.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:46.7926912Z [00:04:08.032]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-2e8e63eb54fd263e/build-script-build`
2025-08-20T21:55:46.8161180Z [00:04:08.056]➜     Compiling nix v0.28.0
2025-08-20T21:55:46.8173636Z [00:04:08.056]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.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="event"' --cfg 'feature="fs"' --cfg 'feature="process"' --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=5953b4ccbfa5b62a -C extra-filename=-66b623816621ed8c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-66b623816621ed8c -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_aliases-c5081c72a3a147f7.rlib --cap-lints allow`
2025-08-20T21:55:46.9557584Z [00:04:08.195]➜     Compiling hyper v0.14.31
2025-08-20T21:55:46.9585177Z [00:04:08.195]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hyper --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="client"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=02f6a9769969fb0b -C extra-filename=-da634158b6f13f93 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern futures_channel=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_channel-0af6c03886683bf7.rmeta --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --extern h2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-68d42ba4c7bcdee8.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern http_body=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-275585e7b054e969.rmeta --extern httparse=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttparse-0cf4a8445f87fe40.rmeta --extern httpdate=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttpdate-79ede0f99ea56afe.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern socket2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocket2-bec1a37333192385.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tower_service=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtower_service-da3b80c2dd45bff6.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --extern want=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwant-79e630c432dd6eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:47.3390885Z [00:04:08.578]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name generic_array --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.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 -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=0da115f6277754fa -C extra-filename=-578c736568b40cd9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtypenum-9d7698c317bcda08.rmeta --cap-lints allow --cfg relaxed_coherence`
2025-08-20T21:55:48.2174700Z [00:04:09.457]➜     Compiling aws-types v1.3.3
2025-08-20T21:55:48.2210718Z [00:04:09.460]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-types-1.3.3/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("aws-smithy-runtime", "examples"))' -C metadata=42c0fdb10dfbb4d4 -C extra-filename=-3a12056e34446372 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/aws-types-3a12056e34446372 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rustc_version=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librustc_version-9d6e5ee2d4cafbb3.rlib --cap-lints allow`
2025-08-20T21:55:48.4598008Z [00:04:09.698]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name wayland_client --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.31.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("log"))' -C metadata=800961353aeec655 -C extra-filename=-54ecff6b6fd4db36 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rmeta --extern wayland_backend=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_backend-5d0350a67aa11b09.rmeta --extern wayland_scanner=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwayland_scanner-6522ba98a8020a02.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:55:48.6039359Z [00:04:09.844]➜     Compiling tokio-rustls v0.24.1
2025-08-20T21:55:48.6053213Z [00:04:09.844]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio_rustls --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.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="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=85188253611361ac -C extra-filename=-0a6cf909067e6955 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-bc2766bbb6a00ff8.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:55:48.9167422Z [00:04:10.156]➜     Compiling rustls-native-certs v0.6.3
2025-08-20T21:55:48.9186546Z [00:04:10.158]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustls_native_certs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cef3f7ef542297d9 -C extra-filename=-a289a2f2604d89df --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern openssl_probe=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_probe-b84d8017041f64a7.rmeta --extern rustls_pemfile=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-55b33249c08faf7c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:49.0981970Z [00:04:10.338]➜     Compiling aws-credential-types v1.2.1
2025-08-20T21:55:49.1006031Z [00:04:10.339]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_credential_types --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-credential-types-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="test-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hardcoded-credentials", "test-util"))' -C metadata=0bf34438d55458b7 -C extra-filename=-67b972b8d2cfeee2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_smithy_async=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta --extern aws_smithy_runtime_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern zeroize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzeroize-c534c2641d1d2609.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:49.5074778Z [00:04:10.747]➜     Compiling aws-smithy-http v0.60.11
2025-08-20T21:55:49.5101571Z [00:04:10.748]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_smithy_http --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-smithy-http-0.60.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("aws-smithy-eventstream", "event-stream", "rt-tokio"))' -C metadata=823d0579f3fa5854 -C extra-filename=-f2906d3b0014fa24 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_smithy_runtime_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern bytes_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes_utils-59b4b8ae1f9e0280.rmeta --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern http_02x=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern http_body_04x=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-275585e7b054e969.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern pin_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_utils-dbf4f9e23e565d3f.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:50.1491282Z [00:04:11.389]➜     Compiling tempfile v3.21.0
2025-08-20T21:55:50.1509057Z [00:04:11.390]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tempfile --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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 --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=3f7ffc85c69903ee -C extra-filename=-0615a44123b88423 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfastrand-7f5a6b006db81192.rmeta --extern getrandom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-0a4d2c839adb79b5.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-c1bc0cdea0ee528c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:50.9137496Z [00:04:12.153]➜     Compiling fs4 v0.13.1
2025-08-20T21:55:50.9149060Z [00:04:12.154]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fs4 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs4-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="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "default", "fs-err2", "fs-err2-tokio", "fs-err3", "fs-err3-tokio", "smol", "sync", "tokio"))' -C metadata=e1d3f0467a759c63 -C extra-filename=-f8455b531eff6f86 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-c1bc0cdea0ee528c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:51.0205109Z [00:04:12.260]➜     Compiling linked-hash-map v0.5.6
2025-08-20T21:55:51.0226022Z [00:04:12.261]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name linked_hash_map --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=2f43fd7f8131a8ad -C extra-filename=-ba93eb3849ac5f61 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:51.1768552Z [00:04:12.416]➜     Compiling recursive-proc-macro-impl v0.1.1
2025-08-20T21:55:51.1779878Z [00:04:12.417]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90eff28c723fb6fd -C extra-filename=-133f31630d73e3b6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:55:51.4898133Z [00:04:12.729]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-e01d389ca4dcc6d5/build-script-build`
2025-08-20T21:55:51.6081227Z [00:04:12.848]➜     Compiling polars-plan v0.49.1
2025-08-20T21:55:51.6121671Z [00:04:12.848]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.49.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::collapsible_if' -C debug-assertions=off --cfg 'feature="abs"' --cfg 'feature="arg_where"' --cfg 'feature="async"' --cfg 'feature="bigidx"' --cfg 'feature="chrono"' --cfg 'feature="chrono-tz"' --cfg 'feature="cloud"' --cfg 'feature="concat_str"' --cfg 'feature="cross_join"' --cfg 'feature="cse"' --cfg 'feature="csv"' --cfg 'feature="cum_agg"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i128"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-time"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="futures"' --cfg 'feature="iejoin"' --cfg 'feature="ipc"' --cfg 'feature="is_in"' --cfg 'feature="json"' --cfg 'feature="log"' --cfg 'feature="object"' --cfg 'feature="parquet"' --cfg 'feature="pivot"' --cfg 'feature="polars-json"' --cfg 'feature="polars-parquet"' --cfg 'feature="polars-time"' --cfg 'feature="random"' --cfg 'feature="regex"' --cfg 'feature="replace"' --cfg 'feature="rle"' --cfg 'feature="rolling_window"' --cfg 'feature="round_series"' --cfg 'feature="semi_anti_join"' --cfg 'feature="serde"' --cfg 'feature="sign"' --cfg 'feature="string_to_integer"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="trigonometry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abs", "approx_unique", "arg_where", "array_any_all", "array_count", "array_to_struct", "asof_join", "async", "bigidx", "binary_encoding", "bitwise", "business", "chrono", "chrono-tz", "chunked_ids", "cloud", "coalesce", "concat_str", "cov", "cross_join", "cse", "csv", "cum_agg", "cutqcut", "debugging", "diff", "dot_diagram", "dsl-schema", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "ewma", "ewma_by", "extract_groups", "extract_jsonpath", "ffi_plugin", "find_many", "fmt", "fused", "future", "futures", "hist", "hive_partitions", "iejoin", "index_of", "interpolate", "interpolate_by", "ipc", "ir_serde", "is_between", "is_first_distinct", "is_in", "is_last_distinct", "is_unique", "json", "libloading", "list_any_all", "list_count", "list_drop_nulls", "list_filter", "list_gather", "list_sample", "list_sets", "list_to_struct", "log", "merge_sorted", "meta", "mode", "moment", "month_end", "month_start", "nightly", "object", "offset_by", "parquet", "pct_change", "peaks", "pivot", "polars-ffi", "polars-json", "polars-parquet", "polars-time", "polars_cloud_client", "polars_cloud_server", "propagate_nans", "python", "random", "range", "rank", "regex", "reinterpret", "repeat_by", "replace", "rle", "rolling_window", "rolling_window_by", "round_series", "row_hash", "search_sorted", "semi_anti_join", "serde", "sign", "string_encoding", "string_normalize", "string_pad", "string_reverse", "string_to_integer", "strings", "temporal", "timezones", "top_k", "trigonometry", "true_div", "unique_counts"))' -C metadata=90ae97c2fe159793 -C extra-filename=-ae1518486893bd6a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-plan-ae1518486893bd6a -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:55:51.7014887Z [00:04:12.941]➜     Compiling tiny-keccak v2.0.2
2025-08-20T21:55:51.7035267Z [00:04:12.941]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/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="shake"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=79783d26b81d39b2 -C extra-filename=-9af7d55ab41a6c54 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-9af7d55ab41a6c54 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:51.8014586Z [00:04:13.041]➜     Compiling lazy_static v1.5.0
2025-08-20T21:55:51.8025175Z [00:04:13.042]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=8d7b1019f9238815 -C extra-filename=-e4b0219bbbf6cf91 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:51.8580318Z [00:04:13.098]➜     Compiling fixedbitset v0.4.2
2025-08-20T21:55:51.8645400Z [00:04:13.104]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=0227a9ea544419a7 -C extra-filename=-53ac1fa02b85d463 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:51.9187177Z [00:04:13.158]➜     Compiling bitflags v1.3.2
2025-08-20T21:55:51.9198769Z [00:04:13.159]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bitflags --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=01005be858fbff9c -C extra-filename=-f4ab9b3ec6b01355 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:51.9633816Z [00:04:13.203]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-9af7d55ab41a6c54/build-script-build`
2025-08-20T21:55:51.9900957Z [00:04:13.230]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-plan-ae1518486893bd6a/build-script-build`
2025-08-20T21:55:52.0254792Z [00:04:13.265]➜     Compiling recursive v0.1.1
2025-08-20T21:55:52.0269507Z [00:04:13.266]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name recursive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-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=f19c48d79e80a971 -C extra-filename=-19865dfc405ddc86 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern recursive_proc_macro_impl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librecursive_proc_macro_impl-133f31630d73e3b6.so --extern stacker=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstacker-92bb37db7140da37.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out`
2025-08-20T21:55:52.0906965Z [00:04:13.330]➜     Compiling petgraph v0.6.5
2025-08-20T21:55:52.0919762Z [00:04:13.331]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=ddd2998d8485fcee -C extra-filename=-9511a98d8829f201 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern fixedbitset=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfixedbitset-53ac1fa02b85d463.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:52.1171352Z [00:04:13.356]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 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=779f15e072e64d40 -C extra-filename=-d01afb55fc166cc6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror_impl-0fe99d935d772981.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T21:55:52.1270865Z [00:04:13.367]➜     Compiling nu-json v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json)
2025-08-20T21:55:52.1287633Z [00:04:13.367]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_json --edition=2024 crates/nu-json/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="default"' --cfg 'feature="linked-hash-map"' --cfg 'feature="preserve_order"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "linked-hash-map", "preserve_order"))' -C metadata=30786f409af78758 -C extra-filename=-2e277dd6984781f0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern linked_hash_map=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinked_hash_map-ba93eb3849ac5f61.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:52.2100609Z [00:04:13.450]➜     Compiling wayland-protocols v0.31.2
2025-08-20T21:55:52.2235231Z [00:04:13.462]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name wayland_protocols --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="client"' --cfg 'feature="wayland-client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "server", "staging", "unstable", "wayland-client", "wayland-server"))' -C metadata=b76dee798946ac30 -C extra-filename=-78f4e0fed0db6eb2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern wayland_backend=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_backend-5d0350a67aa11b09.rmeta --extern wayland_client=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_client-54ecff6b6fd4db36.rmeta --extern wayland_scanner=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwayland_scanner-6522ba98a8020a02.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:53.3891382Z [00:04:14.629]➜     Compiling hyper-rustls v0.24.2
2025-08-20T21:55:53.3922039Z [00:04:14.630]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hyper_rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.24.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="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acceptor", "default", "http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"))' -C metadata=ccbeb3a1c51719f7 -C extra-filename=-24a1271a4834f62d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern hyper=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-da634158b6f13f93.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-bc2766bbb6a00ff8.rmeta --extern rustls_native_certs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-a289a2f2604d89df.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tokio_rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-0a6cf909067e6955.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:55:53.7567287Z [00:04:14.996]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/aws-types-3a12056e34446372/build-script-build`
2025-08-20T21:55:53.7732094Z [00:04:15.013]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-66b623816621ed8c/build-script-build`
2025-08-20T21:55:53.7983849Z [00:04:15.038]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crunchy --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-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"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=ca726a6bbac25078 -C extra-filename=-16ec1835964b4915 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:53.8076458Z [00:04:15.047]➜     Compiling markup5ever v0.12.1
2025-08-20T21:55:53.8094178Z [00:04:15.049]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.12.1/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=2db87affc2020fe2 -C extra-filename=-e6187f4646bef30a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-e6187f4646bef30a -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf_codegen=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_codegen-14bc4f3cd5e626fc.rlib --extern string_cache_codegen=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstring_cache_codegen-da18c40b8b01dffe.rlib --cap-lints allow`
2025-08-20T21:55:53.8600026Z [00:04:15.100]➜     Compiling libsqlite3-sys v0.28.0
2025-08-20T21:55:53.8613283Z [00:04:15.100]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.28.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="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=66b37fdac70aaa9b -C extra-filename=-5b498cb455579383 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libsqlite3-sys-5b498cb455579383 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --extern pkg_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rlib --extern vcpkg=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libvcpkg-31939969594be859.rlib --cap-lints allow`
2025-08-20T21:55:53.9389001Z [00:04:15.179]➜     Compiling hmac v0.12.1
2025-08-20T21:55:53.9405659Z [00:04:15.180]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hmac --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=8d163c19802ebc97 -C extra-filename=-d9a7d3bee6f07edb --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern digest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdigest-774f7dc4d5dc9ce8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:54.0788176Z [00:04:15.319]➜     Compiling itertools v0.13.0
2025-08-20T21:55:54.0802576Z [00:04:15.319]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=7678db14f8160ace -C extra-filename=-dfcf36b7436d22d3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:54.4078551Z [00:04:15.648]➜     Compiling concurrent-queue v2.5.0
2025-08-20T21:55:54.4098877Z [00:04:15.648]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name concurrent_queue --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a2d3cd9491e49f0f -C extra-filename=-c1ff578697c99a66 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:54.5424492Z [00:04:15.782]➜     Compiling tz-rs v0.7.0
2025-08-20T21:55:54.5431126Z [00:04:15.783]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tz --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tz-rs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d2472d4fa373663c -C extra-filename=-77e7a61fdab82606 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:54.6781794Z [00:04:15.917]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.216/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=856e0d7015b59b4f -C extra-filename=-840cd0b44471ea53 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-840cd0b44471ea53 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:55.0171362Z [00:04:16.257]➜     Compiling urlencoding v2.1.3
2025-08-20T21:55:55.0200485Z [00:04:16.259]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88b2aa50f753412f -C extra-filename=-3308d9a5f08cfb5e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:55.1738483Z [00:04:16.413]➜     Compiling ucd-trie v0.1.7
2025-08-20T21:55:55.1753535Z [00:04:16.415]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ucd_trie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7d3b0057d6d4fc17 -C extra-filename=-b194e75dd3796006 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:55.3123382Z [00:04:16.552]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name powerfmt --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=9b1eb10f8fd3cd24 -C extra-filename=-164c24f572cd7b36 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:55:55.3463819Z [00:04:16.586]➜     Compiling parking v2.2.1
2025-08-20T21:55:55.3474427Z [00:04:16.587]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name parking --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.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("loom"))' -C metadata=1bc34370909efa2d -C extra-filename=-9d0f580be32cb457 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:55.4407338Z [00:04:16.680]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name deranged --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.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="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=a7c1eadbfb6b329a -C extra-filename=-90593f1109e004f4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern powerfmt=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpowerfmt-164c24f572cd7b36.rmeta --cap-lints allow`
2025-08-20T21:55:55.4514696Z [00:04:16.691]➜     Compiling event-listener v5.4.0
2025-08-20T21:55:55.4536235Z [00:04:16.692]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name event_listener --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.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 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=9e72df7fec0842e8 -C extra-filename=-74a88250cde70fa4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern concurrent_queue=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconcurrent_queue-c1ff578697c99a66.rmeta --extern parking=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking-9d0f580be32cb457.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:55.6470521Z [00:04:16.887]➜     Compiling pest v2.7.15
2025-08-20T21:55:55.6500186Z [00:04:16.889]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=fcbccd76a5306150 -C extra-filename=-76aad4779472ae34 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libmemchr-ef494630329a9d1d.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror-d01afb55fc166cc6.rmeta --extern ucd_trie=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libucd_trie-b194e75dd3796006.rmeta --cap-lints allow`
2025-08-20T21:55:55.6954679Z [00:04:16.935]➜     Compiling tzdb_data v0.2.1
2025-08-20T21:55:55.6963778Z [00:04:16.936]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tzdb_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tzdb_data-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 -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f0c836a797f2557 -C extra-filename=-b5ad4975cfbc060d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtz-77e7a61fdab82606.rmeta --cap-lints allow`
2025-08-20T21:55:56.1135831Z [00:04:17.353]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-840cd0b44471ea53/build-script-build`
2025-08-20T21:55:56.1657132Z [00:04:17.405]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-e6187f4646bef30a/build-script-build`
2025-08-20T21:55:56.5458885Z [00:04:17.786]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libsqlite3-sys-5b498cb455579383/build-script-build`
2025-08-20T21:55:57.0592876Z [00:04:18.299]➜     Compiling aws-sigv4 v1.2.5
2025-08-20T21:55:57.0753271Z [00:04:18.313]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_sigv4 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sigv4-1.2.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="http0-compat"' --cfg 'feature="http1"' --cfg 'feature="sign-http"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http0-compat", "http1", "sign-eventstream", "sign-http", "sigv4a"))' -C metadata=a2bc51c150f79338 -C extra-filename=-7e06e9bf916ce73e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_credential_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rmeta --extern aws_smithy_http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rmeta --extern aws_smithy_runtime_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern form_urlencoded=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libform_urlencoded-22ab86262fa2efd2.rmeta --extern hex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhex-e6776d86f2c5abaf.rmeta --extern hmac=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhmac-d9a7d3bee6f07edb.rmeta --extern http0=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern sha2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha2-fe60a345b99169f2.rmeta --extern time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime-42feb2eb3bd9d36f.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:58.1502211Z [00:04:19.389]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tiny_keccak --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.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 --cfg 'feature="default"' --cfg 'feature="shake"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=b8f25fd6ae74d809 -C extra-filename=-bd0800023f823300 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crunchy=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcrunchy-16ec1835964b4915.rmeta --cap-lints allow`
2025-08-20T21:55:58.3289754Z [00:04:19.569]➜     Compiling tree_magic_mini v3.1.6
2025-08-20T21:55:58.3304775Z [00:04:19.569]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=03a51746b4644089 -C extra-filename=-d31a187d41b3a325 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern fnv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfnv-5237c5e632f27eca.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern nom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-d22ae7dcdc92682a.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern petgraph=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpetgraph-9511a98d8829f201.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:58.5316699Z [00:04:19.770]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_types --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-types-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-smithy-runtime", "examples"))' -C metadata=49e53aa311187c8a -C extra-filename=-1643268e8cf7d1a1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_credential_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rmeta --extern aws_smithy_async=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta --extern aws_smithy_runtime_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:55:59.3451308Z [00:04:20.584]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.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="event"' --cfg 'feature="fs"' --cfg 'feature="process"' --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=071b49870403cb46 -C extra-filename=-b275ccb43337b7e5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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`
2025-08-20T21:56:00.1000357Z [00:04:21.340]➜     Compiling aws-smithy-runtime v1.7.3
2025-08-20T21:56:00.1044936Z [00:04:21.341]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_smithy_runtime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-smithy-runtime-1.7.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="client"' --cfg 'feature="connector-hyper-0-14-x"' --cfg 'feature="rt-tokio"' --cfg 'feature="tls-rustls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "connector-hyper-0-14-x", "http-auth", "rt-tokio", "test-util", "tls-rustls", "wire-mock"))' -C metadata=ba5a65be279cded8 -C extra-filename=-5845d3fe135b2fc5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_smithy_async=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta --extern aws_smithy_http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rmeta --extern aws_smithy_runtime_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern fastrand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfastrand-7f5a6b006db81192.rmeta --extern h2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-68d42ba4c7bcdee8.rmeta --extern http_02x=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern http_body_04x=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-275585e7b054e969.rmeta --extern http_body_1x=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-365ffbf8ae454dce.rmeta --extern httparse=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttparse-0cf4a8445f87fe40.rmeta --extern hyper_0_14=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-da634158b6f13f93.rmeta --extern hyper_rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_rustls-24a1271a4834f62d.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern pin_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_utils-dbf4f9e23e565d3f.rmeta --extern rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-bc2766bbb6a00ff8.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:56:01.2931277Z [00:04:22.533]➜     Compiling wayland-protocols-wlr v0.2.0
2025-08-20T21:56:01.3072474Z [00:04:22.546]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name wayland_protocols_wlr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-wlr-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="client"' --cfg 'feature="wayland-client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "server", "wayland-client", "wayland-server"))' -C metadata=9d90caa9aaac550e -C extra-filename=-dfc2a873ad886546 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern wayland_backend=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_backend-5d0350a67aa11b09.rmeta --extern wayland_client=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_client-54ecff6b6fd4db36.rmeta --extern wayland_protocols=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols-78f4e0fed0db6eb2.rmeta --extern wayland_scanner=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwayland_scanner-6522ba98a8020a02.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:56:02.1234334Z [00:04:23.363]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-safe-2c3f57cfec6e39e8/build-script-build`
2025-08-20T21:56:02.1503526Z [00:04:23.389]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zstd_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.13+zstd.1.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="legacy"' --cfg 'feature="std"' --cfg 'feature="zdict_builder"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=3d5b77223fc6b10f -C extra-filename=-2eaceaacd54f68d9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out -l static=zstd`
2025-08-20T21:56:02.3163966Z [00:04:23.555]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zstd_safe --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.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="arrays"' --cfg 'feature="legacy"' --cfg 'feature="std"' --cfg 'feature="zdict_builder"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=1b5d782badcfafa4 -C extra-filename=-d162ccd45dd10ef8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern zstd_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd_sys-2eaceaacd54f68d9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:56:02.5878195Z [00:04:23.828]➜     Compiling zstd v0.13.2
2025-08-20T21:56:02.5901674Z [00:04:23.829]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zstd --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-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 --cfg 'feature="arrays"' --cfg 'feature="default"' --cfg 'feature="legacy"' --cfg 'feature="zdict_builder"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=26501c19f76db0f0 -C extra-filename=-6e0ad0d1c826dd04 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern zstd_safe=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd_safe-d162ccd45dd10ef8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:56:02.8630997Z [00:04:24.099]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_arrow --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-arrow-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="arrow-format"' --cfg 'feature="atoi_simd"' --cfg 'feature="avro-schema"' --cfg 'feature="bigidx"' --cfg 'feature="chrono-tz"' --cfg 'feature="compute"' --cfg 'feature="compute_aggregate"' --cfg 'feature="compute_arithmetics"' --cfg 'feature="compute_arithmetics_decimal"' --cfg 'feature="compute_bitwise"' --cfg 'feature="compute_boolean"' --cfg 'feature="compute_boolean_kleene"' --cfg 'feature="compute_comparison"' --cfg 'feature="compute_temporal"' --cfg 'feature="default"' --cfg 'feature="dtype-decimal"' --cfg 'feature="io_avro"' --cfg 'feature="io_avro_compression"' --cfg 'feature="io_ipc"' --cfg 'feature="io_ipc_compression"' --cfg 'feature="itoa"' --cfg 'feature="lz4"' --cfg 'feature="serde"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrow-format", "async-stream", "atoi_simd", "avro-schema", "bigidx", "chrono-tz", "compute", "compute_aggregate", "compute_arithmetics", "compute_arithmetics_decimal", "compute_bitwise", "compute_boolean", "compute_boolean_kleene", "compute_comparison", "compute_temporal", "default", "dsl-schema", "dtype-array", "dtype-decimal", "full", "futures", "io_avro", "io_avro_async", "io_avro_compression", "io_flight", "io_ipc", "io_ipc_compression", "itoa", "lz4", "nightly", "performant", "proptest", "serde", "simd", "strings", "temporal", "timezones", "tokio", "zstd"))' -C metadata=187a65937c91a9bf -C extra-filename=-0dbcbb6bb64457a1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern atoi_simd=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatoi_simd-76f28a6528d4c3c3.rmeta --extern avro_schema=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libavro_schema-9ebb369c1d5cc809.rmeta --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern bytemuck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern dyn_clone=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdyn_clone-3a55b8eb1be4a805.rmeta --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --extern ethnum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libethnum-9358e7cc56614dee.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern lz4=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4-be8a016ccab53006.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern arrow_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow_format-d828df9365df6f4a.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_schema=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_schema-5944240f1f5c4d5a.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern simdutf8=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimdutf8-aa4ae3360dc91e0a.rmeta --extern streaming_iterator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_iterator-be5c301492afe7b9.rmeta --extern strum_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so --extern zstd=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd-6e0ad0d1c826dd04.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:56:03.5444721Z [00:04:24.783]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crypto_common --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=04b717cf5f9de90e -C extra-filename=-51a463abebca00f1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgeneric_array-578c736568b40cd9.rmeta --extern typenum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtypenum-9d7698c317bcda08.rmeta --cap-lints allow`
2025-08-20T21:56:03.6806599Z [00:04:24.920]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name block_buffer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ea3c575ae2c8590 -C extra-filename=-331f8eb41b0ee660 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgeneric_array-578c736568b40cd9.rmeta --cap-lints allow`
2025-08-20T21:56:03.8334050Z [00:04:25.073]➜     Compiling nu-cmd-base v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base)
2025-08-20T21:56:03.8380182Z [00:04:25.076]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_cmd_base --edition=2024 crates/nu-cmd-base/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c692e763b6d5247 -C extra-filename=-38f2d7d412ee3cc0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern miette=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmiette-df4921012340ce3f.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:56:04.5712369Z [00:04:25.811]➜     Compiling ansitok v0.3.0
2025-08-20T21:56:04.5732766Z [00:04:25.812]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ansitok --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ansitok-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e86f2f44a4e194c8 -C extra-filename=-009e16c03ddc16b3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-d22ae7dcdc92682a.rmeta --extern vte=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvte-5a6ccada1036894f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:56:05.9244638Z [00:04:27.164]➜     Compiling derive-new v0.6.0
2025-08-20T21:56:05.9360955Z [00:04:27.175]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name derive_new --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-new-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4e2fdc9a937b62f0 -C extra-filename=-cd7bd4fdc4c9ca3e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:56:06.7009211Z [00:04:27.941]➜     Compiling libssh2-sys v0.3.0
2025-08-20T21:56:06.7019807Z [00:04:27.941]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libssh2-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("openssl-on-win32", "openssl-sys", "vendored-openssl", "zlib-ng-compat"))' -C metadata=4d365c3641849c26 -C extra-filename=-70f94f1e98cd3ae0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libssh2-sys-70f94f1e98cd3ae0 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --extern pkg_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rlib --cap-lints allow`
2025-08-20T21:56:07.3550793Z [00:04:28.595]➜     Compiling curl-sys v0.4.78+curl-8.11.0
2025-08-20T21:56:07.3563028Z [00:04:28.595]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.78+curl-8.11.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="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=896d70555bd9eb36 -C extra-filename=-05a6b5cb614e9946 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-sys-05a6b5cb614e9946 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --extern pkg_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rlib --cap-lints allow`
2025-08-20T21:56:07.9455511Z [00:04:29.185]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=a44fb41d636690eb -C extra-filename=-f20460b8def46d23 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:56:08.0517503Z [00:04:29.291]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.133/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=b606896f2ae24679 -C extra-filename=-812fe74a2e704cd6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-812fe74a2e704cd6 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:56:08.2841652Z [00:04:29.523]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_threads --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32af2879b3b24076 -C extra-filename=-1c315c551761a596 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:56:08.4415727Z [00:04:29.681]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=a84ad8a6ce9552f8 -C extra-filename=-8151a4195d1e2b85 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:56:08.9087172Z [00:04:30.148]➜     Compiling foreign-types-shared v0.1.1
2025-08-20T21:56:08.9101232Z [00:04:30.149]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name foreign_types_shared --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a710b1c381622b9 -C extra-filename=-3713f2c7bbbe97ce --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:56:08.9937110Z [00:04:30.233]➜     Compiling openssl v0.10.72
2025-08-20T21:56:08.9967617Z [00:04:30.236]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=e850300c2ba4c20a -C extra-filename=-cb6cb7820aed7842 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-cb6cb7820aed7842 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:56:09.3166459Z [00:04:30.556]➜     Compiling portable-atomic v1.10.0
2025-08-20T21:56:09.3198125Z [00:04:30.558]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=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(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=e96d70d8fce76f3c -C extra-filename=-48618f0d2338ceca --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/portable-atomic-48618f0d2338ceca -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:56:09.8843383Z [00:04:31.124]➜     Compiling syn v1.0.109
2025-08-20T21:56:09.8862362Z [00:04:31.125]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=862d53385f9c6892 -C extra-filename=-9eae7abeac8fcaec --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-9eae7abeac8fcaec -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:56:10.2837543Z [00:04:31.523]➜     Compiling x11rb-protocol v0.13.1
2025-08-20T21:56:10.2855681Z [00:04:31.524]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=63c68fdba93be0e1 -C extra-filename=-c27d0f2116060166 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:56:11.8380878Z [00:04:33.075]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_compute --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-compute-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="approx_unique"' --cfg 'feature="cast"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-i128"' --cfg 'feature="gather"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("approx_unique", "cast", "dsl-schema", "dtype-array", "dtype-decimal", "dtype-i128", "gather", "nightly", "serde", "simd"))' -C metadata=92d62d3b5a344ce0 -C extra-filename=-c7f305d24302e07e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern atoi_simd=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatoi_simd-76f28a6528d4c3c3.rmeta --extern bytemuck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --extern fast_float2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfast_float2-fe340760a2b24033.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern skiplist=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libskiplist-467b7355a472c010.rmeta --extern strength_reduce=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrength_reduce-a01e3c129344d33a.rmeta --extern strum_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:56:18.4037095Z [00:04:39.644]➜     Compiling polars-row v0.49.1
2025-08-20T21:56:18.4083156Z [00:04:39.646]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_row --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-row-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af81ef2f890e0757 -C extra-filename=-caecdb598bffb879 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern bytemuck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_compute=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:56:23.1503864Z [00:04:44.384]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_core --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-core-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="algorithm_group_by"' --cfg 'feature="bigidx"' --cfg 'feature="checked_arithmetic"' --cfg 'feature="chrono"' --cfg 'feature="chrono-tz"' --cfg 'feature="comfy-table"' --cfg 'feature="docs"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i128"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-time"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="fmt"' --cfg 'feature="lazy"' --cfg 'feature="object"' --cfg 'feature="partition_by"' --cfg 'feature="rand"' --cfg 'feature="rand_distr"' --cfg 'feature="random"' --cfg 'feature="regex"' --cfg 'feature="reinterpret"' --cfg 'feature="rolling_window"' --cfg 'feature="rows"' --cfg 'feature="serde"' --cfg 'feature="serde-lazy"' --cfg 'feature="serde_json"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="zip_with"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("algorithm_group_by", "approx_unique", "array_arithmetic", "avx512", "bigidx", "bitwise", "checked_arithmetic", "chrono", "chrono-tz", "comfy-table", "dataframe_arithmetic", "default", "describe", "diagonal_concat", "docs", "docs-selection", "dot_product", "dsl-schema", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "fmt", "fmt_no_tty", "group_by_list", "is_first_distinct", "is_last_distinct", "lazy", "list_arithmetic", "ndarray", "nightly", "object", "partition_by", "performant", "product", "python", "rand", "rand_distr", "random", "regex", "reinterpret", "rolling_window", "rolling_window_by", "round_series", "row_hash", "rows", "serde", "serde-lazy", "serde_json", "simd", "strings", "take_opt_iter", "temporal", "timezones", "unique_counts", "zip_with"))' -C metadata=fb8c24c5d0e1d165 -C extra-filename=-a684436aef2ee0a6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern boxcar=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libboxcar-0c9bd6ca1fc18542.rmeta --extern bytemuck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern comfy_table=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcomfy_table-21187869a289ff9c.rmeta --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --extern hashbrown_old_nightly_hack=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-e799bb394d4305b6.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_compute=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_row=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_row-caecdb598bffb879.rmeta --extern polars_schema=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_schema-5944240f1f5c4d5a.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rmeta --extern rand_distr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_distr-b1829190e6def08f.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern strum_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so --extern uuid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rmeta --extern xxhash_rust=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxxhash_rust-c605d70efe7fb469.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:56:30.6953818Z [00:04:51.935]➜     Compiling polars-parquet v0.49.1
2025-08-20T21:56:30.7016937Z [00:04:51.938]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_parquet --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-parquet-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="async"' --cfg 'feature="async-stream"' --cfg 'feature="brotli"' --cfg 'feature="compression"' --cfg 'feature="flate2"' --cfg 'feature="futures"' --cfg 'feature="gzip"' --cfg 'feature="lz4"' --cfg 'feature="serde"' --cfg 'feature="snap"' --cfg 'feature="snappy"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-stream", "bloom_filter", "brotli", "compression", "dsl-schema", "fallible-streaming-iterator", "flate2", "futures", "gzip", "lz4", "lz4_flex", "proptest", "serde", "simd", "snap", "snappy", "xxhash-rust", "zstd"))' -C metadata=a1a5512509526e8d -C extra-filename=-cbda6536ea8ec241 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern async_stream=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libasync_stream-9c42f560f406f5da.rmeta --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta --extern brotli=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli-ccaf963f87dbc7b8.rmeta --extern bytemuck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta --extern ethnum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libethnum-9358e7cc56614dee.rmeta --extern flate2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate2-fa7e7ce6669aee27.rmeta --extern futures=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern lz4=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4-be8a016ccab53006.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_compute=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_parquet_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet_format-2c974967b44af547.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern simdutf8=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimdutf8-aa4ae3360dc91e0a.rmeta --extern snap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsnap-410905c7aba2864d.rmeta --extern streaming_decompression=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_decompression-0eaf1fd5267ff6ac.rmeta --extern zstd=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd-6e0ad0d1c826dd04.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:56:44.6565309Z [00:05:05.896]➜     Compiling polars-json v0.49.1
2025-08-20T21:56:44.6605833Z [00:05:05.898]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_json --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-json-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="chrono-tz"' --cfg 'feature="dtype-decimal"' --cfg 'feature="timezones"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono-tz", "dtype-decimal", "timezones"))' -C metadata=856963bdbd9591b4 -C extra-filename=-7a7abc5dd8eb46f6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern fallible_streaming_iterator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_streaming_iterator-e12849ee5d71bb20.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_compute=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --extern simd_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_json-74202b9c98fa5f44.rmeta --extern streaming_iterator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_iterator-be5c301492afe7b9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:56:48.5827202Z [00:05:09.818]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_ops --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-ops-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="abs"' --cfg 'feature="big_idx"' --cfg 'feature="chrono"' --cfg 'feature="chrono-tz"' --cfg 'feature="chunked_ids"' --cfg 'feature="cross_join"' --cfg 'feature="cum_agg"' --cfg 'feature="cutqcut"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i128"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="iejoin"' --cfg 'feature="is_in"' --cfg 'feature="log"' --cfg 'feature="object"' --cfg 'feature="pivot"' --cfg 'feature="rand"' --cfg 'feature="rand_distr"' --cfg 'feature="random"' --cfg 'feature="replace"' --cfg 'feature="rle"' --cfg 'feature="rolling_window"' --cfg 'feature="round_series"' --cfg 'feature="semi_anti_join"' --cfg 'feature="serde"' --cfg 'feature="string_to_integer"' --cfg 'feature="strings"' --cfg 'feature="timezones"' --cfg 'feature="to_dummies"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abs", "aho-corasick", "approx_unique", "array_any_all", "array_count", "array_to_struct", "asof_join", "base64", "big_idx", "binary_encoding", "bitwise", "business", "chrono", "chrono-tz", "chunked_ids", "cov", "cross_join", "cum_agg", "cutqcut", "diff", "dsl-schema", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "ewma", "ewma_by", "extract_groups", "extract_jsonpath", "find_many", "fused", "gather", "hash", "hex", "hist", "iejoin", "index_of", "interpolate", "interpolate_by", "is_between", "is_first_distinct", "is_in", "is_last_distinct", "is_unique", "jsonpath_lib", "list_any_all", "list_count", "list_drop_nulls", "list_filter", "list_gather", "list_sample", "list_sets", "list_to_struct", "log", "merge_sorted", "mode", "moment", "nightly", "object", "pct_change", "peaks", "performant", "pivot", "polars-json", "propagate_nans", "rand", "rand_distr", "random", "rank", "reinterpret", "repeat_by", "replace", "rle", "rolling_window", "rolling_window_by", "round_series", "search_sorted", "semi_anti_join", "serde", "serde_json", "simd", "string_encoding", "string_normalize", "string_pad", "string_reverse", "string_to_integer", "strings", "timezones", "to_dummies", "top_k", "unicode-normalization", "unicode-reverse", "unique_counts"))' -C metadata=a5ff15cd55373b4c -C extra-filename=-98ea475480734012 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern argminmax=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libargminmax-fa52b25f09046643.rmeta --extern bytemuck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern libm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibm-3c0ee802c563c623.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_compute=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta --extern polars_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_schema=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_schema-5944240f1f5c4d5a.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rmeta --extern rand_distr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_distr-b1829190e6def08f.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --extern regex_syntax=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_syntax-523d3002ffab0ee9.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern strum_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:57:02.0086562Z [00:05:23.248]➜     Compiling polars-time v0.49.1
2025-08-20T21:57:02.0150698Z [00:05:23.252]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_time --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-time-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="chrono-tz"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-time"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="rolling_window"' --cfg 'feature="serde"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono-tz", "default", "dsl-schema", "dtype-date", "dtype-datetime", "dtype-duration", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-time", "dtype-u16", "dtype-u8", "fmt", "month_end", "month_start", "offset_by", "rolling_window", "rolling_window_by", "serde", "temporal", "test", "timezones"))' -C metadata=53f83a411b7e17ea -C extra-filename=-c319a6bbc46d25ff --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern atoi_simd=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatoi_simd-76f28a6528d4c3c3.rmeta --extern bytemuck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern now=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnow-c81131046f4d1bb6.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_compute=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta --extern polars_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_ops=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern strum_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:57:09.7964240Z [00:05:31.036]➜     Compiling polars-io v0.49.1
2025-08-20T21:57:09.8044269Z [00:05:31.036]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_io --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-io-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="async"' --cfg 'feature="async-trait"' --cfg 'feature="atoi_simd"' --cfg 'feature="avro"' --cfg 'feature="aws"' --cfg 'feature="chrono"' --cfg 'feature="chrono-tz"' --cfg 'feature="cloud"' --cfg 'feature="csv"' --cfg 'feature="decompress"' --cfg 'feature="default"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-time"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="fast-float2"' --cfg 'feature="file_cache"' --cfg 'feature="flate2"' --cfg 'feature="futures"' --cfg 'feature="http"' --cfg 'feature="ipc"' --cfg 'feature="itoa"' --cfg 'feature="json"' --cfg 'feature="lazy"' --cfg 'feature="object"' --cfg 'feature="object_store"' --cfg 'feature="parquet"' --cfg 'feature="polars-json"' --cfg 'feature="polars-parquet"' --cfg 'feature="polars-time"' --cfg 'feature="reqwest"' --cfg 'feature="ryu"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="simd-json"' --cfg 'feature="simdutf8"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="tokio"' --cfg 'feature="tokio-util"' --cfg 'feature="url"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-trait", "atoi_simd", "avro", "aws", "azure", "catalog", "chrono", "chrono-tz", "cloud", "csv", "decompress", "default", "dsl-schema", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "fast-float2", "file_cache", "flate2", "fmt", "futures", "gcp", "http", "ipc", "ipc_streaming", "itoa", "json", "lazy", "object", "object_store", "parquet", "polars-json", "polars-parquet", "polars-time", "pyo3", "python", "reqwest", "ryu", "serde", "serde_json", "simd", "simd-json", "simdutf8", "strum", "strum_macros", "temporal", "timezones", "tokio", "tokio-util", "url", "zstd"))' -C metadata=bd66173a5b71c7ce -C extra-filename=-191c9c23aab3cad1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libasync_trait-e44bdddf6aa46194.so --extern atoi_simd=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatoi_simd-76f28a6528d4c3c3.rmeta --extern blake3=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libblake3-a21b960c16b08a87.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern fast_float2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfast_float2-fe340760a2b24033.rmeta --extern flate2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate2-fa7e7ce6669aee27.rmeta --extern fs4=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfs4-f8455b531eff6f86.rmeta --extern futures=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rmeta --extern glob=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libglob-7dbad827ab1b7f61.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern home=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhome-912337b30fee19c0.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern memmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemmap2-e4117185f8458c0b.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern object_store=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject_store-b6453585943ba029.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_json-7a7abc5dd8eb46f6.rmeta --extern polars_parquet=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet-cbda6536ea8ec241.rmeta --extern polars_schema=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_schema-5944240f1f5c4d5a.rmeta --extern polars_time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_time-c319a6bbc46d25ff.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --extern reqwest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreqwest-df3edca4f9d58cce.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern simd_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_json-74202b9c98fa5f44.rmeta --extern simdutf8=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimdutf8-aa4ae3360dc91e0a.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tokio_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_util-bd91d4d2332e4a51.rmeta --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta --extern zstd=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd-6e0ad0d1c826dd04.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out`
2025-08-20T21:57:21.7064530Z [00:05:42.941]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_plan --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="abs"' --cfg 'feature="arg_where"' --cfg 'feature="async"' --cfg 'feature="bigidx"' --cfg 'feature="chrono"' --cfg 'feature="chrono-tz"' --cfg 'feature="cloud"' --cfg 'feature="concat_str"' --cfg 'feature="cross_join"' --cfg 'feature="cse"' --cfg 'feature="csv"' --cfg 'feature="cum_agg"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i128"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-time"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="futures"' --cfg 'feature="iejoin"' --cfg 'feature="ipc"' --cfg 'feature="is_in"' --cfg 'feature="json"' --cfg 'feature="log"' --cfg 'feature="object"' --cfg 'feature="parquet"' --cfg 'feature="pivot"' --cfg 'feature="polars-json"' --cfg 'feature="polars-parquet"' --cfg 'feature="polars-time"' --cfg 'feature="random"' --cfg 'feature="regex"' --cfg 'feature="replace"' --cfg 'feature="rle"' --cfg 'feature="rolling_window"' --cfg 'feature="round_series"' --cfg 'feature="semi_anti_join"' --cfg 'feature="serde"' --cfg 'feature="sign"' --cfg 'feature="string_to_integer"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="trigonometry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abs", "approx_unique", "arg_where", "array_any_all", "array_count", "array_to_struct", "asof_join", "async", "bigidx", "binary_encoding", "bitwise", "business", "chrono", "chrono-tz", "chunked_ids", "cloud", "coalesce", "concat_str", "cov", "cross_join", "cse", "csv", "cum_agg", "cutqcut", "debugging", "diff", "dot_diagram", "dsl-schema", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "ewma", "ewma_by", "extract_groups", "extract_jsonpath", "ffi_plugin", "find_many", "fmt", "fused", "future", "futures", "hist", "hive_partitions", "iejoin", "index_of", "interpolate", "interpolate_by", "ipc", "ir_serde", "is_between", "is_first_distinct", "is_in", "is_last_distinct", "is_unique", "json", "libloading", "list_any_all", "list_count", "list_drop_nulls", "list_filter", "list_gather", "list_sample", "list_sets", "list_to_struct", "log", "merge_sorted", "meta", "mode", "moment", "month_end", "month_start", "nightly", "object", "offset_by", "parquet", "pct_change", "peaks", "pivot", "polars-ffi", "polars-json", "polars-parquet", "polars-time", "polars_cloud_client", "polars_cloud_server", "propagate_nans", "python", "random", "range", "rank", "regex", "reinterpret", "repeat_by", "replace", "rle", "rolling_window", "rolling_window_by", "round_series", "row_hash", "search_sorted", "semi_anti_join", "serde", "sign", "string_encoding", "string_normalize", "string_pad", "string_reverse", "string_to_integer", "strings", "temporal", "timezones", "top_k", "trigonometry", "true_div", "unique_counts"))' -C metadata=0c8b7b2358abeddd -C extra-filename=-9affbd028ae8f7aa --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern bytemuck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --extern futures=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern memmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemmap2-e4117185f8458c0b.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_compute=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta --extern polars_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta --extern polars_io=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rmeta --extern polars_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_json-7a7abc5dd8eb46f6.rmeta --extern polars_ops=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rmeta --extern polars_parquet=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet-cbda6536ea8ec241.rmeta --extern polars_time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_time-c319a6bbc46d25ff.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern recursive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librecursive-19865dfc405ddc86.rmeta --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern strum_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out`
2025-08-20T21:57:38.9564182Z [00:06:00.196]➜     Compiling ident_case v1.0.1
2025-08-20T21:57:38.9711135Z [00:06:00.211]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=6e238f105bd9b359 -C extra-filename=-6e14bfbcdc0138ac --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:57:39.1025869Z [00:06:00.342]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name iana_time_zone --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.61/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="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=19030c9e55fc9c45 -C extra-filename=-d0b739f6cd7fd254 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:57:39.3892517Z [00:06:00.629]➜     Compiling tzdb v0.7.2
2025-08-20T21:57:39.3905545Z [00:06:00.630]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tzdb --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tzdb-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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="local"' --cfg 'feature="now"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "local", "now", "std"))' -C metadata=3c4bef3b7641f1f4 -C extra-filename=-e5f88140d6730983 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libiana_time_zone-d0b739f6cd7fd254.rmeta --extern tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtz-77e7a61fdab82606.rmeta --extern tzdb_data=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtzdb_data-b5ad4975cfbc060d.rmeta --cap-lints allow`
2025-08-20T21:57:40.7162763Z [00:06:01.956]➜     Compiling darling_core v0.20.10
2025-08-20T21:57:40.7191756Z [00:06:01.958]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name darling_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.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 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=502b12c211e6dd6f -C extra-filename=-5a2f60378e1b2472 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern fnv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libfnv-f20460b8def46d23.rmeta --extern ident_case=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libident_case-6e14bfbcdc0138ac.rmeta --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rmeta --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rmeta --extern strsim=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrsim-8151a4195d1e2b85.rmeta --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rmeta --cap-lints allow`
2025-08-20T21:57:43.8209514Z [00:06:05.061]➜     Compiling polars-expr v0.49.1
2025-08-20T21:57:43.8265856Z [00:06:05.061]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_expr --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-expr-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i128"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-time"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="is_in"' --cfg 'feature="parquet"' --cfg 'feature="polars-time"' --cfg 'feature="round_series"' --cfg 'feature="temporal"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("approx_unique", "bitwise", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-full", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "is_between", "is_in", "nightly", "parquet", "polars-json", "polars-time", "propagate_nans", "round_series", "temporal"))' -C metadata=c90cc59065da693a -C extra-filename=-79fd8268180f5909 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_compute=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta --extern polars_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta --extern polars_io=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rmeta --extern polars_ops=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rmeta --extern polars_plan=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_plan-9affbd028ae8f7aa.rmeta --extern polars_row=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_row-caecdb598bffb879.rmeta --extern polars_time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_time-c319a6bbc46d25ff.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern recursive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librecursive-19865dfc405ddc86.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out`
2025-08-20T21:58:09.0384242Z [00:06:30.277]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libsqlite3_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.28.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="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=3ee18b8d69809397 -C extra-filename=-5389b2ffac1aaeb2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out -l static=sqlite3`
2025-08-20T21:58:09.3157276Z [00:06:30.555]➜     Compiling x11rb v0.13.1
2025-08-20T21:58:09.3179731Z [00:06:30.557]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=176682bc8c36ae7e -C extra-filename=-7382b06bc7959e56 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rmeta --extern x11rb_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libx11rb_protocol-c27d0f2116060166.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:11.1262853Z [00:06:32.366]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-9eae7abeac8fcaec/build-script-build`
2025-08-20T21:58:11.1628330Z [00:06:32.403]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/portable-atomic-48618f0d2338ceca/build-script-build`
2025-08-20T21:58:11.2039504Z [00:06:32.444]➜     Compiling foreign-types v0.3.2
2025-08-20T21:58:11.2058396Z [00:06:32.445]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name foreign_types --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4e4ebb288b7abb3 -C extra-filename=-2732dc455a911364 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern foreign_types_shared=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libforeign_types_shared-3713f2c7bbbe97ce.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:11.2872868Z [00:06:32.524]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name time --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.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=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=9da1285ec7b4ab67 -C extra-filename=-788918ac2920854d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern deranged=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderanged-90593f1109e004f4.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libitoa-c44c9bf2cd6b366f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/liblibc-08134796525ad32f.rmeta --extern num_conv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_conv-ad1370e0f1e32d78.rmeta --extern num_threads=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_threads-1c315c551761a596.rmeta --extern powerfmt=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpowerfmt-164c24f572cd7b36.rmeta --extern time_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime_core-1e5e24273b2d9975.rmeta --cap-lints allow`
2025-08-20T21:58:12.0385955Z [00:06:33.278]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-812fe74a2e704cd6/build-script-build`
2025-08-20T21:58:12.0649776Z [00:06:33.305]➜     Compiling wl-clipboard-rs v0.8.1
2025-08-20T21:58:12.0672517Z [00:06:33.305]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name wl_clipboard_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wl-clipboard-rs-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dlopen", "native_lib"))' -C metadata=c9680e34ba805950 -C extra-filename=-4da0376e0617a292 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern derive_new=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderive_new-cd7bd4fdc4c9ca3e.so --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern nix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-b275ccb43337b7e5.rmeta --extern os_pipe=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_pipe-18783a1c1f4f2ed8.rmeta --extern tempfile=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-0615a44123b88423.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rmeta --extern tree_magic_mini=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtree_magic_mini-d31a187d41b3a325.rmeta --extern wayland_backend=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_backend-5d0350a67aa11b09.rmeta --extern wayland_client=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_client-54ecff6b6fd4db36.rmeta --extern wayland_protocols=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols-78f4e0fed0db6eb2.rmeta --extern wayland_protocols_wlr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols_wlr-dfc2a873ad886546.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:14.0280434Z [00:06:35.268]➜     Compiling ansi-str v0.9.0
2025-08-20T21:58:14.0295947Z [00:06:35.269]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ansi_str --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ansi-str-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5e12afbfcf032bc -C extra-filename=-8f1cdc543a6aa459 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ansitok=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansitok-009e16c03ddc16b3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:14.5162785Z [00:06:35.755]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name digest --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.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 -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=6b282e86b4dd4ca5 -C extra-filename=-95c4282100bdea88 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libblock_buffer-331f8eb41b0ee660.rmeta --extern crypto_common=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcrypto_common-51a463abebca00f1.rmeta --cap-lints allow`
2025-08-20T21:58:14.6801171Z [00:06:35.920]➜     Compiling aws-runtime v1.4.3
2025-08-20T21:58:14.6830147Z [00:06:35.920]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_runtime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-runtime-1.4.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("event-stream", "http-02x", "http-1x", "sigv4a", "test-util"))' -C metadata=df968da97041f14f -C extra-filename=-646306dec52bb003 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_credential_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rmeta --extern aws_sigv4=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sigv4-7e06e9bf916ce73e.rmeta --extern aws_smithy_async=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta --extern aws_smithy_http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rmeta --extern aws_smithy_runtime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime-5845d3fe135b2fc5.rmeta --extern aws_smithy_runtime_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern aws_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_types-1643268e8cf7d1a1.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern fastrand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfastrand-7f5a6b006db81192.rmeta --extern http_02x=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern http_body_04x=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-275585e7b054e969.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --extern uuid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:58:14.9630310Z [00:06:36.202]➜     Compiling const-random-macro v0.1.16
2025-08-20T21:58:14.9651062Z [00:06:36.204]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name const_random_macro --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-random-macro-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91e0dfe83a5f95c5 -C extra-filename=-ee0d4418bb6d698f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgetrandom-8a2525ca78812cd9.rlib --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libonce_cell-c1f71e7d878f8f58.rlib --extern tiny_keccak=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtiny_keccak-bd0800023f823300.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:58:15.3954851Z [00:06:36.635]➜     Compiling pest_meta v2.7.15
2025-08-20T21:58:15.3965062Z [00:06:36.636]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pest_meta --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.7.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=8d6a3d57501fea23 -C extra-filename=-d4d951ade5791d44 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libonce_cell-c1f71e7d878f8f58.rmeta --extern pest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest-76aad4779472ae34.rmeta --cap-lints allow`
2025-08-20T21:58:16.9755417Z [00:06:38.214]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name markup5ever --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.12.1/lib.rs --error-format=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=5b4437681ed27a79 -C extra-filename=-2eb45abcfa0ed01b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern phf=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf-fe3b4527b481fae5.rmeta --extern string_cache=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstring_cache-27ee910f3f3664de.rmeta --extern tendril=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtendril-1528da0e1100a21c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:17.3070879Z [00:06:38.546]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.216/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=e88f247aedab5978 -C extra-filename=-87756639d53d55c8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_derive-020f5ce6236a7de2.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-20T21:58:18.0893721Z [00:06:39.329]➜     Compiling event-listener-strategy v0.5.4
2025-08-20T21:58:18.0922299Z [00:06:39.331]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name event_listener_strategy --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.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(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=15e2889ebdda2471 -C extra-filename=-5486cfbd0cb45f91 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern event_listener=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libevent_listener-74a88250cde70fa4.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:18.2546282Z [00:06:39.494]➜     Compiling nu-color-config v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config)
2025-08-20T21:58:18.2577199Z [00:06:39.496]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_color_config --edition=2024 crates/nu-color-config/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a78955c58cb568a -C extra-filename=-c005101a1fe2b3e9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_json-2e277dd6984781f0.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:19.6514925Z [00:06:40.891]➜     Compiling console v0.15.8
2025-08-20T21:58:19.6546275Z [00:06:40.893]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name console --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=bf33eae2573aa357 -C extra-filename=-12643e17fc3b04e3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-e4b0219bbbf6cf91.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-a04b20f02337a2d8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:20.4184827Z [00:06:41.658]➜     Compiling const_format v0.2.34
2025-08-20T21:58:20.4218121Z [00:06:41.659]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name const_format --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=a602d4554469c6d7 -C extra-filename=-bf497f67b84d372f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern const_format_proc_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_format_proc_macros-e3fae36cd00bbcee.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:20.6387457Z [00:06:41.878]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name const_format --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.34/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("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=52cfcd74343482c8 -C extra-filename=-11e38528bca82e26 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern const_format_proc_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_format_proc_macros-e3fae36cd00bbcee.so --cap-lints allow`
2025-08-20T21:58:20.8275944Z [00:06:42.067]➜     Compiling markup5ever v0.14.0
2025-08-20T21:58:20.8288924Z [00:06:42.068]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.14.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=df659773bcd2362e -C extra-filename=-16e48a3644e9bb47 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-16e48a3644e9bb47 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf_codegen=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_codegen-14bc4f3cd5e626fc.rlib --extern string_cache_codegen=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstring_cache_codegen-da18c40b8b01dffe.rlib --cap-lints allow`
2025-08-20T21:58:20.9280073Z [00:06:42.165]➜     Compiling aws-smithy-json v0.60.7
2025-08-20T21:58:20.9291780Z [00:06:42.168]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_smithy_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-smithy-json-0.60.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())' -C metadata=90f0bc11f907b8ae -C extra-filename=-ae8b9796c0714309 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:21.5112783Z [00:06:42.751]➜     Compiling hashlink v0.9.1
2025-08-20T21:58:21.5132063Z [00:06:42.752]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hashlink --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=00950788c3437ff1 -C extra-filename=-f68279be559c98f7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-e799bb394d4305b6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:21.5715097Z [00:06:42.811]➜     Compiling openssl-macros v0.1.1
2025-08-20T21:58:21.5728242Z [00:06:42.812]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name openssl_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42686865cce72e73 -C extra-filename=-69658718fb0b8e51 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:58:21.8660505Z [00:06:43.106]➜     Compiling html5ever v0.27.0
2025-08-20T21:58:21.8690156Z [00:06:43.108]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html5ever-0.27.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=7fd0a156431b363e -C extra-filename=-72863ad374e06107 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-72863ad374e06107 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --cap-lints allow`
2025-08-20T21:58:22.2570978Z [00:06:43.497]➜     Compiling polars-stream v0.49.1
2025-08-20T21:58:22.2662987Z [00:06:43.505]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-stream-0.49.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::collapsible_if' -C debug-assertions=off --cfg 'feature="cloud"' --cfg 'feature="csv"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="ipc"' --cfg 'feature="is_in"' --cfg 'feature="json"' --cfg 'feature="object"' --cfg 'feature="parquet"' --cfg 'feature="replace"' --cfg 'feature="semi_anti_join"' --cfg 'feature="strings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitwise", "cloud", "csv", "default", "dtype-array", "dtype-categorical", "dynamic_group_by", "ipc", "is_in", "json", "merge_sorted", "nightly", "object", "parquet", "pyo3", "python", "replace", "semi_anti_join", "strings"))' -C metadata=2523271848643def -C extra-filename=-42ed80e317f7d15e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-stream-42ed80e317f7d15e -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:58:22.5001016Z [00:06:43.740]➜     Compiling filetime v0.2.25
2025-08-20T21:58:22.5013366Z [00:06:43.740]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name filetime --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97b88dbb6780a2fa -C extra-filename=-2631b54affefe3a0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:22.7395410Z [00:06:43.979]➜     Compiling regex-lite v0.1.6
2025-08-20T21:58:22.7421555Z [00:06:43.981]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_lite --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-lite-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="string"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "string"))' -C metadata=058ff4fff62efe78 -C extra-filename=-8619887f50e57907 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:23.4689712Z [00:06:44.709]➜     Compiling native-tls v0.2.12
2025-08-20T21:58:23.4718906Z [00:06:44.711]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=68834803a6cff87a -C extra-filename=-4ec52d05346929bf --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/native-tls-4ec52d05346929bf -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:58:23.7052018Z [00:06:44.945]➜     Compiling env_home v0.1.0
2025-08-20T21:58:23.7065329Z [00:06:44.946]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name env_home --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_home-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb5dd7de9c26d738 -C extra-filename=-2d11289c9bce15cf --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:23.7624365Z [00:06:45.002]➜     Compiling fallible-iterator v0.3.0
2025-08-20T21:58:23.7633251Z [00:06:45.002]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fallible_iterator --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f3f53b2573abde0a -C extra-filename=-3388414c1b9bec9c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:24.0640660Z [00:06:45.303]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name same_file --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.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 -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a31f285b0501fd4 -C extra-filename=-aac2d23336610936 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:58:24.1496108Z [00:06:45.389]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-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("no-panic", "small"))' -C metadata=d8f66521c7fdc8b3 -C extra-filename=-9dd961d960e65758 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:58:24.1614314Z [00:06:45.401]➜     Compiling bytecount v0.6.8
2025-08-20T21:58:24.1709173Z [00:06:45.410]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bytecount --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=a1ea5b58c34be148 -C extra-filename=-80925eb83414e615 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:24.2813937Z [00:06:45.521]➜     Compiling dtoa v1.0.9
2025-08-20T21:58:24.2827735Z [00:06:45.522]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dtoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=dc2dd49270305c8d -C extra-filename=-bce8de879eef3143 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:24.2975028Z [00:06:45.537]➜     Compiling base64ct v1.8.0
2025-08-20T21:58:24.2989913Z [00:06:45.538]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name base64ct --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e329c0c85731608e -C extra-filename=-fa66f3a4feb1c865 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:24.4123601Z [00:06:45.651]➜     Compiling is_debug v1.1.0
2025-08-20T21:58:24.4128863Z [00:06:45.652]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name is_debug --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_debug-1.1.0/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("default", "std"))' -C metadata=5716f0c7d7851994 -C extra-filename=-8b4cbb64fe03d3d5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:58:24.4277972Z [00:06:45.667]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cpufeatures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdf53cc78d1f0ac5 -C extra-filename=-221d6713c8314f1c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:58:24.4751376Z [00:06:45.715]➜     Compiling shadow-rs v1.2.0
2025-08-20T21:58:24.4769120Z [00:06:45.716]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name shadow_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shadow-rs-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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="build"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="tzdb"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo_metadata", "default", "document-features", "git2", "metadata", "no_std", "serde_json", "std", "time", "tzdb"))' -C metadata=cb381be9d18ef984 -C extra-filename=-2753a2a26757813e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern const_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_format-11e38528bca82e26.rmeta --extern is_debug=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libis_debug-8b4cbb64fe03d3d5.rmeta --extern time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime-788918ac2920854d.rmeta --extern tzdb=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtzdb-e5f88140d6730983.rmeta --cap-lints allow`
2025-08-20T21:58:24.5026249Z [00:06:45.741]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sha2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=b3d881b9c90b10ce -C extra-filename=-626b8635c4ee7ae4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_if-dfc6513573988143.rmeta --extern cpufeatures=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcpufeatures-221d6713c8314f1c.rmeta --extern digest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdigest-95c4282100bdea88.rmeta --cap-lints allow`
2025-08-20T21:58:24.6025933Z [00:06:45.842]➜     Compiling pem-rfc7468 v0.7.0
2025-08-20T21:58:24.6043198Z [00:06:45.843]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pem_rfc7468 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=9b85294674306a52 -C extra-filename=-7713b95c4356f62e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern base64ct=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64ct-fa66f3a4feb1c865.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:24.9736122Z [00:06:46.213]➜     Compiling dtoa-short v0.3.5
2025-08-20T21:58:24.9760967Z [00:06:46.215]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dtoa_short --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtoa-short-0.3.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=c56ab4f69df55a95 -C extra-filename=-261e8af4aac2c4d6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern dtoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtoa-bce8de879eef3143.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:25.0879170Z [00:06:46.327]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.133/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=fd870081b3989038 -C extra-filename=-4a6bafdab6dd50b1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libitoa-c44c9bf2cd6b366f.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libmemchr-ef494630329a9d1d.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libryu-9dd961d960e65758.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde-87756639d53d55c8.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-20T21:58:25.0958283Z [00:06:46.335]➜     Compiling papergrid v0.17.0
2025-08-20T21:58:25.0975958Z [00:06:46.336]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name papergrid --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="ansi"' --cfg 'feature="ansi-str"' --cfg 'feature="ansitok"' --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=21f3835139cd2adb -C extra-filename=-6862671c88f73198 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ansi_str=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansi_str-8f1cdc543a6aa459.rmeta --extern ansitok=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansitok-009e16c03ddc16b3.rmeta --extern bytecount=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytecount-80925eb83414e615.rmeta --extern fnv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfnv-5237c5e632f27eca.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:25.2675868Z [00:06:46.507]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name walkdir --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.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=e89b160957c85273 -C extra-filename=-8ada5ee2a82e51d7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsame_file-aac2d23336610936.rmeta --cap-lints allow`
2025-08-20T21:58:25.5044422Z [00:06:46.744]➜     Compiling rusqlite v0.31.0
2025-08-20T21:58:25.5068698Z [00:06:46.745]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rusqlite --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.31.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="backup"' --cfg 'feature="bundled"' --cfg 'feature="chrono"' --cfg 'feature="column_decltype"' --cfg 'feature="modern_sqlite"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=464e9f177bf69537 -C extra-filename=-e0c37c62d5df9c16 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern fallible_iterator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_iterator-3388414c1b9bec9c.rmeta --extern fallible_streaming_iterator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_streaming_iterator-e12849ee5d71bb20.rmeta --extern hashlink=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashlink-f68279be559c98f7.rmeta --extern libsqlite3_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibsqlite3_sys-5389b2ffac1aaeb2.rmeta --extern smallvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out`
2025-08-20T21:58:26.4580600Z [00:06:47.698]➜     Compiling which v8.0.0
2025-08-20T21:58:26.4593724Z [00:06:47.698]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name which --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-8.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="real-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "real-sys", "regex", "tracing"))' -C metadata=9e00645e44de43e7 -C extra-filename=-1c7cfe5e3e336e8f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern env_home=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_home-2d11289c9bce15cf.rmeta --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-c1bc0cdea0ee528c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:26.8318256Z [00:06:48.072]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-72863ad374e06107/build-script-build`
2025-08-20T21:58:27.0146005Z [00:06:48.254]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-stream-42ed80e317f7d15e/build-script-build`
2025-08-20T21:58:27.0417423Z [00:06:48.281]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-16e48a3644e9bb47/build-script-build`
2025-08-20T21:58:27.3572693Z [00:06:48.597]➜     Compiling async-channel v2.3.1
2025-08-20T21:58:27.3586535Z [00:06:48.597]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name async_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ff9802b20597b41d -C extra-filename=-984ee4f1e05ad5f3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern concurrent_queue=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconcurrent_queue-c1ff578697c99a66.rmeta --extern event_listener_strategy=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libevent_listener_strategy-5486cfbd0cb45f91.rmeta --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:27.5224520Z [00:06:48.762]➜     Compiling pest_generator v2.7.15
2025-08-20T21:58:27.5237172Z [00:06:48.762]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pest_generator --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=09eb0d4380c5a9e5 -C extra-filename=-3ca63892522d81e1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest-76aad4779472ae34.rmeta --extern pest_meta=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_meta-d4d951ade5791d44.rmeta --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rmeta --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rmeta --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rmeta --cap-lints allow`
2025-08-20T21:58:27.5729268Z [00:06:48.813]➜     Compiling const-random v0.1.18
2025-08-20T21:58:27.5849232Z [00:06:48.824]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name const_random --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-random-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3d9cd82cfec778b -C extra-filename=-ae40a1e5c3e36fd0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern const_random_macro=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_random_macro-ee0d4418bb6d698f.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:27.6535688Z [00:06:48.893]➜     Compiling arboard v3.4.1
2025-08-20T21:58:27.6567674Z [00:06:48.895]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name arboard --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arboard-3.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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=6c3a1c60be464dc5 -C extra-filename=-537d1368e510bd15 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern parking_lot=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rmeta --extern wl_clipboard_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwl_clipboard_rs-4da0376e0617a292.rmeta --extern x11rb=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libx11rb-7382b06bc7959e56.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:28.4560973Z [00:06:49.691]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name portable_atomic --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=bc4d392a1426db42 -C extra-filename=-241c7f3e23b23bdd --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'`
2025-08-20T21:58:28.5899589Z [00:06:49.829]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=501ebe59d24ce4d1 -C extra-filename=-dd365abeb48567bd --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rmeta --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rmeta --extern unicode_ident=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_ident-f40c8cbc696e0d9b.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
2025-08-20T21:58:29.2352150Z [00:06:50.475]➜     Compiling polars-mem-engine v0.49.1
2025-08-20T21:58:29.2425644Z [00:06:50.476]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_mem_engine --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-mem-engine-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="async"' --cfg 'feature="cloud"' --cfg 'feature="csv"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-time"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="futures"' --cfg 'feature="ipc"' --cfg 'feature="json"' --cfg 'feature="object"' --cfg 'feature="parquet"' --cfg 'feature="polars-json"' --cfg 'feature="polars-time"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asof_join", "async", "cloud", "csv", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "futures", "ipc", "json", "merge_sorted", "object", "parquet", "polars-json", "polars-time", "pyo3", "python", "tokio"))' -C metadata=98b6c80473b25d65 -C extra-filename=-9f514816a2ab1df9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern futures=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rmeta --extern memmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemmap2-e4117185f8458c0b.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_expr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_expr-79fd8268180f5909.rmeta --extern polars_io=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rmeta --extern polars_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_json-7a7abc5dd8eb46f6.rmeta --extern polars_ops=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rmeta --extern polars_plan=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_plan-9affbd028ae8f7aa.rmeta --extern polars_time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_time-c319a6bbc46d25ff.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern recursive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librecursive-19865dfc405ddc86.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out`
2025-08-20T21:58:29.4504808Z [00:06:50.690]➜     Compiling darling_macro v0.20.10
2025-08-20T21:58:29.4512539Z [00:06:50.690]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name darling_macro --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/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=c31f511f5b982b41 -C extra-filename=-e7f394649043497f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern darling_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling_core-5a2f60378e1b2472.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:58:30.2408543Z [00:06:51.481]➜     Compiling webpki-root-certs v1.0.1
2025-08-20T21:58:30.2421684Z [00:06:51.481]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name webpki_root_certs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-root-certs-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26b837bee600ddee -C extra-filename=-980ed7db238c4bb4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:30.3641401Z [00:06:51.604]➜     Compiling selectors v0.26.0
2025-08-20T21:58:30.3732177Z [00:06:51.612]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/selectors-0.26.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("bench", "to_shmem"))' -C metadata=9b2bd58c2005e2c1 -C extra-filename=-74fb3785e8d14db6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/selectors-74fb3785e8d14db6 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf_codegen=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_codegen-14bc4f3cd5e626fc.rlib --cap-lints allow`
2025-08-20T21:58:30.8102805Z [00:06:52.050]➜     Compiling fd-lock v4.0.2
2025-08-20T21:58:30.8118616Z [00:06:52.051]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fd_lock --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.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=af13cd21980e10ed -C extra-filename=-9026c5966c80db4a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern rustix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:30.9522021Z [00:06:52.192]➜     Compiling html5ever v0.29.0
2025-08-20T21:58:30.9533726Z [00:06:52.192]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html5ever-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace_tokenizer"))' -C metadata=ed57945ef2e5c0a6 -C extra-filename=-a81014a3585f0a40 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-a81014a3585f0a40 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --cap-lints allow`
2025-08-20T21:58:32.1260937Z [00:06:53.366]➜     Compiling cssparser-macros v0.6.1
2025-08-20T21:58:32.1271017Z [00:06:53.366]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cssparser_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cssparser-macros-0.6.1/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=5bff3d5f6e7845b8 -C extra-filename=-143933951c5b48f4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:58:32.5952564Z [00:06:53.835]➜     Compiling libgit2-sys v0.18.0+1.9.0
2025-08-20T21:58:32.5965622Z [00:06:53.836]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.0+1.9.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="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a07a4c5cc0ed7ab2 -C extra-filename=-07f458a6140f5846 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libgit2-sys-07f458a6140f5846 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib --extern pkg_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rlib --cap-lints allow`
2025-08-20T21:58:32.8670568Z [00:06:54.107]➜     Compiling polars-lazy v0.49.1
2025-08-20T21:58:32.8695372Z [00:06:54.107]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-lazy-0.49.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::collapsible_if' -C debug-assertions=off --cfg 'feature="abs"' --cfg 'feature="arg_where"' --cfg 'feature="async"' --cfg 'feature="bigidx"' --cfg 'feature="cloud"' --cfg 'feature="concat_str"' --cfg 'feature="cross_join"' --cfg 'feature="csv"' --cfg 'feature="cum_agg"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-time"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="futures"' --cfg 'feature="iejoin"' --cfg 'feature="ipc"' --cfg 'feature="is_in"' --cfg 'feature="json"' --cfg 'feature="log"' --cfg 'feature="new_streaming"' --cfg 'feature="object"' --cfg 'feature="parquet"' --cfg 'feature="pivot"' --cfg 'feature="polars-json"' --cfg 'feature="polars-stream"' --cfg 'feature="polars-time"' --cfg 'feature="random"' --cfg 'feature="replace"' --cfg 'feature="rolling_window"' --cfg 'feature="round_series"' --cfg 'feature="serde"' --cfg 'feature="sign"' --cfg 'feature="string_to_integer"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="tokio"' --cfg 'feature="trigonometry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abs", "approx_unique", "arg_where", "array_any_all", "array_count", "array_to_struct", "asof_join", "async", "bigidx", "binary_encoding", "bitwise", "business", "catalog", "cloud", "coalesce", "concat_str", "cov", "cross_join", "cse", "csv", "cum_agg", "cumulative_eval", "cutqcut", "diagonal_concat", "diff", "dot_diagram", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-full", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "ewma", "ewma_by", "extract_groups", "extract_jsonpath", "fmt", "fused", "future", "futures", "hist", "iejoin", "index_of", "interpolate", "interpolate_by", "ipc", "is_between", "is_first_distinct", "is_in", "is_last_distinct", "is_unique", "json", "list_any_all", "list_count", "list_drop_nulls", "list_eval", "list_filter", "list_gather", "list_sample", "list_sets", "list_to_struct", "log", "merge_sorted", "meta", "mode", "moment", "month_end", "month_start", "new_streaming", "nightly", "object", "offset_by", "parquet", "pct_change", "peaks", "pivot", "polars-json", "polars-stream", "polars-time", "polars_cloud_client", "polars_cloud_server", "propagate_nans", "pyo3", "python", "random", "range", "rank", "regex", "reinterpret", "repeat_by", "replace", "rle", "rolling_window", "rolling_window_by", "round_series", "row_hash", "search_sorted", "semi_anti_join", "serde", "sign", "string_encoding", "string_normalize", "string_pad", "string_reverse", "string_to_integer", "strings", "temporal", "test", "test_all", "timezones", "tokio", "top_k", "trigonometry", "true_div", "unique_counts"))' -C metadata=aef2f4fd16b2c2ce -C extra-filename=-63e1bd002397941b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-lazy-63e1bd002397941b -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:58:33.0101406Z [00:06:54.250]➜     Compiling inotify-sys v0.1.5
2025-08-20T21:58:33.0113002Z [00:06:54.250]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name inotify_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-sys-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48dd60da07784613 -C extra-filename=-7f4e06999491fca0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:33.0618256Z [00:06:54.301]➜     Compiling crossbeam-queue v0.3.11
2025-08-20T21:58:33.0684717Z [00:06:54.307]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crossbeam_queue --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "std"))' -C metadata=78cabcda071a5216 -C extra-filename=-4740e9e0f0f15176 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:33.0762880Z [00:06:54.316]➜     Compiling curl v0.4.47
2025-08-20T21:58:33.0773099Z [00:06:54.316]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.47/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="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=c1b3084bdd19879a -C extra-filename=-724eaad38d3d0858 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-724eaad38d3d0858 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:58:33.1766437Z [00:06:54.416]➜     Compiling xmlparser v0.13.6
2025-08-20T21:58:33.1778252Z [00:06:54.416]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name xmlparser --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xmlparser-0.13.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e4223cb3f576f9a -C extra-filename=-8eb5d729515c0c25 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:33.2970742Z [00:06:54.537]➜     Compiling lockfree-object-pool v0.1.6
2025-08-20T21:58:33.2994004Z [00:06:54.538]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lockfree_object_pool --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59ae3fb3bef5781d -C extra-filename=-1b2777295187b308 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:33.5118782Z [00:06:54.751]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ucd_trie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9e746a6c74b39b00 -C extra-filename=-249f7664f655894e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:33.7637674Z [00:06:55.003]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name unicase --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.8.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("nightly"))' -C metadata=3a2fe5f2204ea123 -C extra-filename=-66709f9f2f1e2fc0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:58:33.9084530Z [00:06:55.148]➜     Compiling v_htmlescape v0.15.8
2025-08-20T21:58:33.9090546Z [00:06:55.148]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.15.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("buf-min", "bytes-buf"))' -C metadata=3374e5125654c6bb -C extra-filename=-93d382d9fc6dbc10 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/v_htmlescape-93d382d9fc6dbc10 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:58:33.9292485Z [00:06:55.169]➜     Compiling simd-adler32 v0.3.7
2025-08-20T21:58:33.9305129Z [00:06:55.169]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name simd_adler32 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=807a342cd3292c8e -C extra-filename=-5a5ca4a638b1c078 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:34.0783846Z [00:06:55.318]➜     Compiling rust_decimal v1.36.0
2025-08-20T21:58:34.0795678Z [00:06:55.319]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust_decimal-1.36.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("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg", "tokio-postgres"))' -C metadata=b5c1758ea9ed7cc4 -C extra-filename=-ee3e1f9bda78c106 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rust_decimal-ee3e1f9bda78c106 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:58:34.2803343Z [00:06:55.520]➜     Compiling bumpalo v3.16.0
2025-08-20T21:58:34.2811853Z [00:06:55.520]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bumpalo --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=ff85f4acf8cd59ee -C extra-filename=-cfaa9c6929b5cd9b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:34.3369757Z [00:06:55.577]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rust_decimal-ee3e1f9bda78c106/build-script-build`
2025-08-20T21:58:34.3516844Z [00:06:55.591]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/v_htmlescape-93d382d9fc6dbc10/build-script-build`
2025-08-20T21:58:34.3643481Z [00:06:55.604]➜     Compiling mime_guess v2.0.5
2025-08-20T21:58:34.3652253Z [00:06:55.604]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.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 -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=b618d3644768abf9 -C extra-filename=-d47cca69afa52fe2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/mime_guess-d47cca69afa52fe2 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern unicase=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicase-66709f9f2f1e2fc0.rlib --cap-lints allow`
2025-08-20T21:58:34.6405720Z [00:06:55.880]➜     Compiling zopfli v0.8.1
2025-08-20T21:58:34.6424951Z [00:06:55.881]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zopfli --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-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="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=38a851cc546ab0d2 -C extra-filename=-47865d081e187006 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bumpalo=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbumpalo-cfaa9c6929b5cd9b.rmeta --extern crc32fast=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc32fast-6af78ad21a095569.rmeta --extern lockfree_object_pool=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblockfree_object_pool-1b2777295187b308.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern simd_adler32=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_adler32-5a5ca4a638b1c078.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:35.0079385Z [00:06:56.246]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=bc997c9d2fe08e18 -C extra-filename=-5e931a6354c01016 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta --extern ucd_trie=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libucd_trie-249f7664f655894e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:36.2656414Z [00:06:57.505]➜     Compiling aws-smithy-xml v0.60.9
2025-08-20T21:58:36.2666060Z [00:06:57.506]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_smithy_xml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-smithy-xml-0.60.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd895cede6551b72 -C extra-filename=-f5d63c19685c5272 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern xmlparser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxmlparser-8eb5d729515c0c25.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:36.5699122Z [00:06:57.806]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_stream --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-stream-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="cloud"' --cfg 'feature="csv"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="ipc"' --cfg 'feature="is_in"' --cfg 'feature="json"' --cfg 'feature="object"' --cfg 'feature="parquet"' --cfg 'feature="replace"' --cfg 'feature="semi_anti_join"' --cfg 'feature="strings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitwise", "cloud", "csv", "default", "dtype-array", "dtype-categorical", "dynamic_group_by", "ipc", "is_in", "json", "merge_sorted", "nightly", "object", "parquet", "pyo3", "python", "replace", "semi_anti_join", "strings"))' -C metadata=dc101c1c1d4887b5 -C extra-filename=-54256da8d29a02c9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern async_channel=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libasync_channel-984ee4f1e05ad5f3.rmeta --extern async_trait=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libasync_trait-e44bdddf6aa46194.so --extern atomic_waker=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic_waker-8768e274fad1a36e.rmeta --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern crossbeam_channel=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-bf28dd2448494a8a.rmeta --extern crossbeam_deque=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_deque-01656f2aca168da2.rmeta --extern crossbeam_queue=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_queue-4740e9e0f0f15176.rmeta --extern crossbeam_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rmeta --extern futures=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rmeta --extern memmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemmap2-e4117185f8458c0b.rmeta --extern parking_lot=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern pin_project_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_expr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_expr-79fd8268180f5909.rmeta --extern polars_io=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rmeta --extern polars_mem_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_mem_engine-9f514816a2ab1df9.rmeta --extern polars_ops=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rmeta --extern polars_parquet=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet-cbda6536ea8ec241.rmeta --extern polars_plan=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_plan-9affbd028ae8f7aa.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern recursive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librecursive-19865dfc405ddc86.rmeta --extern slotmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslotmap-db7e07194dd82ec1.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out`
2025-08-20T21:58:36.7481265Z [00:06:57.988]➜     Compiling inotify v0.9.6
2025-08-20T21:58:36.7495910Z [00:06:57.989]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name inotify --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-0.9.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("default", "futures-core", "stream", "tokio"))' -C metadata=e28c5e5d5a4139f7 -C extra-filename=-1a3477fef977f17d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-f4ab9b3ec6b01355.rmeta --extern inotify_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinotify_sys-7f4e06999491fca0.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:37.2092634Z [00:06:58.449]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-lazy-63e1bd002397941b/build-script-build`
2025-08-20T21:58:37.2576324Z [00:06:58.497]➜     Compiling cssparser v0.34.0
2025-08-20T21:58:37.2692537Z [00:06:58.508]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cssparser --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cssparser-0.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dummy_match_byte", "serde", "skip_long_tests"))' -C metadata=b706b3ba4c0653ad -C extra-filename=-728ec8b265c7a066 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cssparser_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcssparser_macros-143933951c5b48f4.so --extern dtoa_short=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtoa_short-261e8af4aac2c4d6.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern phf=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf-fe3b4527b481fae5.rmeta --extern smallvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:38.6071244Z [00:06:59.847]➜     Compiling pest_consume_macros v1.1.0
2025-08-20T21:58:38.6085249Z [00:06:59.848]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pest_consume_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_consume_macros-1.1.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=0a90d69e12799cf6 -C extra-filename=-13f4b0da849835e2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-dd365abeb48567bd.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:58:40.2068468Z [00:07:01.447]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-a81014a3585f0a40/build-script-build`
2025-08-20T21:58:40.4659247Z [00:07:01.706]➜     Compiling reedline v0.41.0 (https://github.com/nushell/reedline?branch=main#faee143a)
2025-08-20T21:58:40.4686515Z [00:07:01.706]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name reedline --edition=2021 /root/.cargo/git/checkouts/reedline-68c4267336505bba/faee143/src/lib.rs --error-format=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="arboard"' --cfg 'feature="bashisms"' --cfg 'feature="rusqlite"' --cfg 'feature="serde_json"' --cfg 'feature="sqlite"' --cfg 'feature="system_clipboard"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=312f6e8a14e1813e -C extra-filename=-4cd0232e87a0dff8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern arboard=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarboard-537d1368e510bd15.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern crossterm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rmeta --extern fd_lock=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfd_lock-9026c5966c80db4a.rmeta --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-dfcf36b7436d22d3.rmeta --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta --extern rusqlite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librusqlite-e0c37c62d5df9c16.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern strip_ansi_escapes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrip_ansi_escapes-1c736223ada06573.rmeta --extern strum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrum-753976f9ef4c00c4.rmeta --extern strum_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta --extern unicode_segmentation=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out`
2025-08-20T21:58:41.0765720Z [00:07:02.316]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/selectors-74fb3785e8d14db6/build-script-build`
2025-08-20T21:58:41.1046283Z [00:07:02.344]➜     Compiling webpki-root-certs v0.26.11
2025-08-20T21:58:41.1063051Z [00:07:02.345]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name webpki_root_certs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-root-certs-0.26.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f263b8884a23b64e -C extra-filename=-9fd12e384a0b1c64 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern parent=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_root_certs-980ed7db238c4bb4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:41.1777652Z [00:07:02.417]➜     Compiling darling v0.20.10
2025-08-20T21:58:41.1801272Z [00:07:02.419]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name darling --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.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 --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=807bc95c9f5e2f48 -C extra-filename=-087e55970902a80a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern darling_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling_core-5a2f60378e1b2472.rmeta --extern darling_macro=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling_macro-e7f394649043497f.so --cap-lints allow`
2025-08-20T21:58:41.2667564Z [00:07:02.506]➜     Compiling indicatif v0.17.11
2025-08-20T21:58:41.2683986Z [00:07:02.507]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name indicatif --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=9d84aa44cd6f90bc -C extra-filename=-be0da8fca778566f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern console=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconsole-12643e17fc3b04e3.rmeta --extern number_prefix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnumber_prefix-fdbf7af792dfc9ea.rmeta --extern portable_atomic=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libportable_atomic-241c7f3e23b23bdd.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:43.1374157Z [00:07:04.377]➜     Compiling pest_derive v2.7.15
2025-08-20T21:58:43.1383936Z [00:07:04.378]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pest_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=bb75f579ed19b914 -C extra-filename=-be995c7f03fff277 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest-76aad4779472ae34.rlib --extern pest_generator=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_generator-3ca63892522d81e1.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:58:43.8137688Z [00:07:05.053]➜     Compiling dlv-list v0.5.2
2025-08-20T21:58:43.8156295Z [00:07:05.055]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dlv_list --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlv-list-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f14ef9248626e8f7 -C extra-filename=-a604e9b82497b76a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern const_random=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_random-ae40a1e5c3e36fd0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:44.0060944Z [00:07:05.244]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name markup5ever --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.14.0/lib.rs --error-format=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=86e2c29a2509580b -C extra-filename=-dbd1850c9403762a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern phf=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf-fe3b4527b481fae5.rmeta --extern string_cache=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstring_cache-27ee910f3f3664de.rmeta --extern tendril=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtendril-1528da0e1100a21c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:44.9111396Z [00:07:06.150]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name html5ever --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html5ever-0.27.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=06df9b1a4b202bce -C extra-filename=-b7e496eadac97b97 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern mac=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmac-bdd9ecfef067e15b.rmeta --extern markup5ever=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-2eb45abcfa0ed01b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:45.9118182Z [00:07:07.152]➜     Compiling oem_cp v2.1.0
2025-08-20T21:58:45.9135655Z [00:07:07.153]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oem_cp-2.1.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="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=35238c225fcfcd55 -C extra-filename=-64f745be6bef3a81 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/oem_cp-64f745be6bef3a81 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf_codegen=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_codegen-14bc4f3cd5e626fc.rlib --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde-87756639d53d55c8.rlib --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_json-4a6bafdab6dd50b1.rlib --cap-lints allow`
2025-08-20T21:58:47.1373021Z [00:07:08.377]➜     Compiling tabled v0.20.0
2025-08-20T21:58:47.1416258Z [00:07:08.380]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tabled --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="ansi"' --cfg 'feature="ansi-str"' --cfg 'feature="ansitok"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=97b890df069a472d -C extra-filename=-c1f28060bdc1509d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ansi_str=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansi_str-8f1cdc543a6aa459.rmeta --extern ansitok=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansitok-009e16c03ddc16b3.rmeta --extern papergrid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpapergrid-6862671c88f73198.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:48.1952918Z [00:07:09.435]➜     Compiling rust-embed-utils v8.7.0
2025-08-20T21:58:48.1961789Z [00:07:09.435]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rust_embed_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-utils-8.7.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("debug-embed", "globset", "include-exclude", "mime-guess", "mime_guess"))' -C metadata=a9114f9fe30029b2 -C extra-filename=-66d9a3f92e9fc8d6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern sha2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsha2-626b8635c4ee7ae4.rmeta --extern walkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwalkdir-8ada5ee2a82e51d7.rmeta --cap-lints allow`
2025-08-20T21:58:48.4296850Z [00:07:09.669]➜     Compiling nu-cmd-lang v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang)
2025-08-20T21:58:48.4307683Z [00:07:09.670]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 crates/nu-cmd-lang/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="os"' --cfg 'feature="plugin"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os", "plugin"))' -C metadata=25eb5ef41138c394 -C extra-filename=-72d19c53444c6893 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-cmd-lang-72d19c53444c6893 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern shadow_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libshadow_rs-2753a2a26757813e.rlib`
2025-08-20T21:58:48.9334550Z [00:07:10.173]➜     Compiling der v0.7.10
2025-08-20T21:58:48.9350766Z [00:07:10.174]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name der --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=9c3bd07326b0ef54 -C extra-filename=-c28589b94316e476 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern pem_rfc7468=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpem_rfc7468-7713b95c4356f62e.rmeta --extern zeroize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzeroize-c534c2641d1d2609.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:51.3313899Z [00:07:12.571]➜     Compiling xml5ever v0.18.1
2025-08-20T21:58:51.3350876Z [00:07:12.572]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name xml5ever --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xml5ever-0.18.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("trace_tokenizer"))' -C metadata=ee9d6d5799c5939c -C extra-filename=-d63ad9cdbf8f5388 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern mac=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmac-bdd9ecfef067e15b.rmeta --extern markup5ever=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-2eb45abcfa0ed01b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:52.0032550Z [00:07:13.243]➜     Compiling aws-smithy-query v0.60.7
2025-08-20T21:58:52.0052035Z [00:07:13.244]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_smithy_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-smithy-query-0.60.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())' -C metadata=47bf1a441ac72f1b -C extra-filename=-a758aeeadd342389 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern urlencoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburlencoding-3308d9a5f08cfb5e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:52.1083444Z [00:07:13.348]➜     Compiling fluent-uri v0.1.4
2025-08-20T21:58:52.1094969Z [00:07:13.348]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fluent_uri --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fluent-uri-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipv_future", "rfc6874bis", "std", "unstable"))' -C metadata=2412f368ecba7ab6 -C extra-filename=-7b0f695e49e93a29 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-f4ab9b3ec6b01355.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:52.5258825Z [00:07:13.766]➜     Compiling num-bigint v0.4.6
2025-08-20T21:58:52.5274933Z [00:07:13.766]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_bigint --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=57196ddbb65542de -C extra-filename=-e6d298f948127473 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern num_integer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_integer-25bf9e2f94470652.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:52.5907736Z [00:07:13.830]➜     Compiling rustls-platform-verifier v0.5.3
2025-08-20T21:58:52.5923897Z [00:07:13.831]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --crate-type rlib --emit=dep-info,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni"))' -C metadata=9d406a5cfdcfde72 -C extra-filename=-f7fc884ead5c23b9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rlib --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rlib --extern rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rlib --extern rustls_native_certs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-46704437ba50518e.rlib --extern webpki=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-21ca98e97bcb8077.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:58:53.2219179Z [00:07:14.462]➜     Compiling chumsky v0.9.3
2025-08-20T21:58:53.2253157Z [00:07:14.464]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name chumsky --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-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="ahash"' --cfg 'feature="default"' --cfg 'feature="spill-stack"' --cfg 'feature="stacker"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=d90279b7de06cc63 -C extra-filename=-ffb476bdbb48e2cb --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-e799bb394d4305b6.rmeta --extern stacker=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstacker-92bb37db7140da37.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out`
2025-08-20T21:58:55.3783242Z [00:07:16.618]➜     Compiling charset v0.1.5
2025-08-20T21:58:55.3802356Z [00:07:16.619]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name charset --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/charset-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("serde"))' -C metadata=d7c71809974d5163 -C extra-filename=-27a26a61f2b0dd6c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta --extern encoding_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:55.3882044Z [00:07:16.628]➜     Compiling ureq-proto v0.4.2
2025-08-20T21:58:55.3914851Z [00:07:16.630]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ureq_proto --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ureq-proto-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "default", "server"))' -C metadata=dd820950f883793e -C extra-filename=-33f25c20f61ebb97 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern httparse=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttparse-0cf4a8445f87fe40.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:55.5362468Z [00:07:16.776]➜     Compiling webpki-roots v0.26.8
2025-08-20T21:58:55.5371798Z [00:07:16.776]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name webpki_roots --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.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())' -C metadata=930448f71ec8e735 -C extra-filename=-b2f0f39103690718 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:55.6918625Z [00:07:16.931]➜     Compiling nu-pretty-hex v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex)
2025-08-20T21:58:55.6931211Z [00:07:16.932]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_pretty_hex --edition=2024 crates/nu-pretty-hex/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9364ee5eca3ba05a -C extra-filename=-3a94500256f1e78a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:55.8525673Z [00:07:17.092]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:58:55.8554337Z [00:07:17.092]➜     --> crates/nu-pretty-hex/src/pretty_hex.rs:302:17
2025-08-20T21:58:55.8554984Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8555529Z [00:07:17.092]➜  302 |     fn hex_dump(&self) -> Hex<Self>;
2025-08-20T21:58:55.8556292Z [00:07:17.092]➜      |                 ^^^^^     --------- the same lifetime is hidden here
2025-08-20T21:58:55.8556959Z [00:07:17.092]➜      |                 |
2025-08-20T21:58:55.8557556Z [00:07:17.092]➜      |                 the lifetime is elided here
2025-08-20T21:58:55.8558311Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8559172Z [00:07:17.092]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:58:55.8560181Z [00:07:17.092]➜      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:58:55.8560870Z [00:07:17.092]➜  help: use `'_` for type paths
2025-08-20T21:58:55.8561360Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8561866Z [00:07:17.092]➜  302 |     fn hex_dump(&self) -> Hex<'_, Self>;
2025-08-20T21:58:55.8562490Z [00:07:17.092]➜      |                               +++
2025-08-20T21:58:55.8562985Z [00:07:17.092]➜  
2025-08-20T21:58:55.8563614Z [00:07:17.092]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:58:55.8564456Z [00:07:17.092]➜     --> crates/nu-pretty-hex/src/pretty_hex.rs:306:17
2025-08-20T21:58:55.8565053Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8565637Z [00:07:17.092]➜  306 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<Self>;
2025-08-20T21:58:55.8566451Z [00:07:17.092]➜      |                 ^^^^^                     --------- the same lifetime is hidden here
2025-08-20T21:58:55.8567428Z [00:07:17.092]➜      |                 |
2025-08-20T21:58:55.8568235Z [00:07:17.092]➜      |                 the lifetime is elided here
2025-08-20T21:58:55.8568760Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8569555Z [00:07:17.092]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:58:55.8570417Z [00:07:17.092]➜  help: use `'_` for type paths
2025-08-20T21:58:55.8570890Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8571462Z [00:07:17.092]➜  306 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<'_, Self>;
2025-08-20T21:58:55.8572168Z [00:07:17.092]➜      |                                               +++
2025-08-20T21:58:55.8572676Z [00:07:17.092]➜  
2025-08-20T21:58:55.8573293Z [00:07:17.092]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:58:55.8574104Z [00:07:17.092]➜     --> crates/nu-pretty-hex/src/pretty_hex.rs:313:17
2025-08-20T21:58:55.8574689Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8575216Z [00:07:17.092]➜  313 |     fn hex_dump(&self) -> Hex<Self> {
2025-08-20T21:58:55.8575953Z [00:07:17.092]➜      |                 ^^^^^     --------- the same lifetime is hidden here
2025-08-20T21:58:55.8576581Z [00:07:17.092]➜      |                 |
2025-08-20T21:58:55.8577191Z [00:07:17.092]➜      |                 the lifetime is elided here
2025-08-20T21:58:55.8577729Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8578751Z [00:07:17.092]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:58:55.8579630Z [00:07:17.092]➜  help: use `'_` for type paths
2025-08-20T21:58:55.8580126Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8580902Z [00:07:17.092]➜  313 |     fn hex_dump(&self) -> Hex<'_, Self> {
2025-08-20T21:58:55.8581542Z [00:07:17.092]➜      |                               +++
2025-08-20T21:58:55.8582023Z [00:07:17.092]➜  
2025-08-20T21:58:55.8582633Z [00:07:17.092]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:58:55.8583502Z [00:07:17.092]➜     --> crates/nu-pretty-hex/src/pretty_hex.rs:316:17
2025-08-20T21:58:55.8584085Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8584667Z [00:07:17.092]➜  316 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<Self> {
2025-08-20T21:58:55.8585472Z [00:07:17.092]➜      |                 ^^^^^                     --------- the same lifetime is hidden here
2025-08-20T21:58:55.8586077Z [00:07:17.092]➜      |                 |
2025-08-20T21:58:55.8586653Z [00:07:17.092]➜      |                 the lifetime is elided here
2025-08-20T21:58:55.8587188Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8588222Z [00:07:17.092]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:58:55.8589099Z [00:07:17.092]➜  help: use `'_` for type paths
2025-08-20T21:58:55.8589584Z [00:07:17.092]➜      |
2025-08-20T21:58:55.8590159Z [00:07:17.092]➜  316 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<'_, Self> {
2025-08-20T21:58:55.8590869Z [00:07:17.092]➜      |                                               +++
2025-08-20T21:58:55.8591365Z [00:07:17.092]➜  
2025-08-20T21:58:55.9029003Z [00:07:17.143]➜  warning: `nu-pretty-hex` (lib) generated 4 warnings
2025-08-20T21:58:55.9029775Z [00:07:17.143]➜     Compiling servo_arc v0.4.0
2025-08-20T21:58:55.9039078Z [00:07:17.143]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name servo_arc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/servo_arc-0.4.0/lib.rs --error-format=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("gecko_refcount_logging", "serde", "servo", "track_alloc_size"))' -C metadata=cafe19d230bd3869 -C extra-filename=-aac27d6f011d68af --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern stable_deref_trait=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstable_deref_trait-b791c118f73f8ac1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:56.1375327Z [00:07:17.377]➜     Compiling serde_spanned v0.6.8
2025-08-20T21:58:56.1405188Z [00:07:17.378]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=4c6e413226490eeb -C extra-filename=-9857039a31f0fd4c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:56.2941400Z [00:07:17.534]➜     Compiling toml_datetime v0.6.8
2025-08-20T21:58:56.3067364Z [00:07:17.544]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-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=3ceb80c29e6e5b63 -C extra-filename=-d41a81c13c42a0ba --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:56.5705539Z [00:07:17.810]➜     Compiling derive_more v0.99.18
2025-08-20T21:58:56.5717142Z [00:07:17.810]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name derive_more --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="add"' --cfg 'feature="add_assign"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=ed44ea09dfd7646c -C extra-filename=-ec43df886be29cdd --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:58:56.7528615Z [00:07:17.992]➜     Compiling serde_repr v0.1.19
2025-08-20T21:58:56.7538155Z [00:07:17.993]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde_repr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.19/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=4c4066ebdf5f4e27 -C extra-filename=-d5e1050d5dfc06d2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:58:57.4497403Z [00:07:18.689]➜     Compiling fxhash v0.2.1
2025-08-20T21:58:57.4509682Z [00:07:18.690]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fxhash --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=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=13704cd34e6c235c -C extra-filename=-49cf8527f30d7f2b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:57.6016976Z [00:07:18.841]➜     Compiling socks v0.3.4
2025-08-20T21:58:57.6030359Z [00:07:18.842]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name socks --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socks-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0382938dabc42fc1 -C extra-filename=-bd30d3deaf150bac --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:57.6369844Z [00:07:18.877]➜     Compiling polars v0.49.1
2025-08-20T21:58:57.6404709Z [00:07:18.878]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-0.49.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::collapsible_if' -C debug-assertions=off --cfg 'feature="abs"' --cfg 'feature="arg_where"' --cfg 'feature="bigidx"' --cfg 'feature="checked_arithmetic"' --cfg 'feature="cloud"' --cfg 'feature="concat_str"' --cfg 'feature="cross_join"' --cfg 'feature="csv"' --cfg 'feature="cum_agg"' --cfg 'feature="default"' --cfg 'feature="docs"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-slim"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="fmt"' --cfg 'feature="iejoin"' --cfg 'feature="ipc"' --cfg 'feature="is_in"' --cfg 'feature="json"' --cfg 'feature="lazy"' --cfg 'feature="log"' --cfg 'feature="new_streaming"' --cfg 'feature="object"' --cfg 'feature="parquet"' --cfg 'feature="pivot"' --cfg 'feature="polars-io"' --cfg 'feature="polars-lazy"' --cfg 'feature="polars-ops"' --cfg 'feature="polars-time"' --cfg 'feature="random"' --cfg 'feature="replace"' --cfg 'feature="rolling_window"' --cfg 'feature="round_series"' --cfg 'feature="rows"' --cfg 'feature="serde"' --cfg 'feature="serde-lazy"' --cfg 'feature="sign"' --cfg 'feature="string_to_integer"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="to_dummies"' --cfg 'feature="trigonometry"' --cfg 'feature="zip_with"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abs", "approx_unique", "arg_where", "array_any_all", "array_arithmetic", "array_count", "array_to_struct", "asof_join", "async", "avro", "avx512", "aws", "azure", "bench", "bigidx", "binary_encoding", "bitwise", "business", "checked_arithmetic", "chunked_ids", "cloud", "coalesce", "concat_str", "cov", "cross_join", "cse", "csv", "cum_agg", "cumulative_eval", "cutqcut", "dataframe_arithmetic", "decompress", "default", "describe", "diagonal_concat", "diff", "docs", "docs-selection", "dot_diagram", "dot_product", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-full", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-slim", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "ewma", "ewma_by", "extract_groups", "extract_jsonpath", "find_many", "fmt", "fmt_no_tty", "full", "fused", "gcp", "hist", "http", "iejoin", "index_of", "interpolate", "interpolate_by", "ipc", "ipc_streaming", "ir_serde", "is_between", "is_first_distinct", "is_in", "is_last_distinct", "is_unique", "json", "lazy", "list_any_all", "list_arithmetic", "list_count", "list_drop_nulls", "list_eval", "list_filter", "list_gather", "list_sample", "list_sets", "list_to_struct", "log", "merge_sorted", "meta", "mode", "moment", "month_end", "month_start", "ndarray", "new_streaming", "nightly", "object", "offset_by", "parquet", "partition_by", "pct_change", "peaks", "performant", "pivot", "polars-io", "polars-lazy", "polars-ops", "polars-plan", "polars-sql", "polars-time", "polars_cloud_client", "polars_cloud_server", "product", "propagate_nans", "random", "range", "rank", "regex", "reinterpret", "repeat_by", "replace", "rle", "rolling_window", "rolling_window_by", "round_series", "row_hash", "rows", "search_sorted", "semi_anti_join", "serde", "serde-lazy", "sign", "simd", "sql", "string_encoding", "string_normalize", "string_pad", "string_reverse", "string_to_integer", "strings", "take_opt_iter", "temporal", "test", "timezones", "to_dummies", "top_k", "trigonometry", "true_div", "unique_counts", "zip_with"))' -C metadata=e137ba8afc6f5cc4 -C extra-filename=-35a562d47aad9e49 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-35a562d47aad9e49 -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib --cap-lints allow`
2025-08-20T21:58:57.8710403Z [00:07:19.111]➜     Compiling mio v0.8.11
2025-08-20T21:58:57.8844442Z [00:07:19.123]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name mio --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="log"' --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=318a42e961b32df6 -C extra-filename=-d0e3149d869756cc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:58.0530299Z [00:07:19.293]➜     Compiling is-docker v0.2.0
2025-08-20T21:58:58.0540513Z [00:07:19.293]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name is_docker --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-docker-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=aae34d2b8fc8083d -C extra-filename=-cbd410dfd5e8f44f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:58.2335085Z [00:07:19.473]➜     Compiling thread_local v1.1.8
2025-08-20T21:58:58.2350802Z [00:07:19.474]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=97ccf67803453450 -C extra-filename=-ac0f82058745b480 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:58.2896916Z [00:07:19.529]➜     Compiling nom v8.0.0
2025-08-20T21:58:58.2908236Z [00:07:19.530]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=8a6656b7cc183333 -C extra-filename=-964a3059a3b67acd --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:58:58.5452024Z [00:07:19.785]➜     Compiling winnow v0.6.20
2025-08-20T21:58:58.5480607Z [00:07:19.786]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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' '--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=a2260fac82a6c7ba -C extra-filename=-b2048235cbf0c0f1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:00.8495619Z [00:07:22.089]➜     Compiling typed-arena v1.7.0
2025-08-20T21:59:00.8514467Z [00:07:22.091]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name typed_arena --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-arena-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=56d69398bb23d9df -C extra-filename=-d289dec78accf75f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:00.9269551Z [00:07:22.166]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name is_debug --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_debug-1.1.0/lib.rs --error-format=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=a4d8b31cd499a7bd -C extra-filename=-6a069819be2fd5de --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:00.9827994Z [00:07:22.222]➜     Compiling quoted_printable v0.5.1
2025-08-20T21:59:00.9861811Z [00:07:22.225]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name quoted_printable --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quoted_printable-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3b48aafbb92039c5 -C extra-filename=-caec4a7695f4c78c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:01.2439463Z [00:07:22.481]➜     Compiling anyhow v1.0.94
2025-08-20T21:59:01.2445499Z [00:07:22.481]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.94/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=0639666de539c8ce -C extra-filename=-4acb5407acaf121b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/anyhow-4acb5407acaf121b -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:59:01.5947450Z [00:07:22.835]➜     Compiling indoc v2.0.5
2025-08-20T21:59:01.5953144Z [00:07:22.835]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name indoc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.5/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=53a9830dbaab4fe5 -C extra-filename=-4a85d9b32a691905 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow`
2025-08-20T21:59:02.1200379Z [00:07:23.360]➜     Compiling peresil v0.3.0
2025-08-20T21:59:02.1215553Z [00:07:23.361]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name peresil --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peresil-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=6f6f4931b9dd334e -C extra-filename=-99da2f639b22a7cc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:02.1352047Z [00:07:23.375]➜     Compiling instability v0.3.7
2025-08-20T21:59:02.1456166Z [00:07:23.385]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=3886c99de79a5e73 -C extra-filename=-a2a34969cbceaa3c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern darling=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling-087e55970902a80a.rlib --extern indoc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libindoc-4a85d9b32a691905.so --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:59:02.2927355Z [00:07:23.532]➜     Compiling sxd-document v0.3.2
2025-08-20T21:59:02.2941420Z [00:07:23.533]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sxd_document --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sxd-document-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compile_failure", "unstable"))' -C metadata=2083dafb5dd7b6cc -C extra-filename=-1e8842a422381c6f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern peresil=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libperesil-99da2f639b22a7cc.rmeta --extern typed_arena=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtyped_arena-d289dec78accf75f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:02.9101458Z [00:07:24.150]➜     Compiling parse_datetime v0.8.0
2025-08-20T21:59:02.9129233Z [00:07:24.150]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name parse_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse_datetime-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a89e85d754375101 -C extra-filename=-1e6a9e3d9ae1cc7a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern nom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-964a3059a3b67acd.rmeta --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:03.4587224Z [00:07:24.698]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/anyhow-4acb5407acaf121b/build-script-build`
2025-08-20T21:59:03.5591478Z [00:07:24.799]➜     Compiling rfc2047-decoder v1.0.6
2025-08-20T21:59:03.5604243Z [00:07:24.799]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rfc2047_decoder --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc2047-decoder-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5cc3c83ad8d2161 -C extra-filename=-53b4307177694c0a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta --extern charset=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcharset-27a26a61f2b0dd6c.rmeta --extern chumsky=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchumsky-ffb476bdbb48e2cb.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern quoted_printable=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquoted_printable-caec4a7695f4c78c.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out`
2025-08-20T21:59:05.0550049Z [00:07:26.294]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name shadow_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shadow-rs-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("build", "cargo_metadata", "default", "document-features", "git2", "metadata", "no_std", "serde_json", "std", "time", "tzdb"))' -C metadata=0bd6e335039ae19f -C extra-filename=-9197ff8b0f457719 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern const_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_format-bf497f67b84d372f.rmeta --extern is_debug=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_debug-6a069819be2fd5de.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:05.1169754Z [00:07:26.357]➜     Compiling toml_edit v0.22.22
2025-08-20T21:59:05.1197107Z [00:07:26.357]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name toml_edit --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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="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=0e672b5481ce8e76 -C extra-filename=-0eb82479c9602bf0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_spanned=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_spanned-9857039a31f0fd4c.rmeta --extern toml_datetime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_datetime-d41a81c13c42a0ba.rmeta --extern winnow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwinnow-b2048235cbf0c0f1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:05.2378017Z [00:07:26.477]➜     Compiling fuzzy-matcher v0.3.7
2025-08-20T21:59:05.2393269Z [00:07:26.478]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fuzzy_matcher --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fuzzy-matcher-0.3.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compact", "default"))' -C metadata=5c4fa1485820fe91 -C extra-filename=-67b6b854ebdd8028 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern thread_local=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthread_local-ac0f82058745b480.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:05.9363014Z [00:07:27.176]➜     Compiling notify v6.1.1
2025-08-20T21:59:05.9382545Z [00:07:27.177]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name notify --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/notify-6.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 --cfg 'feature="crossbeam-channel"' --cfg 'feature="default"' --cfg 'feature="fsevent-sys"' --cfg 'feature="macos_fsevent"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-channel", "default", "fsevent-sys", "kqueue", "macos_fsevent", "macos_kqueue", "manual_tests", "mio", "serde", "timing_tests"))' -C metadata=4860cc980ac31fd6 -C extra-filename=-6779d5c743dd391b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-bf28dd2448494a8a.rmeta --extern filetime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfiletime-2631b54affefe3a0.rmeta --extern inotify=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinotify-1a3477fef977f17d.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern mio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-d0e3149d869756cc.rmeta --extern walkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:07.3230180Z [00:07:28.563]➜     Compiling is-wsl v0.4.0
2025-08-20T21:59:07.3249505Z [00:07:28.564]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name is_wsl --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-wsl-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())' -C metadata=21fabc7b90c8d18d -C extra-filename=-9174ea48d7be3155 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern is_docker=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_docker-cbd410dfd5e8f44f.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:07.6117292Z [00:07:28.851]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-35a562d47aad9e49/build-script-build`
2025-08-20T21:59:07.6743716Z [00:07:28.912]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name selectors --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/selectors-0.26.0/lib.rs --error-format=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("bench", "to_shmem"))' -C metadata=5f9b0eaadef30ad1 -C extra-filename=-87a163e52ec4ce13 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern cssparser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcssparser-728ec8b265c7a066.rmeta --extern derive_more=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderive_more-ec43df886be29cdd.so --extern fxhash=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfxhash-49cf8527f30d7f2b.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern debug_unreachable=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdebug_unreachable-84e4020c8871f4af.rmeta --extern phf=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf-fe3b4527b481fae5.rmeta --extern precomputed_hash=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprecomputed_hash-a513819289908bf4.rmeta --extern servo_arc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libservo_arc-aac27d6f011d68af.rmeta --extern smallvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:08.8161524Z [00:07:30.056]➜     Compiling lsp-types v0.97.0
2025-08-20T21:59:08.8196385Z [00:07:30.058]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lsp_types --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lsp-types-0.97.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="proposed"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proposed"))' -C metadata=5142ea21e8de8692 -C extra-filename=-6da021def994144d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-f4ab9b3ec6b01355.rmeta --extern fluent_uri=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfluent_uri-7b0f695e49e93a29.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern serde_repr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_repr-d5e1050d5dfc06d2.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:09.3705860Z [00:07:30.610]➜     Compiling num-rational v0.4.2
2025-08-20T21:59:09.3720449Z [00:07:30.611]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_rational --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="num-bigint"' --cfg 'feature="num-bigint-std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=7b1f69b06580420f -C extra-filename=-8b5fc12d55390e63 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern num_bigint=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_bigint-e6d298f948127473.rmeta --extern num_integer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_integer-25bf9e2f94470652.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:10.3935767Z [00:07:31.633]➜     Compiling aws-sdk-sts v1.50.0
2025-08-20T21:59:10.3967593Z [00:07:31.634]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_sdk_sts --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-sts-1.50.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("behavior-version-latest", "default", "gated-tests", "rt-tokio", "rustls", "test-util"))' -C metadata=c78b00e886595caa -C extra-filename=-c1e137be5bce6e21 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_credential_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rmeta --extern aws_runtime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_runtime-646306dec52bb003.rmeta --extern aws_smithy_async=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta --extern aws_smithy_http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rmeta --extern aws_smithy_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_json-ae8b9796c0714309.rmeta --extern aws_smithy_query=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_query-a758aeeadd342389.rmeta --extern aws_smithy_runtime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime-5845d3fe135b2fc5.rmeta --extern aws_smithy_runtime_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern aws_smithy_xml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_xml-f5d63c19685c5272.rmeta --extern aws_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_types-1643268e8cf7d1a1.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern regex_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_lite-8619887f50e57907.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:59:12.8090119Z [00:07:34.049]➜     Compiling markup5ever_rcdom v0.3.0
2025-08-20T21:59:12.8105449Z [00:07:34.049]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name markup5ever_rcdom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever_rcdom-0.3.0/lib.rs --error-format=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=34078b6df1e77fe1 -C extra-filename=-72fbc1c1896b8c23 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern html5ever=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b7e496eadac97b97.rmeta --extern markup5ever=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-2eb45abcfa0ed01b.rmeta --extern tendril=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtendril-1528da0e1100a21c.rmeta --extern xml5ever=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxml5ever-d63ad9cdbf8f5388.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:13.5182451Z [00:07:34.755]➜     Compiling nu-table v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table)
2025-08-20T21:59:13.5196884Z [00:07:34.758]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_table --edition=2024 crates/nu-table/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1d07d88c9181625 -C extra-filename=-0088595a2ede17d5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta --extern nu_color_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_color_config-c005101a1fe2b3e9.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern tabled=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtabled-c1f28060bdc1509d.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:16.2065063Z [00:07:37.446]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-cmd-lang-72d19c53444c6893/build-script-build`
2025-08-20T21:59:18.1112665Z [00:07:39.351]➜     Compiling rust-embed-impl v8.7.0
2025-08-20T21:59:18.1125963Z [00:07:39.352]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rust_embed_impl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-impl-8.7.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("compression", "debug-embed", "deterministic-timestamps", "include-exclude", "interpolate-folder-path", "mime-guess", "shellexpand"))' -C metadata=d6b0caf7f3b4825b -C extra-filename=-cf7592826f5ef5f0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern rust_embed_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librust_embed_utils-66d9a3f92e9fc8d6.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern walkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwalkdir-8ada5ee2a82e51d7.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:59:19.1532336Z [00:07:40.393]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/oem_cp-64f745be6bef3a81/build-script-build`
2025-08-20T21:59:19.2321327Z [00:07:40.471]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name html5ever --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html5ever-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace_tokenizer"))' -C metadata=dd765295f1815dd3 -C extra-filename=-b381fd0956226d41 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern mac=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmac-bdd9ecfef067e15b.rmeta --extern markup5ever=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-dbd1850c9403762a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:20.3905900Z [00:07:41.625]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars_lazy --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-lazy-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="abs"' --cfg 'feature="arg_where"' --cfg 'feature="async"' --cfg 'feature="bigidx"' --cfg 'feature="cloud"' --cfg 'feature="concat_str"' --cfg 'feature="cross_join"' --cfg 'feature="csv"' --cfg 'feature="cum_agg"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-time"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="futures"' --cfg 'feature="iejoin"' --cfg 'feature="ipc"' --cfg 'feature="is_in"' --cfg 'feature="json"' --cfg 'feature="log"' --cfg 'feature="new_streaming"' --cfg 'feature="object"' --cfg 'feature="parquet"' --cfg 'feature="pivot"' --cfg 'feature="polars-json"' --cfg 'feature="polars-stream"' --cfg 'feature="polars-time"' --cfg 'feature="random"' --cfg 'feature="replace"' --cfg 'feature="rolling_window"' --cfg 'feature="round_series"' --cfg 'feature="serde"' --cfg 'feature="sign"' --cfg 'feature="string_to_integer"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="tokio"' --cfg 'feature="trigonometry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abs", "approx_unique", "arg_where", "array_any_all", "array_count", "array_to_struct", "asof_join", "async", "bigidx", "binary_encoding", "bitwise", "business", "catalog", "cloud", "coalesce", "concat_str", "cov", "cross_join", "cse", "csv", "cum_agg", "cumulative_eval", "cutqcut", "diagonal_concat", "diff", "dot_diagram", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-full", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "ewma", "ewma_by", "extract_groups", "extract_jsonpath", "fmt", "fused", "future", "futures", "hist", "iejoin", "index_of", "interpolate", "interpolate_by", "ipc", "is_between", "is_first_distinct", "is_in", "is_last_distinct", "is_unique", "json", "list_any_all", "list_count", "list_drop_nulls", "list_eval", "list_filter", "list_gather", "list_sample", "list_sets", "list_to_struct", "log", "merge_sorted", "meta", "mode", "moment", "month_end", "month_start", "new_streaming", "nightly", "object", "offset_by", "parquet", "pct_change", "peaks", "pivot", "polars-json", "polars-stream", "polars-time", "polars_cloud_client", "polars_cloud_server", "propagate_nans", "pyo3", "python", "random", "range", "rank", "regex", "reinterpret", "repeat_by", "replace", "rle", "rolling_window", "rolling_window_by", "round_series", "row_hash", "search_sorted", "semi_anti_join", "serde", "sign", "string_encoding", "string_normalize", "string_pad", "string_reverse", "string_to_integer", "strings", "temporal", "test", "test_all", "timezones", "tokio", "top_k", "trigonometry", "true_div", "unique_counts"))' -C metadata=e99183e25c52bc13 -C extra-filename=-762f687e13b482b5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --extern futures=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_compute=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta --extern polars_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta --extern polars_expr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_expr-79fd8268180f5909.rmeta --extern polars_io=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rmeta --extern polars_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_json-7a7abc5dd8eb46f6.rmeta --extern polars_mem_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_mem_engine-9f514816a2ab1df9.rmeta --extern polars_ops=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rmeta --extern polars_plan=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_plan-9affbd028ae8f7aa.rmeta --extern polars_stream=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_stream-54256da8d29a02c9.rmeta --extern polars_time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_time-c319a6bbc46d25ff.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out`
2025-08-20T21:59:20.4051456Z [00:07:41.645]➜     Compiling ordered-multimap v0.7.3
2025-08-20T21:59:20.4066154Z [00:07:41.645]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ordered_multimap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-multimap-0.7.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a5762aaedf5d6a4d -C extra-filename=-f98a79969ed52c77 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern dlv_list=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdlv_list-a604e9b82497b76a.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-e799bb394d4305b6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:20.6704585Z [00:07:41.910]➜     Compiling pest_consume v1.1.3
2025-08-20T21:59:20.6725936Z [00:07:41.911]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pest_consume --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_consume-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f6aa42e33bbb300 -C extra-filename=-074867f769ca5fd8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest-5e931a6354c01016.rmeta --extern pest_consume_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_consume_macros-13f4b0da849835e2.so --extern pest_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_derive-be995c7f03fff277.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:20.6803904Z [00:07:41.920]➜     Compiling zip v4.1.0
2025-08-20T21:59:20.6852720Z [00:07:41.924]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zip --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.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="_deflate-any"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=f0ff7fe2d9b9f0c2 -C extra-filename=-795a3b7fedc4de71 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc32fast-6af78ad21a095569.rmeta --extern flate2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate2-fa7e7ce6669aee27.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern zopfli=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzopfli-47865d081e187006.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:20.7932470Z [00:07:42.033]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/mime_guess-d47cca69afa52fe2/build-script-build`
2025-08-20T21:59:20.8257352Z [00:07:42.065]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name v_htmlescape --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.15.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("buf-min", "bytes-buf"))' -C metadata=1ed4b73a1041019f -C extra-filename=-97a98f283e49eac0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 v_escape_sse --cfg v_escape_avx`
2025-08-20T21:59:21.2240584Z [00:07:42.463]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rust_decimal --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust_decimal-1.36.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("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg", "tokio-postgres"))' -C metadata=34638f951dc0c087 -C extra-filename=-5ab6f4c9570cc54c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern arrayvec=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayvec-34958b1da5b2639e.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:22.2021976Z [00:07:43.442]➜     Compiling aws-sdk-sso v1.49.0
2025-08-20T21:59:22.2055876Z [00:07:43.443]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_sdk_sso --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-sso-1.49.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("behavior-version-latest", "default", "gated-tests", "rt-tokio", "rustls", "test-util"))' -C metadata=49278f2d8ce7235e -C extra-filename=-e95fdc0ed4325168 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_credential_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rmeta --extern aws_runtime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_runtime-646306dec52bb003.rmeta --extern aws_smithy_async=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta --extern aws_smithy_http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rmeta --extern aws_smithy_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_json-ae8b9796c0714309.rmeta --extern aws_smithy_runtime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime-5845d3fe135b2fc5.rmeta --extern aws_smithy_runtime_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern aws_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_types-1643268e8cf7d1a1.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern regex_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_lite-8619887f50e57907.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:59:22.6064943Z [00:07:43.846]➜     Compiling aws-sdk-ssooidc v1.50.0
2025-08-20T21:59:22.6095535Z [00:07:43.847]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_sdk_ssooidc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-ssooidc-1.50.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("behavior-version-latest", "default", "gated-tests", "rt-tokio", "rustls", "test-util"))' -C metadata=996b9bf2c452afaa -C extra-filename=-f2b7a62fadcf20e2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_credential_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rmeta --extern aws_runtime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_runtime-646306dec52bb003.rmeta --extern aws_smithy_async=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta --extern aws_smithy_http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rmeta --extern aws_smithy_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_json-ae8b9796c0714309.rmeta --extern aws_smithy_runtime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime-5845d3fe135b2fc5.rmeta --extern aws_smithy_runtime_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern aws_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_types-1643268e8cf7d1a1.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern regex_lite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_lite-8619887f50e57907.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:59:22.8348774Z [00:07:44.075]➜     Compiling unicode-truncate v1.1.0
2025-08-20T21:59:22.8370738Z [00:07:44.075]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=cdd66619d24e46da -C extra-filename=-2f2f386e5fafa61d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-dfcf36b7436d22d3.rmeta --extern unicode_segmentation=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-a04b20f02337a2d8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:22.9942518Z [00:07:44.234]➜     Compiling nucleo-matcher v0.3.1
2025-08-20T21:59:22.9967025Z [00:07:44.235]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nucleo_matcher --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nucleo-matcher-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="unicode-casefold"' --cfg 'feature="unicode-normalization"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode-casefold", "unicode-normalization", "unicode-segmentation"))' -C metadata=7850d99df58de383 -C extra-filename=-b241afad9d4ff121 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern unicode_segmentation=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:24.3370392Z [00:07:45.577]➜     Compiling etcetera v0.10.0
2025-08-20T21:59:24.3391394Z [00:07:45.578]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name etcetera --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/etcetera-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1dd4e8e2040b5311 -C extra-filename=-faec811a229d7de6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern home=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhome-912337b30fee19c0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:24.6715374Z [00:07:45.910]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rust_embed_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-utils-8.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-embed", "globset", "include-exclude", "mime-guess", "mime_guess"))' -C metadata=29d65aa959a87358 -C extra-filename=-8c572a5c509d75a6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern sha2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha2-fe60a345b99169f2.rmeta --extern walkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:24.8534573Z [00:07:46.093]➜     Compiling pori v0.0.0
2025-08-20T21:59:24.8550675Z [00:07:46.094]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pori --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pori-0.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=9759bf65395ebda3 -C extra-filename=-19135a6c82401e53 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-d22ae7dcdc92682a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:24.9673942Z [00:07:46.207]➜     Compiling num-iter v0.1.45
2025-08-20T21:59:24.9691776Z [00:07:46.208]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_iter --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=863590ee32d23f09 -C extra-filename=-a94b1f5340ec7636 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern num_integer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_integer-25bf9e2f94470652.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:24.9844887Z [00:07:46.224]➜     Compiling env_filter v0.1.2
2025-08-20T21:59:24.9885045Z [00:07:46.226]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name env_filter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-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 '--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="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=318c114704ee8f1f -C extra-filename=-d84b6fd2a35e959b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:25.0625667Z [00:07:46.302]➜     Compiling codepage v0.1.2
2025-08-20T21:59:25.0742839Z [00:07:46.313]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name codepage --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/codepage-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=b23dc16c86689a17 -C extra-filename=-798438fea7d12e7f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern encoding_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:25.1971973Z [00:07:46.437]➜     Compiling itertools v0.11.0
2025-08-20T21:59:25.1997512Z [00:07:46.437]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name itertools --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=4f47575a0f747ca7 -C extra-filename=-88b9aa086bd56f4f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern either=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:25.5439468Z [00:07:46.784]➜     Compiling num-complex v0.4.6
2025-08-20T21:59:25.5455889Z [00:07:46.784]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_complex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=556075f7c17a6261 -C extra-filename=-8f8dcb8d81597d93 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:26.0064470Z [00:07:47.246]➜     Compiling platform-info v2.0.4
2025-08-20T21:59:26.0076130Z [00:07:47.246]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name platform_info --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/platform-info-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3ccce04ee501c35 -C extra-filename=-8d443462e10843bf --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:26.1309589Z [00:07:47.371]➜     Compiling csv-core v0.1.11
2025-08-20T21:59:26.1321667Z [00:07:47.371]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name csv_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=18d3f9455ea6c373 -C extra-filename=-d22ae06eca562004 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:26.4412393Z [00:07:47.681]➜     Compiling quick-xml v0.32.0
2025-08-20T21:59:26.4454732Z [00:07:47.684]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name quick_xml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.32.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"' --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=cd9e164f0ff40ea8 -C extra-filename=-40006865a44fcce4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:26.5619777Z [00:07:47.801]➜     Compiling trim-in-place v0.1.7
2025-08-20T21:59:26.5628112Z [00:07:47.801]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name trim_in_place --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trim-in-place-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())' -C metadata=b659b6f23bf15a6f -C extra-filename=-cb3975682a90f866 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:26.6502947Z [00:07:47.890]➜     Compiling cassowary v0.3.0
2025-08-20T21:59:26.6620379Z [00:07:47.901]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=bebaf9028ccb1196 -C extra-filename=-b8dabd976d8d4c1d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:27.0084783Z [00:07:48.244]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name openssl_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=e93e5f0eb02508ff -C extra-filename=-60eb4382f4d53489 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib -l static=ssl -l static=crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg openssl --cfg ossl340 --cfg ossl330 --cfg ossl320 --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
2025-08-20T21:59:27.5646384Z [00:07:48.804]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-sys-05a6b5cb614e9946/build-script-build`
2025-08-20T21:59:28.0892271Z [00:07:49.329]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libssh2-sys-70f94f1e98cd3ae0/build-script-build`
2025-08-20T21:59:28.5253367Z [00:07:49.765]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-cb6cb7820aed7842/build-script-build`
2025-08-20T21:59:28.5434654Z [00:07:49.781]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name openssl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=2529901e38b1b1d4 -C extra-filename=-9278b7e80da04325 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern foreign_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libforeign_types-2732dc455a911364.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern openssl_macros=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libopenssl_macros-69658718fb0b8e51.so --extern ffi=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
2025-08-20T21:59:29.6214284Z [00:07:50.861]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/native-tls-4ec52d05346929bf/build-script-build`
2025-08-20T21:59:29.6478479Z [00:07:50.887]➜     Compiling file-id v0.2.2
2025-08-20T21:59:29.6486822Z [00:07:50.888]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name file_id --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/file-id-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=ea95758be83e986e -C extra-filename=-23be9a1dce6f4a30 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:29.7163419Z [00:07:50.956]➜     Compiling quick-error v1.2.3
2025-08-20T21:59:29.7182144Z [00:07:50.957]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name quick_error --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83f95acfbef173a4 -C extra-filename=-2b549322f45a6531 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:29.7758805Z [00:07:51.016]➜     Compiling quick-error v2.0.1
2025-08-20T21:59:29.7776474Z [00:07:51.017]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name quick_error --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffe3b203acbb255d -C extra-filename=-9e8ff36aab83c304 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:29.8540985Z [00:07:51.094]➜     Compiling unsafe-libyaml v0.2.11
2025-08-20T21:59:29.8582026Z [00:07:51.097]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name unsafe_libyaml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a892d6134b772b7 -C extra-filename=-e7fe2421eeb86895 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:30.0093012Z [00:07:51.249]➜     Compiling fs_extra v1.3.0
2025-08-20T21:59:30.0111724Z [00:07:51.250]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fs_extra --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a2b20cce3727565 -C extra-filename=-66aff189b6df588a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:30.3421396Z [00:07:51.582]➜     Compiling ego-tree v0.10.0
2025-08-20T21:59:30.3484152Z [00:07:51.587]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ego_tree --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ego-tree-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8fa051367fa30ae2 -C extra-filename=-4b067884b93619a7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:30.5486519Z [00:07:51.788]➜     Compiling shell-words v1.1.0
2025-08-20T21:59:30.5506627Z [00:07:51.790]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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=9506a3b3d08016ed -C extra-filename=-fab7b27eaa8549a7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:30.6552631Z [00:07:51.895]➜     Compiling is_executable v1.0.4
2025-08-20T21:59:30.6570332Z [00:07:51.896]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name is_executable --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_executable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=011daa54c3eb261f -C extra-filename=-86c7d21d2cd91ca2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:30.7258595Z [00:07:51.966]➜     Compiling pathdiff v0.2.3
2025-08-20T21:59:30.7270466Z [00:07:51.966]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pathdiff --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=7871aa2700453f0e -C extra-filename=-ce6a18a4f100fa5e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:30.7941614Z [00:07:52.034]➜     Compiling open v5.3.1
2025-08-20T21:59:30.7955266Z [00:07:52.034]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name open --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/open-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("shellexecute-on-windows"))' -C metadata=ff20383595515c9c -C extra-filename=-53d78a52954cfbe3 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern is_wsl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_wsl-9174ea48d7be3155.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern pathdiff=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpathdiff-ce6a18a4f100fa5e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:30.9341749Z [00:07:52.174]➜     Compiling nu-cli v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli)
2025-08-20T21:59:30.9384098Z [00:07:52.175]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_cli --edition=2024 crates/nu-cli/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="nu-plugin-engine"' --cfg 'feature="plugin"' --cfg 'feature="system-clipboard"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nu-plugin-engine", "plugin", "system-clipboard"))' -C metadata=3c871a00b7e85185 -C extra-filename=-2f7dd0be37d271a8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern crossterm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rmeta --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta --extern is_executable=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_executable-86c7d21d2cd91ca2.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern lscolors=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblscolors-dd8f9fbfab476ed6.rmeta --extern miette=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmiette-df4921012340ce3f.rmeta --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta --extern nu_cmd_base=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_base-38f2d7d412ee3cc0.rmeta --extern nu_color_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_color_config-c005101a1fe2b3e9.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_glob=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_plugin_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_engine-3f01238bbe5ba34c.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern nucleo_matcher=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnucleo_matcher-b241afad9d4ff121.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern reedline=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreedline-4cd0232e87a0dff8.rmeta --extern strum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrum-753976f9ef4c00c4.rmeta --extern sysinfo=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsysinfo-6acb9388e4f1b907.rmeta --extern unicode_segmentation=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rmeta --extern uuid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rmeta --extern which=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwhich-1c7cfe5e3e336e8f.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out`
2025-08-20T21:59:31.2246398Z [00:07:52.464]➜     Compiling dialoguer v0.11.0
2025-08-20T21:59:31.2269831Z [00:07:52.465]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dialoguer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dialoguer-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="fuzzy-matcher"' --cfg 'feature="fuzzy-select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("completion", "default", "editor", "fuzzy-matcher", "fuzzy-select", "history", "password", "tempfile", "zeroize"))' -C metadata=56c4cdd2dec50d12 -C extra-filename=-d829bf0685d4c1d7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern console=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconsole-12643e17fc3b04e3.rmeta --extern fuzzy_matcher=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfuzzy_matcher-67b6b854ebdd8028.rmeta --extern shell_words=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libshell_words-fab7b27eaa8549a7.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:31.8289875Z [00:07:53.068]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8310010Z [00:07:53.069]➜     --> crates/nu-cli/src/commands/history/history_.rs:124:17
2025-08-20T21:59:31.8310742Z [00:07:53.069]➜      |
2025-08-20T21:59:31.8311353Z [00:07:53.069]➜  124 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:31.8312179Z [00:07:53.069]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:31.8312856Z [00:07:53.069]➜      |                 |
2025-08-20T21:59:31.8313501Z [00:07:53.069]➜      |                 the lifetime is elided here
2025-08-20T21:59:31.8314088Z [00:07:53.069]➜      |
2025-08-20T21:59:31.8314947Z [00:07:53.069]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8316003Z [00:07:53.069]➜      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:59:31.8316737Z [00:07:53.069]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8317251Z [00:07:53.069]➜      |
2025-08-20T21:59:31.8381458Z [00:07:53.069]➜  124 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:31.8382235Z [00:07:53.069]➜      |                                      ++++
2025-08-20T21:59:31.8382718Z [00:07:53.069]➜  
2025-08-20T21:59:31.8383639Z [00:07:53.071]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8384544Z [00:07:53.071]➜    --> crates/nu-cli/src/commands/history/history_import.rs:47:17
2025-08-20T21:59:31.8385205Z [00:07:53.071]➜     |
2025-08-20T21:59:31.8385748Z [00:07:53.071]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:31.8386465Z [00:07:53.072]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:31.8387101Z [00:07:53.073]➜     |                 |
2025-08-20T21:59:31.8387696Z [00:07:53.073]➜     |                 the lifetime is elided here
2025-08-20T21:59:31.8388468Z [00:07:53.073]➜     |
2025-08-20T21:59:31.8389295Z [00:07:53.073]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8390240Z [00:07:53.073]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8390756Z [00:07:53.073]➜     |
2025-08-20T21:59:31.8391308Z [00:07:53.073]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:31.8392010Z [00:07:53.073]➜     |                                      ++++
2025-08-20T21:59:31.8392529Z [00:07:53.073]➜  
2025-08-20T21:59:31.8393210Z [00:07:53.073]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8394196Z [00:07:53.073]➜    --> crates/nu-cli/src/commands/history/history_session.rs:21:17
2025-08-20T21:59:31.8394860Z [00:07:53.073]➜     |
2025-08-20T21:59:31.8395409Z [00:07:53.073]➜  21 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:31.8396251Z [00:07:53.073]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:31.8396885Z [00:07:53.073]➜     |                 |
2025-08-20T21:59:31.8397475Z [00:07:53.073]➜     |                 the lifetime is elided here
2025-08-20T21:59:31.8429489Z [00:07:53.073]➜     |
2025-08-20T21:59:31.8430414Z [00:07:53.073]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8431359Z [00:07:53.073]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8431896Z [00:07:53.073]➜     |
2025-08-20T21:59:31.8432462Z [00:07:53.073]➜  21 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:31.8433146Z [00:07:53.073]➜     |                                      ++++
2025-08-20T21:59:31.8433679Z [00:07:53.073]➜  
2025-08-20T21:59:31.8434321Z [00:07:53.073]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8435203Z [00:07:53.073]➜    --> crates/nu-cli/src/commands/keybindings_default.rs:22:17
2025-08-20T21:59:31.8435807Z [00:07:53.073]➜     |
2025-08-20T21:59:31.8436315Z [00:07:53.073]➜  22 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:31.8437028Z [00:07:53.073]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:31.8437647Z [00:07:53.073]➜     |                 |
2025-08-20T21:59:31.8438431Z [00:07:53.073]➜     |                 the lifetime is elided here
2025-08-20T21:59:31.8438958Z [00:07:53.073]➜     |
2025-08-20T21:59:31.8439740Z [00:07:53.073]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8440561Z [00:07:53.073]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8441023Z [00:07:53.073]➜     |
2025-08-20T21:59:31.8441524Z [00:07:53.073]➜  22 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:31.8442173Z [00:07:53.073]➜     |                                      ++++
2025-08-20T21:59:31.8442684Z [00:07:53.073]➜  
2025-08-20T21:59:31.8443310Z [00:07:53.074]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8444183Z [00:07:53.074]➜    --> crates/nu-cli/src/commands/keybindings_list.rs:30:17
2025-08-20T21:59:31.8444800Z [00:07:53.074]➜     |
2025-08-20T21:59:31.8445353Z [00:07:53.074]➜  30 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:31.8446092Z [00:07:53.074]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:31.8447012Z [00:07:53.074]➜     |                 |
2025-08-20T21:59:31.8447615Z [00:07:53.074]➜     |                 the lifetime is elided here
2025-08-20T21:59:31.8448447Z [00:07:53.074]➜     |
2025-08-20T21:59:31.8449264Z [00:07:53.074]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8450097Z [00:07:53.074]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8450609Z [00:07:53.074]➜     |
2025-08-20T21:59:31.8451151Z [00:07:53.074]➜  30 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:31.8451814Z [00:07:53.074]➜     |                                      ++++
2025-08-20T21:59:31.8452327Z [00:07:53.074]➜  
2025-08-20T21:59:31.8452954Z [00:07:53.075]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8453836Z [00:07:53.075]➜    --> crates/nu-cli/src/commands/keybindings_listen.rs:61:17
2025-08-20T21:59:31.8454447Z [00:07:53.075]➜     |
2025-08-20T21:59:31.8454978Z [00:07:53.075]➜  61 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:31.8455737Z [00:07:53.075]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:31.8456346Z [00:07:53.075]➜     |                 |
2025-08-20T21:59:31.8456912Z [00:07:53.075]➜     |                 the lifetime is elided here
2025-08-20T21:59:31.8457440Z [00:07:53.075]➜     |
2025-08-20T21:59:31.8458392Z [00:07:53.075]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8459231Z [00:07:53.075]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8459704Z [00:07:53.075]➜     |
2025-08-20T21:59:31.8460216Z [00:07:53.075]➜  61 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:31.8461050Z [00:07:53.075]➜     |                                      ++++
2025-08-20T21:59:31.8461563Z [00:07:53.075]➜  
2025-08-20T21:59:31.8462148Z [00:07:53.076]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8463033Z [00:07:53.076]➜    --> crates/nu-cli/src/completions/completion_options.rs:62:50
2025-08-20T21:59:31.8463658Z [00:07:53.076]➜     |
2025-08-20T21:59:31.8464414Z [00:07:53.076]➜  62 |     pub fn new(needle: impl AsRef<str>, options: &CompletionOptions) -> NuMatcher<T> {
2025-08-20T21:59:31.8465399Z [00:07:53.076]➜     |                                                  ^^^^^^^^^^^^^^^^^^     ------------ the same lifetime is hidden here
2025-08-20T21:59:31.8466132Z [00:07:53.076]➜     |                                                  |
2025-08-20T21:59:31.8466841Z [00:07:53.076]➜     |                                                  the lifetime is elided here
2025-08-20T21:59:31.8467402Z [00:07:53.076]➜     |
2025-08-20T21:59:31.8468383Z [00:07:53.076]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8469242Z [00:07:53.076]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8469725Z [00:07:53.076]➜     |
2025-08-20T21:59:31.8470502Z [00:07:53.076]➜  62 |     pub fn new(needle: impl AsRef<str>, options: &CompletionOptions) -> NuMatcher<'_, T> {
2025-08-20T21:59:31.8471447Z [00:07:53.076]➜     |                                                                                   +++
2025-08-20T21:59:31.8471968Z [00:07:53.076]➜  
2025-08-20T21:59:31.8472540Z [00:07:53.077]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8473294Z [00:07:53.077]➜    --> crates/nu-cli/src/nu_highlight.rs:77:17
2025-08-20T21:59:31.8473804Z [00:07:53.077]➜     |
2025-08-20T21:59:31.8474293Z [00:07:53.077]➜  77 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:31.8474978Z [00:07:53.077]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:31.8475536Z [00:07:53.077]➜     |                 |
2025-08-20T21:59:31.8476105Z [00:07:53.077]➜     |                 the lifetime is elided here
2025-08-20T21:59:31.8476639Z [00:07:53.077]➜     |
2025-08-20T21:59:31.8477397Z [00:07:53.077]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8478654Z [00:07:53.077]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8479130Z [00:07:53.077]➜     |
2025-08-20T21:59:31.8479661Z [00:07:53.077]➜  77 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:31.8480312Z [00:07:53.077]➜     |                                      ++++
2025-08-20T21:59:31.8480789Z [00:07:53.077]➜  
2025-08-20T21:59:31.8481443Z [00:07:53.081]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8482213Z [00:07:53.081]➜    --> crates/nu-cli/src/print.rs:92:17
2025-08-20T21:59:31.8482727Z [00:07:53.081]➜     |
2025-08-20T21:59:31.8483212Z [00:07:53.081]➜  92 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:31.8483905Z [00:07:53.081]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:31.8484489Z [00:07:53.081]➜     |                 |
2025-08-20T21:59:31.8485031Z [00:07:53.081]➜     |                 the lifetime is elided here
2025-08-20T21:59:31.8485514Z [00:07:53.081]➜     |
2025-08-20T21:59:31.8486260Z [00:07:53.081]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8487041Z [00:07:53.081]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8487457Z [00:07:53.081]➜     |
2025-08-20T21:59:31.8488138Z [00:07:53.081]➜  92 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:31.8488760Z [00:07:53.081]➜     |                                      ++++
2025-08-20T21:59:31.8489223Z [00:07:53.081]➜  
2025-08-20T21:59:31.8489786Z [00:07:53.081]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8490506Z [00:07:53.081]➜     --> crates/nu-cli/src/prompt.rs:108:27
2025-08-20T21:59:31.8491230Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8491759Z [00:07:53.081]➜  108 |     fn render_prompt_left(&self) -> Cow<str> {
2025-08-20T21:59:31.8492379Z [00:07:53.081]➜      |                           ^^^^^     -------- the same lifetime is hidden here
2025-08-20T21:59:31.8492982Z [00:07:53.081]➜      |                           |
2025-08-20T21:59:31.8493572Z [00:07:53.081]➜      |                           the lifetime is elided here
2025-08-20T21:59:31.8494087Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8494849Z [00:07:53.081]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8495661Z [00:07:53.081]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8496196Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8496727Z [00:07:53.081]➜  108 |     fn render_prompt_left(&self) -> Cow<'_, str> {
2025-08-20T21:59:31.8497376Z [00:07:53.081]➜      |                                         +++
2025-08-20T21:59:31.8498036Z [00:07:53.081]➜  
2025-08-20T21:59:31.8498666Z [00:07:53.081]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8499420Z [00:07:53.081]➜     --> crates/nu-cli/src/prompt.rs:146:28
2025-08-20T21:59:31.8499949Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8500478Z [00:07:53.081]➜  146 |     fn render_prompt_right(&self) -> Cow<str> {
2025-08-20T21:59:31.8501215Z [00:07:53.081]➜      |                            ^^^^^     -------- the same lifetime is hidden here
2025-08-20T21:59:31.8501842Z [00:07:53.081]➜      |                            |
2025-08-20T21:59:31.8502443Z [00:07:53.081]➜      |                            the lifetime is elided here
2025-08-20T21:59:31.8502971Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8503740Z [00:07:53.081]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8504565Z [00:07:53.081]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8505035Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8505582Z [00:07:53.081]➜  146 |     fn render_prompt_right(&self) -> Cow<'_, str> {
2025-08-20T21:59:31.8506258Z [00:07:53.081]➜      |                                          +++
2025-08-20T21:59:31.8506973Z [00:07:53.081]➜  
2025-08-20T21:59:31.8507571Z [00:07:53.081]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8508490Z [00:07:53.081]➜     --> crates/nu-cli/src/prompt.rs:159:32
2025-08-20T21:59:31.8509003Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8509701Z [00:07:53.081]➜  159 |     fn render_prompt_indicator(&self, edit_mode: PromptEditMode) -> Cow<str> {
2025-08-20T21:59:31.8510658Z [00:07:53.081]➜      |                                ^^^^^ the lifetime is elided here    -------- the same lifetime is hidden here
2025-08-20T21:59:31.8511311Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8512104Z [00:07:53.081]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8512934Z [00:07:53.081]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8513397Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8514072Z [00:07:53.081]➜  159 |     fn render_prompt_indicator(&self, edit_mode: PromptEditMode) -> Cow<'_, str> {
2025-08-20T21:59:31.8514937Z [00:07:53.081]➜      |                                                                         +++
2025-08-20T21:59:31.8515449Z [00:07:53.081]➜  
2025-08-20T21:59:31.8516031Z [00:07:53.081]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8516773Z [00:07:53.081]➜     --> crates/nu-cli/src/prompt.rs:186:42
2025-08-20T21:59:31.8517289Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8518067Z [00:07:53.081]➜  186 |     fn render_prompt_multiline_indicator(&self) -> Cow<str> {
2025-08-20T21:59:31.8518925Z [00:07:53.081]➜      |                                          ^^^^^     -------- the same lifetime is hidden here
2025-08-20T21:59:31.8519600Z [00:07:53.081]➜      |                                          |
2025-08-20T21:59:31.8520505Z [00:07:53.081]➜      |                                          the lifetime is elided here
2025-08-20T21:59:31.8521090Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8521884Z [00:07:53.081]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8522731Z [00:07:53.081]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8523205Z [00:07:53.081]➜      |
2025-08-20T21:59:31.8523819Z [00:07:53.081]➜  186 |     fn render_prompt_multiline_indicator(&self) -> Cow<'_, str> {
2025-08-20T21:59:31.8524580Z [00:07:53.081]➜      |                                                        +++
2025-08-20T21:59:31.8525089Z [00:07:53.081]➜  
2025-08-20T21:59:31.8525683Z [00:07:53.082]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:31.8526394Z [00:07:53.082]➜     --> crates/nu-cli/src/prompt.rs:195:9
2025-08-20T21:59:31.8526893Z [00:07:53.082]➜      |
2025-08-20T21:59:31.8527308Z [00:07:53.082]➜  195 |         &self,
2025-08-20T21:59:31.8528088Z [00:07:53.082]➜      |         ^^^^^ the lifetime is elided here
2025-08-20T21:59:31.8528809Z [00:07:53.082]➜  196 |         history_search: PromptHistorySearch,
2025-08-20T21:59:31.8529429Z [00:07:53.082]➜  197 |     ) -> Cow<str> {
2025-08-20T21:59:31.8530067Z [00:07:53.083]➜      |          -------- the same lifetime is hidden here
2025-08-20T21:59:31.8530620Z [00:07:53.083]➜      |
2025-08-20T21:59:31.8531403Z [00:07:53.083]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:31.8532227Z [00:07:53.083]➜  help: use `'_` for type paths
2025-08-20T21:59:31.8532720Z [00:07:53.083]➜      |
2025-08-20T21:59:31.8533157Z [00:07:53.083]➜  197 |     ) -> Cow<'_, str> {
2025-08-20T21:59:31.8533664Z [00:07:53.083]➜      |              +++
2025-08-20T21:59:31.8534107Z [00:07:53.083]➜  
2025-08-20T21:59:32.4237052Z [00:07:53.662]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name native_tls --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=639e7cbde779da4a -C extra-filename=-fe370e6af450f02c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern openssl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl-9278b7e80da04325.rmeta --extern openssl_probe=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_probe-b84d8017041f64a7.rmeta --extern openssl_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib --cfg have_min_max_version`
2025-08-20T21:59:32.7566149Z [00:07:53.996]➜     Compiling ureq v3.0.12
2025-08-20T21:59:32.7629921Z [00:07:53.998]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ureq --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ureq-3.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="_ring"' --cfg 'feature="_rustls"' --cfg 'feature="_tls"' --cfg 'feature="charset"' --cfg 'feature="gzip"' --cfg 'feature="json"' --cfg 'feature="native-tls"' --cfg 'feature="platform-verifier"' --cfg 'feature="rustls"' --cfg 'feature="rustls-no-provider"' --cfg 'feature="socks-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_doc", "_ring", "_rustls", "_test", "_tls", "_url", "brotli", "charset", "cookies", "default", "gzip", "json", "native-tls", "platform-verifier", "rustls", "rustls-no-provider", "socks-proxy", "vendored"))' -C metadata=73cdafafb952d702 -C extra-filename=-e3203c675d8f1316 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta --extern der=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libder-c28589b94316e476.rmeta --extern encoding_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rmeta --extern flate2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate2-fa7e7ce6669aee27.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern native_tls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnative_tls-fe370e6af450f02c.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rmeta --extern rustls_pemfile=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-2494db94d9f9f543.rmeta --extern rustls_pki_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta --extern rustls_platform_verifier=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_platform_verifier-f7fc884ead5c23b9.rlib --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern socks=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocks-bd30d3deaf150bac.rmeta --extern ureq_proto=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq_proto-33f25c20f61ebb97.rmeta --extern utf8=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8-ad42f944fb0a6f85.rmeta --extern webpki_root_certs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_root_certs-9fd12e384a0b1c64.rmeta --extern webpki_roots=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-b2f0f39103690718.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:59:33.3233926Z [00:07:54.563]➜     Compiling scraper v0.23.1
2025-08-20T21:59:33.3264615Z [00:07:54.565]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name scraper --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scraper-0.23.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("atomic", "default", "deterministic", "errors", "getopts", "indexmap", "main", "serde"))' -C metadata=750e75683ac06505 -C extra-filename=-8936ae42f38f5929 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cssparser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcssparser-728ec8b265c7a066.rmeta --extern ego_tree=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libego_tree-4b067884b93619a7.rmeta --extern html5ever=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b381fd0956226d41.rmeta --extern precomputed_hash=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprecomputed_hash-a513819289908bf4.rmeta --extern selectors=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libselectors-87a163e52ec4ce13.rmeta --extern tendril=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtendril-1528da0e1100a21c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:36.3741402Z [00:07:57.614]➜     Compiling update-informer v1.3.0
2025-08-20T21:59:36.3811076Z [00:07:57.619]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name update_informer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/update-informer-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 opt-level=3 -C linker-plugin-lto --cfg 'feature="github"' --cfg 'feature="native-tls"' --cfg 'feature="rustls-tls"' --cfg 'feature="ureq"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crates", "default", "github", "native-tls", "npm", "pypi", "reqwest", "rustls-tls", "ureq"))' -C metadata=155944d524e0a582 -C extra-filename=-9ce5290ded720113 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern etcetera=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libetcetera-faec811a229d7de6.rmeta --extern semver=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsemver-5d28bf5d661ec6e8.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern ureq=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq-e3203c675d8f1316.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:59:36.7689057Z [00:07:58.009]➜     Compiling serde_yaml v0.9.34+deprecated
2025-08-20T21:59:36.7709115Z [00:07:58.009]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde_yaml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=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=830b7f4333506a89 -C extra-filename=-cda25facc640b2a6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern unsafe_libyaml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunsafe_libyaml-e7fe2421eeb86895.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:36.8908276Z [00:07:58.131]➜     Compiling uu_mv v0.0.30
2025-08-20T21:59:36.8976780Z [00:07:58.136]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uu_mv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uu_mv-0.0.30/src/mv.rs --error-format=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=16bc7da43aa60f6a -C extra-filename=-822d7fadab091c90 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rmeta --extern fs_extra=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfs_extra-66aff189b6df588a.rmeta --extern indicatif=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-be0da8fca778566f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta --extern uucore=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:37.9680473Z [00:07:59.208]➜     Compiling uu_cp v0.0.30
2025-08-20T21:59:37.9751044Z [00:07:59.213]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uu_cp --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uu_cp-0.0.30/src/cp.rs --error-format=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("exacl", "feat_acl", "feat_selinux", "selinux"))' -C metadata=3e94a915def45526 -C extra-filename=-d74b475504517ad5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rmeta --extern filetime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfiletime-2631b54affefe3a0.rmeta --extern indicatif=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-be0da8fca778566f.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern quick_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_error-9e8ff36aab83c304.rmeta --extern uucore=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta --extern walkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rmeta --extern xattr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxattr-fa84d71592add336.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:39.1442376Z [00:08:00.384]➜     Compiling sxd-xpath v0.4.2
2025-08-20T21:59:39.1469898Z [00:08:00.386]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sxd_xpath --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sxd-xpath-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("unstable"))' -C metadata=8a50b5536f59b50c -C extra-filename=-5b821ef1e7897d69 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern peresil=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libperesil-99da2f639b22a7cc.rmeta --extern quick_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_error-2b549322f45a6531.rmeta --extern sxd_document=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_document-1e8842a422381c6f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:39.5766523Z [00:08:00.816]➜  warning: `nu-cli` (lib) generated 14 warnings
2025-08-20T21:59:39.5776438Z [00:08:00.817]➜     Compiling notify-debouncer-full v0.3.2
2025-08-20T21:59:39.5800847Z [00:08:00.819]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name notify_debouncer_full --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/notify-debouncer-full-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam", "crossbeam-channel", "default"))' -C metadata=7941292ae4f3821a -C extra-filename=-b8dcf4a9044e0bbd --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern file_id=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfile_id-23be9a1dce6f4a30.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern notify=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify-6779d5c743dd391b.rmeta --extern parking_lot=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rmeta --extern walkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:39.7602626Z [00:08:01.000]➜     Compiling plist v1.7.0
2025-08-20T21:59:39.7631818Z [00:08:01.001]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name plist --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plist-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "enable_unstable_features_that_may_break_with_minor_version_bumps", "serde"))' -C metadata=393a3d8302c497a7 -C extra-filename=-8d0e9d1ffb9e6b6a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern quick_xml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-40006865a44fcce4.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime-42feb2eb3bd9d36f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:40.2221742Z [00:08:01.462]➜     Compiling ratatui v0.29.0
2025-08-20T21:59:40.2251595Z [00:08:01.462]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/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"' --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=dbaf3d41d1b7ef83 -C extra-filename=-be515f7a61d83ef7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern cassowary=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcassowary-b8dabd976d8d4c1d.rmeta --extern compact_str=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcompact_str-a77465cb62671a7b.rmeta --extern crossterm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rmeta --extern indoc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libindoc-4a85d9b32a691905.so --extern instability=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libinstability-a2a34969cbceaa3c.so --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-dfcf36b7436d22d3.rmeta --extern lru=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblru-ed594286eef72bae.rmeta --extern paste=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpaste-d4fd8da686588390.so --extern strum=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrum-753976f9ef4c00c4.rmeta --extern unicode_segmentation=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rmeta --extern unicode_truncate=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_truncate-2f2f386e5fafa61d.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:40.8020108Z [00:08:02.042]➜     Compiling rust-ini v0.21.1
2025-08-20T21:59:40.8035825Z [00:08:02.042]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ini --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-ini-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("brackets-in-section-names", "case-insensitive", "default", "inline-comment", "unicase"))' -C metadata=c65bd012006f41a1 -C extra-filename=-ca4c10a7fd457d70 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern ordered_multimap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libordered_multimap-f98a79969ed52c77.rmeta --extern trim_in_place=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrim_in_place-cb3975682a90f866.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:41.3407449Z [00:08:02.580]➜     Compiling wax v0.6.0
2025-08-20T21:59:41.3432832Z [00:08:02.582]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name wax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wax-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="walk"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "miette", "walk"))' -C metadata=797159fc6554bd1e -C extra-filename=-222a9a48cd888c1c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern const_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_format-bf497f67b84d372f.rmeta --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-88b9aa086bd56f4f.rmeta --extern nom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-d22ae7dcdc92682a.rmeta --extern pori=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpori-19135a6c82401e53.rmeta --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rmeta --extern walkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:41.4586590Z [00:08:02.698]➜     Compiling csv v1.3.1
2025-08-20T21:59:41.4651458Z [00:08:02.704]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name csv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1006c4934d59ee52 -C extra-filename=-63112845ad027ebe --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern csv_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv_core-d22ae06eca562004.rmeta --extern itoa=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta --extern ryu=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:42.1573785Z [00:08:03.397]➜     Compiling uu_uname v0.0.30
2025-08-20T21:59:42.1586199Z [00:08:03.398]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uu_uname --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uu_uname-0.0.30/src/uname.rs --error-format=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=c555292d9b5b2e75 -C extra-filename=-1c7c8907bd01dd98 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rmeta --extern platform_info=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplatform_info-8d443462e10843bf.rmeta --extern uucore=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:42.3179284Z [00:08:03.558]➜     Compiling num v0.4.3
2025-08-20T21:59:42.3198901Z [00:08:03.558]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.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="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=e3f7e54e45a44db3 -C extra-filename=-d1dc8ede7cb43b4e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern num_bigint=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_bigint-e6d298f948127473.rmeta --extern num_complex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_complex-8f8dcb8d81597d93.rmeta --extern num_integer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_integer-25bf9e2f94470652.rmeta --extern num_iter=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_iter-a94b1f5340ec7636.rmeta --extern num_rational=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_rational-8b5fc12d55390e63.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:42.3611100Z [00:08:03.601]➜     Compiling calamine v0.28.0
2025-08-20T21:59:42.3640625Z [00:08:03.602]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name calamine --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calamine-0.28.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="chrono"' --cfg 'feature="dates"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dates", "default", "picture"))' -C metadata=3de3e391fca4e1f3 -C extra-filename=-14bd018f768b9b84 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern atoi_simd=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatoi_simd-76f28a6528d4c3c3.rmeta --extern byteorder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern codepage=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcodepage-798438fea7d12e7f.rmeta --extern encoding_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rmeta --extern fast_float2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfast_float2-fe340760a2b24033.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern quick_xml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-97c9d03a01c16b3e.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern zip=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzip-795a3b7fedc4de71.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:42.4157015Z [00:08:03.654]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libssh2_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libssh2-sys-0.3.0/lib.rs --error-format=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("openssl-on-win32", "openssl-sys", "vendored-openssl", "zlib-ng-compat"))' -C metadata=1885181889d17e8c -C extra-filename=-9957f2dbd11e5b6e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern libz_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_sys-5c658d569022504b.rmeta --extern openssl_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib -l static=ssh2`
2025-08-20T21:59:42.5862054Z [00:08:03.826]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libgit2-sys-07f458a6140f5846/build-script-build`
2025-08-20T21:59:44.8428983Z [00:08:06.083]➜     Compiling env_logger v0.11.5
2025-08-20T21:59:44.8456190Z [00:08:06.083]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name env_logger --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.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=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="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=c9957b74d6e7ca8f -C extra-filename=-64a6bd686bd00d63 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstream-b0fa21c5f8dcbacf.rmeta --extern anstyle=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle-214268fa4e260649.rmeta --extern env_filter=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_filter-d84b6fd2a35e959b.rmeta --extern humantime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhumantime-4a74de14f4c8c8b4.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:45.3135270Z [00:08:06.553]➜     Compiling rust-embed v8.7.0
2025-08-20T21:59:45.3156003Z [00:08:06.554]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rust_embed --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-8.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("actix", "actix-web", "axum", "axum-ex", "compression", "debug-embed", "deterministic-timestamps", "hex", "include-exclude", "include-flate", "interpolate-folder-path", "mime-guess", "mime_guess", "poem", "poem-ex", "rocket", "salvo", "salvo-ex", "tokio", "warp", "warp-ex"))' -C metadata=a6baafaac8dbde90 -C extra-filename=-c96d4e425b957897 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern rust_embed_impl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librust_embed_impl-cf7592826f5ef5f0.so --extern rust_embed_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_embed_utils-8c572a5c509d75a6.rmeta --extern walkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:45.3587255Z [00:08:06.598]➜     Compiling aws-config v1.5.10
2025-08-20T21:59:45.3645480Z [00:08:06.599]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_config --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-config-1.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="client-hyper"' --cfg 'feature="credentials-process"' --cfg 'feature="default"' --cfg 'feature="rt-tokio"' --cfg 'feature="rustls"' --cfg 'feature="sso"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allow-compilation", "behavior-version-latest", "client-hyper", "credentials-process", "default", "rt-tokio", "rustls", "sso"))' -C metadata=0dee032ce0d9f842 -C extra-filename=-91f1a01a194abf83 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_credential_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rmeta --extern aws_runtime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_runtime-646306dec52bb003.rmeta --extern aws_sdk_sso=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_sso-e95fdc0ed4325168.rmeta --extern aws_sdk_ssooidc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_ssooidc-f2b7a62fadcf20e2.rmeta --extern aws_sdk_sts=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_sts-c1e137be5bce6e21.rmeta --extern aws_smithy_async=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta --extern aws_smithy_http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rmeta --extern aws_smithy_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_json-ae8b9796c0714309.rmeta --extern aws_smithy_runtime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime-5845d3fe135b2fc5.rmeta --extern aws_smithy_runtime_api=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta --extern aws_smithy_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta --extern aws_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_types-1643268e8cf7d1a1.rmeta --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern fastrand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfastrand-7f5a6b006db81192.rmeta --extern hex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhex-e6776d86f2c5abaf.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta --extern ring=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rmeta --extern time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime-42feb2eb3bd9d36f.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern tracing=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta --extern zeroize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzeroize-c534c2641d1d2609.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:59:45.3935987Z [00:08:06.633]➜     Compiling dtparse v2.0.1
2025-08-20T21:59:45.3951534Z [00:08:06.634]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name dtparse --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtparse-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8c8d50d81703882 -C extra-filename=-11c375aa0b1e486b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern lazy_static=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-e4b0219bbbf6cf91.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern rust_decimal=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-5ab6f4c9570cc54c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:46.3595587Z [00:08:07.595]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name polars --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-0.49.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::collapsible_if' --cfg 'feature="abs"' --cfg 'feature="arg_where"' --cfg 'feature="bigidx"' --cfg 'feature="checked_arithmetic"' --cfg 'feature="cloud"' --cfg 'feature="concat_str"' --cfg 'feature="cross_join"' --cfg 'feature="csv"' --cfg 'feature="cum_agg"' --cfg 'feature="default"' --cfg 'feature="docs"' --cfg 'feature="dtype-categorical"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-decimal"' --cfg 'feature="dtype-duration"' --cfg 'feature="dtype-i16"' --cfg 'feature="dtype-i8"' --cfg 'feature="dtype-slim"' --cfg 'feature="dtype-struct"' --cfg 'feature="dtype-u16"' --cfg 'feature="dtype-u8"' --cfg 'feature="dynamic_group_by"' --cfg 'feature="fmt"' --cfg 'feature="iejoin"' --cfg 'feature="ipc"' --cfg 'feature="is_in"' --cfg 'feature="json"' --cfg 'feature="lazy"' --cfg 'feature="log"' --cfg 'feature="new_streaming"' --cfg 'feature="object"' --cfg 'feature="parquet"' --cfg 'feature="pivot"' --cfg 'feature="polars-io"' --cfg 'feature="polars-lazy"' --cfg 'feature="polars-ops"' --cfg 'feature="polars-time"' --cfg 'feature="random"' --cfg 'feature="replace"' --cfg 'feature="rolling_window"' --cfg 'feature="round_series"' --cfg 'feature="rows"' --cfg 'feature="serde"' --cfg 'feature="serde-lazy"' --cfg 'feature="sign"' --cfg 'feature="string_to_integer"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="timezones"' --cfg 'feature="to_dummies"' --cfg 'feature="trigonometry"' --cfg 'feature="zip_with"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abs", "approx_unique", "arg_where", "array_any_all", "array_arithmetic", "array_count", "array_to_struct", "asof_join", "async", "avro", "avx512", "aws", "azure", "bench", "bigidx", "binary_encoding", "bitwise", "business", "checked_arithmetic", "chunked_ids", "cloud", "coalesce", "concat_str", "cov", "cross_join", "cse", "csv", "cum_agg", "cumulative_eval", "cutqcut", "dataframe_arithmetic", "decompress", "default", "describe", "diagonal_concat", "diff", "docs", "docs-selection", "dot_diagram", "dot_product", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-full", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-slim", "dtype-struct", "dtype-time", "dtype-u16", "dtype-u8", "dynamic_group_by", "ewma", "ewma_by", "extract_groups", "extract_jsonpath", "find_many", "fmt", "fmt_no_tty", "full", "fused", "gcp", "hist", "http", "iejoin", "index_of", "interpolate", "interpolate_by", "ipc", "ipc_streaming", "ir_serde", "is_between", "is_first_distinct", "is_in", "is_last_distinct", "is_unique", "json", "lazy", "list_any_all", "list_arithmetic", "list_count", "list_drop_nulls", "list_eval", "list_filter", "list_gather", "list_sample", "list_sets", "list_to_struct", "log", "merge_sorted", "meta", "mode", "moment", "month_end", "month_start", "ndarray", "new_streaming", "nightly", "object", "offset_by", "parquet", "partition_by", "pct_change", "peaks", "performant", "pivot", "polars-io", "polars-lazy", "polars-ops", "polars-plan", "polars-sql", "polars-time", "polars_cloud_client", "polars_cloud_server", "product", "propagate_nans", "random", "range", "rank", "regex", "reinterpret", "repeat_by", "replace", "rle", "rolling_window", "rolling_window_by", "round_series", "row_hash", "rows", "search_sorted", "semi_anti_join", "serde", "serde-lazy", "sign", "simd", "sql", "string_encoding", "string_normalize", "string_pad", "string_reverse", "string_to_integer", "strings", "take_opt_iter", "temporal", "test", "timezones", "to_dummies", "top_k", "trigonometry", "true_div", "unique_counts", "zip_with"))' -C metadata=63451c63fa924063 -C extra-filename=-22424982a07ad673 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta --extern polars_error=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta --extern polars_io=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rmeta --extern polars_lazy=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_lazy-762f687e13b482b5.rmeta --extern polars_ops=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rmeta --extern polars_parquet=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet-cbda6536ea8ec241.rmeta --extern polars_time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_time-c319a6bbc46d25ff.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out`
2025-08-20T21:59:46.4540832Z [00:08:07.693]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name mime_guess --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.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 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=50573695e7e34662 -C extra-filename=-8d76cdd76aa82baf --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern mime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime-961a7ea6c9eb0c17.rmeta --extern unicase=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicase-584e7c140fb9da42.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:46.9506908Z [00:08:08.190]➜     Compiling human-date-parser v0.3.1
2025-08-20T21:59:46.9523864Z [00:08:08.191]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name human_date_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/human-date-parser-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee12fcb11e36d3f1 -C extra-filename=-400b0701e382af71 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern pest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest-5e931a6354c01016.rmeta --extern pest_consume=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest_consume-074867f769ca5fd8.rmeta --extern pest_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_derive-be995c7f03fff277.so --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:48.3704707Z [00:08:09.610]➜     Compiling lsp-textdocument v0.4.2
2025-08-20T21:59:48.3729388Z [00:08:09.612]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lsp_textdocument --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lsp-textdocument-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f65da750410dfed -C extra-filename=-978bd6cf4a1417f4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern lsp_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_types-6da021def994144d.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:48.8636666Z [00:08:10.103]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name oem_cp --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oem_cp-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=01baafd16c0ca6b3 -C extra-filename=-33fcb76f70b81cec --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern phf=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf-fe3b4527b481fae5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:49.2490634Z [00:08:10.487]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_cmd_lang --edition=2024 crates/nu-cmd-lang/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="default"' --cfg 'feature="os"' --cfg 'feature="plugin"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os", "plugin"))' -C metadata=258277e770521cf9 -C extra-filename=-c7d8c380dc6957b1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta --extern nu_cmd_base=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_base-38f2d7d412ee3cc0.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_experimental=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_experimental-f784b96a75eb77a1.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern shadow_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libshadow_rs-9197ff8b0f457719.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:49.2504869Z [00:08:10.488]➜     Compiling toml v0.8.19
2025-08-20T21:59:49.2530853Z [00:08:10.489]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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="display"' --cfg 'feature="indexmap"' --cfg 'feature="parse"' --cfg 'feature="preserve_order"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=b2a02babf987b161 -C extra-filename=-56d7a949fdddfa20 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_spanned=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_spanned-9857039a31f0fd4c.rmeta --extern toml_datetime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_datetime-d41a81c13c42a0ba.rmeta --extern toml_edit=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_edit-0eb82479c9602bf0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:49.7732036Z [00:08:11.013]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7735282Z [00:08:11.013]➜    --> crates/nu-cmd-lang/src/core_commands/alias.rs:51:17
2025-08-20T21:59:49.7737690Z [00:08:11.013]➜     |
2025-08-20T21:59:49.7738832Z [00:08:11.013]➜  51 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7744024Z [00:08:11.013]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7746348Z [00:08:11.013]➜     |                 |
2025-08-20T21:59:49.7748982Z [00:08:11.013]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.7751256Z [00:08:11.013]➜     |
2025-08-20T21:59:49.7753810Z [00:08:11.013]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7756710Z [00:08:11.013]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:59:49.7759295Z [00:08:11.013]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7761926Z [00:08:11.013]➜     |
2025-08-20T21:59:49.7764129Z [00:08:11.013]➜  51 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7766408Z [00:08:11.013]➜     |                                      ++++
2025-08-20T21:59:49.7769282Z [00:08:11.013]➜  
2025-08-20T21:59:49.7775554Z [00:08:11.017]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7785472Z [00:08:11.017]➜    --> crates/nu-cmd-lang/src/core_commands/attr/category.rs:52:17
2025-08-20T21:59:49.7786157Z [00:08:11.017]➜     |
2025-08-20T21:59:49.7786685Z [00:08:11.017]➜  52 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7787443Z [00:08:11.017]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7788293Z [00:08:11.017]➜     |                 |
2025-08-20T21:59:49.7788914Z [00:08:11.017]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.7789460Z [00:08:11.017]➜     |
2025-08-20T21:59:49.7790298Z [00:08:11.017]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7791435Z [00:08:11.017]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7792083Z [00:08:11.017]➜     |
2025-08-20T21:59:49.7792760Z [00:08:11.017]➜  52 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7793547Z [00:08:11.017]➜     |                                      ++++
2025-08-20T21:59:49.7794928Z [00:08:11.017]➜  
2025-08-20T21:59:49.7803678Z [00:08:11.020]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7811763Z [00:08:11.020]➜    --> crates/nu-cmd-lang/src/core_commands/attr/deprecated.rs:87:17
2025-08-20T21:59:49.7812464Z [00:08:11.020]➜     |
2025-08-20T21:59:49.7813287Z [00:08:11.020]➜  87 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7814074Z [00:08:11.020]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7814692Z [00:08:11.020]➜     |                 |
2025-08-20T21:59:49.7815307Z [00:08:11.020]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.7815851Z [00:08:11.020]➜     |
2025-08-20T21:59:49.7816666Z [00:08:11.020]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7817536Z [00:08:11.020]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7818255Z [00:08:11.020]➜     |
2025-08-20T21:59:49.7818808Z [00:08:11.020]➜  87 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7819472Z [00:08:11.020]➜     |                                      ++++
2025-08-20T21:59:49.7819984Z [00:08:11.020]➜  
2025-08-20T21:59:49.7825795Z [00:08:11.022]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7827455Z [00:08:11.022]➜     --> crates/nu-cmd-lang/src/core_commands/attr/example.rs:115:17
2025-08-20T21:59:49.7835619Z [00:08:11.022]➜      |
2025-08-20T21:59:49.7839345Z [00:08:11.022]➜  115 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7841672Z [00:08:11.022]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7853340Z [00:08:11.022]➜      |                 |
2025-08-20T21:59:49.7853985Z [00:08:11.022]➜      |                 the lifetime is elided here
2025-08-20T21:59:49.7854542Z [00:08:11.022]➜      |
2025-08-20T21:59:49.7855370Z [00:08:11.022]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7856246Z [00:08:11.022]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7856759Z [00:08:11.022]➜      |
2025-08-20T21:59:49.7859516Z [00:08:11.022]➜  115 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7860215Z [00:08:11.022]➜      |                                      ++++
2025-08-20T21:59:49.7860757Z [00:08:11.022]➜  
2025-08-20T21:59:49.7861377Z [00:08:11.023]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7862338Z [00:08:11.023]➜    --> crates/nu-cmd-lang/src/core_commands/attr/search_terms.rs:48:17
2025-08-20T21:59:49.7863243Z [00:08:11.023]➜     |
2025-08-20T21:59:49.7863753Z [00:08:11.023]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7864451Z [00:08:11.023]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7865031Z [00:08:11.024]➜     |                 |
2025-08-20T21:59:49.7865589Z [00:08:11.024]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.7866131Z [00:08:11.024]➜     |
2025-08-20T21:59:49.7866887Z [00:08:11.024]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7867676Z [00:08:11.024]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7892646Z [00:08:11.024]➜     |
2025-08-20T21:59:49.7893371Z [00:08:11.025]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7894009Z [00:08:11.025]➜     |                                      ++++
2025-08-20T21:59:49.7894517Z [00:08:11.025]➜  
2025-08-20T21:59:49.7895124Z [00:08:11.025]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7895984Z [00:08:11.025]➜    --> crates/nu-cmd-lang/src/core_commands/break_.rs:48:17
2025-08-20T21:59:49.7896584Z [00:08:11.025]➜     |
2025-08-20T21:59:49.7897123Z [00:08:11.027]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7897973Z [00:08:11.027]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7898575Z [00:08:11.027]➜     |                 |
2025-08-20T21:59:49.7919222Z [00:08:11.027]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.7919890Z [00:08:11.027]➜     |
2025-08-20T21:59:49.7920972Z [00:08:11.027]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7921860Z [00:08:11.027]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7922359Z [00:08:11.027]➜     |
2025-08-20T21:59:49.7922887Z [00:08:11.027]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7923560Z [00:08:11.027]➜     |                                      ++++
2025-08-20T21:59:49.7924078Z [00:08:11.027]➜  
2025-08-20T21:59:49.7924705Z [00:08:11.027]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7925570Z [00:08:11.027]➜     --> crates/nu-cmd-lang/src/core_commands/collect.rs:103:17
2025-08-20T21:59:49.7926145Z [00:08:11.027]➜      |
2025-08-20T21:59:49.7926628Z [00:08:11.027]➜  103 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7927349Z [00:08:11.027]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7928142Z [00:08:11.027]➜      |                 |
2025-08-20T21:59:49.7928716Z [00:08:11.027]➜      |                 the lifetime is elided here
2025-08-20T21:59:49.7929228Z [00:08:11.027]➜      |
2025-08-20T21:59:49.7929997Z [00:08:11.027]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7930835Z [00:08:11.027]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7931295Z [00:08:11.027]➜      |
2025-08-20T21:59:49.7931797Z [00:08:11.027]➜  103 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7932418Z [00:08:11.027]➜      |                                      ++++
2025-08-20T21:59:49.7932896Z [00:08:11.027]➜  
2025-08-20T21:59:49.7933466Z [00:08:11.027]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7934276Z [00:08:11.027]➜    --> crates/nu-cmd-lang/src/core_commands/const_.rs:70:17
2025-08-20T21:59:49.7934844Z [00:08:11.027]➜     |
2025-08-20T21:59:49.7935324Z [00:08:11.027]➜  70 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7936016Z [00:08:11.027]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7936595Z [00:08:11.027]➜     |                 |
2025-08-20T21:59:49.7937147Z [00:08:11.027]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.7938079Z [00:08:11.027]➜     |
2025-08-20T21:59:49.7938868Z [00:08:11.027]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7939674Z [00:08:11.027]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7940135Z [00:08:11.027]➜     |
2025-08-20T21:59:49.7940640Z [00:08:11.027]➜  70 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7941259Z [00:08:11.027]➜     |                                      ++++
2025-08-20T21:59:49.7941736Z [00:08:11.028]➜  
2025-08-20T21:59:49.7942338Z [00:08:11.028]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7943188Z [00:08:11.028]➜    --> crates/nu-cmd-lang/src/core_commands/continue_.rs:47:17
2025-08-20T21:59:49.7943785Z [00:08:11.028]➜     |
2025-08-20T21:59:49.7944280Z [00:08:11.028]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7944983Z [00:08:11.028]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7945567Z [00:08:11.028]➜     |                 |
2025-08-20T21:59:49.7946119Z [00:08:11.028]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.7946617Z [00:08:11.028]➜     |
2025-08-20T21:59:49.7947381Z [00:08:11.028]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7948355Z [00:08:11.028]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7948821Z [00:08:11.028]➜     |
2025-08-20T21:59:49.7949313Z [00:08:11.028]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7949919Z [00:08:11.028]➜     |                                      ++++
2025-08-20T21:59:49.7950386Z [00:08:11.028]➜  
2025-08-20T21:59:49.7951154Z [00:08:11.028]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7951933Z [00:08:11.028]➜    --> crates/nu-cmd-lang/src/core_commands/def.rs:46:17
2025-08-20T21:59:49.7952479Z [00:08:11.028]➜     |
2025-08-20T21:59:49.7952986Z [00:08:11.028]➜  46 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7953663Z [00:08:11.029]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7954240Z [00:08:11.029]➜     |                 |
2025-08-20T21:59:49.7954797Z [00:08:11.029]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.7955353Z [00:08:11.029]➜     |
2025-08-20T21:59:49.7956129Z [00:08:11.029]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7956945Z [00:08:11.029]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7957421Z [00:08:11.029]➜     |
2025-08-20T21:59:49.7961937Z [00:08:11.029]➜  46 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7962910Z [00:08:11.030]➜     |                                      ++++
2025-08-20T21:59:49.7963418Z [00:08:11.030]➜  
2025-08-20T21:59:49.7964032Z [00:08:11.030]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7964892Z [00:08:11.030]➜    --> crates/nu-cmd-lang/src/core_commands/describe.rs:66:17
2025-08-20T21:59:49.7965488Z [00:08:11.030]➜     |
2025-08-20T21:59:49.7965982Z [00:08:11.030]➜  66 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7966683Z [00:08:11.030]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7967284Z [00:08:11.030]➜     |                 |
2025-08-20T21:59:49.7967994Z [00:08:11.031]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.7968497Z [00:08:11.031]➜     |
2025-08-20T21:59:49.7969214Z [00:08:11.031]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7970016Z [00:08:11.031]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7970529Z [00:08:11.031]➜     |
2025-08-20T21:59:49.7971071Z [00:08:11.031]➜  66 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7971717Z [00:08:11.031]➜     |                                      ++++
2025-08-20T21:59:49.7972509Z [00:08:11.031]➜  
2025-08-20T21:59:49.7978926Z [00:08:11.037]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.7979953Z [00:08:11.037]➜     --> crates/nu-cmd-lang/src/core_commands/do_.rs:198:17
2025-08-20T21:59:49.7980680Z [00:08:11.037]➜      |
2025-08-20T21:59:49.7981315Z [00:08:11.037]➜  198 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.7982174Z [00:08:11.037]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.7982905Z [00:08:11.037]➜      |                 |
2025-08-20T21:59:49.7983614Z [00:08:11.037]➜      |                 the lifetime is elided here
2025-08-20T21:59:49.7984261Z [00:08:11.037]➜      |
2025-08-20T21:59:49.7985195Z [00:08:11.037]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.7986081Z [00:08:11.037]➜  help: use `'_` for type paths
2025-08-20T21:59:49.7990060Z [00:08:11.037]➜      |
2025-08-20T21:59:49.7998015Z [00:08:11.037]➜  198 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.7998686Z [00:08:11.037]➜      |                                      ++++
2025-08-20T21:59:49.7999191Z [00:08:11.037]➜  
2025-08-20T21:59:49.7999820Z [00:08:11.037]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8000615Z [00:08:11.037]➜    --> crates/nu-cmd-lang/src/core_commands/echo.rs:55:17
2025-08-20T21:59:49.8001194Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8001696Z [00:08:11.037]➜  55 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8002423Z [00:08:11.037]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8002961Z [00:08:11.037]➜     |                 |
2025-08-20T21:59:49.8003703Z [00:08:11.037]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8004252Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8043377Z [00:08:11.037]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8044290Z [00:08:11.037]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8044760Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8045299Z [00:08:11.037]➜  55 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8045962Z [00:08:11.037]➜     |                                      ++++
2025-08-20T21:59:49.8046441Z [00:08:11.037]➜  
2025-08-20T21:59:49.8047043Z [00:08:11.037]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8048085Z [00:08:11.037]➜    --> crates/nu-cmd-lang/src/core_commands/error_make.rs:54:17
2025-08-20T21:59:49.8048709Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8049223Z [00:08:11.037]➜  54 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8049973Z [00:08:11.037]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8050534Z [00:08:11.037]➜     |                 |
2025-08-20T21:59:49.8051038Z [00:08:11.037]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8051744Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8052430Z [00:08:11.037]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8053212Z [00:08:11.037]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8053644Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8054162Z [00:08:11.037]➜  54 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8054815Z [00:08:11.037]➜     |                                      ++++
2025-08-20T21:59:49.8055307Z [00:08:11.037]➜  
2025-08-20T21:59:49.8055855Z [00:08:11.037]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8056638Z [00:08:11.037]➜    --> crates/nu-cmd-lang/src/core_commands/export.rs:41:17
2025-08-20T21:59:49.8057206Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8057676Z [00:08:11.037]➜  41 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8069036Z [00:08:11.037]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8069632Z [00:08:11.037]➜     |                 |
2025-08-20T21:59:49.8070161Z [00:08:11.037]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8070640Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8071338Z [00:08:11.037]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8072099Z [00:08:11.037]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8072540Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8073019Z [00:08:11.037]➜  41 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8073607Z [00:08:11.037]➜     |                                      ++++
2025-08-20T21:59:49.8074052Z [00:08:11.037]➜  
2025-08-20T21:59:49.8074780Z [00:08:11.037]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8075575Z [00:08:11.037]➜    --> crates/nu-cmd-lang/src/core_commands/export_alias.rs:51:17
2025-08-20T21:59:49.8076160Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8076612Z [00:08:11.037]➜  51 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8077248Z [00:08:11.037]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8077964Z [00:08:11.037]➜     |                 |
2025-08-20T21:59:49.8078503Z [00:08:11.037]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8078979Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8079694Z [00:08:11.037]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8080465Z [00:08:11.037]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8080903Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8081404Z [00:08:11.037]➜  51 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8081999Z [00:08:11.037]➜     |                                      ++++
2025-08-20T21:59:49.8082462Z [00:08:11.037]➜  
2025-08-20T21:59:49.8083025Z [00:08:11.037]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8083845Z [00:08:11.037]➜    --> crates/nu-cmd-lang/src/core_commands/export_const.rs:48:17
2025-08-20T21:59:49.8084415Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8084871Z [00:08:11.037]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8085513Z [00:08:11.037]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8086057Z [00:08:11.037]➜     |                 |
2025-08-20T21:59:49.8086580Z [00:08:11.037]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8087053Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8087920Z [00:08:11.037]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8088721Z [00:08:11.037]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8089168Z [00:08:11.037]➜     |
2025-08-20T21:59:49.8089634Z [00:08:11.037]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8090451Z [00:08:11.037]➜     |                                      ++++
2025-08-20T21:59:49.8090923Z [00:08:11.037]➜  
2025-08-20T21:59:49.8091481Z [00:08:11.039]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8092269Z [00:08:11.039]➜    --> crates/nu-cmd-lang/src/core_commands/export_def.rs:46:17
2025-08-20T21:59:49.8092825Z [00:08:11.039]➜     |
2025-08-20T21:59:49.8093282Z [00:08:11.039]➜  46 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8093919Z [00:08:11.039]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8094466Z [00:08:11.039]➜     |                 |
2025-08-20T21:59:49.8094982Z [00:08:11.039]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8095452Z [00:08:11.039]➜     |
2025-08-20T21:59:49.8096164Z [00:08:11.039]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8096940Z [00:08:11.039]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8097393Z [00:08:11.039]➜     |
2025-08-20T21:59:49.8132940Z [00:08:11.043]➜  46 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8133692Z [00:08:11.043]➜     |                                      ++++
2025-08-20T21:59:49.8134198Z [00:08:11.043]➜  
2025-08-20T21:59:49.8134821Z [00:08:11.043]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8135725Z [00:08:11.043]➜    --> crates/nu-cmd-lang/src/core_commands/export_extern.rs:43:17
2025-08-20T21:59:49.8136356Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8136871Z [00:08:11.043]➜  43 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8137559Z [00:08:11.043]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8138589Z [00:08:11.043]➜     |                 |
2025-08-20T21:59:49.8139191Z [00:08:11.043]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8139705Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8140501Z [00:08:11.043]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8141369Z [00:08:11.043]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8141854Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8142393Z [00:08:11.043]➜  43 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8143053Z [00:08:11.043]➜     |                                      ++++
2025-08-20T21:59:49.8143560Z [00:08:11.043]➜  
2025-08-20T21:59:49.8144188Z [00:08:11.043]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8145073Z [00:08:11.043]➜    --> crates/nu-cmd-lang/src/core_commands/export_module.rs:48:17
2025-08-20T21:59:49.8145730Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8146287Z [00:08:11.043]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8147036Z [00:08:11.043]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8147656Z [00:08:11.043]➜     |                 |
2025-08-20T21:59:49.8148477Z [00:08:11.043]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8148985Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8149744Z [00:08:11.043]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8150556Z [00:08:11.043]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8151026Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8151546Z [00:08:11.043]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8152186Z [00:08:11.043]➜     |                                      ++++
2025-08-20T21:59:49.8152687Z [00:08:11.043]➜  
2025-08-20T21:59:49.8153259Z [00:08:11.043]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8154090Z [00:08:11.043]➜    --> crates/nu-cmd-lang/src/core_commands/export_use.rs:47:17
2025-08-20T21:59:49.8154681Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8155169Z [00:08:11.043]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8156172Z [00:08:11.043]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8156759Z [00:08:11.043]➜     |                 |
2025-08-20T21:59:49.8157313Z [00:08:11.043]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8158052Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8158867Z [00:08:11.043]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8159721Z [00:08:11.043]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8160200Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8160732Z [00:08:11.043]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8161369Z [00:08:11.043]➜     |                                      ++++
2025-08-20T21:59:49.8161924Z [00:08:11.043]➜  
2025-08-20T21:59:49.8162517Z [00:08:11.043]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8176753Z [00:08:11.043]➜    --> crates/nu-cmd-lang/src/core_commands/extern_.rs:43:17
2025-08-20T21:59:49.8177534Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8178283Z [00:08:11.043]➜  43 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8179074Z [00:08:11.043]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8179719Z [00:08:11.043]➜     |                 |
2025-08-20T21:59:49.8180303Z [00:08:11.043]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8180838Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8181673Z [00:08:11.043]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8182579Z [00:08:11.043]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8183095Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8183911Z [00:08:11.043]➜  43 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8184648Z [00:08:11.043]➜     |                                      ++++
2025-08-20T21:59:49.8185209Z [00:08:11.043]➜  
2025-08-20T21:59:49.8185829Z [00:08:11.043]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8186637Z [00:08:11.043]➜    --> crates/nu-cmd-lang/src/core_commands/for_.rs:59:17
2025-08-20T21:59:49.8187206Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8219381Z [00:08:11.043]➜  59 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8220311Z [00:08:11.043]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8220958Z [00:08:11.043]➜     |                 |
2025-08-20T21:59:49.8221576Z [00:08:11.043]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8222137Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8222981Z [00:08:11.043]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8223873Z [00:08:11.043]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8224387Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8224944Z [00:08:11.043]➜  59 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8225656Z [00:08:11.043]➜     |                                      ++++
2025-08-20T21:59:49.8226178Z [00:08:11.043]➜  
2025-08-20T21:59:49.8226827Z [00:08:11.043]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8227723Z [00:08:11.043]➜    --> crates/nu-cmd-lang/src/core_commands/hide.rs:53:17
2025-08-20T21:59:49.8228600Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8229150Z [00:08:11.043]➜  53 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8229909Z [00:08:11.043]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8230529Z [00:08:11.043]➜     |                 |
2025-08-20T21:59:49.8231129Z [00:08:11.043]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8231635Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8232438Z [00:08:11.043]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8233621Z [00:08:11.043]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8234115Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8234653Z [00:08:11.043]➜  53 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8235310Z [00:08:11.043]➜     |                                      ++++
2025-08-20T21:59:49.8235807Z [00:08:11.043]➜  
2025-08-20T21:59:49.8236423Z [00:08:11.043]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8237294Z [00:08:11.043]➜    --> crates/nu-cmd-lang/src/core_commands/hide_env.rs:67:17
2025-08-20T21:59:49.8238137Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8238678Z [00:08:11.043]➜  67 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8239458Z [00:08:11.043]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8240092Z [00:08:11.043]➜     |                 |
2025-08-20T21:59:49.8240694Z [00:08:11.043]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8241269Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8242095Z [00:08:11.043]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8242983Z [00:08:11.043]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8243482Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8244029Z [00:08:11.043]➜  67 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8244707Z [00:08:11.043]➜     |                                      ++++
2025-08-20T21:59:49.8245240Z [00:08:11.043]➜  
2025-08-20T21:59:49.8245873Z [00:08:11.043]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8246741Z [00:08:11.043]➜     --> crates/nu-cmd-lang/src/core_commands/if_.rs:115:17
2025-08-20T21:59:49.8247340Z [00:08:11.043]➜      |
2025-08-20T21:59:49.8278465Z [00:08:11.043]➜  115 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8279322Z [00:08:11.043]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8279937Z [00:08:11.043]➜      |                 |
2025-08-20T21:59:49.8280546Z [00:08:11.043]➜      |                 the lifetime is elided here
2025-08-20T21:59:49.8281083Z [00:08:11.043]➜      |
2025-08-20T21:59:49.8281902Z [00:08:11.043]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8282792Z [00:08:11.043]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8283303Z [00:08:11.043]➜      |
2025-08-20T21:59:49.8283875Z [00:08:11.043]➜  115 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8284571Z [00:08:11.043]➜      |                                      ++++
2025-08-20T21:59:49.8285099Z [00:08:11.043]➜  
2025-08-20T21:59:49.8285769Z [00:08:11.043]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8286628Z [00:08:11.043]➜    --> crates/nu-cmd-lang/src/core_commands/ignore.rs:57:17
2025-08-20T21:59:49.8287232Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8287960Z [00:08:11.043]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8288710Z [00:08:11.043]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8289316Z [00:08:11.043]➜     |                 |
2025-08-20T21:59:49.8289895Z [00:08:11.043]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8290417Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8291271Z [00:08:11.043]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8292185Z [00:08:11.043]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8292713Z [00:08:11.043]➜     |
2025-08-20T21:59:49.8293274Z [00:08:11.043]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8293994Z [00:08:11.043]➜     |                                      ++++
2025-08-20T21:59:49.8294531Z [00:08:11.043]➜  
2025-08-20T21:59:49.8295190Z [00:08:11.044]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8296380Z [00:08:11.044]➜    --> crates/nu-cmd-lang/src/core_commands/let_.rs:57:17
2025-08-20T21:59:49.8297001Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8297541Z [00:08:11.044]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8298523Z [00:08:11.044]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8299159Z [00:08:11.044]➜     |                 |
2025-08-20T21:59:49.8299752Z [00:08:11.044]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8300300Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8301138Z [00:08:11.044]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8302046Z [00:08:11.044]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8302571Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8303132Z [00:08:11.044]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8303814Z [00:08:11.044]➜     |                                      ++++
2025-08-20T21:59:49.8304357Z [00:08:11.044]➜  
2025-08-20T21:59:49.8305017Z [00:08:11.044]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8305914Z [00:08:11.044]➜    --> crates/nu-cmd-lang/src/core_commands/loop_.rs:48:17
2025-08-20T21:59:49.8306548Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8307089Z [00:08:11.044]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8338132Z [00:08:11.044]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8338882Z [00:08:11.044]➜     |                 |
2025-08-20T21:59:49.8339507Z [00:08:11.044]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8340058Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8341138Z [00:08:11.044]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8342096Z [00:08:11.044]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8342623Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8343194Z [00:08:11.044]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8343883Z [00:08:11.044]➜     |                                      ++++
2025-08-20T21:59:49.8344389Z [00:08:11.044]➜  
2025-08-20T21:59:49.8345020Z [00:08:11.044]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8345877Z [00:08:11.044]➜    --> crates/nu-cmd-lang/src/core_commands/match_.rs:52:17
2025-08-20T21:59:49.8346496Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8346971Z [00:08:11.044]➜  52 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8347622Z [00:08:11.044]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8348383Z [00:08:11.044]➜     |                 |
2025-08-20T21:59:49.8348986Z [00:08:11.044]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8349525Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8350290Z [00:08:11.044]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8351083Z [00:08:11.044]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8351519Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8352005Z [00:08:11.044]➜  52 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8352617Z [00:08:11.044]➜     |                                      ++++
2025-08-20T21:59:49.8353096Z [00:08:11.044]➜  
2025-08-20T21:59:49.8353704Z [00:08:11.044]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8354553Z [00:08:11.044]➜    --> crates/nu-cmd-lang/src/core_commands/module.rs:48:17
2025-08-20T21:59:49.8355144Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8355641Z [00:08:11.044]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8356370Z [00:08:11.044]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8356965Z [00:08:11.044]➜     |                 |
2025-08-20T21:59:49.8357535Z [00:08:11.044]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8358503Z [00:08:11.044]➜     |
2025-08-20T21:59:49.8359297Z [00:08:11.044]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8360243Z [00:08:11.046]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8360747Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8361262Z [00:08:11.046]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8361959Z [00:08:11.046]➜     |                                      ++++
2025-08-20T21:59:49.8362460Z [00:08:11.046]➜  
2025-08-20T21:59:49.8363074Z [00:08:11.046]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8363915Z [00:08:11.046]➜    --> crates/nu-cmd-lang/src/core_commands/mut_.rs:57:17
2025-08-20T21:59:49.8364521Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8365031Z [00:08:11.046]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8365753Z [00:08:11.046]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8366364Z [00:08:11.046]➜     |                 |
2025-08-20T21:59:49.8366926Z [00:08:11.046]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8367452Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8398561Z [00:08:11.046]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8399505Z [00:08:11.046]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8400018Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8400561Z [00:08:11.046]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8401224Z [00:08:11.046]➜     |                                      ++++
2025-08-20T21:59:49.8401734Z [00:08:11.046]➜  
2025-08-20T21:59:49.8402614Z [00:08:11.046]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8403581Z [00:08:11.046]➜     --> crates/nu-cmd-lang/src/core_commands/overlay/hide.rs:103:17
2025-08-20T21:59:49.8404288Z [00:08:11.046]➜      |
2025-08-20T21:59:49.8404820Z [00:08:11.046]➜  103 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8405563Z [00:08:11.046]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8406172Z [00:08:11.046]➜      |                 |
2025-08-20T21:59:49.8406772Z [00:08:11.046]➜      |                 the lifetime is elided here
2025-08-20T21:59:49.8407313Z [00:08:11.046]➜      |
2025-08-20T21:59:49.8408335Z [00:08:11.046]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8409238Z [00:08:11.046]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8409762Z [00:08:11.046]➜      |
2025-08-20T21:59:49.8410338Z [00:08:11.046]➜  103 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8411050Z [00:08:11.046]➜      |                                      ++++
2025-08-20T21:59:49.8411589Z [00:08:11.046]➜  
2025-08-20T21:59:49.8412216Z [00:08:11.046]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8413167Z [00:08:11.046]➜    --> crates/nu-cmd-lang/src/core_commands/overlay/list.rs:41:17
2025-08-20T21:59:49.8413826Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8414374Z [00:08:11.046]➜  41 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8415109Z [00:08:11.046]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8415729Z [00:08:11.046]➜     |                 |
2025-08-20T21:59:49.8416329Z [00:08:11.046]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8416857Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8417650Z [00:08:11.046]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8418716Z [00:08:11.046]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8419206Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8419730Z [00:08:11.046]➜  41 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8420636Z [00:08:11.046]➜     |                                      ++++
2025-08-20T21:59:49.8421143Z [00:08:11.046]➜  
2025-08-20T21:59:49.8421755Z [00:08:11.046]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8422610Z [00:08:11.046]➜    --> crates/nu-cmd-lang/src/core_commands/overlay/new.rs:67:17
2025-08-20T21:59:49.8423246Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8423756Z [00:08:11.046]➜  67 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8424484Z [00:08:11.046]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8425075Z [00:08:11.046]➜     |                 |
2025-08-20T21:59:49.8425645Z [00:08:11.046]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8426162Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8426994Z [00:08:11.046]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8458204Z [00:08:11.046]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8458838Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8459423Z [00:08:11.046]➜  67 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8460136Z [00:08:11.046]➜     |                                      ++++
2025-08-20T21:59:49.8460667Z [00:08:11.046]➜  
2025-08-20T21:59:49.8461312Z [00:08:11.046]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8462325Z [00:08:11.046]➜     --> crates/nu-cmd-lang/src/core_commands/overlay/use_.rs:187:17
2025-08-20T21:59:49.8462995Z [00:08:11.046]➜      |
2025-08-20T21:59:49.8463497Z [00:08:11.046]➜  187 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8464201Z [00:08:11.046]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8465056Z [00:08:11.046]➜      |                 |
2025-08-20T21:59:49.8465681Z [00:08:11.046]➜      |                 the lifetime is elided here
2025-08-20T21:59:49.8466217Z [00:08:11.046]➜      |
2025-08-20T21:59:49.8467008Z [00:08:11.046]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8468067Z [00:08:11.046]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8468583Z [00:08:11.046]➜      |
2025-08-20T21:59:49.8469131Z [00:08:11.046]➜  187 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8469790Z [00:08:11.046]➜      |                                      ++++
2025-08-20T21:59:49.8470300Z [00:08:11.046]➜  
2025-08-20T21:59:49.8470923Z [00:08:11.046]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8471782Z [00:08:11.046]➜    --> crates/nu-cmd-lang/src/core_commands/return_.rs:51:17
2025-08-20T21:59:49.8472397Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8472940Z [00:08:11.046]➜  51 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8473641Z [00:08:11.046]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8474236Z [00:08:11.046]➜     |                 |
2025-08-20T21:59:49.8474826Z [00:08:11.046]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8475352Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8476146Z [00:08:11.046]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8476965Z [00:08:11.046]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8477456Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8478177Z [00:08:11.046]➜  51 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8478848Z [00:08:11.046]➜     |                                      ++++
2025-08-20T21:59:49.8479345Z [00:08:11.046]➜  
2025-08-20T21:59:49.8479959Z [00:08:11.046]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8480853Z [00:08:11.046]➜    --> crates/nu-cmd-lang/src/core_commands/scope/aliases.rs:35:17
2025-08-20T21:59:49.8481467Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8481952Z [00:08:11.046]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8482963Z [00:08:11.046]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8483535Z [00:08:11.046]➜     |                 |
2025-08-20T21:59:49.8484078Z [00:08:11.046]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8484575Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8485356Z [00:08:11.046]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8486187Z [00:08:11.046]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8486666Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8487195Z [00:08:11.046]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8518160Z [00:08:11.046]➜     |                                      ++++
2025-08-20T21:59:49.8518806Z [00:08:11.046]➜  
2025-08-20T21:59:49.8519444Z [00:08:11.046]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8520370Z [00:08:11.046]➜    --> crates/nu-cmd-lang/src/core_commands/scope/commands.rs:35:17
2025-08-20T21:59:49.8521041Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8521563Z [00:08:11.046]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8522290Z [00:08:11.046]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8522897Z [00:08:11.046]➜     |                 |
2025-08-20T21:59:49.8523457Z [00:08:11.046]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8523945Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8524720Z [00:08:11.046]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8525558Z [00:08:11.046]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8526044Z [00:08:11.046]➜     |
2025-08-20T21:59:49.8526802Z [00:08:11.046]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8527471Z [00:08:11.047]➜     |                                      ++++
2025-08-20T21:59:49.8528182Z [00:08:11.047]➜  
2025-08-20T21:59:49.8528791Z [00:08:11.047]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8529715Z [00:08:11.047]➜    --> crates/nu-cmd-lang/src/core_commands/scope/engine_stats.rs:36:17
2025-08-20T21:59:49.8530382Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8530896Z [00:08:11.047]➜  36 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8531616Z [00:08:11.047]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8532202Z [00:08:11.047]➜     |                 |
2025-08-20T21:59:49.8532778Z [00:08:11.047]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8533300Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8534118Z [00:08:11.047]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8535009Z [00:08:11.047]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8535470Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8535959Z [00:08:11.047]➜  36 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8536596Z [00:08:11.047]➜     |                                      ++++
2025-08-20T21:59:49.8537077Z [00:08:11.047]➜  
2025-08-20T21:59:49.8537678Z [00:08:11.047]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8538794Z [00:08:11.047]➜    --> crates/nu-cmd-lang/src/core_commands/scope/externs.rs:35:17
2025-08-20T21:59:49.8539442Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8539953Z [00:08:11.047]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8540665Z [00:08:11.047]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8541246Z [00:08:11.047]➜     |                 |
2025-08-20T21:59:49.8541825Z [00:08:11.047]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8542369Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8543183Z [00:08:11.047]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8544294Z [00:08:11.047]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8544777Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8545305Z [00:08:11.047]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8545961Z [00:08:11.047]➜     |                                      ++++
2025-08-20T21:59:49.8546466Z [00:08:11.047]➜  
2025-08-20T21:59:49.8547084Z [00:08:11.047]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8571778Z [00:08:11.047]➜    --> crates/nu-cmd-lang/src/core_commands/scope/modules.rs:35:17
2025-08-20T21:59:49.8572556Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8573106Z [00:08:11.047]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8573861Z [00:08:11.047]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8574446Z [00:08:11.047]➜     |                 |
2025-08-20T21:59:49.8575012Z [00:08:11.047]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8575553Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8576339Z [00:08:11.047]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8577189Z [00:08:11.047]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8577669Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8578419Z [00:08:11.047]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8579078Z [00:08:11.047]➜     |                                      ++++
2025-08-20T21:59:49.8579577Z [00:08:11.047]➜  
2025-08-20T21:59:49.8580188Z [00:08:11.047]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8581084Z [00:08:11.047]➜    --> crates/nu-cmd-lang/src/core_commands/scope/variables.rs:35:17
2025-08-20T21:59:49.8582016Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8582550Z [00:08:11.047]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8583260Z [00:08:11.047]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8583868Z [00:08:11.047]➜     |                 |
2025-08-20T21:59:49.8584436Z [00:08:11.047]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8584956Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8585742Z [00:08:11.047]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8586591Z [00:08:11.047]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8587071Z [00:08:11.047]➜     |
2025-08-20T21:59:49.8587600Z [00:08:11.047]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8588449Z [00:08:11.047]➜     |                                      ++++
2025-08-20T21:59:49.8588952Z [00:08:11.047]➜  
2025-08-20T21:59:49.8589587Z [00:08:11.053]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8590436Z [00:08:11.053]➜    --> crates/nu-cmd-lang/src/core_commands/try_.rs:58:17
2025-08-20T21:59:49.8591026Z [00:08:11.053]➜     |
2025-08-20T21:59:49.8591549Z [00:08:11.053]➜  58 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8592260Z [00:08:11.053]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8592846Z [00:08:11.053]➜     |                 |
2025-08-20T21:59:49.8593412Z [00:08:11.053]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8593929Z [00:08:11.053]➜     |
2025-08-20T21:59:49.8594743Z [00:08:11.053]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8595559Z [00:08:11.053]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8596010Z [00:08:11.053]➜     |
2025-08-20T21:59:49.8596471Z [00:08:11.053]➜  58 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8597052Z [00:08:11.053]➜     |                                      ++++
2025-08-20T21:59:49.8597510Z [00:08:11.053]➜  
2025-08-20T21:59:49.8599347Z [00:08:11.053]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8600506Z [00:08:11.053]➜     --> crates/nu-cmd-lang/src/core_commands/use_.rs:169:17
2025-08-20T21:59:49.8601095Z [00:08:11.053]➜      |
2025-08-20T21:59:49.8601622Z [00:08:11.053]➜  169 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8602347Z [00:08:11.053]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8602953Z [00:08:11.053]➜      |                 |
2025-08-20T21:59:49.8603542Z [00:08:11.053]➜      |                 the lifetime is elided here
2025-08-20T21:59:49.8604053Z [00:08:11.053]➜      |
2025-08-20T21:59:49.8604880Z [00:08:11.053]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8605688Z [00:08:11.053]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8606181Z [00:08:11.053]➜      |
2025-08-20T21:59:49.8606669Z [00:08:11.053]➜  169 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8607282Z [00:08:11.053]➜      |                                      ++++
2025-08-20T21:59:49.8607990Z [00:08:11.053]➜  
2025-08-20T21:59:49.8608577Z [00:08:11.053]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8609362Z [00:08:11.053]➜    --> crates/nu-cmd-lang/src/core_commands/version.rs:88:17
2025-08-20T21:59:49.8609910Z [00:08:11.053]➜     |
2025-08-20T21:59:49.8610373Z [00:08:11.053]➜  88 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8611018Z [00:08:11.053]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8611579Z [00:08:11.053]➜     |                 |
2025-08-20T21:59:49.8612123Z [00:08:11.053]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8612616Z [00:08:11.053]➜     |
2025-08-20T21:59:49.8613553Z [00:08:11.053]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8614364Z [00:08:11.053]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8614817Z [00:08:11.053]➜     |
2025-08-20T21:59:49.8615302Z [00:08:11.053]➜  88 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8615885Z [00:08:11.053]➜     |                                      ++++
2025-08-20T21:59:49.8616329Z [00:08:11.053]➜  
2025-08-20T21:59:49.8616876Z [00:08:11.053]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:49.8617641Z [00:08:11.053]➜    --> crates/nu-cmd-lang/src/core_commands/while_.rs:57:17
2025-08-20T21:59:49.8618357Z [00:08:11.053]➜     |
2025-08-20T21:59:49.8618816Z [00:08:11.053]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:49.8619460Z [00:08:11.053]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:49.8620013Z [00:08:11.053]➜     |                 |
2025-08-20T21:59:49.8620599Z [00:08:11.053]➜     |                 the lifetime is elided here
2025-08-20T21:59:49.8621068Z [00:08:11.053]➜     |
2025-08-20T21:59:49.8621782Z [00:08:11.053]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:49.8622569Z [00:08:11.053]➜  help: use `'_` for type paths
2025-08-20T21:59:49.8623001Z [00:08:11.053]➜     |
2025-08-20T21:59:49.8623474Z [00:08:11.053]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:49.8624046Z [00:08:11.053]➜     |                                      ++++
2025-08-20T21:59:49.8624484Z [00:08:11.053]➜  
2025-08-20T21:59:50.4410401Z [00:08:11.681]➜     Compiling eml-parser v0.1.4
2025-08-20T21:59:50.4430875Z [00:08:11.682]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name eml_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/eml-parser-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6f02fc2030d13b6 -C extra-filename=-89f7d0a0510ce87d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta --extern rfc2047_decoder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librfc2047_decoder-53b4307177694c0a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out`
2025-08-20T21:59:50.9491960Z [00:08:12.188]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.94/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=40a3451a94eb8b42 -C extra-filename=-2fd745bff2c6550c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_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-20T21:59:51.3551996Z [00:08:12.595]➜     Compiling uu_touch v0.0.30
2025-08-20T21:59:51.3568115Z [00:08:12.596]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uu_touch --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uu_touch-0.0.30/src/touch.rs --error-format=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=6ebfb4677c9ef8cc -C extra-filename=-e91a4578a4f99fb2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern clap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rmeta --extern filetime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfiletime-2631b54affefe3a0.rmeta --extern parse_datetime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparse_datetime-1e6a9e3d9ae1cc7a.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta --extern uucore=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:52.5069017Z [00:08:13.747]➜     Compiling trash v5.2.1
2025-08-20T21:59:52.5084518Z [00:08:13.747]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name trash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trash-5.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="chrono"' --cfg 'feature="coinit_apartmentthreaded"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "coinit_apartmentthreaded", "coinit_disable_ole1dde", "coinit_multithreaded", "coinit_speed_over_memory", "default"))' -C metadata=b82462f567e38878 -C extra-filename=-04167802cfb69fe7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern once_cell=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta --extern scopeguard=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-ed398d067c364df9.rmeta --extern urlencoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburlencoding-3308d9a5f08cfb5e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:52.9611917Z [00:08:14.200]➜     Compiling devicons v0.6.12
2025-08-20T21:59:52.9620034Z [00:08:14.201]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name devicons --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/devicons-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33c1cf10c382a878 -C extra-filename=-e7803fbe564e1915 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-e4b0219bbbf6cf91.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:52.9679573Z [00:08:14.208]➜  warning: `nu-cmd-lang` (lib) generated 47 warnings
2025-08-20T21:59:52.9682160Z [00:08:14.208]➜     Compiling uu_mktemp v0.0.30
2025-08-20T21:59:52.9704518Z [00:08:14.209]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uu_mktemp --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uu_mktemp-0.0.30/src/mktemp.rs --error-format=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=37258fbf077599e5 -C extra-filename=-cb6d8679911eeb83 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-9dc3818f11f07e16.rmeta --extern tempfile=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-0615a44123b88423.rmeta --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta --extern uucore=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:53.4594307Z [00:08:14.699]➜     Compiling uu_mkdir v0.0.30
2025-08-20T21:59:53.4608559Z [00:08:14.700]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uu_mkdir --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uu_mkdir-0.0.30/src/mkdir.rs --error-format=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=24a44c85bac84f7e -C extra-filename=-8215f9ef6f5bb6d9 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rmeta --extern uucore=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:53.4827379Z [00:08:14.722]➜     Compiling uu_whoami v0.0.30
2025-08-20T21:59:53.4839495Z [00:08:14.723]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uu_whoami --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uu_whoami-0.0.30/src/whoami.rs --error-format=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=10233cd5a38f24cc -C extra-filename=-7d712bac6d903609 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern uucore=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:53.5197514Z [00:08:14.759]➜     Compiling print-positions v0.6.1
2025-08-20T21:59:53.5335762Z [00:08:14.772]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name print_positions --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/print-positions-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1247596cf9b363b -C extra-filename=-7b22970a74f8ac1e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern unicode_segmentation=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:53.6546325Z [00:08:14.894]➜     Compiling lsp-server v0.7.8
2025-08-20T21:59:53.6573306Z [00:08:14.895]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lsp_server --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lsp-server-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 '--warn=clippy::suspicious' '--warn=clippy::style' '--allow=clippy::restriction' '--deny=clippy::perf' '--deny=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wrong_self_convention' '--allow=clippy::useless_asref' --warn=unused_lifetimes --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::todo' '--warn=clippy::str_to_string' '--allow=clippy::single_match' '--allow=clippy::result_unit_err' '--warn=clippy::rc_buffer' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--allow=clippy::new_ret_no_self' '--allow=clippy::len_without_is_empty' --warn=explicit_outlives_requirements '--allow=clippy::enum_variant_names' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f60d34e5c087ea97 -C extra-filename=-1b8340eea542f60d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-bf28dd2448494a8a.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_derive=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_derive-020f5ce6236a7de2.so --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:53.7384152Z [00:08:14.978]➜     Compiling nuon v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon)
2025-08-20T21:59:53.7399339Z [00:08:14.979]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nuon --edition=2024 crates/nuon/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0256500bb619c47 -C extra-filename=-5716eaaf45d7876c --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:53.9822533Z [00:08:15.222]➜     Compiling multipart-rs v0.1.13
2025-08-20T21:59:53.9845986Z [00:08:15.223]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name multipart_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multipart-rs-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4488e4f1f6abd5a1 -C extra-filename=-5e0871eccb3d282b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta --extern futures_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta --extern futures_util=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern mime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime-961a7ea6c9eb0c17.rmeta --extern uuid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
﻿2025-08-20T21:59:54.1953704Z [00:08:15.435]➜     Compiling nu-term-grid v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid)
2025-08-20T21:59:54.1972531Z [00:08:15.436]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_term_grid --edition=2024 crates/nu-term-grid/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=877f0c4247edd6ef -C extra-filename=-c8ffdb05681cb8ad --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:54.6302460Z [00:08:15.870]➜     Compiling titlecase v3.6.0
2025-08-20T21:59:54.6315114Z [00:08:15.870]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name titlecase --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/titlecase-3.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --crate-type rlib --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="perf"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "wasm"))' -C metadata=9ebf1685d44536da -C extra-filename=-f52f63848057842d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:54.7111507Z [00:08:15.951]➜     Compiling chardetng v0.1.17
2025-08-20T21:59:54.7127279Z [00:08:15.951]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name chardetng --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chardetng-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "multithreading", "rayon", "testing-only-no-semver-guarantees-do-not-use"))' -C metadata=af16e8e9ac8905c8 -C extra-filename=-ae2cee0105f1a73a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta --extern encoding_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:55.3908262Z [00:08:16.631]➜     Compiling webpki-roots v1.0.0
2025-08-20T21:59:55.3919158Z [00:08:16.631]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name webpki_roots --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4cd1fc2d9d55cb3 -C extra-filename=-6bed09bf06b11ede --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:55.4851193Z [00:08:16.725]➜     Compiling umask v2.1.0
2025-08-20T21:59:55.4862064Z [00:08:16.725]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name umask --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/umask-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=5cbd40f5aa4d5092 -C extra-filename=-8a8bba2028d1d7a2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:55.5468214Z [00:08:16.787]➜     Compiling ical v0.11.0
2025-08-20T21:59:55.5488656Z [00:08:16.788]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ical --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ical-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="ical"' --cfg 'feature="line"' --cfg 'feature="property"' --cfg 'feature="vcard"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "generator", "ical", "line", "property", "serde", "serde-derive", "vcard"))' -C metadata=3bccd9ca22cccd4f -C extra-filename=-59626f7e3b824db5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern thiserror=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:55.5595197Z [00:08:16.799]➜     Compiling sqlparser v0.53.0
2025-08-20T21:59:55.5609157Z [00:08:16.800]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sqlparser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.53.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("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=a98951ea21463570 -C extra-filename=-532b81b1cc6e6ad7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:55.5979087Z [00:08:16.837]➜     Compiling roxmltree v0.20.0
2025-08-20T21:59:55.5992181Z [00:08:16.838]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name roxmltree --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/roxmltree-0.20.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="positions"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "positions", "std"))' -C metadata=f862b754eca30e34 -C extra-filename=-bc958d464ecc89e1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:55.8013081Z [00:08:17.041]➜     Compiling termcolor v1.4.1
2025-08-20T21:59:55.8103125Z [00:08:17.049]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name termcolor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70a37732958203e7 -C extra-filename=-6d4eb50635b9c3b1 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:56.1462055Z [00:08:17.386]➜     Compiling filesize v0.2.0
2025-08-20T21:59:56.1555123Z [00:08:17.395]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name filesize --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filesize-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=53823354c3d7af87 -C extra-filename=-7d67a268cc0b9134 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:56.2221190Z [00:08:17.462]➜     Compiling data-encoding v2.9.0
2025-08-20T21:59:56.2236209Z [00:08:17.462]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name data_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-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 --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=012555ea149bb64b -C extra-filename=-211769267f57a383 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:56.6516502Z [00:08:17.891]➜     Compiling alphanumeric-sort v1.5.3
2025-08-20T21:59:56.6529170Z [00:08:17.892]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name alphanumeric_sort --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alphanumeric-sort-1.5.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7b3424aaa3fb688f -C extra-filename=-c3ff27e0f0c1d649 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:56.7765201Z [00:08:18.016]➜     Compiling gjson v0.8.1
2025-08-20T21:59:56.7777524Z [00:08:18.017]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name gjson --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gjson-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=459024660fce52ad -C extra-filename=-5c66bac0240344e4 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:57.3744257Z [00:08:18.614]➜     Compiling nu v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO)
2025-08-20T21:59:57.3759075Z [00:08:18.615]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2024 scripts/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="native-tls"' --cfg 'feature="plugin"' --cfg 'feature="rustls-tls"' --cfg 'feature="sqlite"' --cfg 'feature="stable"' --cfg 'feature="static-link-openssl"' --cfg 'feature="system-clipboard"' --cfg 'feature="trash-support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "full", "native-tls", "plugin", "rustls-tls", "sqlite", "stable", "static-link-openssl", "system-clipboard", "trash-support"))' -C metadata=fdbabca65f77ed42 -C extra-filename=-bdfc6256a313986a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-bdfc6256a313986a -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps`
2025-08-20T21:59:57.5154052Z [00:08:18.755]➜     Compiling bracoxide v0.1.6
2025-08-20T21:59:57.5164923Z [00:08:18.756]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bracoxide --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bracoxide-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da5c72f70435268b -C extra-filename=-ae75182377f381b6 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:57.6678502Z [00:08:18.907]➜     Compiling nu-command v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command)
2025-08-20T21:59:57.6906932Z [00:08:18.914]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_command --edition=2024 crates/nu-command/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="js"' --cfg 'feature="multipart-rs"' --cfg 'feature="native-tls"' --cfg 'feature="network"' --cfg 'feature="notify-debouncer-full"' --cfg 'feature="open"' --cfg 'feature="os"' --cfg 'feature="os_pipe"' --cfg 'feature="plugin"' --cfg 'feature="rand"' --cfg 'feature="reedline"' --cfg 'feature="rusqlite"' --cfg 'feature="rustls-tls"' --cfg 'feature="sqlite"' --cfg 'feature="trash"' --cfg 'feature="trash-support"' --cfg 'feature="update-informer"' --cfg 'feature="ureq"' --cfg 'feature="uu_cp"' --cfg 'feature="uu_mkdir"' --cfg 'feature="uu_mktemp"' --cfg 'feature="uu_mv"' --cfg 'feature="uu_touch"' --cfg 'feature="uu_uname"' --cfg 'feature="uu_whoami"' --cfg 'feature="uuid"' --cfg 'feature="which"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossterm", "default", "getrandom", "js", "multipart-rs", "native-tls", "network", "notify-debouncer-full", "open", "os", "os_pipe", "plugin", "rand", "reedline", "rusqlite", "rustls-tls", "sqlite", "trash", "trash-support", "update-informer", "ureq", "uu_cp", "uu_mkdir", "uu_mktemp", "uu_mv", "uu_touch", "uu_uname", "uu_whoami", "uuid", "which"))' -C metadata=f6c43fe4a8c9897b -C extra-filename=-8bda19ea2fa375f8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern alphanumeric_sort=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libalphanumeric_sort-c3ff27e0f0c1d649.rmeta --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta --extern bracoxide=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbracoxide-ae75182377f381b6.rmeta --extern brotli=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli-ccaf963f87dbc7b8.rmeta --extern byteorder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rmeta --extern bytesize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytesize-bef8ab1ab2c47499.rmeta --extern calamine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcalamine-14bd018f768b9b84.rmeta --extern chardetng=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchardetng-ae2cee0105f1a73a.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_humanize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_humanize-e2650901c76c6de7.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern crossterm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rmeta --extern csv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv-63112845ad027ebe.rmeta --extern data_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdata_encoding-211769267f57a383.rmeta --extern devicons=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdevicons-e7803fbe564e1915.rmeta --extern dialoguer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdialoguer-d829bf0685d4c1d7.rmeta --extern digest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdigest-774f7dc4d5dc9ce8.rmeta --extern dtparse=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtparse-11c375aa0b1e486b.rmeta --extern encoding_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rmeta --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta --extern filesize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfilesize-7d67a268cc0b9134.rmeta --extern filetime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfiletime-2631b54affefe3a0.rmeta --extern fuzzy_matcher=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfuzzy_matcher-67b6b854ebdd8028.rmeta --extern getrandom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-113562dca39a5794.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern human_date_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhuman_date_parser-400b0701e382af71.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern indicatif=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-be0da8fca778566f.rmeta --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern lscolors=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblscolors-dd8f9fbfab476ed6.rmeta --extern md5=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmd5-5d79f546fe65219c.rmeta --extern mime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime-961a7ea6c9eb0c17.rmeta --extern mime_guess=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime_guess-8d76cdd76aa82baf.rmeta --extern multipart_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmultipart_rs-5e0871eccb3d282b.rmeta --extern native_tls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnative_tls-fe370e6af450f02c.rmeta --extern nix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rmeta --extern notify_debouncer_full=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify_debouncer_full-b8dcf4a9044e0bbd.rmeta --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta --extern nu_cmd_base=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_base-38f2d7d412ee3cc0.rmeta --extern nu_color_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_color_config-c005101a1fe2b3e9.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_experimental=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_experimental-f784b96a75eb77a1.rmeta --extern nu_glob=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rmeta --extern nu_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_json-2e277dd6984781f0.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_pretty_hex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_pretty_hex-3a94500256f1e78a.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_system=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_system-35496a8031b0670a.rmeta --extern nu_table=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_table-0088595a2ede17d5.rmeta --extern nu_term_grid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_term_grid-c8ffdb05681cb8ad.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern num_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_format-eb371e0e38bb4643.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern nuon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnuon-5716eaaf45d7876c.rmeta --extern oem_cp=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboem_cp-33fcb76f70b81cec.rmeta --extern open=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopen-53d78a52954cfbe3.rmeta --extern os_pipe=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_pipe-18783a1c1f4f2ed8.rmeta --extern pathdiff=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpathdiff-ce6a18a4f100fa5e.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern print_positions=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprint_positions-7b22970a74f8ac1e.rmeta --extern procfs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-e1a5062c9add9b92.rmeta --extern quick_xml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-97c9d03a01c16b3e.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-9dc3818f11f07e16.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern reedline=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreedline-4cd0232e87a0dff8.rmeta --extern rmp=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp-316bd0d323cd9bcb.rmeta --extern roxmltree=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libroxmltree-bc958d464ecc89e1.rmeta --extern rusqlite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librusqlite-e0c37c62d5df9c16.rmeta --extern rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rmeta --extern rustls_native_certs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-46704437ba50518e.rmeta --extern scopeguard=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-ed398d067c364df9.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern serde_urlencoded=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_urlencoded-885a85f20e1eae20.rmeta --extern serde_yaml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_yaml-cda25facc640b2a6.rmeta --extern sha2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha2-fe60a345b99169f2.rmeta --extern sysinfo=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsysinfo-6acb9388e4f1b907.rmeta --extern tabled=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtabled-c1f28060bdc1509d.rmeta --extern titlecase=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtitlecase-f52f63848057842d.rlib --extern toml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml-56d7a949fdddfa20.rmeta --extern trash=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrash-04167802cfb69fe7.rmeta --extern umask=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libumask-8a8bba2028d1d7a2.rmeta --extern unicode_segmentation=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta --extern update_informer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libupdate_informer-9ce5290ded720113.rmeta --extern ureq=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq-e3203c675d8f1316.rmeta --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta --extern uu_cp=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_cp-d74b475504517ad5.rmeta --extern uu_mkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mkdir-8215f9ef6f5bb6d9.rmeta --extern uu_mktemp=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mktemp-cb6d8679911eeb83.rmeta --extern uu_mv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mv-822d7fadab091c90.rmeta --extern uu_touch=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_touch-e91a4578a4f99fb2.rmeta --extern uu_uname=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_uname-1c7c8907bd01dd98.rmeta --extern uu_whoami=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_whoami-7d712bac6d903609.rmeta --extern uucore=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta --extern uuid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rmeta --extern v_htmlescape=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libv_htmlescape-97a98f283e49eac0.rmeta --extern wax=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwax-222a9a48cd888c1c.rmeta --extern web_time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libweb_time-2006421450947d6d.rmeta --extern webpki_roots=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-6bed09bf06b11ede.rmeta --extern which=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwhich-1c7cfe5e3e336e8f.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out`
2025-08-20T21:59:57.9137031Z [00:08:19.153]➜  error[E0428]: the name `impl_tls` is defined multiple times
2025-08-20T21:59:57.9141721Z [00:08:19.154]➜    --> crates/nu-command/src/network/tls/mod.rs:14:1
2025-08-20T21:59:57.9159419Z [00:08:19.154]➜     |
2025-08-20T21:59:57.9160153Z [00:08:19.155]➜  10 | mod impl_tls;
2025-08-20T21:59:57.9162555Z [00:08:19.156]➜     | ------------- previous definition of the module `impl_tls` here
2025-08-20T21:59:57.9163810Z [00:08:19.156]➜  ...
2025-08-20T21:59:57.9167145Z [00:08:19.157]➜  14 | mod impl_tls;
2025-08-20T21:59:57.9171155Z [00:08:19.157]➜     | ^^^^^^^^^^^^^ `impl_tls` redefined here
2025-08-20T21:59:57.9172422Z [00:08:19.157]➜     |
2025-08-20T21:59:57.9177400Z [00:08:19.157]➜     = note: `impl_tls` must be defined only once in the type namespace of this module
2025-08-20T21:59:57.9178329Z [00:08:19.157]➜  
2025-08-20T21:59:57.9342808Z [00:08:19.174]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-bdfc6256a313986a/build-script-build`
2025-08-20T21:59:57.9559447Z [00:08:19.196]➜     Compiling simplelog v0.12.2
2025-08-20T21:59:57.9574012Z [00:08:19.196]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name simplelog --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simplelog-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 --cfg 'feature="default"' --cfg 'feature="local-offset"' --cfg 'feature="termcolor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "default", "local-offset", "paris", "termcolor", "test"))' -C metadata=e8305c48d577eeb0 -C extra-filename=-fabf45cc93e48f12 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern termcolor=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtermcolor-6d4eb50635b9c3b1.rmeta --extern time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime-42feb2eb3bd9d36f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:59:58.0608630Z [00:08:19.300]➜  error: Multiple TLS backends enabled. Please enable only one of `native-tls` or `rustls-tls`, not both.
2025-08-20T21:59:58.0613633Z [00:08:19.301]➜    --> crates/nu-command/src/network/tls/mod.rs:22:1
2025-08-20T21:59:58.0614557Z [00:08:19.301]➜     |
2025-08-20T21:59:58.0639812Z [00:08:19.301]➜  22 | / compile_error!(
2025-08-20T21:59:58.0641774Z [00:08:19.301]➜  23 | |     "Multiple TLS backends enabled. Please enable only one of `native-tls` or `rustls-tls`, not both."
2025-08-20T21:59:58.0643116Z [00:08:19.301]➜  24 | | );
2025-08-20T21:59:58.0643795Z [00:08:19.301]➜     | |_^
2025-08-20T21:59:58.0644233Z [00:08:19.301]➜  
2025-08-20T21:59:58.1416263Z [00:08:19.381]➜  error[E0432]: unresolved import `ureq::TlsConnector`
2025-08-20T21:59:58.1419552Z [00:08:19.382]➜   --> crates/nu-command/src/network/tls/impl_native_tls.rs:2:5
2025-08-20T21:59:58.1422443Z [00:08:19.382]➜    |
2025-08-20T21:59:58.1423710Z [00:08:19.382]➜  2 | use ureq::TlsConnector;
2025-08-20T21:59:58.1425558Z [00:08:19.382]➜    |     ^^^^^^^^^^^^^^^^^^ no `TlsConnector` in the root
2025-08-20T21:59:58.1426067Z [00:08:19.382]➜    |
2025-08-20T21:59:58.1426550Z [00:08:19.382]➜  help: consider importing this struct instead
2025-08-20T21:59:58.1427039Z [00:08:19.382]➜    |
2025-08-20T21:59:58.1427481Z [00:08:19.382]➜  2 - use ureq::TlsConnector;
2025-08-20T21:59:58.1428210Z [00:08:19.382]➜  2 + use native_tls::TlsConnector;
2025-08-20T21:59:58.1428665Z [00:08:19.382]➜    |
2025-08-20T21:59:58.1428987Z [00:08:19.382]➜  
2025-08-20T21:59:58.8419007Z [00:08:20.081]➜     Compiling nu_plugin_formats v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats)
2025-08-20T21:59:58.8454357Z [00:08:20.084]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_formats --edition=2024 crates/nu_plugin_formats/src/lib.rs --error-format=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=d512db33ffb8649e -C extra-filename=-95058712600b489d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern eml_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeml_parser-89f7d0a0510ce87d.rmeta --extern ical=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libical-59626f7e3b824db5.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern plist=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplist-8d0e9d1ffb9e6b6a.rmeta --extern ini=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libini-ca4c10a7fd457d70.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out`
2025-08-20T21:59:58.8888468Z [00:08:20.128]➜  Some errors have detailed explanations: E0428, E0432.
2025-08-20T21:59:58.8892437Z [00:08:20.129]➜  For more information about an error, try `rustc --explain E0428`.
2025-08-20T21:59:58.8999958Z [00:08:20.140]➜  error: could not compile `nu-command` (lib) due to 3 previous errors
2025-08-20T21:59:58.9000651Z [00:08:20.140]➜  
2025-08-20T21:59:58.9002230Z [00:08:20.140]➜  Caused by:
2025-08-20T21:59:58.9181391Z [00:08:20.141]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_command --edition=2024 crates/nu-command/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="js"' --cfg 'feature="multipart-rs"' --cfg 'feature="native-tls"' --cfg 'feature="network"' --cfg 'feature="notify-debouncer-full"' --cfg 'feature="open"' --cfg 'feature="os"' --cfg 'feature="os_pipe"' --cfg 'feature="plugin"' --cfg 'feature="rand"' --cfg 'feature="reedline"' --cfg 'feature="rusqlite"' --cfg 'feature="rustls-tls"' --cfg 'feature="sqlite"' --cfg 'feature="trash"' --cfg 'feature="trash-support"' --cfg 'feature="update-informer"' --cfg 'feature="ureq"' --cfg 'feature="uu_cp"' --cfg 'feature="uu_mkdir"' --cfg 'feature="uu_mktemp"' --cfg 'feature="uu_mv"' --cfg 'feature="uu_touch"' --cfg 'feature="uu_uname"' --cfg 'feature="uu_whoami"' --cfg 'feature="uuid"' --cfg 'feature="which"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossterm", "default", "getrandom", "js", "multipart-rs", "native-tls", "network", "notify-debouncer-full", "open", "os", "os_pipe", "plugin", "rand", "reedline", "rusqlite", "rustls-tls", "sqlite", "trash", "trash-support", "update-informer", "ureq", "uu_cp", "uu_mkdir", "uu_mktemp", "uu_mv", "uu_touch", "uu_uname", "uu_whoami", "uuid", "which"))' -C metadata=f6c43fe4a8c9897b -C extra-filename=-8bda19ea2fa375f8 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern alphanumeric_sort=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libalphanumeric_sort-c3ff27e0f0c1d649.rmeta --extern base64=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta --extern bracoxide=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbracoxide-ae75182377f381b6.rmeta --extern brotli=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli-ccaf963f87dbc7b8.rmeta --extern byteorder=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rmeta --extern bytesize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytesize-bef8ab1ab2c47499.rmeta --extern calamine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcalamine-14bd018f768b9b84.rmeta --extern chardetng=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchardetng-ae2cee0105f1a73a.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_humanize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_humanize-e2650901c76c6de7.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern crossterm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rmeta --extern csv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv-63112845ad027ebe.rmeta --extern data_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdata_encoding-211769267f57a383.rmeta --extern devicons=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdevicons-e7803fbe564e1915.rmeta --extern dialoguer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdialoguer-d829bf0685d4c1d7.rmeta --extern digest=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdigest-774f7dc4d5dc9ce8.rmeta --extern dtparse=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtparse-11c375aa0b1e486b.rmeta --extern encoding_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rmeta --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta --extern filesize=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfilesize-7d67a268cc0b9134.rmeta --extern filetime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfiletime-2631b54affefe3a0.rmeta --extern fuzzy_matcher=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfuzzy_matcher-67b6b854ebdd8028.rmeta --extern getrandom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-113562dca39a5794.rmeta --extern http=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta --extern human_date_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhuman_date_parser-400b0701e382af71.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern indicatif=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-be0da8fca778566f.rmeta --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern lscolors=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblscolors-dd8f9fbfab476ed6.rmeta --extern md5=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmd5-5d79f546fe65219c.rmeta --extern mime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime-961a7ea6c9eb0c17.rmeta --extern mime_guess=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime_guess-8d76cdd76aa82baf.rmeta --extern multipart_rs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmultipart_rs-5e0871eccb3d282b.rmeta --extern native_tls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnative_tls-fe370e6af450f02c.rmeta --extern nix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rmeta --extern notify_debouncer_full=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify_debouncer_full-b8dcf4a9044e0bbd.rmeta --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta --extern nu_cmd_base=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_base-38f2d7d412ee3cc0.rmeta --extern nu_color_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_color_config-c005101a1fe2b3e9.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_experimental=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_experimental-f784b96a75eb77a1.rmeta --extern nu_glob=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rmeta --extern nu_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_json-2e277dd6984781f0.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_pretty_hex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_pretty_hex-3a94500256f1e78a.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_system=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_system-35496a8031b0670a.rmeta --extern nu_table=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_table-0088595a2ede17d5.rmeta --extern nu_term_grid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_term_grid-c8ffdb05681cb8ad.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern num_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_format-eb371e0e38bb4643.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern nuon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnuon-5716eaaf45d7876c.rmeta --extern oem_cp=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboem_cp-33fcb76f70b81cec.rmeta --extern open=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopen-53d78a52954cfbe3.rmeta --extern os_pipe=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_pipe-18783a1c1f4f2ed8.rmeta --extern pathdiff=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpathdiff-ce6a18a4f100fa5e.rmeta --extern percent_encoding=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta --extern print_positions=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprint_positions-7b22970a74f8ac1e.rmeta --extern procfs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-e1a5062c9add9b92.rmeta --extern quick_xml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-97c9d03a01c16b3e.rmeta --extern rand=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-9dc3818f11f07e16.rmeta --extern rayon=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta --extern reedline=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreedline-4cd0232e87a0dff8.rmeta --extern rmp=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp-316bd0d323cd9bcb.rmeta --extern roxmltree=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libroxmltree-bc958d464ecc89e1.rmeta --extern rusqlite=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librusqlite-e0c37c62d5df9c16.rmeta --extern rustls=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rmeta --extern rustls_native_certs=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-46704437ba50518e.rmeta --extern scopeguard=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-ed398d067c364df9.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern serde_urlencoded=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_urlencoded-885a85f20e1eae20.rmeta --extern serde_yaml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_yaml-cda25facc640b2a6.rmeta --extern sha2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha2-fe60a345b99169f2.rmeta --extern sysinfo=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsysinfo-6acb9388e4f1b907.rmeta --extern tabled=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtabled-c1f28060bdc1509d.rmeta --extern titlecase=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtitlecase-f52f63848057842d.rlib --extern toml=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml-56d7a949fdddfa20.rmeta --extern trash=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrash-04167802cfb69fe7.rmeta --extern umask=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libumask-8a8bba2028d1d7a2.rmeta --extern unicode_segmentation=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta --extern update_informer=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libupdate_informer-9ce5290ded720113.rmeta --extern ureq=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq-e3203c675d8f1316.rmeta --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta --extern uu_cp=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_cp-d74b475504517ad5.rmeta --extern uu_mkdir=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mkdir-8215f9ef6f5bb6d9.rmeta --extern uu_mktemp=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mktemp-cb6d8679911eeb83.rmeta --extern uu_mv=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mv-822d7fadab091c90.rmeta --extern uu_touch=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_touch-e91a4578a4f99fb2.rmeta --extern uu_uname=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_uname-1c7c8907bd01dd98.rmeta --extern uu_whoami=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_whoami-7d712bac6d903609.rmeta --extern uucore=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta --extern uuid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rmeta --extern v_htmlescape=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libv_htmlescape-97a98f283e49eac0.rmeta --extern wax=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwax-222a9a48cd888c1c.rmeta --extern web_time=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libweb_time-2006421450947d6d.rmeta --extern webpki_roots=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-6bed09bf06b11ede.rmeta --extern which=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwhich-1c7cfe5e3e336e8f.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out` (exit status: 1)
2025-08-20T21:59:58.9283547Z [00:08:20.146]➜  warning: build failed, waiting for other jobs to finish...
2025-08-20T21:59:58.9284542Z [00:08:20.146]➜     Compiling nu-lsp v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp)
2025-08-20T21:59:58.9309002Z [00:08:20.146]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_lsp --edition=2024 crates/nu-lsp/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3ff28f19dfbebbe -C extra-filename=-7ebcab1d5c1f6762 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-bf28dd2448494a8a.rmeta --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta --extern lsp_server=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_server-1b8340eea542f60d.rmeta --extern lsp_textdocument=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_textdocument-978bd6cf4a1417f4.rmeta --extern lsp_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_types-6da021def994144d.rmeta --extern memchr=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta --extern miette=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmiette-df4921012340ce3f.rmeta --extern nu_cli=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cli-2f7dd0be37d271a8.rmeta --extern nu_glob=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern nucleo_matcher=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnucleo_matcher-b241afad9d4ff121.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out`
2025-08-20T21:59:59.0546233Z [00:08:20.294]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:59.0558193Z [00:08:20.296]➜    --> crates/nu_plugin_formats/src/from/eml.rs:37:17
2025-08-20T21:59:59.0562224Z [00:08:20.296]➜     |
2025-08-20T21:59:59.0567596Z [00:08:20.297]➜  37 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:59.0574132Z [00:08:20.297]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:59.0576973Z [00:08:20.297]➜     |                 |
2025-08-20T21:59:59.0583282Z [00:08:20.298]➜     |                 the lifetime is elided here
2025-08-20T21:59:59.0585973Z [00:08:20.298]➜     |
2025-08-20T21:59:59.0590395Z [00:08:20.299]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:59.0596466Z [00:08:20.299]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:59:59.0599269Z [00:08:20.300]➜  help: use `'_` for type paths
2025-08-20T21:59:59.0604075Z [00:08:20.300]➜     |
2025-08-20T21:59:59.0608505Z [00:08:20.301]➜  37 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:59.0641610Z [00:08:20.304]➜     |                                      ++++
2025-08-20T21:59:59.0642143Z [00:08:20.304]➜  
2025-08-20T21:59:59.0646862Z [00:08:20.305]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:59.0651940Z [00:08:20.305]➜    --> crates/nu_plugin_formats/src/from/ics.rs:30:17
2025-08-20T21:59:59.0655494Z [00:08:20.305]➜     |
2025-08-20T21:59:59.0661672Z [00:08:20.306]➜  30 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:59.0668440Z [00:08:20.307]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:59.0674582Z [00:08:20.307]➜     |                 |
2025-08-20T21:59:59.0676260Z [00:08:20.308]➜     |                 the lifetime is elided here
2025-08-20T21:59:59.0679221Z [00:08:20.308]➜     |
2025-08-20T21:59:59.0686231Z [00:08:20.308]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:59.0688994Z [00:08:20.309]➜  help: use `'_` for type paths
2025-08-20T21:59:59.0693884Z [00:08:20.309]➜     |
2025-08-20T21:59:59.0722110Z [00:08:20.312]➜  30 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:59.0724088Z [00:08:20.312]➜     |                                      ++++
2025-08-20T21:59:59.0726915Z [00:08:20.312]➜  
2025-08-20T21:59:59.0727591Z [00:08:20.312]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:59.0728659Z [00:08:20.312]➜    --> crates/nu_plugin_formats/src/from/ini.rs:27:17
2025-08-20T21:59:59.0729428Z [00:08:20.312]➜     |
2025-08-20T21:59:59.0730001Z [00:08:20.312]➜  27 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:59.0730742Z [00:08:20.312]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:59.0731380Z [00:08:20.312]➜     |                 |
2025-08-20T21:59:59.0731983Z [00:08:20.312]➜     |                 the lifetime is elided here
2025-08-20T21:59:59.0732537Z [00:08:20.312]➜     |
2025-08-20T21:59:59.0733384Z [00:08:20.312]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:59.0734274Z [00:08:20.312]➜  help: use `'_` for type paths
2025-08-20T21:59:59.0734786Z [00:08:20.312]➜     |
2025-08-20T21:59:59.0735317Z [00:08:20.312]➜  27 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:59.0735972Z [00:08:20.312]➜     |                                      ++++
2025-08-20T21:59:59.0736488Z [00:08:20.312]➜  
2025-08-20T21:59:59.0769195Z [00:08:20.314]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:59.0770733Z [00:08:20.315]➜    --> crates/nu_plugin_formats/src/from/plist.rs:25:17
2025-08-20T21:59:59.0771649Z [00:08:20.315]➜     |
2025-08-20T21:59:59.0772491Z [00:08:20.315]➜  25 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:59.0773262Z [00:08:20.315]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:59.0773869Z [00:08:20.315]➜     |                 |
2025-08-20T21:59:59.0774465Z [00:08:20.315]➜     |                 the lifetime is elided here
2025-08-20T21:59:59.0774998Z [00:08:20.315]➜     |
2025-08-20T21:59:59.0775817Z [00:08:20.315]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:59.0776689Z [00:08:20.315]➜  help: use `'_` for type paths
2025-08-20T21:59:59.0777209Z [00:08:20.315]➜     |
2025-08-20T21:59:59.0777969Z [00:08:20.315]➜  25 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:59.0778694Z [00:08:20.315]➜     |                                      ++++
2025-08-20T21:59:59.0779232Z [00:08:20.315]➜  
2025-08-20T21:59:59.0779863Z [00:08:20.315]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:59.0780711Z [00:08:20.315]➜    --> crates/nu_plugin_formats/src/from/vcf.rs:29:17
2025-08-20T21:59:59.0781312Z [00:08:20.315]➜     |
2025-08-20T21:59:59.0781842Z [00:08:20.315]➜  29 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:59.0782612Z [00:08:20.315]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:59.0783273Z [00:08:20.315]➜     |                 |
2025-08-20T21:59:59.0783968Z [00:08:20.315]➜     |                 the lifetime is elided here
2025-08-20T21:59:59.0784539Z [00:08:20.315]➜     |
2025-08-20T21:59:59.0785602Z [00:08:20.315]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:59.0786717Z [00:08:20.315]➜  help: use `'_` for type paths
2025-08-20T21:59:59.0787275Z [00:08:20.315]➜     |
2025-08-20T21:59:59.0788033Z [00:08:20.315]➜  29 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:59.0788746Z [00:08:20.315]➜     |                                      ++++
2025-08-20T21:59:59.0789274Z [00:08:20.315]➜  
2025-08-20T21:59:59.0789931Z [00:08:20.315]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:59.0790810Z [00:08:20.315]➜    --> crates/nu_plugin_formats/src/to/plist.rs:20:17
2025-08-20T21:59:59.0791421Z [00:08:20.315]➜     |
2025-08-20T21:59:59.0791955Z [00:08:20.315]➜  20 |     fn examples(&self) -> Vec<Example> {
2025-08-20T21:59:59.0792688Z [00:08:20.315]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T21:59:59.0793314Z [00:08:20.315]➜     |                 |
2025-08-20T21:59:59.0793927Z [00:08:20.315]➜     |                 the lifetime is elided here
2025-08-20T21:59:59.0794488Z [00:08:20.315]➜     |
2025-08-20T21:59:59.0795503Z [00:08:20.315]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:59.0796469Z [00:08:20.315]➜  help: use `'_` for type paths
2025-08-20T21:59:59.0796978Z [00:08:20.315]➜     |
2025-08-20T21:59:59.0797529Z [00:08:20.315]➜  20 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T21:59:59.0798577Z [00:08:20.315]➜     |                                      ++++
2025-08-20T21:59:59.0799069Z [00:08:20.315]➜  
2025-08-20T21:59:59.4322898Z [00:08:20.672]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T21:59:59.4323741Z [00:08:20.672]➜     --> crates/nu-lsp/src/hover.rs:192:56
2025-08-20T21:59:59.4324258Z [00:08:20.672]➜      |
2025-08-20T21:59:59.4328287Z [00:08:20.673]➜  192 |                 fn fix_manpage_ascii_shenanigans(text: &str) -> Cow<str> {
2025-08-20T21:59:59.4329419Z [00:08:20.673]➜      |                                                        ^^^^     -------- the same lifetime is hidden here
2025-08-20T21:59:59.4331465Z [00:08:20.673]➜      |                                                        |
2025-08-20T21:59:59.4333644Z [00:08:20.673]➜      |                                                        the lifetime is elided here
2025-08-20T21:59:59.4335453Z [00:08:20.673]➜      |
2025-08-20T21:59:59.4337518Z [00:08:20.673]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T21:59:59.4339995Z [00:08:20.673]➜      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T21:59:59.4341958Z [00:08:20.673]➜  help: use `'_` for type paths
2025-08-20T21:59:59.4358498Z [00:08:20.675]➜      |
2025-08-20T21:59:59.4360454Z [00:08:20.675]➜  192 |                 fn fix_manpage_ascii_shenanigans(text: &str) -> Cow<'_, str> {
2025-08-20T21:59:59.4362575Z [00:08:20.675]➜      |                                                                     +++
2025-08-20T21:59:59.4364072Z [00:08:20.675]➜  
2025-08-20T22:00:01.7805903Z [00:08:23.020]➜  warning: `nu_plugin_formats` (lib) generated 6 warnings
2025-08-20T22:00:01.7812542Z [00:08:23.021]➜     Compiling nu-explore v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore)
2025-08-20T22:00:01.7870382Z [00:08:23.022]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_explore --edition=2024 crates/nu-explore/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff77c5c795e75639 -C extra-filename=-8b61f0e5559a2ae7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern ansi_str=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansi_str-8f1cdc543a6aa459.rmeta --extern anyhow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-2fd745bff2c6550c.rmeta --extern crossterm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern lscolors=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblscolors-dd8f9fbfab476ed6.rmeta --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta --extern nu_color_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_color_config-c005101a1fe2b3e9.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_json-2e277dd6984781f0.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_pretty_hex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_pretty_hex-3a94500256f1e78a.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_table=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_table-0088595a2ede17d5.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern ratatui=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libratatui-be515f7a61d83ef7.rmeta --extern strip_ansi_escapes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrip_ansi_escapes-1c736223ada06573.rmeta --extern unicode_width=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:02.4090979Z [00:08:23.649]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:02.4095776Z [00:08:23.649]➜     --> crates/nu-explore/src/explore.rs:113:17
2025-08-20T22:00:02.4099200Z [00:08:23.650]➜      |
2025-08-20T22:00:02.4106996Z [00:08:23.651]➜  113 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:02.4117484Z [00:08:23.652]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:02.4120726Z [00:08:23.652]➜      |                 |
2025-08-20T22:00:02.4124600Z [00:08:23.652]➜      |                 the lifetime is elided here
2025-08-20T22:00:02.4125162Z [00:08:23.652]➜      |
2025-08-20T22:00:02.4125956Z [00:08:23.652]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:02.4128322Z [00:08:23.652]➜      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:00:02.4130112Z [00:08:23.652]➜  help: use `'_` for type paths
2025-08-20T22:00:02.4130758Z [00:08:23.652]➜      |
2025-08-20T22:00:02.4131417Z [00:08:23.652]➜  113 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:02.4132424Z [00:08:23.652]➜      |                                      ++++
2025-08-20T22:00:02.4133043Z [00:08:23.652]➜  
2025-08-20T22:00:05.0565232Z [00:08:26.296]➜  warning: `nu-explore` (lib) generated 1 warning
2025-08-20T22:00:05.0567639Z [00:08:26.296]➜     Compiling nu_plugin_polars v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars)
2025-08-20T22:00:05.0709112Z [00:08:26.305]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_polars --edition=2024 crates/nu_plugin_polars/src/lib.rs --error-format=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=d0ed59f5d49da88f -C extra-filename=-a178b50405395559 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_config-91f1a01a194abf83.rmeta --extern aws_credential_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rmeta --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta --extern env_logger=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_logger-64a6bd686bd00d63.rmeta --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern num=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum-d1dc8ede7cb43b4e.rmeta --extern object_store=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject_store-b6453585943ba029.rmeta --extern polars=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars-22424982a07ad673.rmeta --extern polars_arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta --extern polars_io=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rmeta --extern polars_ops=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rmeta --extern polars_plan=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_plan-9affbd028ae8f7aa.rmeta --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern sqlparser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsqlparser-532b81b1cc6e6ad7.rmeta --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta --extern typetag=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypetag-00437eceaa3f1103.rmeta --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta --extern uuid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out`
2025-08-20T22:00:05.2920318Z [00:08:26.532]➜  warning: `nu-lsp` (lib) generated 1 warning
2025-08-20T22:00:05.2921165Z [00:08:26.532]➜     Compiling nu-cmd-extra v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra)
2025-08-20T22:00:05.2988862Z [00:08:26.536]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_cmd_extra --edition=2024 crates/nu-cmd-extra/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=507bbcbfa29bd78d -C extra-filename=-8b85ba61e3f5b147 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta --extern heck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libheck-39daa5364b1ef8a0.rmeta --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta --extern mime=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime-961a7ea6c9eb0c17.rmeta --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta --extern nu_cmd_base=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_base-38f2d7d412ee3cc0.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_json-2e277dd6984781f0.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_pretty_hex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_pretty_hex-3a94500256f1e78a.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern num_traits=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta --extern rust_embed=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_embed-c96d4e425b957897.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_urlencoded=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_urlencoded-885a85f20e1eae20.rmeta --extern v_htmlescape=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libv_htmlescape-97a98f283e49eac0.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:05.8923446Z [00:08:27.132]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.8932929Z [00:08:27.133]➜    --> crates/nu-cmd-extra/src/extra/bits/and.rs:86:17
2025-08-20T22:00:05.8940318Z [00:08:27.134]➜     |
2025-08-20T22:00:05.8944239Z [00:08:27.134]➜  86 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.8952985Z [00:08:27.135]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.8958917Z [00:08:27.136]➜     |                 |
2025-08-20T22:00:05.8965048Z [00:08:27.136]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.8970195Z [00:08:27.137]➜     |
2025-08-20T22:00:05.8975415Z [00:08:27.137]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.8979677Z [00:08:27.138]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:00:05.8986497Z [00:08:27.139]➜  help: use `'_` for type paths
2025-08-20T22:00:05.8987315Z [00:08:27.139]➜     |
2025-08-20T22:00:05.8998509Z [00:08:27.139]➜  86 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.8999359Z [00:08:27.139]➜     |                                      ++++
2025-08-20T22:00:05.9000006Z [00:08:27.139]➜  
2025-08-20T22:00:05.9002958Z [00:08:27.139]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9003961Z [00:08:27.139]➜    --> crates/nu-cmd-extra/src/extra/bits/not.rs:88:17
2025-08-20T22:00:05.9006090Z [00:08:27.139]➜     |
2025-08-20T22:00:05.9006602Z [00:08:27.139]➜  88 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9007332Z [00:08:27.139]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9008112Z [00:08:27.139]➜     |                 |
2025-08-20T22:00:05.9016679Z [00:08:27.139]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9017922Z [00:08:27.139]➜     |
2025-08-20T22:00:05.9018986Z [00:08:27.141]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9020055Z [00:08:27.141]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9020573Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9021135Z [00:08:27.141]➜  88 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9021790Z [00:08:27.141]➜     |                                      ++++
2025-08-20T22:00:05.9022282Z [00:08:27.141]➜  
2025-08-20T22:00:05.9022913Z [00:08:27.141]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9023732Z [00:08:27.141]➜    --> crates/nu-cmd-extra/src/extra/bits/or.rs:87:17
2025-08-20T22:00:05.9024292Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9024805Z [00:08:27.141]➜  87 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9025518Z [00:08:27.141]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9026111Z [00:08:27.141]➜     |                 |
2025-08-20T22:00:05.9026838Z [00:08:27.141]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9027509Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9028603Z [00:08:27.141]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9029819Z [00:08:27.141]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9030464Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9031152Z [00:08:27.141]➜  87 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9032082Z [00:08:27.141]➜     |                                      ++++
2025-08-20T22:00:05.9032757Z [00:08:27.141]➜  
2025-08-20T22:00:05.9033644Z [00:08:27.141]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9035666Z [00:08:27.141]➜    --> crates/nu-cmd-extra/src/extra/bits/rotate_left.rs:91:17
2025-08-20T22:00:05.9036571Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9037258Z [00:08:27.141]➜  91 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9038434Z [00:08:27.141]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9040184Z [00:08:27.141]➜     |                 |
2025-08-20T22:00:05.9041070Z [00:08:27.141]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9041597Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9042362Z [00:08:27.141]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9043174Z [00:08:27.141]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9043643Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9044143Z [00:08:27.141]➜  91 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9044760Z [00:08:27.141]➜     |                                      ++++
2025-08-20T22:00:05.9045232Z [00:08:27.141]➜  
2025-08-20T22:00:05.9045824Z [00:08:27.141]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9046670Z [00:08:27.141]➜    --> crates/nu-cmd-extra/src/extra/bits/rotate_right.rs:91:17
2025-08-20T22:00:05.9047266Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9052604Z [00:08:27.141]➜  91 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9054894Z [00:08:27.141]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9055607Z [00:08:27.141]➜     |                 |
2025-08-20T22:00:05.9056124Z [00:08:27.141]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9056598Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9057328Z [00:08:27.141]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9058383Z [00:08:27.141]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9058844Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9059327Z [00:08:27.141]➜  91 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9059922Z [00:08:27.141]➜     |                                      ++++
2025-08-20T22:00:05.9060368Z [00:08:27.141]➜  
2025-08-20T22:00:05.9060975Z [00:08:27.141]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9080736Z [00:08:27.141]➜    --> crates/nu-cmd-extra/src/extra/bits/shift_left.rs:96:17
2025-08-20T22:00:05.9081971Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9082834Z [00:08:27.141]➜  96 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9083751Z [00:08:27.141]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9084651Z [00:08:27.141]➜     |                 |
2025-08-20T22:00:05.9085374Z [00:08:27.141]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9086179Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9087266Z [00:08:27.141]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9100141Z [00:08:27.141]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9100664Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9101223Z [00:08:27.141]➜  96 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9106903Z [00:08:27.141]➜     |                                      ++++
2025-08-20T22:00:05.9107505Z [00:08:27.141]➜  
2025-08-20T22:00:05.9108286Z [00:08:27.141]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9109135Z [00:08:27.141]➜    --> crates/nu-cmd-extra/src/extra/bits/shift_right.rs:93:17
2025-08-20T22:00:05.9111230Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9111717Z [00:08:27.141]➜  93 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9112393Z [00:08:27.141]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9112945Z [00:08:27.141]➜     |                 |
2025-08-20T22:00:05.9113482Z [00:08:27.141]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9114200Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9120178Z [00:08:27.141]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9121077Z [00:08:27.141]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9121585Z [00:08:27.141]➜     |
2025-08-20T22:00:05.9122133Z [00:08:27.141]➜  93 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9122932Z [00:08:27.141]➜     |                                      ++++
2025-08-20T22:00:05.9123467Z [00:08:27.141]➜  
2025-08-20T22:00:05.9130026Z [00:08:27.142]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9131088Z [00:08:27.142]➜    --> crates/nu-cmd-extra/src/extra/bits/xor.rs:87:17
2025-08-20T22:00:05.9132027Z [00:08:27.145]➜     |
2025-08-20T22:00:05.9132664Z [00:08:27.145]➜  87 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9133394Z [00:08:27.145]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9133951Z [00:08:27.145]➜     |                 |
2025-08-20T22:00:05.9134551Z [00:08:27.145]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9136100Z [00:08:27.145]➜     |
2025-08-20T22:00:05.9137403Z [00:08:27.145]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9138523Z [00:08:27.145]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9143089Z [00:08:27.145]➜     |
2025-08-20T22:00:05.9143754Z [00:08:27.145]➜  87 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9144423Z [00:08:27.145]➜     |                                      ++++
2025-08-20T22:00:05.9144925Z [00:08:27.145]➜  
2025-08-20T22:00:05.9157028Z [00:08:27.145]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9159917Z [00:08:27.145]➜    --> crates/nu-cmd-extra/src/extra/filters/each_while.rs:34:17
2025-08-20T22:00:05.9160566Z [00:08:27.145]➜     |
2025-08-20T22:00:05.9166103Z [00:08:27.145]➜  34 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9166857Z [00:08:27.145]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9167461Z [00:08:27.145]➜     |                 |
2025-08-20T22:00:05.9168178Z [00:08:27.145]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9168663Z [00:08:27.145]➜     |
2025-08-20T22:00:05.9169362Z [00:08:27.145]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9170124Z [00:08:27.145]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9170556Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9171021Z [00:08:27.146]➜  34 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9171587Z [00:08:27.146]➜     |                                      ++++
2025-08-20T22:00:05.9172026Z [00:08:27.146]➜  
2025-08-20T22:00:05.9172582Z [00:08:27.146]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9173407Z [00:08:27.146]➜    --> crates/nu-cmd-extra/src/extra/filters/roll/roll_down.rs:28:17
2025-08-20T22:00:05.9174000Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9174621Z [00:08:27.146]➜  28 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9175292Z [00:08:27.146]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9175947Z [00:08:27.146]➜     |                 |
2025-08-20T22:00:05.9176476Z [00:08:27.146]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9176950Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9177675Z [00:08:27.146]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9178618Z [00:08:27.146]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9179065Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9179546Z [00:08:27.146]➜  28 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9180121Z [00:08:27.146]➜     |                                      ++++
2025-08-20T22:00:05.9180571Z [00:08:27.146]➜  
2025-08-20T22:00:05.9181127Z [00:08:27.146]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9181957Z [00:08:27.146]➜    --> crates/nu-cmd-extra/src/extra/filters/roll/roll_left.rs:40:17
2025-08-20T22:00:05.9182555Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9183139Z [00:08:27.146]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9183820Z [00:08:27.146]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9184364Z [00:08:27.146]➜     |                 |
2025-08-20T22:00:05.9184882Z [00:08:27.146]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9185354Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9186051Z [00:08:27.146]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9186817Z [00:08:27.146]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9187260Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9187728Z [00:08:27.146]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9211752Z [00:08:27.146]➜     |                                      ++++
2025-08-20T22:00:05.9212250Z [00:08:27.146]➜  
2025-08-20T22:00:05.9212825Z [00:08:27.146]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9213731Z [00:08:27.146]➜    --> crates/nu-cmd-extra/src/extra/filters/roll/roll_right.rs:40:17
2025-08-20T22:00:05.9214493Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9214970Z [00:08:27.146]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9215653Z [00:08:27.146]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9216204Z [00:08:27.146]➜     |                 |
2025-08-20T22:00:05.9216717Z [00:08:27.146]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9217193Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9218088Z [00:08:27.146]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9218888Z [00:08:27.146]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9219334Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9219820Z [00:08:27.146]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9220397Z [00:08:27.146]➜     |                                      ++++
2025-08-20T22:00:05.9220851Z [00:08:27.146]➜  
2025-08-20T22:00:05.9221418Z [00:08:27.146]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9222229Z [00:08:27.146]➜    --> crates/nu-cmd-extra/src/extra/filters/roll/roll_up.rs:28:17
2025-08-20T22:00:05.9222798Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9223247Z [00:08:27.146]➜  28 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9223892Z [00:08:27.146]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9224438Z [00:08:27.146]➜     |                 |
2025-08-20T22:00:05.9224958Z [00:08:27.146]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9225427Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9226272Z [00:08:27.146]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9227056Z [00:08:27.146]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9227619Z [00:08:27.146]➜     |
2025-08-20T22:00:05.9228276Z [00:08:27.146]➜  28 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9228867Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9229311Z [00:08:27.147]➜  
2025-08-20T22:00:05.9229854Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9230605Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/filters/rotate.rs:33:17
2025-08-20T22:00:05.9231149Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9231595Z [00:08:27.147]➜  33 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9232249Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9232766Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9233260Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9233731Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9234547Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9235382Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9235817Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9236274Z [00:08:27.147]➜  33 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9236855Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9237299Z [00:08:27.147]➜  
2025-08-20T22:00:05.9238003Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9238781Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/filters/update_cells.rs:37:17
2025-08-20T22:00:05.9239348Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9239788Z [00:08:27.147]➜  37 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9240436Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9240969Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9241502Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9242087Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9242789Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9243536Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9243969Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9244438Z [00:08:27.147]➜  37 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9245006Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9245441Z [00:08:27.147]➜  
2025-08-20T22:00:05.9245988Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9246745Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/formats/from/url.rs:32:17
2025-08-20T22:00:05.9247313Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9247975Z [00:08:27.147]➜  32 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9248650Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9249199Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9249718Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9250189Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9250920Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9251767Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9252266Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9252778Z [00:08:27.147]➜  32 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9253378Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9253806Z [00:08:27.147]➜  
2025-08-20T22:00:05.9254456Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9255241Z [00:08:27.147]➜     --> crates/nu-cmd-extra/src/extra/formats/to/html.rs:116:17
2025-08-20T22:00:05.9255925Z [00:08:27.147]➜      |
2025-08-20T22:00:05.9256447Z [00:08:27.147]➜  116 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9257116Z [00:08:27.147]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9257680Z [00:08:27.147]➜      |                 |
2025-08-20T22:00:05.9258450Z [00:08:27.147]➜      |                 the lifetime is elided here
2025-08-20T22:00:05.9258940Z [00:08:27.147]➜      |
2025-08-20T22:00:05.9259691Z [00:08:27.147]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9260531Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9261020Z [00:08:27.147]➜      |
2025-08-20T22:00:05.9261562Z [00:08:27.147]➜  116 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9262225Z [00:08:27.147]➜      |                                      ++++
2025-08-20T22:00:05.9262737Z [00:08:27.147]➜  
2025-08-20T22:00:05.9263501Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9264380Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/math/cos.rs:51:17
2025-08-20T22:00:05.9264928Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9265436Z [00:08:27.147]➜  51 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9266155Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9266770Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9267372Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9298266Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9299152Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9300065Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9300589Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9301142Z [00:08:27.147]➜  51 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9301844Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9302534Z [00:08:27.147]➜  
2025-08-20T22:00:05.9303149Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9303972Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/math/cosh.rs:47:17
2025-08-20T22:00:05.9304556Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9305063Z [00:08:27.147]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9305769Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9306357Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9306927Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9307441Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9308461Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9309338Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9309855Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9310406Z [00:08:27.147]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9311076Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9311573Z [00:08:27.147]➜  
2025-08-20T22:00:05.9312195Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9312991Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/math/sin.rs:51:17
2025-08-20T22:00:05.9313546Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9314011Z [00:08:27.147]➜  51 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9314677Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9315237Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9315969Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9316610Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9317421Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9318492Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9318982Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9319505Z [00:08:27.147]➜  51 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9320180Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9320690Z [00:08:27.147]➜  
2025-08-20T22:00:05.9321316Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9322154Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/math/sinh.rs:47:17
2025-08-20T22:00:05.9322733Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9323240Z [00:08:27.147]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9323982Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9324618Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9325362Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9325951Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9326758Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9327636Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9328360Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9328909Z [00:08:27.147]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9329576Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9330078Z [00:08:27.147]➜  
2025-08-20T22:00:05.9330700Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9331548Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/math/tan.rs:51:17
2025-08-20T22:00:05.9332155Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9332673Z [00:08:27.147]➜  51 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9333407Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9334266Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9334852Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9335379Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9336157Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9336972Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9337459Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9338170Z [00:08:27.147]➜  51 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9338825Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9339330Z [00:08:27.147]➜  
2025-08-20T22:00:05.9339961Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9341019Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/math/tanh.rs:47:17
2025-08-20T22:00:05.9341632Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9342162Z [00:08:27.147]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9342899Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9343490Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9344043Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9344541Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9345263Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9346069Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9346549Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9347076Z [00:08:27.147]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9348064Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9348626Z [00:08:27.147]➜  
2025-08-20T22:00:05.9349261Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9350087Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/math/exp.rs:47:17
2025-08-20T22:00:05.9350652Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9351163Z [00:08:27.147]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9351864Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9352456Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9353034Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9353552Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9354340Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9355196Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9355697Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9356227Z [00:08:27.147]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9357005Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9357639Z [00:08:27.147]➜  
2025-08-20T22:00:05.9388674Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9389547Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/math/ln.rs:47:17
2025-08-20T22:00:05.9390143Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9390673Z [00:08:27.147]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9391361Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9391963Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9392532Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9393057Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9393865Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9394725Z [00:08:27.147]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9395228Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9395765Z [00:08:27.147]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9396412Z [00:08:27.147]➜     |                                      ++++
2025-08-20T22:00:05.9396910Z [00:08:27.147]➜  
2025-08-20T22:00:05.9397519Z [00:08:27.147]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9398577Z [00:08:27.147]➜    --> crates/nu-cmd-extra/src/extra/math/arccos.rs:52:17
2025-08-20T22:00:05.9399192Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9399717Z [00:08:27.147]➜  52 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9400478Z [00:08:27.147]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9401087Z [00:08:27.147]➜     |                 |
2025-08-20T22:00:05.9401832Z [00:08:27.147]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9402481Z [00:08:27.147]➜     |
2025-08-20T22:00:05.9403285Z [00:08:27.147]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9404130Z [00:08:27.149]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9404616Z [00:08:27.149]➜     |
2025-08-20T22:00:05.9405135Z [00:08:27.150]➜  52 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9405767Z [00:08:27.150]➜     |                                      ++++
2025-08-20T22:00:05.9406259Z [00:08:27.150]➜  
2025-08-20T22:00:05.9406871Z [00:08:27.150]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9407708Z [00:08:27.150]➜    --> crates/nu-cmd-extra/src/extra/math/arccosh.rs:47:17
2025-08-20T22:00:05.9408499Z [00:08:27.150]➜     |
2025-08-20T22:00:05.9408997Z [00:08:27.150]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9409721Z [00:08:27.150]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9410322Z [00:08:27.150]➜     |                 |
2025-08-20T22:00:05.9411044Z [00:08:27.150]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9411628Z [00:08:27.150]➜     |
2025-08-20T22:00:05.9412450Z [00:08:27.150]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9413323Z [00:08:27.150]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9413829Z [00:08:27.150]➜     |
2025-08-20T22:00:05.9414358Z [00:08:27.150]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9415013Z [00:08:27.150]➜     |                                      ++++
2025-08-20T22:00:05.9415515Z [00:08:27.150]➜  
2025-08-20T22:00:05.9416134Z [00:08:27.150]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9416953Z [00:08:27.150]➜    --> crates/nu-cmd-extra/src/extra/math/arcsin.rs:52:17
2025-08-20T22:00:05.9417550Z [00:08:27.150]➜     |
2025-08-20T22:00:05.9418282Z [00:08:27.150]➜  52 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9419017Z [00:08:27.151]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9419771Z [00:08:27.151]➜     |                 |
2025-08-20T22:00:05.9420349Z [00:08:27.152]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9420888Z [00:08:27.152]➜     |
2025-08-20T22:00:05.9421694Z [00:08:27.152]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9422582Z [00:08:27.152]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9423099Z [00:08:27.152]➜     |
2025-08-20T22:00:05.9423640Z [00:08:27.152]➜  52 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9424296Z [00:08:27.152]➜     |                                      ++++
2025-08-20T22:00:05.9424802Z [00:08:27.152]➜  
2025-08-20T22:00:05.9425444Z [00:08:27.152]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9426346Z [00:08:27.152]➜    --> crates/nu-cmd-extra/src/extra/math/arcsinh.rs:47:17
2025-08-20T22:00:05.9426941Z [00:08:27.152]➜     |
2025-08-20T22:00:05.9427454Z [00:08:27.152]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9428367Z [00:08:27.152]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9428967Z [00:08:27.152]➜     |                 |
2025-08-20T22:00:05.9429553Z [00:08:27.152]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9430077Z [00:08:27.152]➜     |
2025-08-20T22:00:05.9430865Z [00:08:27.152]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9431696Z [00:08:27.152]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9432194Z [00:08:27.152]➜     |
2025-08-20T22:00:05.9432727Z [00:08:27.152]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9433534Z [00:08:27.152]➜     |                                      ++++
2025-08-20T22:00:05.9434174Z [00:08:27.152]➜  
2025-08-20T22:00:05.9434823Z [00:08:27.152]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9435764Z [00:08:27.152]➜    --> crates/nu-cmd-extra/src/extra/math/arctan.rs:52:17
2025-08-20T22:00:05.9436393Z [00:08:27.152]➜     |
2025-08-20T22:00:05.9436938Z [00:08:27.152]➜  52 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9437637Z [00:08:27.152]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9438496Z [00:08:27.152]➜     |                 |
2025-08-20T22:00:05.9439094Z [00:08:27.152]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9439624Z [00:08:27.152]➜     |
2025-08-20T22:00:05.9440435Z [00:08:27.152]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9441328Z [00:08:27.152]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9441835Z [00:08:27.152]➜     |
2025-08-20T22:00:05.9442382Z [00:08:27.152]➜  52 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9443206Z [00:08:27.153]➜     |                                      ++++
2025-08-20T22:00:05.9443837Z [00:08:27.153]➜  
2025-08-20T22:00:05.9444468Z [00:08:27.153]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9445334Z [00:08:27.153]➜    --> crates/nu-cmd-extra/src/extra/math/arctanh.rs:47:17
2025-08-20T22:00:05.9445964Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9446494Z [00:08:27.153]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9447234Z [00:08:27.153]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9478173Z [00:08:27.153]➜     |                 |
2025-08-20T22:00:05.9478886Z [00:08:27.153]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9479445Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9480297Z [00:08:27.153]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9481236Z [00:08:27.153]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9481947Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9482509Z [00:08:27.153]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9483157Z [00:08:27.153]➜     |                                      ++++
2025-08-20T22:00:05.9483677Z [00:08:27.153]➜  
2025-08-20T22:00:05.9484313Z [00:08:27.153]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9485250Z [00:08:27.153]➜    --> crates/nu-cmd-extra/src/extra/platform/ansi/gradient.rs:70:17
2025-08-20T22:00:05.9485929Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9486470Z [00:08:27.153]➜  70 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9487223Z [00:08:27.153]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9488055Z [00:08:27.153]➜     |                 |
2025-08-20T22:00:05.9488671Z [00:08:27.153]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9489214Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9490047Z [00:08:27.153]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9490963Z [00:08:27.153]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9491473Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9492022Z [00:08:27.153]➜  70 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9492708Z [00:08:27.153]➜     |                                      ++++
2025-08-20T22:00:05.9493228Z [00:08:27.153]➜  
2025-08-20T22:00:05.9493834Z [00:08:27.153]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9494745Z [00:08:27.153]➜    --> crates/nu-cmd-extra/src/extra/strings/format/bits.rs:66:17
2025-08-20T22:00:05.9495388Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9495914Z [00:08:27.153]➜  66 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9496808Z [00:08:27.153]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9497584Z [00:08:27.153]➜     |                 |
2025-08-20T22:00:05.9498413Z [00:08:27.153]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9498969Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9499785Z [00:08:27.153]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9500684Z [00:08:27.153]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9501194Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9501746Z [00:08:27.153]➜  66 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9502432Z [00:08:27.153]➜     |                                      ++++
2025-08-20T22:00:05.9502943Z [00:08:27.153]➜  
2025-08-20T22:00:05.9503570Z [00:08:27.153]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9504497Z [00:08:27.153]➜    --> crates/nu-cmd-extra/src/extra/strings/format/command.rs:66:17
2025-08-20T22:00:05.9505173Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9505831Z [00:08:27.153]➜  66 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9506600Z [00:08:27.153]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9507224Z [00:08:27.153]➜     |                 |
2025-08-20T22:00:05.9508029Z [00:08:27.153]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9508604Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9509422Z [00:08:27.153]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9510298Z [00:08:27.153]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9510809Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9511355Z [00:08:27.153]➜  66 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9512021Z [00:08:27.153]➜     |                                      ++++
2025-08-20T22:00:05.9512528Z [00:08:27.153]➜  
2025-08-20T22:00:05.9513154Z [00:08:27.153]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9514088Z [00:08:27.153]➜    --> crates/nu-cmd-extra/src/extra/strings/format/number.rs:31:17
2025-08-20T22:00:05.9514916Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9515437Z [00:08:27.153]➜  31 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9516151Z [00:08:27.153]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9516744Z [00:08:27.153]➜     |                 |
2025-08-20T22:00:05.9517310Z [00:08:27.153]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9518018Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9518831Z [00:08:27.153]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9519684Z [00:08:27.153]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9520173Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9520716Z [00:08:27.153]➜  31 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9521375Z [00:08:27.153]➜     |                                      ++++
2025-08-20T22:00:05.9521915Z [00:08:27.153]➜  
2025-08-20T22:00:05.9522573Z [00:08:27.153]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9523529Z [00:08:27.153]➜    --> crates/nu-cmd-extra/src/extra/strings/str_/case/camel_case.rs:57:17
2025-08-20T22:00:05.9524220Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9524746Z [00:08:27.153]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9525456Z [00:08:27.153]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9526063Z [00:08:27.153]➜     |                 |
2025-08-20T22:00:05.9526642Z [00:08:27.153]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9527172Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9528278Z [00:08:27.153]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9529164Z [00:08:27.153]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9529785Z [00:08:27.153]➜     |
2025-08-20T22:00:05.9530334Z [00:08:27.153]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9531021Z [00:08:27.154]➜     |                                      ++++
2025-08-20T22:00:05.9531526Z [00:08:27.154]➜  
2025-08-20T22:00:05.9532152Z [00:08:27.154]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9533115Z [00:08:27.154]➜    --> crates/nu-cmd-extra/src/extra/strings/str_/case/kebab_case.rs:57:17
2025-08-20T22:00:05.9533789Z [00:08:27.154]➜     |
2025-08-20T22:00:05.9534304Z [00:08:27.154]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9535023Z [00:08:27.154]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9535689Z [00:08:27.154]➜     |                 |
2025-08-20T22:00:05.9536258Z [00:08:27.154]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9536783Z [00:08:27.154]➜     |
2025-08-20T22:00:05.9537734Z [00:08:27.154]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9569053Z [00:08:27.154]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9569566Z [00:08:27.154]➜     |
2025-08-20T22:00:05.9570122Z [00:08:27.154]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9570799Z [00:08:27.154]➜     |                                      ++++
2025-08-20T22:00:05.9571276Z [00:08:27.154]➜  
2025-08-20T22:00:05.9571898Z [00:08:27.155]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9572887Z [00:08:27.155]➜    --> crates/nu-cmd-extra/src/extra/strings/str_/case/pascal_case.rs:57:17
2025-08-20T22:00:05.9573600Z [00:08:27.155]➜     |
2025-08-20T22:00:05.9574122Z [00:08:27.155]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9574844Z [00:08:27.155]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9575468Z [00:08:27.155]➜     |                 |
2025-08-20T22:00:05.9576073Z [00:08:27.155]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9576777Z [00:08:27.155]➜     |
2025-08-20T22:00:05.9577616Z [00:08:27.155]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9578734Z [00:08:27.155]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9579244Z [00:08:27.155]➜     |
2025-08-20T22:00:05.9579792Z [00:08:27.155]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9580460Z [00:08:27.155]➜     |                                      ++++
2025-08-20T22:00:05.9580983Z [00:08:27.155]➜  
2025-08-20T22:00:05.9581636Z [00:08:27.155]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9582689Z [00:08:27.156]➜    --> crates/nu-cmd-extra/src/extra/strings/str_/case/screaming_snake_case.rs:57:17
2025-08-20T22:00:05.9583478Z [00:08:27.156]➜     |
2025-08-20T22:00:05.9584018Z [00:08:27.156]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9584774Z [00:08:27.156]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9585410Z [00:08:27.156]➜     |                 |
2025-08-20T22:00:05.9585997Z [00:08:27.156]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9586519Z [00:08:27.156]➜     |
2025-08-20T22:00:05.9587313Z [00:08:27.156]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9588383Z [00:08:27.156]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9588863Z [00:08:27.156]➜     |
2025-08-20T22:00:05.9589398Z [00:08:27.156]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9590050Z [00:08:27.156]➜     |                                      ++++
2025-08-20T22:00:05.9590558Z [00:08:27.156]➜  
2025-08-20T22:00:05.9591449Z [00:08:27.156]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9592650Z [00:08:27.156]➜    --> crates/nu-cmd-extra/src/extra/strings/str_/case/snake_case.rs:57:17
2025-08-20T22:00:05.9593622Z [00:08:27.156]➜     |
2025-08-20T22:00:05.9594600Z [00:08:27.156]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9595518Z [00:08:27.156]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9596214Z [00:08:27.156]➜     |                 |
2025-08-20T22:00:05.9597014Z [00:08:27.156]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9597708Z [00:08:27.156]➜     |
2025-08-20T22:00:05.9599033Z [00:08:27.156]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9600023Z [00:08:27.156]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9600629Z [00:08:27.156]➜     |
2025-08-20T22:00:05.9617244Z [00:08:27.156]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9618236Z [00:08:27.156]➜     |                                      ++++
2025-08-20T22:00:05.9618764Z [00:08:27.157]➜  
2025-08-20T22:00:05.9619534Z [00:08:27.159]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:05.9620483Z [00:08:27.159]➜    --> crates/nu-cmd-extra/src/extra/strings/str_/case/title_case.rs:57:17
2025-08-20T22:00:05.9621188Z [00:08:27.159]➜     |
2025-08-20T22:00:05.9621715Z [00:08:27.159]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:05.9622453Z [00:08:27.159]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:05.9623074Z [00:08:27.159]➜     |                 |
2025-08-20T22:00:05.9623691Z [00:08:27.159]➜     |                 the lifetime is elided here
2025-08-20T22:00:05.9624239Z [00:08:27.159]➜     |
2025-08-20T22:00:05.9625045Z [00:08:27.159]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:05.9625853Z [00:08:27.159]➜  help: use `'_` for type paths
2025-08-20T22:00:05.9626335Z [00:08:27.159]➜     |
2025-08-20T22:00:05.9626895Z [00:08:27.159]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:05.9627689Z [00:08:27.159]➜     |                                      ++++
2025-08-20T22:00:05.9628629Z [00:08:27.159]➜  
2025-08-20T22:00:07.9835576Z [00:08:29.222]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name curl_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.78+curl-8.11.0/lib.rs --error-format=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="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=c69a51189db4bddd -C extra-filename=-333ec96fa5cd48e2 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern libz_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_sys-5c658d569022504b.rmeta --extern openssl_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib -l static=curl --cfg libcurl_vendored --cfg link_libz --cfg link_openssl --check-cfg 'cfg(libcurl_vendored,link_libnghttp2,link_libz,link_openssl,)'`
2025-08-20T22:00:08.1164017Z [00:08:29.356]➜       Running `/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-724eaad38d3d0858/build-script-build`
2025-08-20T22:00:08.1455781Z [00:08:29.384]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name curl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.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 --cfg 'feature="default"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=67b1881f32500de1 -C extra-filename=-e9ee9faa46783275 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern curl_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcurl_sys-333ec96fa5cd48e2.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern openssl_probe=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_probe-b84d8017041f64a7.rmeta --extern openssl_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rmeta --extern socket2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocket2-bec1a37333192385.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib --cfg need_openssl_probe --check-cfg 'cfg(need_openssl_init,need_openssl_probe,)'`
2025-08-20T22:00:08.2470352Z [00:08:29.487]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2473626Z [00:08:29.487]➜    --> crates/nu_plugin_polars/src/cache/mod.rs:35:13
2025-08-20T22:00:08.2477211Z [00:08:29.488]➜     |
2025-08-20T22:00:08.2481599Z [00:08:29.488]➜  35 |     fn lock(&self) -> Result<MutexGuard<HashMap<Uuid, CacheValue>>, ShellError> {
2025-08-20T22:00:08.2484870Z [00:08:29.488]➜     |             ^^^^^            ------------------------------------- the same lifetime is hidden here
2025-08-20T22:00:08.2489982Z [00:08:29.489]➜     |             |
2025-08-20T22:00:08.2493037Z [00:08:29.489]➜     |             the lifetime is elided here
2025-08-20T22:00:08.2496211Z [00:08:29.489]➜     |
2025-08-20T22:00:08.2499706Z [00:08:29.490]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2526281Z [00:08:29.490]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:00:08.2527276Z [00:08:29.490]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2528022Z [00:08:29.490]➜     |
2025-08-20T22:00:08.2528820Z [00:08:29.490]➜  35 |     fn lock(&self) -> Result<MutexGuard<'_, HashMap<Uuid, CacheValue>>, ShellError> {
2025-08-20T22:00:08.2529655Z [00:08:29.490]➜     |                                         +++
2025-08-20T22:00:08.2530161Z [00:08:29.490]➜  
2025-08-20T22:00:08.2530783Z [00:08:29.490]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2531605Z [00:08:29.491]➜    --> crates/nu_plugin_polars/src/cache/get.rs:38:17
2025-08-20T22:00:08.2532172Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2598096Z [00:08:29.491]➜  38 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2599016Z [00:08:29.491]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2599684Z [00:08:29.491]➜     |                 |
2025-08-20T22:00:08.2600360Z [00:08:29.491]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2601124Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2602051Z [00:08:29.491]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2602967Z [00:08:29.491]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2603466Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2604016Z [00:08:29.491]➜  38 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2604683Z [00:08:29.491]➜     |                                      ++++
2025-08-20T22:00:08.2605198Z [00:08:29.491]➜  
2025-08-20T22:00:08.2605841Z [00:08:29.491]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2606700Z [00:08:29.491]➜    --> crates/nu_plugin_polars/src/cache/list.rs:26:17
2025-08-20T22:00:08.2607313Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2628279Z [00:08:29.491]➜  26 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2629590Z [00:08:29.491]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2630684Z [00:08:29.491]➜     |                 |
2025-08-20T22:00:08.2631857Z [00:08:29.491]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2632407Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2633236Z [00:08:29.491]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2634115Z [00:08:29.491]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2634604Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2635137Z [00:08:29.491]➜  26 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2635785Z [00:08:29.491]➜     |                                      ++++
2025-08-20T22:00:08.2636291Z [00:08:29.491]➜  
2025-08-20T22:00:08.2636918Z [00:08:29.491]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2637737Z [00:08:29.491]➜    --> crates/nu_plugin_polars/src/cache/rm.rs:31:17
2025-08-20T22:00:08.2645990Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2646559Z [00:08:29.491]➜  31 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2647305Z [00:08:29.491]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2648059Z [00:08:29.491]➜     |                 |
2025-08-20T22:00:08.2648634Z [00:08:29.491]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2649162Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2649963Z [00:08:29.491]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2650830Z [00:08:29.491]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2651325Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2651845Z [00:08:29.491]➜  31 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2652490Z [00:08:29.491]➜     |                                      ++++
2025-08-20T22:00:08.2653171Z [00:08:29.491]➜  
2025-08-20T22:00:08.2653827Z [00:08:29.491]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2655027Z [00:08:29.491]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/agg_groups.rs:35:17
2025-08-20T22:00:08.2655793Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2656314Z [00:08:29.491]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2657031Z [00:08:29.491]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2657633Z [00:08:29.491]➜     |                 |
2025-08-20T22:00:08.2658398Z [00:08:29.491]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2658882Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2659665Z [00:08:29.491]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2660514Z [00:08:29.491]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2661007Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2661534Z [00:08:29.491]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2662138Z [00:08:29.491]➜     |                                      ++++
2025-08-20T22:00:08.2662760Z [00:08:29.491]➜  
2025-08-20T22:00:08.2663372Z [00:08:29.491]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2664394Z [00:08:29.491]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/aggregate.rs:42:17
2025-08-20T22:00:08.2665135Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2665620Z [00:08:29.491]➜  42 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2666342Z [00:08:29.491]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2666930Z [00:08:29.491]➜     |                 |
2025-08-20T22:00:08.2667508Z [00:08:29.491]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2722477Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2723343Z [00:08:29.491]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2724203Z [00:08:29.491]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2724713Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2725437Z [00:08:29.491]➜  42 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2726097Z [00:08:29.491]➜     |                                      ++++
2025-08-20T22:00:08.2726600Z [00:08:29.491]➜  
2025-08-20T22:00:08.2727219Z [00:08:29.491]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2728925Z [00:08:29.491]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/count.rs:34:17
2025-08-20T22:00:08.2735931Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2736509Z [00:08:29.491]➜  34 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2737287Z [00:08:29.491]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2738117Z [00:08:29.491]➜     |                 |
2025-08-20T22:00:08.2738749Z [00:08:29.491]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2739311Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2740164Z [00:08:29.491]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2741074Z [00:08:29.491]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2741590Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2742155Z [00:08:29.491]➜  34 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2742912Z [00:08:29.491]➜     |                                      ++++
2025-08-20T22:00:08.2743445Z [00:08:29.491]➜  
2025-08-20T22:00:08.2744088Z [00:08:29.491]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2745162Z [00:08:29.491]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/cumulative.rs:81:17
2025-08-20T22:00:08.2745967Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2746523Z [00:08:29.491]➜  81 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2747460Z [00:08:29.491]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2812947Z [00:08:29.491]➜     |                 |
2025-08-20T22:00:08.2813642Z [00:08:29.491]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2814232Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2815795Z [00:08:29.491]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2816789Z [00:08:29.491]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2817324Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2818061Z [00:08:29.491]➜  81 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2818775Z [00:08:29.491]➜     |                                      ++++
2025-08-20T22:00:08.2819319Z [00:08:29.491]➜  
2025-08-20T22:00:08.2819978Z [00:08:29.491]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2821060Z [00:08:29.491]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/groupby.rs:45:17
2025-08-20T22:00:08.2821856Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2822439Z [00:08:29.491]➜  45 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2823409Z [00:08:29.491]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2824094Z [00:08:29.491]➜     |                 |
2025-08-20T22:00:08.2824721Z [00:08:29.491]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2825280Z [00:08:29.491]➜     |
2025-08-20T22:00:08.2826125Z [00:08:29.492]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2827025Z [00:08:29.492]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2827548Z [00:08:29.492]➜     |
2025-08-20T22:00:08.2828328Z [00:08:29.492]➜  45 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2829026Z [00:08:29.492]➜     |                                      ++++
2025-08-20T22:00:08.2829582Z [00:08:29.492]➜  
2025-08-20T22:00:08.2830254Z [00:08:29.495]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2831384Z [00:08:29.495]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/horizontal.rs:81:17
2025-08-20T22:00:08.2832402Z [00:08:29.495]➜     |
2025-08-20T22:00:08.2832968Z [00:08:29.495]➜  81 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2833759Z [00:08:29.495]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2834411Z [00:08:29.495]➜     |                 |
2025-08-20T22:00:08.2835045Z [00:08:29.495]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2835626Z [00:08:29.495]➜     |
2025-08-20T22:00:08.2836474Z [00:08:29.495]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2837393Z [00:08:29.495]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2856415Z [00:08:29.495]➜     |
2025-08-20T22:00:08.2857896Z [00:08:29.495]➜  81 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2859051Z [00:08:29.495]➜     |                                      ++++
2025-08-20T22:00:08.2859623Z [00:08:29.495]➜  
2025-08-20T22:00:08.2860312Z [00:08:29.495]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2861382Z [00:08:29.495]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/implode.rs:35:17
2025-08-20T22:00:08.2862167Z [00:08:29.495]➜     |
2025-08-20T22:00:08.2862726Z [00:08:29.495]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2863511Z [00:08:29.495]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2864168Z [00:08:29.495]➜     |                 |
2025-08-20T22:00:08.2864783Z [00:08:29.495]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2865348Z [00:08:29.495]➜     |
2025-08-20T22:00:08.2866423Z [00:08:29.495]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2867378Z [00:08:29.495]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2870816Z [00:08:29.495]➜     |
2025-08-20T22:00:08.2871448Z [00:08:29.495]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2872180Z [00:08:29.495]➜     |                                      ++++
2025-08-20T22:00:08.2872724Z [00:08:29.495]➜  
2025-08-20T22:00:08.2873381Z [00:08:29.495]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2874447Z [00:08:29.495]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/max.rs:40:17
2025-08-20T22:00:08.2875216Z [00:08:29.495]➜     |
2025-08-20T22:00:08.2875777Z [00:08:29.495]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2876563Z [00:08:29.495]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2877217Z [00:08:29.495]➜     |                 |
2025-08-20T22:00:08.2878049Z [00:08:29.495]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2878642Z [00:08:29.495]➜     |
2025-08-20T22:00:08.2879652Z [00:08:29.495]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2880635Z [00:08:29.495]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2881178Z [00:08:29.495]➜     |
2025-08-20T22:00:08.2881741Z [00:08:29.495]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2882426Z [00:08:29.495]➜     |                                      ++++
2025-08-20T22:00:08.2882948Z [00:08:29.495]➜  
2025-08-20T22:00:08.2883836Z [00:08:29.495]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2884786Z [00:08:29.501]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/mean.rs:40:17
2025-08-20T22:00:08.2885521Z [00:08:29.501]➜     |
2025-08-20T22:00:08.2886058Z [00:08:29.501]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2886784Z [00:08:29.501]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2887393Z [00:08:29.501]➜     |                 |
2025-08-20T22:00:08.2888174Z [00:08:29.501]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2888898Z [00:08:29.501]➜     |
2025-08-20T22:00:08.2889669Z [00:08:29.501]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2890525Z [00:08:29.501]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2891013Z [00:08:29.501]➜     |
2025-08-20T22:00:08.2891544Z [00:08:29.501]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2958915Z [00:08:29.501]➜     |                                      ++++
2025-08-20T22:00:08.2959505Z [00:08:29.501]➜  
2025-08-20T22:00:08.2960195Z [00:08:29.501]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2961297Z [00:08:29.501]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/median.rs:41:17
2025-08-20T22:00:08.2962106Z [00:08:29.501]➜     |
2025-08-20T22:00:08.2962690Z [00:08:29.501]➜  41 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2963507Z [00:08:29.501]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2964183Z [00:08:29.501]➜     |                 |
2025-08-20T22:00:08.2964824Z [00:08:29.501]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2965382Z [00:08:29.501]➜     |
2025-08-20T22:00:08.2966242Z [00:08:29.501]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2967142Z [00:08:29.501]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2967660Z [00:08:29.501]➜     |
2025-08-20T22:00:08.2969766Z [00:08:29.501]➜  41 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2970496Z [00:08:29.501]➜     |                                      ++++
2025-08-20T22:00:08.2971001Z [00:08:29.501]➜  
2025-08-20T22:00:08.2972700Z [00:08:29.501]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2973845Z [00:08:29.501]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/min.rs:40:17
2025-08-20T22:00:08.2974565Z [00:08:29.501]➜     |
2025-08-20T22:00:08.2975092Z [00:08:29.501]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2975815Z [00:08:29.501]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2976418Z [00:08:29.501]➜     |                 |
2025-08-20T22:00:08.2976993Z [00:08:29.501]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.2977527Z [00:08:29.501]➜     |
2025-08-20T22:00:08.2978534Z [00:08:29.501]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.2979366Z [00:08:29.501]➜  help: use `'_` for type paths
2025-08-20T22:00:08.2979895Z [00:08:29.501]➜     |
2025-08-20T22:00:08.2980480Z [00:08:29.501]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.2981171Z [00:08:29.501]➜     |                                      ++++
2025-08-20T22:00:08.2981724Z [00:08:29.501]➜  
2025-08-20T22:00:08.2983289Z [00:08:29.501]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.2988432Z [00:08:29.501]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/n_null.rs:33:17
2025-08-20T22:00:08.2989301Z [00:08:29.501]➜     |
2025-08-20T22:00:08.2989877Z [00:08:29.501]➜  33 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.2996500Z [00:08:29.501]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.2997243Z [00:08:29.501]➜     |                 |
2025-08-20T22:00:08.2998445Z [00:08:29.501]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3001828Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3003214Z [00:08:29.501]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3004166Z [00:08:29.501]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3004707Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3005283Z [00:08:29.501]➜  33 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3015553Z [00:08:29.501]➜     |                                      ++++
2025-08-20T22:00:08.3016233Z [00:08:29.501]➜  
2025-08-20T22:00:08.3016911Z [00:08:29.501]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3018208Z [00:08:29.501]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/n_unique.rs:41:17
2025-08-20T22:00:08.3019028Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3019596Z [00:08:29.501]➜  41 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3020368Z [00:08:29.501]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3021010Z [00:08:29.501]➜     |                 |
2025-08-20T22:00:08.3021630Z [00:08:29.501]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3022208Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3023065Z [00:08:29.501]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3023979Z [00:08:29.501]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3024511Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3025089Z [00:08:29.501]➜  41 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3025791Z [00:08:29.501]➜     |                                      ++++
2025-08-20T22:00:08.3026329Z [00:08:29.501]➜  
2025-08-20T22:00:08.3026988Z [00:08:29.501]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3035606Z [00:08:29.501]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/over.rs:41:17
2025-08-20T22:00:08.3036465Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3037039Z [00:08:29.501]➜  41 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3038192Z [00:08:29.501]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3059700Z [00:08:29.501]➜     |                 |
2025-08-20T22:00:08.3060716Z [00:08:29.501]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3061290Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3063338Z [00:08:29.501]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3064264Z [00:08:29.501]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3064766Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3065314Z [00:08:29.501]➜  41 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3066016Z [00:08:29.501]➜     |                                      ++++
2025-08-20T22:00:08.3066553Z [00:08:29.501]➜  
2025-08-20T22:00:08.3067200Z [00:08:29.501]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3068417Z [00:08:29.501]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/quantile.rs:49:17
2025-08-20T22:00:08.3069186Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3069717Z [00:08:29.501]➜  49 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3070631Z [00:08:29.501]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3071391Z [00:08:29.501]➜     |                 |
2025-08-20T22:00:08.3072000Z [00:08:29.501]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3072519Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3073317Z [00:08:29.501]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3074210Z [00:08:29.501]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3074726Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3075262Z [00:08:29.501]➜  49 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3075910Z [00:08:29.501]➜     |                                      ++++
2025-08-20T22:00:08.3076402Z [00:08:29.501]➜  
2025-08-20T22:00:08.3077020Z [00:08:29.501]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3079780Z [00:08:29.501]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/rolling.rs:70:17
2025-08-20T22:00:08.3080608Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3081142Z [00:08:29.501]➜  70 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3081851Z [00:08:29.501]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3082428Z [00:08:29.501]➜     |                 |
2025-08-20T22:00:08.3082991Z [00:08:29.501]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3083512Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3084283Z [00:08:29.501]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3085188Z [00:08:29.501]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3085719Z [00:08:29.501]➜     |
2025-08-20T22:00:08.3086293Z [00:08:29.502]➜  70 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3087154Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3088781Z [00:08:29.502]➜  
2025-08-20T22:00:08.3090509Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3094626Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/std.rs:40:17
2025-08-20T22:00:08.3095385Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3095911Z [00:08:29.502]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3099223Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3099837Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3100414Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3100936Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3101757Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3102698Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3103229Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3103808Z [00:08:29.502]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3104644Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3105136Z [00:08:29.502]➜  
2025-08-20T22:00:08.3105746Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3106721Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/sum.rs:40:17
2025-08-20T22:00:08.3107434Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3109183Z [00:08:29.502]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3109910Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3110499Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3111064Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3111576Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3112366Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3113235Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3113880Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3114389Z [00:08:29.502]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3115005Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3115498Z [00:08:29.502]➜  
2025-08-20T22:00:08.3116115Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3117116Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/value_counts.rs:53:17
2025-08-20T22:00:08.3118050Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3118574Z [00:08:29.502]➜  53 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3119263Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3119861Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3120419Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3120910Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3121701Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3122522Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3122988Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3123496Z [00:08:29.502]➜  53 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3124133Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3124629Z [00:08:29.502]➜  
2025-08-20T22:00:08.3125275Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3126286Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/aggregation/var.rs:41:17
2025-08-20T22:00:08.3127009Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3127681Z [00:08:29.502]➜  41 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3128722Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3129335Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3129903Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3130408Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3131166Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3131991Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3132449Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3132945Z [00:08:29.502]➜  41 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3133579Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3134058Z [00:08:29.502]➜  
2025-08-20T22:00:08.3134634Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3135575Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/all_false.rs:32:17
2025-08-20T22:00:08.3136293Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3136932Z [00:08:29.502]➜  32 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3137646Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3168676Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3169293Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3169826Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3170639Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3171470Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3171957Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3172474Z [00:08:29.502]➜  32 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3173122Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3173619Z [00:08:29.502]➜  
2025-08-20T22:00:08.3174254Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3175412Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/all_true.rs:32:17
2025-08-20T22:00:08.3176108Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3176614Z [00:08:29.502]➜  32 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3177316Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3178061Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3178625Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3179107Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3179865Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3180700Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3181191Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3181703Z [00:08:29.502]➜  32 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3182338Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3182833Z [00:08:29.502]➜  
2025-08-20T22:00:08.3183419Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3184388Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/arg_true.rs:38:17
2025-08-20T22:00:08.3185081Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3185577Z [00:08:29.502]➜  38 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3186280Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3186865Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3187419Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3188075Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3188968Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3189896Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3190380Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3190884Z [00:08:29.502]➜  38 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3191503Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3192005Z [00:08:29.502]➜  
2025-08-20T22:00:08.3192634Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3193632Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/expr_not.rs:34:17
2025-08-20T22:00:08.3194358Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3194883Z [00:08:29.502]➜  34 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3195624Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3196255Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3196848Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3197399Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3198570Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3199494Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3200001Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3200563Z [00:08:29.502]➜  34 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3201242Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3201753Z [00:08:29.502]➜  
2025-08-20T22:00:08.3202399Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3203451Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/is_duplicated.rs:34:17
2025-08-20T22:00:08.3204217Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3204766Z [00:08:29.502]➜  34 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3205512Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3206149Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3206891Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3207441Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3208448Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3209300Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3209770Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3210281Z [00:08:29.502]➜  34 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3210919Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3211406Z [00:08:29.502]➜  
2025-08-20T22:00:08.3211995Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3212937Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/is_in.rs:37:17
2025-08-20T22:00:08.3213625Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3214120Z [00:08:29.502]➜  37 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3214809Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3215407Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3215982Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3216503Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3217291Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3218339Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3218830Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3219356Z [00:08:29.502]➜  37 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3220005Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3220635Z [00:08:29.502]➜  
2025-08-20T22:00:08.3221334Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3222317Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/is_not_null.rs:42:17
2025-08-20T22:00:08.3223065Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3223586Z [00:08:29.502]➜  42 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3224344Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3224971Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3225576Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3226122Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3226951Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3228042Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3228596Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3229134Z [00:08:29.502]➜  42 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3229908Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3230410Z [00:08:29.502]➜  
2025-08-20T22:00:08.3231000Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3231972Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/is_null.rs:44:17
2025-08-20T22:00:08.3232662Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3233162Z [00:08:29.502]➜  44 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3233858Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3234449Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3235011Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3235531Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3236333Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3237208Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3237711Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3238576Z [00:08:29.502]➜  44 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3239241Z [00:08:29.502]➜     |                                      ++++
2025-08-20T22:00:08.3239736Z [00:08:29.502]➜  
2025-08-20T22:00:08.3240355Z [00:08:29.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3241336Z [00:08:29.502]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/is_unique.rs:34:17
2025-08-20T22:00:08.3242033Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3242536Z [00:08:29.502]➜  34 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3243298Z [00:08:29.502]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3243876Z [00:08:29.502]➜     |                 |
2025-08-20T22:00:08.3244439Z [00:08:29.502]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3244950Z [00:08:29.502]➜     |
2025-08-20T22:00:08.3245740Z [00:08:29.502]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3246589Z [00:08:29.502]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3247073Z [00:08:29.503]➜     |
2025-08-20T22:00:08.3247589Z [00:08:29.503]➜  34 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3248378Z [00:08:29.503]➜     |                                      ++++
2025-08-20T22:00:08.3248880Z [00:08:29.503]➜  
2025-08-20T22:00:08.3249487Z [00:08:29.503]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3250425Z [00:08:29.503]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/not.rs:35:17
2025-08-20T22:00:08.3251088Z [00:08:29.503]➜     |
2025-08-20T22:00:08.3251587Z [00:08:29.503]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3252402Z [00:08:29.503]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3253083Z [00:08:29.503]➜     |                 |
2025-08-20T22:00:08.3253675Z [00:08:29.503]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3254183Z [00:08:29.503]➜     |
2025-08-20T22:00:08.3254963Z [00:08:29.503]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3255795Z [00:08:29.503]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3256267Z [00:08:29.503]➜     |
2025-08-20T22:00:08.3256775Z [00:08:29.503]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3257422Z [00:08:29.503]➜     |                                      ++++
2025-08-20T22:00:08.3258100Z [00:08:29.503]➜  
2025-08-20T22:00:08.3258709Z [00:08:29.503]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3259724Z [00:08:29.503]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/otherwise.rs:35:17
2025-08-20T22:00:08.3260457Z [00:08:29.503]➜     |
2025-08-20T22:00:08.3261104Z [00:08:29.503]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3261838Z [00:08:29.503]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3262440Z [00:08:29.503]➜     |                 |
2025-08-20T22:00:08.3263008Z [00:08:29.503]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3263525Z [00:08:29.503]➜     |
2025-08-20T22:00:08.3264311Z [00:08:29.503]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3265154Z [00:08:29.503]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3265636Z [00:08:29.503]➜     |
2025-08-20T22:00:08.3266138Z [00:08:29.503]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3266778Z [00:08:29.503]➜     |                                      ++++
2025-08-20T22:00:08.3267264Z [00:08:29.503]➜  
2025-08-20T22:00:08.3268040Z [00:08:29.507]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3268999Z [00:08:29.507]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/set.rs:42:17
2025-08-20T22:00:08.3269787Z [00:08:29.507]➜     |
2025-08-20T22:00:08.3270285Z [00:08:29.507]➜  42 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3270992Z [00:08:29.508]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3271586Z [00:08:29.508]➜     |                 |
2025-08-20T22:00:08.3272134Z [00:08:29.508]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3272644Z [00:08:29.508]➜     |
2025-08-20T22:00:08.3273400Z [00:08:29.508]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3274246Z [00:08:29.508]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3274724Z [00:08:29.508]➜     |
2025-08-20T22:00:08.3275230Z [00:08:29.508]➜  42 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3275867Z [00:08:29.508]➜     |                                      ++++
2025-08-20T22:00:08.3276364Z [00:08:29.508]➜  
2025-08-20T22:00:08.3276959Z [00:08:29.508]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3278040Z [00:08:29.508]➜    --> crates/nu_plugin_polars/src/dataframe/command/boolean/when.rs:51:17
2025-08-20T22:00:08.3278700Z [00:08:29.508]➜     |
2025-08-20T22:00:08.3279193Z [00:08:29.508]➜  51 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3279910Z [00:08:29.508]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3280499Z [00:08:29.508]➜     |                 |
2025-08-20T22:00:08.3281088Z [00:08:29.508]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3281624Z [00:08:29.508]➜     |
2025-08-20T22:00:08.3282574Z [00:08:29.508]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3283457Z [00:08:29.508]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3284075Z [00:08:29.508]➜     |
2025-08-20T22:00:08.3284626Z [00:08:29.508]➜  51 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3285285Z [00:08:29.508]➜     |                                      ++++
2025-08-20T22:00:08.3285791Z [00:08:29.508]➜  
2025-08-20T22:00:08.3286383Z [00:08:29.508]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3287355Z [00:08:29.508]➜     --> crates/nu_plugin_polars/src/dataframe/command/computation/math.rs:114:17
2025-08-20T22:00:08.3318480Z [00:08:29.508]➜      |
2025-08-20T22:00:08.3319075Z [00:08:29.508]➜  114 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3319851Z [00:08:29.508]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3320483Z [00:08:29.508]➜      |                 |
2025-08-20T22:00:08.3321106Z [00:08:29.508]➜      |                 the lifetime is elided here
2025-08-20T22:00:08.3321661Z [00:08:29.508]➜      |
2025-08-20T22:00:08.3322665Z [00:08:29.508]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3323584Z [00:08:29.508]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3324096Z [00:08:29.508]➜      |
2025-08-20T22:00:08.3324627Z [00:08:29.508]➜  114 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3325248Z [00:08:29.508]➜      |                                      ++++
2025-08-20T22:00:08.3325733Z [00:08:29.508]➜  
2025-08-20T22:00:08.3326349Z [00:08:29.508]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3327262Z [00:08:29.508]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/cache.rs:32:17
2025-08-20T22:00:08.3328132Z [00:08:29.508]➜     |
2025-08-20T22:00:08.3328654Z [00:08:29.508]➜  32 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3329368Z [00:08:29.508]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3329953Z [00:08:29.508]➜     |                 |
2025-08-20T22:00:08.3330533Z [00:08:29.508]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3331184Z [00:08:29.508]➜     |
2025-08-20T22:00:08.3331992Z [00:08:29.508]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3332844Z [00:08:29.508]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3333350Z [00:08:29.508]➜     |
2025-08-20T22:00:08.3333881Z [00:08:29.508]➜  32 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3334536Z [00:08:29.508]➜     |                                      ++++
2025-08-20T22:00:08.3335052Z [00:08:29.508]➜  
2025-08-20T22:00:08.3335677Z [00:08:29.509]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3336640Z [00:08:29.509]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/columns.rs:29:17
2025-08-20T22:00:08.3337360Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3338178Z [00:08:29.509]➜  29 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3338956Z [00:08:29.509]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3339559Z [00:08:29.509]➜     |                 |
2025-08-20T22:00:08.3340147Z [00:08:29.509]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3340683Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3341479Z [00:08:29.509]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3342334Z [00:08:29.509]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3342901Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3343455Z [00:08:29.509]➜  29 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3344109Z [00:08:29.509]➜     |                                      ++++
2025-08-20T22:00:08.3344609Z [00:08:29.509]➜  
2025-08-20T22:00:08.3345439Z [00:08:29.509]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3346494Z [00:08:29.509]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/fetch.rs:38:17
2025-08-20T22:00:08.3347213Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3347725Z [00:08:29.509]➜  38 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3348652Z [00:08:29.509]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3349266Z [00:08:29.509]➜     |                 |
2025-08-20T22:00:08.3349843Z [00:08:29.509]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3350362Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3351154Z [00:08:29.509]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3351970Z [00:08:29.509]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3352443Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3352949Z [00:08:29.509]➜  38 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3353580Z [00:08:29.509]➜     |                                      ++++
2025-08-20T22:00:08.3354063Z [00:08:29.509]➜  
2025-08-20T22:00:08.3354771Z [00:08:29.509]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3355695Z [00:08:29.509]➜     --> crates/nu_plugin_polars/src/dataframe/command/core/open.rs:121:17
2025-08-20T22:00:08.3356353Z [00:08:29.509]➜      |
2025-08-20T22:00:08.3356861Z [00:08:29.509]➜  121 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3357566Z [00:08:29.509]➜      |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3358383Z [00:08:29.509]➜      |                 |
2025-08-20T22:00:08.3358977Z [00:08:29.509]➜      |                 the lifetime is elided here
2025-08-20T22:00:08.3359508Z [00:08:29.509]➜      |
2025-08-20T22:00:08.3360317Z [00:08:29.509]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3361185Z [00:08:29.509]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3361686Z [00:08:29.509]➜      |
2025-08-20T22:00:08.3362225Z [00:08:29.509]➜  121 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3363007Z [00:08:29.509]➜      |                                      ++++
2025-08-20T22:00:08.3363486Z [00:08:29.509]➜  
2025-08-20T22:00:08.3364082Z [00:08:29.509]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3365014Z [00:08:29.509]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/profile.rs:42:17
2025-08-20T22:00:08.3365681Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3366170Z [00:08:29.509]➜  42 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3366855Z [00:08:29.509]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3367449Z [00:08:29.509]➜     |                 |
2025-08-20T22:00:08.3368189Z [00:08:29.509]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3368715Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3369512Z [00:08:29.509]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3370378Z [00:08:29.509]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3370863Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3371373Z [00:08:29.509]➜  42 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3371996Z [00:08:29.509]➜     |                                      ++++
2025-08-20T22:00:08.3372500Z [00:08:29.509]➜  
2025-08-20T22:00:08.3373105Z [00:08:29.509]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3374056Z [00:08:29.509]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/save/mod.rs:68:17
2025-08-20T22:00:08.3374747Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3375253Z [00:08:29.509]➜  68 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3375938Z [00:08:29.509]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3376646Z [00:08:29.509]➜     |                 |
2025-08-20T22:00:08.3377311Z [00:08:29.509]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3378020Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3378792Z [00:08:29.509]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3379582Z [00:08:29.509]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3380058Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3380569Z [00:08:29.509]➜  68 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3381204Z [00:08:29.509]➜     |                                      ++++
2025-08-20T22:00:08.3381691Z [00:08:29.509]➜  
2025-08-20T22:00:08.3382283Z [00:08:29.509]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3383205Z [00:08:29.509]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/schema.rs:32:17
2025-08-20T22:00:08.3383879Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3384386Z [00:08:29.509]➜  32 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3385218Z [00:08:29.509]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3385855Z [00:08:29.509]➜     |                 |
2025-08-20T22:00:08.3386416Z [00:08:29.509]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3386927Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3387689Z [00:08:29.509]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3388710Z [00:08:29.509]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3389189Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3389700Z [00:08:29.509]➜  32 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3390323Z [00:08:29.509]➜     |                                      ++++
2025-08-20T22:00:08.3390806Z [00:08:29.509]➜  
2025-08-20T22:00:08.3391389Z [00:08:29.509]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3392366Z [00:08:29.509]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/shape.rs:33:17
2025-08-20T22:00:08.3393072Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3393765Z [00:08:29.509]➜  33 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3394683Z [00:08:29.509]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3395455Z [00:08:29.509]➜     |                 |
2025-08-20T22:00:08.3396409Z [00:08:29.509]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3397210Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3398442Z [00:08:29.509]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3418458Z [00:08:29.509]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3418995Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3419545Z [00:08:29.509]➜  33 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3420217Z [00:08:29.509]➜     |                                      ++++
2025-08-20T22:00:08.3420726Z [00:08:29.509]➜  
2025-08-20T22:00:08.3421373Z [00:08:29.509]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3422352Z [00:08:29.509]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/summary.rs:47:17
2025-08-20T22:00:08.3423055Z [00:08:29.509]➜     |
2025-08-20T22:00:08.3423580Z [00:08:29.509]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3424316Z [00:08:29.509]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3424904Z [00:08:29.510]➜     |                 |
2025-08-20T22:00:08.3425451Z [00:08:29.510]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3425952Z [00:08:29.510]➜     |
2025-08-20T22:00:08.3426742Z [00:08:29.510]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3427607Z [00:08:29.510]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3428518Z [00:08:29.510]➜     |
2025-08-20T22:00:08.3429075Z [00:08:29.510]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3429857Z [00:08:29.510]➜     |                                      ++++
2025-08-20T22:00:08.3430374Z [00:08:29.510]➜  
2025-08-20T22:00:08.3430976Z [00:08:29.510]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3431900Z [00:08:29.510]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/to_df.rs:50:17
2025-08-20T22:00:08.3432578Z [00:08:29.510]➜     |
2025-08-20T22:00:08.3433094Z [00:08:29.510]➜  50 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3433823Z [00:08:29.510]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3434413Z [00:08:29.510]➜     |                 |
2025-08-20T22:00:08.3434973Z [00:08:29.510]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3435494Z [00:08:29.510]➜     |
2025-08-20T22:00:08.3436292Z [00:08:29.510]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3437154Z [00:08:29.510]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3468063Z [00:08:29.510]➜     |
2025-08-20T22:00:08.3468795Z [00:08:29.510]➜  50 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3469503Z [00:08:29.510]➜     |                                      ++++
2025-08-20T22:00:08.3470035Z [00:08:29.510]➜  
2025-08-20T22:00:08.3470693Z [00:08:29.510]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3471679Z [00:08:29.510]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/to_dtype.rs:28:17
2025-08-20T22:00:08.3472401Z [00:08:29.510]➜     |
2025-08-20T22:00:08.3472936Z [00:08:29.510]➜  28 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3473670Z [00:08:29.510]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3474284Z [00:08:29.510]➜     |                 |
2025-08-20T22:00:08.3474892Z [00:08:29.510]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3475446Z [00:08:29.510]➜     |
2025-08-20T22:00:08.3476280Z [00:08:29.510]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3477361Z [00:08:29.510]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3478090Z [00:08:29.510]➜     |
2025-08-20T22:00:08.3478652Z [00:08:29.510]➜  28 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3479323Z [00:08:29.510]➜     |                                      ++++
2025-08-20T22:00:08.3479832Z [00:08:29.510]➜  
2025-08-20T22:00:08.3480459Z [00:08:29.513]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3481453Z [00:08:29.513]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/to_lazy.rs:39:17
2025-08-20T22:00:08.3482175Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3482706Z [00:08:29.513]➜  39 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3483454Z [00:08:29.513]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3484081Z [00:08:29.513]➜     |                 |
2025-08-20T22:00:08.3484679Z [00:08:29.513]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3485211Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3486032Z [00:08:29.513]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3486917Z [00:08:29.513]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3487433Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3488178Z [00:08:29.513]➜  39 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3488875Z [00:08:29.513]➜     |                                      ++++
2025-08-20T22:00:08.3489394Z [00:08:29.513]➜  
2025-08-20T22:00:08.3490035Z [00:08:29.513]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3491154Z [00:08:29.513]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/to_nu.rs:47:17
2025-08-20T22:00:08.3491974Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3492524Z [00:08:29.513]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3493274Z [00:08:29.513]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3493891Z [00:08:29.513]➜     |                 |
2025-08-20T22:00:08.3494483Z [00:08:29.513]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3495021Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3495832Z [00:08:29.513]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3496707Z [00:08:29.513]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3497210Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3497954Z [00:08:29.513]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3498647Z [00:08:29.513]➜     |                                      ++++
2025-08-20T22:00:08.3499173Z [00:08:29.513]➜  
2025-08-20T22:00:08.3499808Z [00:08:29.513]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3500944Z [00:08:29.513]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/to_repr.rs:33:17
2025-08-20T22:00:08.3501714Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3502259Z [00:08:29.513]➜  33 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3503013Z [00:08:29.513]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3503638Z [00:08:29.513]➜     |                 |
2025-08-20T22:00:08.3504237Z [00:08:29.513]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3504779Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3505598Z [00:08:29.513]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3506475Z [00:08:29.513]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3506975Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3507554Z [00:08:29.513]➜  33 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3508461Z [00:08:29.513]➜     |                                      ++++
2025-08-20T22:00:08.3509004Z [00:08:29.513]➜  
2025-08-20T22:00:08.3509861Z [00:08:29.513]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3510874Z [00:08:29.513]➜    --> crates/nu_plugin_polars/src/dataframe/command/core/to_schema.rs:28:17
2025-08-20T22:00:08.3511597Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3512135Z [00:08:29.513]➜  28 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3512878Z [00:08:29.513]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3513500Z [00:08:29.513]➜     |                 |
2025-08-20T22:00:08.3514097Z [00:08:29.513]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3514646Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3515488Z [00:08:29.513]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3516390Z [00:08:29.513]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3516916Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3517483Z [00:08:29.513]➜  28 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3518361Z [00:08:29.513]➜     |                                      ++++
2025-08-20T22:00:08.3518881Z [00:08:29.513]➜  
2025-08-20T22:00:08.3519520Z [00:08:29.513]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3520475Z [00:08:29.513]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/alias.rs:38:17
2025-08-20T22:00:08.3521173Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3521709Z [00:08:29.513]➜  38 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3522457Z [00:08:29.513]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3523083Z [00:08:29.513]➜     |                 |
2025-08-20T22:00:08.3523830Z [00:08:29.513]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3524410Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3525391Z [00:08:29.513]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3526296Z [00:08:29.513]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3526812Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3527363Z [00:08:29.513]➜  38 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3528255Z [00:08:29.513]➜     |                                      ++++
2025-08-20T22:00:08.3528774Z [00:08:29.513]➜  
2025-08-20T22:00:08.3529395Z [00:08:29.513]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3530360Z [00:08:29.513]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/append.rs:47:17
2025-08-20T22:00:08.3531054Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3531571Z [00:08:29.513]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3532320Z [00:08:29.513]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3532945Z [00:08:29.513]➜     |                 |
2025-08-20T22:00:08.3533677Z [00:08:29.513]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3534341Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3535176Z [00:08:29.513]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3536065Z [00:08:29.513]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3536573Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3537113Z [00:08:29.513]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3537964Z [00:08:29.513]➜     |                                      ++++
2025-08-20T22:00:08.3538487Z [00:08:29.513]➜  
2025-08-20T22:00:08.3539110Z [00:08:29.513]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3540089Z [00:08:29.513]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/arg_where.rs:33:17
2025-08-20T22:00:08.3540818Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3541355Z [00:08:29.513]➜  33 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3542105Z [00:08:29.513]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3542803Z [00:08:29.513]➜     |                 |
2025-08-20T22:00:08.3543407Z [00:08:29.513]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3543960Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3544782Z [00:08:29.513]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3545668Z [00:08:29.513]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3546182Z [00:08:29.513]➜     |
2025-08-20T22:00:08.3546722Z [00:08:29.513]➜  33 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3547381Z [00:08:29.513]➜     |                                      ++++
2025-08-20T22:00:08.3548082Z [00:08:29.515]➜  
2025-08-20T22:00:08.3548871Z [00:08:29.515]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3549964Z [00:08:29.515]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/cast.rs:54:17
2025-08-20T22:00:08.3550676Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3551197Z [00:08:29.515]➜  54 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3551933Z [00:08:29.515]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3552550Z [00:08:29.515]➜     |                 |
2025-08-20T22:00:08.3553142Z [00:08:29.515]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3553693Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3554510Z [00:08:29.515]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3555398Z [00:08:29.515]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3555906Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3556451Z [00:08:29.515]➜  54 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3557133Z [00:08:29.515]➜     |                                      ++++
2025-08-20T22:00:08.3557663Z [00:08:29.515]➜  
2025-08-20T22:00:08.3579084Z [00:08:29.515]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3580052Z [00:08:29.515]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/col.rs:44:17
2025-08-20T22:00:08.3580692Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3581170Z [00:08:29.515]➜  44 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3581867Z [00:08:29.515]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3582447Z [00:08:29.515]➜     |                 |
2025-08-20T22:00:08.3583010Z [00:08:29.515]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3583528Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3584324Z [00:08:29.515]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3585168Z [00:08:29.515]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3585673Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3586219Z [00:08:29.515]➜  44 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3587014Z [00:08:29.515]➜     |                                      ++++
2025-08-20T22:00:08.3587504Z [00:08:29.515]➜  
2025-08-20T22:00:08.3588295Z [00:08:29.515]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3589227Z [00:08:29.515]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/collect.rs:35:17
2025-08-20T22:00:08.3589884Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3590389Z [00:08:29.515]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3591108Z [00:08:29.515]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3591710Z [00:08:29.515]➜     |                 |
2025-08-20T22:00:08.3592282Z [00:08:29.515]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3592813Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3593601Z [00:08:29.515]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3594464Z [00:08:29.515]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3594949Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3595467Z [00:08:29.515]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3596038Z [00:08:29.515]➜     |                                      ++++
2025-08-20T22:00:08.3596470Z [00:08:29.515]➜  
2025-08-20T22:00:08.3597016Z [00:08:29.515]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3598070Z [00:08:29.515]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/concat.rs:56:17
2025-08-20T22:00:08.3598729Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3599230Z [00:08:29.515]➜  56 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3599953Z [00:08:29.515]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3600749Z [00:08:29.515]➜     |                 |
2025-08-20T22:00:08.3601498Z [00:08:29.515]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3602063Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3602896Z [00:08:29.515]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3603737Z [00:08:29.515]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3604246Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3604790Z [00:08:29.515]➜  56 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3605442Z [00:08:29.515]➜     |                                      ++++
2025-08-20T22:00:08.3605944Z [00:08:29.515]➜  
2025-08-20T22:00:08.3606572Z [00:08:29.515]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3607502Z [00:08:29.515]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/cut.rs:40:17
2025-08-20T22:00:08.3638557Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3639130Z [00:08:29.515]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3639866Z [00:08:29.515]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3640633Z [00:08:29.515]➜     |                 |
2025-08-20T22:00:08.3641217Z [00:08:29.515]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3641751Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3642526Z [00:08:29.515]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3643366Z [00:08:29.515]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3643832Z [00:08:29.515]➜     |
2025-08-20T22:00:08.3644338Z [00:08:29.515]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3644950Z [00:08:29.515]➜     |                                      ++++
2025-08-20T22:00:08.3645441Z [00:08:29.515]➜  
2025-08-20T22:00:08.3646054Z [00:08:29.516]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3646989Z [00:08:29.516]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/drop.rs:37:17
2025-08-20T22:00:08.3647659Z [00:08:29.517]➜     |
2025-08-20T22:00:08.3648377Z [00:08:29.517]➜  37 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3649225Z [00:08:29.517]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3649828Z [00:08:29.517]➜     |                 |
2025-08-20T22:00:08.3650410Z [00:08:29.517]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3650895Z [00:08:29.517]➜     |
2025-08-20T22:00:08.3651695Z [00:08:29.517]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3652552Z [00:08:29.517]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3653037Z [00:08:29.517]➜     |
2025-08-20T22:00:08.3653566Z [00:08:29.517]➜  37 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3654214Z [00:08:29.517]➜     |                                      ++++
2025-08-20T22:00:08.3654701Z [00:08:29.517]➜  
2025-08-20T22:00:08.3655300Z [00:08:29.517]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3656326Z [00:08:29.517]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/drop_duplicates.rs:49:17
2025-08-20T22:00:08.3657048Z [00:08:29.517]➜     |
2025-08-20T22:00:08.3657555Z [00:08:29.517]➜  49 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3658450Z [00:08:29.517]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3659063Z [00:08:29.518]➜     |                 |
2025-08-20T22:00:08.3659658Z [00:08:29.518]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3660213Z [00:08:29.518]➜     |
2025-08-20T22:00:08.3661020Z [00:08:29.518]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3661897Z [00:08:29.518]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3662575Z [00:08:29.518]➜     |
2025-08-20T22:00:08.3663143Z [00:08:29.518]➜  49 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3663969Z [00:08:29.518]➜     |                                      ++++
2025-08-20T22:00:08.3664501Z [00:08:29.518]➜  
2025-08-20T22:00:08.3665142Z [00:08:29.518]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3666131Z [00:08:29.518]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/drop_nulls.rs:41:17
2025-08-20T22:00:08.3666856Z [00:08:29.518]➜     |
2025-08-20T22:00:08.3667391Z [00:08:29.518]➜  41 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3668372Z [00:08:29.518]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3669014Z [00:08:29.518]➜     |                 |
2025-08-20T22:00:08.3669623Z [00:08:29.518]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3670161Z [00:08:29.518]➜     |
2025-08-20T22:00:08.3671011Z [00:08:29.518]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3671912Z [00:08:29.518]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3672584Z [00:08:29.518]➜     |
2025-08-20T22:00:08.3673179Z [00:08:29.518]➜  41 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3673847Z [00:08:29.518]➜     |                                      ++++
2025-08-20T22:00:08.3674342Z [00:08:29.518]➜  
2025-08-20T22:00:08.3674977Z [00:08:29.518]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3675927Z [00:08:29.518]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/dummies.rs:33:17
2025-08-20T22:00:08.3676641Z [00:08:29.518]➜     |
2025-08-20T22:00:08.3677177Z [00:08:29.518]➜  33 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3678149Z [00:08:29.518]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3678792Z [00:08:29.518]➜     |                 |
2025-08-20T22:00:08.3679395Z [00:08:29.518]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3679936Z [00:08:29.518]➜     |
2025-08-20T22:00:08.3680726Z [00:08:29.518]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3681781Z [00:08:29.518]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3682300Z [00:08:29.518]➜     |
2025-08-20T22:00:08.3682872Z [00:08:29.518]➜  33 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3683502Z [00:08:29.518]➜     |                                      ++++
2025-08-20T22:00:08.3684008Z [00:08:29.518]➜  
2025-08-20T22:00:08.3684622Z [00:08:29.521]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3685584Z [00:08:29.521]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/explode.rs:45:17
2025-08-20T22:00:08.3686271Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3686795Z [00:08:29.521]➜  45 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3687528Z [00:08:29.521]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3688327Z [00:08:29.521]➜     |                 |
2025-08-20T22:00:08.3688868Z [00:08:29.521]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3689329Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3690021Z [00:08:29.521]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3690784Z [00:08:29.521]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3691235Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3691698Z [00:08:29.521]➜  45 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3692275Z [00:08:29.521]➜     |                                      ++++
2025-08-20T22:00:08.3692710Z [00:08:29.521]➜  
2025-08-20T22:00:08.3693261Z [00:08:29.521]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3694273Z [00:08:29.521]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/fill_nan.rs:40:17
2025-08-20T22:00:08.3695004Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3695469Z [00:08:29.521]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3696159Z [00:08:29.521]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3696739Z [00:08:29.521]➜     |                 |
2025-08-20T22:00:08.3697283Z [00:08:29.521]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3697940Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3698705Z [00:08:29.521]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3699501Z [00:08:29.521]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3699967Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3700463Z [00:08:29.521]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3701071Z [00:08:29.521]➜     |                                      ++++
2025-08-20T22:00:08.3701543Z [00:08:29.521]➜  
2025-08-20T22:00:08.3702120Z [00:08:29.521]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3703166Z [00:08:29.521]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/fill_null.rs:40:17
2025-08-20T22:00:08.3703855Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3704337Z [00:08:29.521]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3705010Z [00:08:29.521]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3705590Z [00:08:29.521]➜     |                 |
2025-08-20T22:00:08.3706136Z [00:08:29.521]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3706636Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3707409Z [00:08:29.521]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3708436Z [00:08:29.521]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3708929Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3709474Z [00:08:29.521]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3710143Z [00:08:29.521]➜     |                                      ++++
2025-08-20T22:00:08.3710708Z [00:08:29.521]➜  
2025-08-20T22:00:08.3711468Z [00:08:29.521]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3712418Z [00:08:29.521]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/filter.rs:47:17
2025-08-20T22:00:08.3713103Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3713614Z [00:08:29.521]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3714341Z [00:08:29.521]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3714939Z [00:08:29.521]➜     |                 |
2025-08-20T22:00:08.3715510Z [00:08:29.521]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3716032Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3716836Z [00:08:29.521]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3717697Z [00:08:29.521]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3718358Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3718879Z [00:08:29.521]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3719535Z [00:08:29.521]➜     |                                      ++++
2025-08-20T22:00:08.3720035Z [00:08:29.521]➜  
2025-08-20T22:00:08.3720678Z [00:08:29.521]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3721667Z [00:08:29.521]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/filter_with.rs:44:17
2025-08-20T22:00:08.3722354Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3722881Z [00:08:29.521]➜  44 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3723619Z [00:08:29.521]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3724218Z [00:08:29.521]➜     |                 |
2025-08-20T22:00:08.3724943Z [00:08:29.521]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3725500Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3726437Z [00:08:29.521]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3727312Z [00:08:29.521]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3758122Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3758835Z [00:08:29.521]➜  44 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3759537Z [00:08:29.521]➜     |                                      ++++
2025-08-20T22:00:08.3760052Z [00:08:29.521]➜  
2025-08-20T22:00:08.3760684Z [00:08:29.521]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3761546Z [00:08:29.521]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/first.rs:48:17
2025-08-20T22:00:08.3762176Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3762674Z [00:08:29.521]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3763381Z [00:08:29.521]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3763983Z [00:08:29.521]➜     |                 |
2025-08-20T22:00:08.3764752Z [00:08:29.521]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3765317Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3766091Z [00:08:29.521]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3766904Z [00:08:29.521]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3767359Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3768034Z [00:08:29.521]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3768665Z [00:08:29.521]➜     |                                      ++++
2025-08-20T22:00:08.3769126Z [00:08:29.521]➜  
2025-08-20T22:00:08.3769698Z [00:08:29.521]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3770629Z [00:08:29.521]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/flatten.rs:48:17
2025-08-20T22:00:08.3771312Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3771826Z [00:08:29.521]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3772541Z [00:08:29.521]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3773203Z [00:08:29.521]➜     |                 |
2025-08-20T22:00:08.3773721Z [00:08:29.521]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3774234Z [00:08:29.521]➜     |
2025-08-20T22:00:08.3775000Z [00:08:29.524]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3775835Z [00:08:29.524]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3776309Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3776798Z [00:08:29.524]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3777400Z [00:08:29.524]➜     |                                      ++++
2025-08-20T22:00:08.3778064Z [00:08:29.524]➜  
2025-08-20T22:00:08.3778698Z [00:08:29.524]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3779625Z [00:08:29.524]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/get.rs:37:17
2025-08-20T22:00:08.3780311Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3780820Z [00:08:29.524]➜  37 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3781504Z [00:08:29.524]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3782080Z [00:08:29.524]➜     |                 |
2025-08-20T22:00:08.3782648Z [00:08:29.524]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3783184Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3783980Z [00:08:29.524]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3784831Z [00:08:29.524]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3785325Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3785849Z [00:08:29.524]➜  37 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3786637Z [00:08:29.524]➜     |                                      ++++
2025-08-20T22:00:08.3787196Z [00:08:29.524]➜  
2025-08-20T22:00:08.3787595Z [00:08:29.524]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3788268Z [00:08:29.524]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/join.rs:57:17
2025-08-20T22:00:08.3788432Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3788700Z [00:08:29.524]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3789054Z [00:08:29.524]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3789266Z [00:08:29.524]➜     |                 |
2025-08-20T22:00:08.3789576Z [00:08:29.524]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3789751Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3790354Z [00:08:29.524]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3790620Z [00:08:29.524]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3790809Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3791243Z [00:08:29.524]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3791543Z [00:08:29.524]➜     |                                      ++++
2025-08-20T22:00:08.3791706Z [00:08:29.524]➜  
2025-08-20T22:00:08.3792149Z [00:08:29.524]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3792662Z [00:08:29.524]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/join_where.rs:36:17
2025-08-20T22:00:08.3792852Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3793139Z [00:08:29.524]➜  36 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3793479Z [00:08:29.524]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3793675Z [00:08:29.524]➜     |                 |
2025-08-20T22:00:08.3793960Z [00:08:29.524]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3794132Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3794668Z [00:08:29.524]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3794913Z [00:08:29.524]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3795184Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3795476Z [00:08:29.524]➜  36 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3795727Z [00:08:29.524]➜     |                                      ++++
2025-08-20T22:00:08.3795866Z [00:08:29.524]➜  
2025-08-20T22:00:08.3796248Z [00:08:29.524]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3796655Z [00:08:29.524]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/last.rs:46:17
2025-08-20T22:00:08.3796810Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3797074Z [00:08:29.524]➜  46 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3797396Z [00:08:29.524]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3797594Z [00:08:29.524]➜     |                 |
2025-08-20T22:00:08.3798063Z [00:08:29.524]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3798239Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3798806Z [00:08:29.524]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3799044Z [00:08:29.524]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3799213Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3799508Z [00:08:29.524]➜  46 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3799761Z [00:08:29.524]➜     |                                      ++++
2025-08-20T22:00:08.3799911Z [00:08:29.524]➜  
2025-08-20T22:00:08.3800298Z [00:08:29.524]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3800723Z [00:08:29.524]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/len.rs:29:17
2025-08-20T22:00:08.3800878Z [00:08:29.524]➜     |
2025-08-20T22:00:08.3801282Z [00:08:29.524]➜  29 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3801702Z [00:08:29.524]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3801912Z [00:08:29.524]➜     |                 |
2025-08-20T22:00:08.3802202Z [00:08:29.525]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3802366Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3802918Z [00:08:29.525]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3803157Z [00:08:29.525]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3803316Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3803620Z [00:08:29.525]➜  29 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3803874Z [00:08:29.525]➜     |                                      ++++
2025-08-20T22:00:08.3804028Z [00:08:29.525]➜  
2025-08-20T22:00:08.3804431Z [00:08:29.525]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3804875Z [00:08:29.525]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/lit.rs:32:17
2025-08-20T22:00:08.3805048Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3805455Z [00:08:29.525]➜  32 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3805814Z [00:08:29.525]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3806009Z [00:08:29.525]➜     |                 |
2025-08-20T22:00:08.3806288Z [00:08:29.525]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3806456Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3807042Z [00:08:29.525]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3807286Z [00:08:29.525]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3807445Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3807927Z [00:08:29.525]➜  32 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3808226Z [00:08:29.525]➜     |                                      ++++
2025-08-20T22:00:08.3808395Z [00:08:29.525]➜  
2025-08-20T22:00:08.3808821Z [00:08:29.525]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3809428Z [00:08:29.525]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/pivot.rs:81:17
2025-08-20T22:00:08.3809602Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3809902Z [00:08:29.525]➜  81 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3810229Z [00:08:29.525]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3810508Z [00:08:29.525]➜     |                 |
2025-08-20T22:00:08.3810812Z [00:08:29.525]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3810990Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3811575Z [00:08:29.525]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3811833Z [00:08:29.525]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3812006Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3812320Z [00:08:29.525]➜  81 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3812608Z [00:08:29.525]➜     |                                      ++++
2025-08-20T22:00:08.3812775Z [00:08:29.525]➜  
2025-08-20T22:00:08.3813180Z [00:08:29.525]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3813627Z [00:08:29.525]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/qcut.rs:41:17
2025-08-20T22:00:08.3813798Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3814076Z [00:08:29.525]➜  41 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3814415Z [00:08:29.525]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3814610Z [00:08:29.525]➜     |                 |
2025-08-20T22:00:08.3814900Z [00:08:29.525]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3815057Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3815741Z [00:08:29.525]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3816076Z [00:08:29.525]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3816264Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3816587Z [00:08:29.525]➜  41 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3816858Z [00:08:29.525]➜     |                                      ++++
2025-08-20T22:00:08.3817018Z [00:08:29.525]➜  
2025-08-20T22:00:08.3817440Z [00:08:29.525]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3818151Z [00:08:29.525]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/query_df.rs:46:17
2025-08-20T22:00:08.3818346Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3818651Z [00:08:29.525]➜  46 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3819004Z [00:08:29.525]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3819201Z [00:08:29.525]➜     |                 |
2025-08-20T22:00:08.3819503Z [00:08:29.525]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3819677Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3820338Z [00:08:29.525]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3820595Z [00:08:29.525]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3820762Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3821074Z [00:08:29.525]➜  46 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3821360Z [00:08:29.525]➜     |                                      ++++
2025-08-20T22:00:08.3821518Z [00:08:29.525]➜  
2025-08-20T22:00:08.3821945Z [00:08:29.525]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3822410Z [00:08:29.525]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/rename.rs:48:17
2025-08-20T22:00:08.3822582Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3822883Z [00:08:29.525]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3823253Z [00:08:29.525]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3823468Z [00:08:29.525]➜     |                 |
2025-08-20T22:00:08.3823889Z [00:08:29.525]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3824056Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3824643Z [00:08:29.525]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3824903Z [00:08:29.525]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3825068Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3825377Z [00:08:29.525]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3825637Z [00:08:29.525]➜     |                                      ++++
2025-08-20T22:00:08.3825795Z [00:08:29.525]➜  
2025-08-20T22:00:08.3826199Z [00:08:29.525]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3826667Z [00:08:29.525]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/reverse.rs:31:17
2025-08-20T22:00:08.3826840Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3827140Z [00:08:29.525]➜  31 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3827484Z [00:08:29.525]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3827699Z [00:08:29.525]➜     |                 |
2025-08-20T22:00:08.3828181Z [00:08:29.525]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3828358Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3828949Z [00:08:29.525]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3829213Z [00:08:29.525]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3829382Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3829715Z [00:08:29.525]➜  31 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3829983Z [00:08:29.525]➜     |                                      ++++
2025-08-20T22:00:08.3830151Z [00:08:29.525]➜  
2025-08-20T22:00:08.3830792Z [00:08:29.525]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3831393Z [00:08:29.525]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/sample.rs:56:17
2025-08-20T22:00:08.3831570Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3831883Z [00:08:29.525]➜  56 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3832242Z [00:08:29.525]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3832454Z [00:08:29.525]➜     |                 |
2025-08-20T22:00:08.3832751Z [00:08:29.525]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3832926Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3833502Z [00:08:29.525]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3833750Z [00:08:29.525]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3833909Z [00:08:29.525]➜     |
2025-08-20T22:00:08.3834232Z [00:08:29.525]➜  56 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3834506Z [00:08:29.525]➜     |                                      ++++
2025-08-20T22:00:08.3834768Z [00:08:29.525]➜  
2025-08-20T22:00:08.3835193Z [00:08:29.527]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3835670Z [00:08:29.527]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/select.rs:39:17
2025-08-20T22:00:08.3835839Z [00:08:29.527]➜     |
2025-08-20T22:00:08.3836141Z [00:08:29.527]➜  39 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3836489Z [00:08:29.527]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3836701Z [00:08:29.527]➜     |                 |
2025-08-20T22:00:08.3836995Z [00:08:29.527]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3837160Z [00:08:29.527]➜     |
2025-08-20T22:00:08.3837947Z [00:08:29.527]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3838199Z [00:08:29.527]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3838373Z [00:08:29.527]➜     |
2025-08-20T22:00:08.3838685Z [00:08:29.527]➜  39 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3839071Z [00:08:29.527]➜     |                                      ++++
2025-08-20T22:00:08.3839224Z [00:08:29.527]➜  
2025-08-20T22:00:08.3839834Z [00:08:29.531]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3840256Z [00:08:29.531]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/slice.rs:36:17
2025-08-20T22:00:08.3840419Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3840694Z [00:08:29.531]➜  36 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3841031Z [00:08:29.531]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3841226Z [00:08:29.531]➜     |                 |
2025-08-20T22:00:08.3841504Z [00:08:29.531]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3841670Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3842246Z [00:08:29.531]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3842490Z [00:08:29.531]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3842653Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3842943Z [00:08:29.531]➜  36 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3843203Z [00:08:29.531]➜     |                                      ++++
2025-08-20T22:00:08.3843354Z [00:08:29.531]➜  
2025-08-20T22:00:08.3843750Z [00:08:29.531]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3844241Z [00:08:29.531]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/sort_by_expr.rs:54:17
2025-08-20T22:00:08.3844405Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3844679Z [00:08:29.531]➜  54 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3845120Z [00:08:29.531]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3845406Z [00:08:29.531]➜     |                 |
2025-08-20T22:00:08.3845712Z [00:08:29.531]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3845884Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3846466Z [00:08:29.531]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3846708Z [00:08:29.531]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3846878Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3847180Z [00:08:29.531]➜  54 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3847448Z [00:08:29.531]➜     |                                      ++++
2025-08-20T22:00:08.3847611Z [00:08:29.531]➜  
2025-08-20T22:00:08.3848180Z [00:08:29.531]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3848733Z [00:08:29.531]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/struct_json_encode.rs:30:17
2025-08-20T22:00:08.3848908Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3849187Z [00:08:29.531]➜  30 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3849662Z [00:08:29.531]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3849887Z [00:08:29.531]➜     |                 |
2025-08-20T22:00:08.3850196Z [00:08:29.531]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3850373Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3850935Z [00:08:29.531]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3851201Z [00:08:29.531]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3851368Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3851685Z [00:08:29.531]➜  30 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3851947Z [00:08:29.531]➜     |                                      ++++
2025-08-20T22:00:08.3852105Z [00:08:29.531]➜  
2025-08-20T22:00:08.3852548Z [00:08:29.531]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3853063Z [00:08:29.531]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/take.rs:40:17
2025-08-20T22:00:08.3853440Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3853782Z [00:08:29.531]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3854165Z [00:08:29.531]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3854398Z [00:08:29.531]➜     |                 |
2025-08-20T22:00:08.3854710Z [00:08:29.531]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3854902Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3855515Z [00:08:29.531]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3855800Z [00:08:29.531]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3855978Z [00:08:29.531]➜     |
2025-08-20T22:00:08.3856312Z [00:08:29.531]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3856628Z [00:08:29.531]➜     |                                      ++++
2025-08-20T22:00:08.3856819Z [00:08:29.531]➜  
2025-08-20T22:00:08.3857278Z [00:08:29.532]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3857989Z [00:08:29.532]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/unnest.rs:34:17
2025-08-20T22:00:08.3858205Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3858524Z [00:08:29.532]➜  34 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3858904Z [00:08:29.532]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3859135Z [00:08:29.532]➜     |                 |
2025-08-20T22:00:08.3859448Z [00:08:29.532]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3859639Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3860248Z [00:08:29.532]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3860696Z [00:08:29.532]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3860910Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3861433Z [00:08:29.532]➜  34 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3861742Z [00:08:29.532]➜     |                                      ++++
2025-08-20T22:00:08.3861930Z [00:08:29.532]➜  
2025-08-20T22:00:08.3862378Z [00:08:29.532]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3862903Z [00:08:29.532]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/unpivot.rs:64:17
2025-08-20T22:00:08.3863084Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3863403Z [00:08:29.532]➜  64 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3863792Z [00:08:29.532]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3864006Z [00:08:29.532]➜     |                 |
2025-08-20T22:00:08.3864316Z [00:08:29.532]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3864499Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3865130Z [00:08:29.532]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3865553Z [00:08:29.532]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3865762Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3866114Z [00:08:29.532]➜  64 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3866420Z [00:08:29.532]➜     |                                      ++++
2025-08-20T22:00:08.3866594Z [00:08:29.532]➜  
2025-08-20T22:00:08.3867037Z [00:08:29.532]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3867561Z [00:08:29.532]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/with_column.rs:42:17
2025-08-20T22:00:08.3867952Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3868269Z [00:08:29.532]➜  42 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3868623Z [00:08:29.532]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3868834Z [00:08:29.532]➜     |                 |
2025-08-20T22:00:08.3869136Z [00:08:29.532]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3869308Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3870053Z [00:08:29.532]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3870296Z [00:08:29.532]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3870460Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3870768Z [00:08:29.532]➜  42 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3871036Z [00:08:29.532]➜     |                                      ++++
2025-08-20T22:00:08.3871190Z [00:08:29.532]➜  
2025-08-20T22:00:08.3871601Z [00:08:29.532]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3872067Z [00:08:29.532]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/replace.rs:64:17
2025-08-20T22:00:08.3872235Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3872630Z [00:08:29.532]➜  64 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3873084Z [00:08:29.532]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3873291Z [00:08:29.532]➜     |                 |
2025-08-20T22:00:08.3873578Z [00:08:29.532]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3873740Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3874309Z [00:08:29.532]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3874548Z [00:08:29.532]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3874719Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3875022Z [00:08:29.532]➜  64 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3875284Z [00:08:29.532]➜     |                                      ++++
2025-08-20T22:00:08.3875436Z [00:08:29.532]➜  
2025-08-20T22:00:08.3875831Z [00:08:29.532]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3876284Z [00:08:29.532]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/shift.rs:53:17
2025-08-20T22:00:08.3876450Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3876745Z [00:08:29.532]➜  53 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3877071Z [00:08:29.532]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3877260Z [00:08:29.532]➜     |                 |
2025-08-20T22:00:08.3877521Z [00:08:29.532]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3877679Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3878398Z [00:08:29.532]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3878641Z [00:08:29.532]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3878799Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3879110Z [00:08:29.532]➜  53 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3879382Z [00:08:29.532]➜     |                                      ++++
2025-08-20T22:00:08.3879552Z [00:08:29.532]➜  
2025-08-20T22:00:08.3879958Z [00:08:29.532]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3880614Z [00:08:29.532]➜    --> crates/nu_plugin_polars/src/dataframe/command/data/unique.rs:66:17
2025-08-20T22:00:08.3880791Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3881100Z [00:08:29.532]➜  66 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3881457Z [00:08:29.532]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3881670Z [00:08:29.532]➜     |                 |
2025-08-20T22:00:08.3881967Z [00:08:29.532]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3882143Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3882739Z [00:08:29.532]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3882996Z [00:08:29.532]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3883173Z [00:08:29.532]➜     |
2025-08-20T22:00:08.3883495Z [00:08:29.532]➜  66 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3883770Z [00:08:29.532]➜     |                                      ++++
2025-08-20T22:00:08.3883947Z [00:08:29.532]➜  
2025-08-20T22:00:08.3884346Z [00:08:29.535]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3884844Z [00:08:29.535]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/as_date.rs:56:17
2025-08-20T22:00:08.3885009Z [00:08:29.535]➜     |
2025-08-20T22:00:08.3885297Z [00:08:29.535]➜  56 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3885635Z [00:08:29.535]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3885831Z [00:08:29.535]➜     |                 |
2025-08-20T22:00:08.3886107Z [00:08:29.535]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3886268Z [00:08:29.535]➜     |
2025-08-20T22:00:08.3886949Z [00:08:29.535]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3887303Z [00:08:29.535]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3887493Z [00:08:29.535]➜     |
2025-08-20T22:00:08.3888006Z [00:08:29.535]➜  56 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3888288Z [00:08:29.535]➜     |                                      ++++
2025-08-20T22:00:08.3888449Z [00:08:29.535]➜  
2025-08-20T22:00:08.3888860Z [00:08:29.535]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3889386Z [00:08:29.535]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/as_datetime.rs:79:17
2025-08-20T22:00:08.3889560Z [00:08:29.535]➜     |
2025-08-20T22:00:08.3889860Z [00:08:29.535]➜  79 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3890223Z [00:08:29.535]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3890425Z [00:08:29.535]➜     |                 |
2025-08-20T22:00:08.3890732Z [00:08:29.535]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3890905Z [00:08:29.535]➜     |
2025-08-20T22:00:08.3891591Z [00:08:29.535]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3891855Z [00:08:29.535]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3892023Z [00:08:29.535]➜     |
2025-08-20T22:00:08.3892329Z [00:08:29.535]➜  79 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3892593Z [00:08:29.535]➜     |                                      ++++
2025-08-20T22:00:08.3892757Z [00:08:29.537]➜  
2025-08-20T22:00:08.3893163Z [00:08:29.537]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3893729Z [00:08:29.537]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/convert_time_zone.rs:47:17
2025-08-20T22:00:08.3893901Z [00:08:29.537]➜     |
2025-08-20T22:00:08.3894194Z [00:08:29.537]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3894541Z [00:08:29.537]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3894752Z [00:08:29.537]➜     |                 |
2025-08-20T22:00:08.3895151Z [00:08:29.537]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3895314Z [00:08:29.537]➜     |
2025-08-20T22:00:08.3895890Z [00:08:29.537]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3896130Z [00:08:29.537]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3896296Z [00:08:29.537]➜     |
2025-08-20T22:00:08.3896602Z [00:08:29.537]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3896863Z [00:08:29.537]➜     |                                      ++++
2025-08-20T22:00:08.3897024Z [00:08:29.537]➜  
2025-08-20T22:00:08.3897439Z [00:08:29.537]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3898140Z [00:08:29.537]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/datepart.rs:49:17
2025-08-20T22:00:08.3898341Z [00:08:29.537]➜     |
2025-08-20T22:00:08.3898665Z [00:08:29.537]➜  49 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3899042Z [00:08:29.537]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3899265Z [00:08:29.537]➜     |                 |
2025-08-20T22:00:08.3899587Z [00:08:29.537]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3899772Z [00:08:29.537]➜     |
2025-08-20T22:00:08.3900387Z [00:08:29.537]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3900657Z [00:08:29.537]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3900835Z [00:08:29.537]➜     |
2025-08-20T22:00:08.3901169Z [00:08:29.537]➜  49 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3901456Z [00:08:29.537]➜     |                                      ++++
2025-08-20T22:00:08.3901795Z [00:08:29.537]➜  
2025-08-20T22:00:08.3902278Z [00:08:29.537]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3903008Z [00:08:29.537]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/get_day.rs:47:17
2025-08-20T22:00:08.3903205Z [00:08:29.537]➜     |
2025-08-20T22:00:08.3903538Z [00:08:29.537]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3903907Z [00:08:29.537]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3904112Z [00:08:29.537]➜     |                 |
2025-08-20T22:00:08.3904407Z [00:08:29.537]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3904593Z [00:08:29.537]➜     |
2025-08-20T22:00:08.3905187Z [00:08:29.537]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3905468Z [00:08:29.537]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3905658Z [00:08:29.537]➜     |
2025-08-20T22:00:08.3906019Z [00:08:29.537]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3906461Z [00:08:29.537]➜     |                                      ++++
2025-08-20T22:00:08.3906672Z [00:08:29.537]➜  
2025-08-20T22:00:08.3907128Z [00:08:29.538]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3907685Z [00:08:29.538]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/get_hour.rs:49:17
2025-08-20T22:00:08.3908071Z [00:08:29.538]➜     |
2025-08-20T22:00:08.3908400Z [00:08:29.538]➜  49 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3908770Z [00:08:29.538]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3908997Z [00:08:29.538]➜     |                 |
2025-08-20T22:00:08.3909324Z [00:08:29.538]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3909512Z [00:08:29.538]➜     |
2025-08-20T22:00:08.3910164Z [00:08:29.538]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3910524Z [00:08:29.538]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3910718Z [00:08:29.538]➜     |
2025-08-20T22:00:08.3911241Z [00:08:29.538]➜  49 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3911528Z [00:08:29.538]➜     |                                      ++++
2025-08-20T22:00:08.3911710Z [00:08:29.539]➜  
2025-08-20T22:00:08.3912154Z [00:08:29.539]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3912723Z [00:08:29.539]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/get_minute.rs:47:17
2025-08-20T22:00:08.3912910Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3913235Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3913601Z [00:08:29.539]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3913831Z [00:08:29.539]➜     |                 |
2025-08-20T22:00:08.3914158Z [00:08:29.539]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3914357Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3914981Z [00:08:29.539]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3915280Z [00:08:29.539]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3915463Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3915806Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3916104Z [00:08:29.539]➜     |                                      ++++
2025-08-20T22:00:08.3916278Z [00:08:29.539]➜  
2025-08-20T22:00:08.3916728Z [00:08:29.539]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3917281Z [00:08:29.539]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/get_month.rs:47:17
2025-08-20T22:00:08.3917466Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3917978Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3918522Z [00:08:29.539]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3918869Z [00:08:29.539]➜     |                 |
2025-08-20T22:00:08.3919212Z [00:08:29.539]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3919395Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3920018Z [00:08:29.539]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3920295Z [00:08:29.539]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3920477Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3920808Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3921103Z [00:08:29.539]➜     |                                      ++++
2025-08-20T22:00:08.3921268Z [00:08:29.539]➜  
2025-08-20T22:00:08.3921719Z [00:08:29.539]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3922327Z [00:08:29.539]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/get_nanosecond.rs:47:17
2025-08-20T22:00:08.3922530Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3922993Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3923424Z [00:08:29.539]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3923654Z [00:08:29.539]➜     |                 |
2025-08-20T22:00:08.3923983Z [00:08:29.539]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3924168Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3924798Z [00:08:29.539]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3925080Z [00:08:29.539]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3925273Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3925624Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3925921Z [00:08:29.539]➜     |                                      ++++
2025-08-20T22:00:08.3926100Z [00:08:29.539]➜  
2025-08-20T22:00:08.3926576Z [00:08:29.539]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3927171Z [00:08:29.539]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/get_ordinal.rs:47:17
2025-08-20T22:00:08.3927575Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3928107Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3928483Z [00:08:29.539]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3928687Z [00:08:29.539]➜     |                 |
2025-08-20T22:00:08.3928985Z [00:08:29.539]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3929141Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3929696Z [00:08:29.539]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3929955Z [00:08:29.539]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3930120Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3930426Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3930674Z [00:08:29.539]➜     |                                      ++++
2025-08-20T22:00:08.3930837Z [00:08:29.539]➜  
2025-08-20T22:00:08.3931225Z [00:08:29.539]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3931718Z [00:08:29.539]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/get_second.rs:47:17
2025-08-20T22:00:08.3931873Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3932152Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3932484Z [00:08:29.539]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3932674Z [00:08:29.539]➜     |                 |
2025-08-20T22:00:08.3932952Z [00:08:29.539]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3933112Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3933768Z [00:08:29.539]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3934088Z [00:08:29.539]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3934243Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3934561Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3934809Z [00:08:29.539]➜     |                                      ++++
2025-08-20T22:00:08.3934970Z [00:08:29.539]➜  
2025-08-20T22:00:08.3935372Z [00:08:29.539]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3935863Z [00:08:29.539]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/get_week.rs:47:17
2025-08-20T22:00:08.3936020Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3936304Z [00:08:29.539]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3936624Z [00:08:29.539]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3936829Z [00:08:29.539]➜     |                 |
2025-08-20T22:00:08.3937129Z [00:08:29.539]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3937310Z [00:08:29.539]➜     |
2025-08-20T22:00:08.3938136Z [00:08:29.539]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3938407Z [00:08:29.539]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3938567Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3938877Z [00:08:29.540]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3939145Z [00:08:29.540]➜     |                                      ++++
2025-08-20T22:00:08.3939309Z [00:08:29.540]➜  
2025-08-20T22:00:08.3939717Z [00:08:29.540]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3940251Z [00:08:29.540]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/get_weekday.rs:47:17
2025-08-20T22:00:08.3940423Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3940725Z [00:08:29.540]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3941064Z [00:08:29.540]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3941263Z [00:08:29.540]➜     |                 |
2025-08-20T22:00:08.3941556Z [00:08:29.540]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3941885Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3942458Z [00:08:29.540]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3942695Z [00:08:29.540]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3942857Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3943151Z [00:08:29.540]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3943410Z [00:08:29.540]➜     |                                      ++++
2025-08-20T22:00:08.3943562Z [00:08:29.540]➜  
2025-08-20T22:00:08.3943962Z [00:08:29.540]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3944459Z [00:08:29.540]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/get_year.rs:47:17
2025-08-20T22:00:08.3944624Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3944916Z [00:08:29.540]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3945264Z [00:08:29.540]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3945462Z [00:08:29.540]➜     |                 |
2025-08-20T22:00:08.3945747Z [00:08:29.540]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3945918Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3946516Z [00:08:29.540]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3946772Z [00:08:29.540]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3946948Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3947267Z [00:08:29.540]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3947546Z [00:08:29.540]➜     |                                      ++++
2025-08-20T22:00:08.3947715Z [00:08:29.540]➜  
2025-08-20T22:00:08.3948435Z [00:08:29.540]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3949118Z [00:08:29.540]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/replace_time_zone.rs:64:17
2025-08-20T22:00:08.3949301Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3949616Z [00:08:29.540]➜  64 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3949981Z [00:08:29.540]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3950185Z [00:08:29.540]➜     |                 |
2025-08-20T22:00:08.3950485Z [00:08:29.540]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3950653Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3951243Z [00:08:29.540]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3951492Z [00:08:29.540]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3951665Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3951990Z [00:08:29.540]➜  64 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3952272Z [00:08:29.540]➜     |                                      ++++
2025-08-20T22:00:08.3952441Z [00:08:29.540]➜  
2025-08-20T22:00:08.3952973Z [00:08:29.540]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3953504Z [00:08:29.540]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/strftime.rs:47:17
2025-08-20T22:00:08.3953684Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3953986Z [00:08:29.540]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3954334Z [00:08:29.540]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3954542Z [00:08:29.540]➜     |                 |
2025-08-20T22:00:08.3954835Z [00:08:29.540]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3955011Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3955598Z [00:08:29.540]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3955856Z [00:08:29.540]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3956034Z [00:08:29.540]➜     |
2025-08-20T22:00:08.3956368Z [00:08:29.540]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3956757Z [00:08:29.540]➜     |                                      ++++
2025-08-20T22:00:08.3956929Z [00:08:29.540]➜  
2025-08-20T22:00:08.3957341Z [00:08:29.541]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3958021Z [00:08:29.541]➜    --> crates/nu_plugin_polars/src/dataframe/command/datetime/truncate.rs:48:17
2025-08-20T22:00:08.3958219Z [00:08:29.541]➜     |
2025-08-20T22:00:08.3958545Z [00:08:29.541]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3958926Z [00:08:29.541]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3959151Z [00:08:29.541]➜     |                 |
2025-08-20T22:00:08.3959477Z [00:08:29.541]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3959666Z [00:08:29.541]➜     |
2025-08-20T22:00:08.3960298Z [00:08:29.541]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3960585Z [00:08:29.541]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3960769Z [00:08:29.541]➜     |
2025-08-20T22:00:08.3961120Z [00:08:29.541]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3961413Z [00:08:29.541]➜     |                                      ++++
2025-08-20T22:00:08.3961584Z [00:08:29.541]➜  
2025-08-20T22:00:08.3962022Z [00:08:29.541]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3962528Z [00:08:29.541]➜    --> crates/nu_plugin_polars/src/dataframe/command/index/arg_max.rs:38:17
2025-08-20T22:00:08.3962715Z [00:08:29.541]➜     |
2025-08-20T22:00:08.3963016Z [00:08:29.541]➜  38 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3963508Z [00:08:29.541]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3963840Z [00:08:29.541]➜     |                 |
2025-08-20T22:00:08.3964159Z [00:08:29.541]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3964348Z [00:08:29.541]➜     |
2025-08-20T22:00:08.3964960Z [00:08:29.541]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3965245Z [00:08:29.541]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3965430Z [00:08:29.541]➜     |
2025-08-20T22:00:08.3965776Z [00:08:29.541]➜  38 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3966058Z [00:08:29.541]➜     |                                      ++++
2025-08-20T22:00:08.3966232Z [00:08:29.541]➜  
2025-08-20T22:00:08.3966683Z [00:08:29.543]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3967201Z [00:08:29.543]➜    --> crates/nu_plugin_polars/src/dataframe/command/index/arg_min.rs:38:17
2025-08-20T22:00:08.3967416Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3967739Z [00:08:29.543]➜  38 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3968511Z [00:08:29.543]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3968777Z [00:08:29.543]➜     |                 |
2025-08-20T22:00:08.3969114Z [00:08:29.543]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3969303Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3969936Z [00:08:29.543]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3970224Z [00:08:29.543]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3970416Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3970752Z [00:08:29.543]➜  38 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3971051Z [00:08:29.543]➜     |                                      ++++
2025-08-20T22:00:08.3971226Z [00:08:29.543]➜  
2025-08-20T22:00:08.3971698Z [00:08:29.543]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3972229Z [00:08:29.543]➜    --> crates/nu_plugin_polars/src/dataframe/command/index/arg_sort.rs:52:17
2025-08-20T22:00:08.3972617Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3972964Z [00:08:29.543]➜  52 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3973366Z [00:08:29.543]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3973600Z [00:08:29.543]➜     |                 |
2025-08-20T22:00:08.3973928Z [00:08:29.543]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3974118Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3974749Z [00:08:29.543]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3975025Z [00:08:29.543]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3975216Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3975555Z [00:08:29.543]➜  52 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3975866Z [00:08:29.543]➜     |                                      ++++
2025-08-20T22:00:08.3976051Z [00:08:29.543]➜  
2025-08-20T22:00:08.3976514Z [00:08:29.543]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3977073Z [00:08:29.543]➜    --> crates/nu_plugin_polars/src/dataframe/command/index/arg_unique.rs:38:17
2025-08-20T22:00:08.3977278Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3977603Z [00:08:29.543]➜  38 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3978203Z [00:08:29.543]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3978439Z [00:08:29.543]➜     |                 |
2025-08-20T22:00:08.3978770Z [00:08:29.543]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3978960Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3979573Z [00:08:29.543]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3980010Z [00:08:29.543]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3980217Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3980708Z [00:08:29.543]➜  38 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3981021Z [00:08:29.543]➜     |                                      ++++
2025-08-20T22:00:08.3981208Z [00:08:29.543]➜  
2025-08-20T22:00:08.3981656Z [00:08:29.543]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3982225Z [00:08:29.543]➜    --> crates/nu_plugin_polars/src/dataframe/command/index/set_with_idx.rs:45:17
2025-08-20T22:00:08.3982417Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3982764Z [00:08:29.543]➜  45 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.3983141Z [00:08:29.543]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.3983366Z [00:08:29.543]➜     |                 |
2025-08-20T22:00:08.3983675Z [00:08:29.543]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.3983882Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3984520Z [00:08:29.543]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.3984968Z [00:08:29.543]➜  help: use `'_` for type paths
2025-08-20T22:00:08.3985202Z [00:08:29.543]➜     |
2025-08-20T22:00:08.3997961Z [00:08:29.543]➜  45 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.3998361Z [00:08:29.543]➜     |                                      ++++
2025-08-20T22:00:08.3998545Z [00:08:29.543]➜  
2025-08-20T22:00:08.3998981Z [00:08:29.544]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.3999519Z [00:08:29.544]➜    --> crates/nu_plugin_polars/src/dataframe/command/integer/to_decimal.rs:48:17
2025-08-20T22:00:08.3999693Z [00:08:29.544]➜     |
2025-08-20T22:00:08.4000011Z [00:08:29.544]➜  48 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4000363Z [00:08:29.544]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4000585Z [00:08:29.544]➜     |                 |
2025-08-20T22:00:08.4000885Z [00:08:29.544]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4001058Z [00:08:29.544]➜     |
2025-08-20T22:00:08.4001804Z [00:08:29.544]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4002051Z [00:08:29.544]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4002221Z [00:08:29.544]➜     |
2025-08-20T22:00:08.4002543Z [00:08:29.544]➜  48 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4002814Z [00:08:29.544]➜     |                                      ++++
2025-08-20T22:00:08.4002976Z [00:08:29.544]➜  
2025-08-20T22:00:08.4003396Z [00:08:29.546]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4003917Z [00:08:29.546]➜    --> crates/nu_plugin_polars/src/dataframe/command/integer/to_integer.rs:42:17
2025-08-20T22:00:08.4004087Z [00:08:29.546]➜     |
2025-08-20T22:00:08.4004395Z [00:08:29.546]➜  42 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4004765Z [00:08:29.546]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4004968Z [00:08:29.546]➜     |                 |
2025-08-20T22:00:08.4005264Z [00:08:29.546]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4005427Z [00:08:29.546]➜     |
2025-08-20T22:00:08.4006014Z [00:08:29.546]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4006271Z [00:08:29.546]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4006446Z [00:08:29.546]➜     |
2025-08-20T22:00:08.4006757Z [00:08:29.546]➜  42 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4007025Z [00:08:29.546]➜     |                                      ++++
2025-08-20T22:00:08.4007183Z [00:08:29.546]➜  
2025-08-20T22:00:08.4007595Z [00:08:29.549]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4008383Z [00:08:29.549]➜    --> crates/nu_plugin_polars/src/dataframe/command/list/contains.rs:44:17
2025-08-20T22:00:08.4008678Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4009002Z [00:08:29.549]➜  44 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4009342Z [00:08:29.549]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4009549Z [00:08:29.549]➜     |                 |
2025-08-20T22:00:08.4009836Z [00:08:29.549]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4010003Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4010613Z [00:08:29.549]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4010867Z [00:08:29.549]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4011036Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4011356Z [00:08:29.549]➜  44 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4011628Z [00:08:29.549]➜     |                                      ++++
2025-08-20T22:00:08.4011803Z [00:08:29.549]➜  
2025-08-20T22:00:08.4012336Z [00:08:29.549]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4012894Z [00:08:29.549]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/concat_str.rs:42:17
2025-08-20T22:00:08.4013065Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4013375Z [00:08:29.549]➜  42 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4013735Z [00:08:29.549]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4013947Z [00:08:29.549]➜     |                 |
2025-08-20T22:00:08.4014244Z [00:08:29.549]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4014414Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4014995Z [00:08:29.549]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4015253Z [00:08:29.549]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4015436Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4015771Z [00:08:29.549]➜  42 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4016047Z [00:08:29.549]➜     |                                      ++++
2025-08-20T22:00:08.4016342Z [00:08:29.549]➜  
2025-08-20T22:00:08.4016775Z [00:08:29.549]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4017276Z [00:08:29.549]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/contains.rs:51:17
2025-08-20T22:00:08.4017446Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4017928Z [00:08:29.549]➜  51 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4018304Z [00:08:29.549]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4018529Z [00:08:29.549]➜     |                 |
2025-08-20T22:00:08.4018845Z [00:08:29.549]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4019034Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4019650Z [00:08:29.549]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4019945Z [00:08:29.549]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4020135Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4020469Z [00:08:29.549]➜  51 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4020753Z [00:08:29.549]➜     |                                      ++++
2025-08-20T22:00:08.4020941Z [00:08:29.549]➜  
2025-08-20T22:00:08.4021390Z [00:08:29.549]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4021927Z [00:08:29.549]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/str_join.rs:49:17
2025-08-20T22:00:08.4022127Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4022443Z [00:08:29.549]➜  49 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4022821Z [00:08:29.549]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4023231Z [00:08:29.549]➜     |                 |
2025-08-20T22:00:08.4023583Z [00:08:29.549]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4023891Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4024541Z [00:08:29.549]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4024826Z [00:08:29.549]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4025020Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4025365Z [00:08:29.549]➜  49 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4025666Z [00:08:29.549]➜     |                                      ++++
2025-08-20T22:00:08.4025839Z [00:08:29.549]➜  
2025-08-20T22:00:08.4026280Z [00:08:29.549]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4026841Z [00:08:29.549]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/str_lengths.rs:50:17
2025-08-20T22:00:08.4027043Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4027386Z [00:08:29.549]➜  50 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4028061Z [00:08:29.549]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4028468Z [00:08:29.549]➜     |                 |
2025-08-20T22:00:08.4028829Z [00:08:29.549]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4029013Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4029640Z [00:08:29.549]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4029912Z [00:08:29.549]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4030107Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4030445Z [00:08:29.549]➜  50 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4030747Z [00:08:29.549]➜     |                                      ++++
2025-08-20T22:00:08.4030927Z [00:08:29.549]➜  
2025-08-20T22:00:08.4031386Z [00:08:29.549]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4031959Z [00:08:29.549]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/str_replace.rs:58:17
2025-08-20T22:00:08.4032144Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4032475Z [00:08:29.549]➜  58 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4033029Z [00:08:29.549]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4033256Z [00:08:29.549]➜     |                 |
2025-08-20T22:00:08.4033587Z [00:08:29.549]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4033775Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4034391Z [00:08:29.549]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4034666Z [00:08:29.549]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4034858Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4035205Z [00:08:29.549]➜  58 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4035495Z [00:08:29.549]➜     |                                      ++++
2025-08-20T22:00:08.4035696Z [00:08:29.549]➜  
2025-08-20T22:00:08.4036147Z [00:08:29.549]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4036764Z [00:08:29.549]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/str_replace_all.rs:58:17
2025-08-20T22:00:08.4036976Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4037301Z [00:08:29.549]➜  58 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4037675Z [00:08:29.549]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4038096Z [00:08:29.549]➜     |                 |
2025-08-20T22:00:08.4038408Z [00:08:29.549]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4038597Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4039195Z [00:08:29.549]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4039470Z [00:08:29.549]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4039803Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4040162Z [00:08:29.549]➜  58 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4040585Z [00:08:29.549]➜     |                                      ++++
2025-08-20T22:00:08.4040779Z [00:08:29.549]➜  
2025-08-20T22:00:08.4041216Z [00:08:29.549]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4041751Z [00:08:29.549]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/str_slice.rs:51:17
2025-08-20T22:00:08.4041942Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4042274Z [00:08:29.549]➜  51 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4042649Z [00:08:29.549]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4042873Z [00:08:29.549]➜     |                 |
2025-08-20T22:00:08.4043186Z [00:08:29.549]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4043374Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4044015Z [00:08:29.549]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4044302Z [00:08:29.549]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4044631Z [00:08:29.549]➜     |
2025-08-20T22:00:08.4045018Z [00:08:29.549]➜  51 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4045302Z [00:08:29.549]➜     |                                      ++++
2025-08-20T22:00:08.4045486Z [00:08:29.549]➜  
2025-08-20T22:00:08.4045947Z [00:08:29.549]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4046506Z [00:08:29.549]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/str_split.rs:37:17
2025-08-20T22:00:08.4046693Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4047024Z [00:08:29.550]➜  37 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4047402Z [00:08:29.550]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4047630Z [00:08:29.550]➜     |                 |
2025-08-20T22:00:08.4048209Z [00:08:29.550]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4048415Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4049017Z [00:08:29.550]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4049439Z [00:08:29.550]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4049611Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4049933Z [00:08:29.550]➜  37 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4050215Z [00:08:29.550]➜     |                                      ++++
2025-08-20T22:00:08.4050377Z [00:08:29.550]➜  
2025-08-20T22:00:08.4050801Z [00:08:29.550]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4051349Z [00:08:29.550]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/str_strip_chars.rs:47:17
2025-08-20T22:00:08.4051533Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4051836Z [00:08:29.550]➜  47 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4052312Z [00:08:29.550]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4052628Z [00:08:29.550]➜     |                 |
2025-08-20T22:00:08.4052945Z [00:08:29.550]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4053112Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4053712Z [00:08:29.550]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4053971Z [00:08:29.550]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4054143Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4054460Z [00:08:29.550]➜  47 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4054740Z [00:08:29.550]➜     |                                      ++++
2025-08-20T22:00:08.4054906Z [00:08:29.550]➜  
2025-08-20T22:00:08.4055331Z [00:08:29.550]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4055868Z [00:08:29.550]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/to_lowercase.rs:45:17
2025-08-20T22:00:08.4056054Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4056365Z [00:08:29.550]➜  45 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4056740Z [00:08:29.550]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4056943Z [00:08:29.550]➜     |                 |
2025-08-20T22:00:08.4057247Z [00:08:29.550]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4057411Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4058168Z [00:08:29.550]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4058435Z [00:08:29.550]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4058613Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4058939Z [00:08:29.550]➜  45 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4059220Z [00:08:29.550]➜     |                                      ++++
2025-08-20T22:00:08.4059394Z [00:08:29.550]➜  
2025-08-20T22:00:08.4059823Z [00:08:29.550]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:08.4060499Z [00:08:29.550]➜    --> crates/nu_plugin_polars/src/dataframe/command/string/to_uppercase.rs:49:17
2025-08-20T22:00:08.4060777Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4061086Z [00:08:29.550]➜  49 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:08.4061446Z [00:08:29.550]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:08.4061647Z [00:08:29.550]➜     |                 |
2025-08-20T22:00:08.4061947Z [00:08:29.550]➜     |                 the lifetime is elided here
2025-08-20T22:00:08.4062113Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4062694Z [00:08:29.550]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:08.4062950Z [00:08:29.550]➜  help: use `'_` for type paths
2025-08-20T22:00:08.4063120Z [00:08:29.550]➜     |
2025-08-20T22:00:08.4063452Z [00:08:29.550]➜  49 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:08.4063730Z [00:08:29.550]➜     |                                      ++++
2025-08-20T22:00:08.4063914Z [00:08:29.550]➜  
2025-08-20T22:00:09.6142130Z [00:08:30.854]➜     Compiling webpage v2.0.1
2025-08-20T22:00:09.6160194Z [00:08:30.854]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name webpage --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpage-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="curl"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("curl", "default", "serde"))' -C metadata=f1824e1fc6795847 -C extra-filename=-ad260becb0ba8aef --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern curl=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcurl-e9ee9faa46783275.rmeta --extern html5ever=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b7e496eadac97b97.rmeta --extern markup5ever_rcdom=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever_rcdom-72fbc1c1896b8c23.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib`
2025-08-20T22:00:11.9295728Z [00:08:33.169]➜     Compiling nu_plugin_query v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query)
2025-08-20T22:00:11.9314431Z [00:08:33.169]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_query --edition=2024 crates/nu_plugin_query/src/lib.rs --error-format=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=15f88624d214fc24 -C extra-filename=-ca13c141b2deb0d7 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern gjson=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgjson-5c66bac0240344e4.rmeta --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern scraper=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscraper-8936ae42f38f5929.rmeta --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta --extern sxd_document=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_document-1e8842a422381c6f.rmeta --extern sxd_xpath=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_xpath-5b821ef1e7897d69.rmeta --extern webpage=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpage-ad260becb0ba8aef.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib`
2025-08-20T22:00:12.3806160Z [00:08:33.620]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:12.3807042Z [00:08:33.620]➜    --> crates/nu_plugin_query/src/query_json.rs:31:17
2025-08-20T22:00:12.3807590Z [00:08:33.620]➜     |
2025-08-20T22:00:12.3808515Z [00:08:33.620]➜  31 |     fn examples(&self) -> Vec<nu_protocol::Example> {
2025-08-20T22:00:12.3809344Z [00:08:33.620]➜     |                 ^^^^^         -------------------- the same lifetime is hidden here
2025-08-20T22:00:12.3809994Z [00:08:33.620]➜     |                 |
2025-08-20T22:00:12.3810561Z [00:08:33.620]➜     |                 the lifetime is elided here
2025-08-20T22:00:12.3811073Z [00:08:33.620]➜     |
2025-08-20T22:00:12.3811843Z [00:08:33.620]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:12.3812775Z [00:08:33.620]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:00:12.3813440Z [00:08:33.620]➜  help: use `'_` for type paths
2025-08-20T22:00:12.3814130Z [00:08:33.620]➜     |
2025-08-20T22:00:12.3814843Z [00:08:33.620]➜  31 |     fn examples(&self) -> Vec<nu_protocol::Example<'_>> {
2025-08-20T22:00:12.3815538Z [00:08:33.620]➜     |                                                   ++++
2025-08-20T22:00:12.3816029Z [00:08:33.620]➜  
2025-08-20T22:00:12.3828403Z [00:08:33.622]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:12.3829321Z [00:08:33.622]➜    --> crates/nu_plugin_query/src/query_web.rs:55:17
2025-08-20T22:00:12.3849253Z [00:08:33.622]➜     |
2025-08-20T22:00:12.3849803Z [00:08:33.622]➜  55 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:12.3850492Z [00:08:33.622]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:12.3851057Z [00:08:33.622]➜     |                 |
2025-08-20T22:00:12.3851600Z [00:08:33.622]➜     |                 the lifetime is elided here
2025-08-20T22:00:12.3852110Z [00:08:33.622]➜     |
2025-08-20T22:00:12.3852853Z [00:08:33.622]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:12.3853795Z [00:08:33.622]➜  help: use `'_` for type paths
2025-08-20T22:00:12.3854257Z [00:08:33.622]➜     |
2025-08-20T22:00:12.3854892Z [00:08:33.622]➜  55 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:12.3855563Z [00:08:33.622]➜     |                                      ++++
2025-08-20T22:00:12.3856078Z [00:08:33.622]➜  
2025-08-20T22:00:12.3856707Z [00:08:33.622]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:12.3857529Z [00:08:33.622]➜    --> crates/nu_plugin_query/src/query_webpage_info.rs:25:17
2025-08-20T22:00:12.3858312Z [00:08:33.622]➜     |
2025-08-20T22:00:12.3858802Z [00:08:33.622]➜  25 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:12.3859523Z [00:08:33.623]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:12.3860156Z [00:08:33.623]➜     |                 |
2025-08-20T22:00:12.3860755Z [00:08:33.623]➜     |                 the lifetime is elided here
2025-08-20T22:00:12.3861307Z [00:08:33.623]➜     |
2025-08-20T22:00:12.3862111Z [00:08:33.623]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:12.3863005Z [00:08:33.623]➜  help: use `'_` for type paths
2025-08-20T22:00:12.3863513Z [00:08:33.623]➜     |
2025-08-20T22:00:12.3864043Z [00:08:33.623]➜  25 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:12.3864730Z [00:08:33.623]➜     |                                      ++++
2025-08-20T22:00:12.3865253Z [00:08:33.623]➜  
2025-08-20T22:00:12.3865891Z [00:08:33.623]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:12.3866719Z [00:08:33.623]➜    --> crates/nu_plugin_query/src/query_xml.rs:63:17
2025-08-20T22:00:12.3867530Z [00:08:33.623]➜     |
2025-08-20T22:00:12.3868349Z [00:08:33.623]➜  63 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:12.3869272Z [00:08:33.623]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:12.3869871Z [00:08:33.623]➜     |                 |
2025-08-20T22:00:12.3870474Z [00:08:33.623]➜     |                 the lifetime is elided here
2025-08-20T22:00:12.3871008Z [00:08:33.623]➜     |
2025-08-20T22:00:12.3871825Z [00:08:33.623]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:12.3872712Z [00:08:33.623]➜  help: use `'_` for type paths
2025-08-20T22:00:12.3873214Z [00:08:33.623]➜     |
2025-08-20T22:00:12.3873743Z [00:08:33.623]➜  63 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:12.3874393Z [00:08:33.623]➜     |                                      ++++
2025-08-20T22:00:12.3874895Z [00:08:33.623]➜  
2025-08-20T22:00:12.3875536Z [00:08:33.623]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:12.3876393Z [00:08:33.623]➜    --> crates/nu_plugin_query/src/web_tables.rs:96:17
2025-08-20T22:00:12.3877131Z [00:08:33.623]➜     |
2025-08-20T22:00:12.3877659Z [00:08:33.623]➜  96 |     pub fn iter(&self) -> Iter {
2025-08-20T22:00:12.3878549Z [00:08:33.623]➜     |                 ^^^^^     ---- the same lifetime is hidden here
2025-08-20T22:00:12.3879131Z [00:08:33.623]➜     |                 |
2025-08-20T22:00:12.3879693Z [00:08:33.623]➜     |                 the lifetime is elided here
2025-08-20T22:00:12.3880190Z [00:08:33.623]➜     |
2025-08-20T22:00:12.3880958Z [00:08:33.623]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:12.3881809Z [00:08:33.623]➜  help: use `'_` for type paths
2025-08-20T22:00:12.3882300Z [00:08:33.623]➜     |
2025-08-20T22:00:12.3882800Z [00:08:33.623]➜  96 |     pub fn iter(&self) -> Iter<'_> {
2025-08-20T22:00:12.3883434Z [00:08:33.623]➜     |                               ++++
2025-08-20T22:00:12.3883928Z [00:08:33.623]➜  
2025-08-20T22:00:12.3884551Z [00:08:33.623]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:12.3885532Z [00:08:33.623]➜     --> crates/nu_plugin_query/src/web_tables.rs:261:17
2025-08-20T22:00:12.3886116Z [00:08:33.623]➜      |
2025-08-20T22:00:12.3886778Z [00:08:33.623]➜  261 |     pub fn iter(&self) -> std::slice::Iter<String> {
2025-08-20T22:00:12.3887590Z [00:08:33.623]➜      |                 ^^^^^     ------------------------ the same lifetime is hidden here
2025-08-20T22:00:12.3918630Z [00:08:33.623]➜      |                 |
2025-08-20T22:00:12.3919269Z [00:08:33.623]➜      |                 the lifetime is elided here
2025-08-20T22:00:12.3919820Z [00:08:33.623]➜      |
2025-08-20T22:00:12.3920655Z [00:08:33.623]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:12.3921532Z [00:08:33.623]➜  help: use `'_` for type paths
2025-08-20T22:00:12.3922044Z [00:08:33.623]➜      |
2025-08-20T22:00:12.3922723Z [00:08:33.623]➜  261 |     pub fn iter(&self) -> std::slice::Iter<'_, String> {
2025-08-20T22:00:12.3923475Z [00:08:33.623]➜      |                                            +++
2025-08-20T22:00:12.3923989Z [00:08:33.623]➜  
2025-08-20T22:00:12.9814101Z [00:08:34.221]➜  warning: `nu-cmd-extra` (lib) generated 41 warnings
2025-08-20T22:00:12.9823877Z [00:08:34.222]➜     Compiling nu-std v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std)
2025-08-20T22:00:12.9852415Z [00:08:34.224]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_std --edition=2024 crates/nu-std/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="sqlite"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("sqlite"))' -C metadata=99c67b5b3175ea89 -C extra-filename=-fa4703acf637627b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern miette=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmiette-df4921012340ce3f.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:13.4252576Z [00:08:34.665]➜     Compiling nu-cmd-plugin v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin)
2025-08-20T22:00:13.4276526Z [00:08:34.666]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_cmd_plugin --edition=2024 crates/nu-cmd-plugin/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b64a048dbff6a3b -C extra-filename=-4689edd9272ca07e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_plugin_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_engine-3f01238bbe5ba34c.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:13.6273047Z [00:08:34.867]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:13.6284356Z [00:08:34.868]➜    --> crates/nu-cmd-plugin/src/commands/plugin/mod.rs:43:17
2025-08-20T22:00:13.6293648Z [00:08:34.869]➜     |
2025-08-20T22:00:13.6308289Z [00:08:34.871]➜  43 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:13.6326994Z [00:08:34.872]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:13.6341509Z [00:08:34.873]➜     |                 |
2025-08-20T22:00:13.6358637Z [00:08:34.874]➜     |                 the lifetime is elided here
2025-08-20T22:00:13.6359232Z [00:08:34.874]➜     |
2025-08-20T22:00:13.6360279Z [00:08:34.875]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:13.6361529Z [00:08:34.875]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:00:13.6362292Z [00:08:34.875]➜  help: use `'_` for type paths
2025-08-20T22:00:13.6362798Z [00:08:34.875]➜     |
2025-08-20T22:00:13.6363372Z [00:08:34.876]➜  43 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:13.6386131Z [00:08:34.878]➜     |                                      ++++
2025-08-20T22:00:13.6386665Z [00:08:34.878]➜  
2025-08-20T22:00:13.6387292Z [00:08:34.878]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:13.6388359Z [00:08:34.878]➜    --> crates/nu-cmd-plugin/src/commands/plugin/add.rs:61:17
2025-08-20T22:00:13.6388959Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6389463Z [00:08:34.878]➜  61 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:13.6390186Z [00:08:34.878]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:13.6390795Z [00:08:34.878]➜     |                 |
2025-08-20T22:00:13.6391535Z [00:08:34.878]➜     |                 the lifetime is elided here
2025-08-20T22:00:13.6392102Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6392915Z [00:08:34.878]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:13.6393795Z [00:08:34.878]➜  help: use `'_` for type paths
2025-08-20T22:00:13.6394294Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6394816Z [00:08:34.878]➜  61 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:13.6395491Z [00:08:34.878]➜     |                                      ++++
2025-08-20T22:00:13.6395993Z [00:08:34.878]➜  
2025-08-20T22:00:13.6396619Z [00:08:34.878]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:13.6397511Z [00:08:34.878]➜    --> crates/nu-cmd-plugin/src/commands/plugin/list.rs:86:17
2025-08-20T22:00:13.6398375Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6399109Z [00:08:34.878]➜  86 |     fn examples(&self) -> Vec<nu_protocol::Example> {
2025-08-20T22:00:13.6399946Z [00:08:34.878]➜     |                 ^^^^^         -------------------- the same lifetime is hidden here
2025-08-20T22:00:13.6400731Z [00:08:34.878]➜     |                 |
2025-08-20T22:00:13.6401295Z [00:08:34.878]➜     |                 the lifetime is elided here
2025-08-20T22:00:13.6401812Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6402601Z [00:08:34.878]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:13.6403449Z [00:08:34.878]➜  help: use `'_` for type paths
2025-08-20T22:00:13.6403918Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6404550Z [00:08:34.878]➜  86 |     fn examples(&self) -> Vec<nu_protocol::Example<'_>> {
2025-08-20T22:00:13.6405250Z [00:08:34.878]➜     |                                                   ++++
2025-08-20T22:00:13.6405757Z [00:08:34.878]➜  
2025-08-20T22:00:13.6406421Z [00:08:34.878]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:13.6407301Z [00:08:34.878]➜    --> crates/nu-cmd-plugin/src/commands/plugin/rm.rs:57:17
2025-08-20T22:00:13.6408118Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6408644Z [00:08:34.878]➜  57 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:13.6409327Z [00:08:34.878]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:13.6409890Z [00:08:34.878]➜     |                 |
2025-08-20T22:00:13.6410455Z [00:08:34.878]➜     |                 the lifetime is elided here
2025-08-20T22:00:13.6410983Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6411826Z [00:08:34.878]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:13.6412727Z [00:08:34.878]➜  help: use `'_` for type paths
2025-08-20T22:00:13.6413238Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6413945Z [00:08:34.878]➜  57 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:13.6414659Z [00:08:34.878]➜     |                                      ++++
2025-08-20T22:00:13.6415344Z [00:08:34.878]➜  
2025-08-20T22:00:13.6416018Z [00:08:34.878]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:13.6416920Z [00:08:34.878]➜    --> crates/nu-cmd-plugin/src/commands/plugin/stop.rs:28:17
2025-08-20T22:00:13.6417572Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6418428Z [00:08:34.878]➜  28 |     fn examples(&self) -> Vec<nu_protocol::Example> {
2025-08-20T22:00:13.6419272Z [00:08:34.878]➜     |                 ^^^^^         -------------------- the same lifetime is hidden here
2025-08-20T22:00:13.6419926Z [00:08:34.878]➜     |                 |
2025-08-20T22:00:13.6420525Z [00:08:34.878]➜     |                 the lifetime is elided here
2025-08-20T22:00:13.6421084Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6421920Z [00:08:34.878]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:13.6422797Z [00:08:34.878]➜  help: use `'_` for type paths
2025-08-20T22:00:13.6423299Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6424101Z [00:08:34.878]➜  28 |     fn examples(&self) -> Vec<nu_protocol::Example<'_>> {
2025-08-20T22:00:13.6424806Z [00:08:34.878]➜     |                                                   ++++
2025-08-20T22:00:13.6425307Z [00:08:34.878]➜  
2025-08-20T22:00:13.6425982Z [00:08:34.878]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:13.6426830Z [00:08:34.878]➜    --> crates/nu-cmd-plugin/src/commands/plugin/use_.rs:70:17
2025-08-20T22:00:13.6427428Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6428112Z [00:08:34.878]➜  70 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:13.6428828Z [00:08:34.878]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:13.6429411Z [00:08:34.878]➜     |                 |
2025-08-20T22:00:13.6429979Z [00:08:34.878]➜     |                 the lifetime is elided here
2025-08-20T22:00:13.6430496Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6431287Z [00:08:34.878]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:13.6432241Z [00:08:34.878]➜  help: use `'_` for type paths
2025-08-20T22:00:13.6432708Z [00:08:34.878]➜     |
2025-08-20T22:00:13.6433233Z [00:08:34.878]➜  70 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:13.6433897Z [00:08:34.878]➜     |                                      ++++
2025-08-20T22:00:13.6434379Z [00:08:34.878]➜  
2025-08-20T22:00:14.2440188Z [00:08:35.484]➜  warning: `nu_plugin_query` (lib) generated 6 warnings
2025-08-20T22:00:14.2445660Z [00:08:35.484]➜     Compiling nu_plugin_inc v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc)
2025-08-20T22:00:14.2465034Z [00:08:35.485]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_inc --edition=2024 crates/nu_plugin_inc/src/lib.rs --error-format=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=eb10230462591a15 -C extra-filename=-8614b45a9c2fcdd5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern semver=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsemver-5d28bf5d661ec6e8.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:14.5791793Z [00:08:35.819]➜     Compiling nu_plugin_example v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example)
2025-08-20T22:00:14.5808889Z [00:08:35.820]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_example --edition=2024 crates/nu_plugin_example/src/lib.rs --error-format=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=032f45941230623a -C extra-filename=-c3f420c3fe045ee5 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:14.8125302Z [00:08:36.052]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:14.8132476Z [00:08:36.053]➜    --> crates/nu_plugin_example/src/commands/one.rs:40:17
2025-08-20T22:00:14.8137098Z [00:08:36.054]➜     |
2025-08-20T22:00:14.8146519Z [00:08:36.054]➜  40 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:14.8149733Z [00:08:36.055]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:14.8153103Z [00:08:36.055]➜     |                 |
2025-08-20T22:00:14.8156979Z [00:08:36.055]➜     |                 the lifetime is elided here
2025-08-20T22:00:14.8160903Z [00:08:36.055]➜     |
2025-08-20T22:00:14.8165818Z [00:08:36.055]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:14.8171939Z [00:08:36.055]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:00:14.8172662Z [00:08:36.055]➜  help: use `'_` for type paths
2025-08-20T22:00:14.8173159Z [00:08:36.055]➜     |
2025-08-20T22:00:14.8173689Z [00:08:36.055]➜  40 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:14.8174374Z [00:08:36.055]➜     |                                      ++++
2025-08-20T22:00:14.8174912Z [00:08:36.055]➜  
2025-08-20T22:00:14.8175536Z [00:08:36.057]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:14.8176452Z [00:08:36.057]➜    --> crates/nu_plugin_example/src/commands/view_span.rs:34:17
2025-08-20T22:00:14.8177123Z [00:08:36.057]➜     |
2025-08-20T22:00:14.8177640Z [00:08:36.057]➜  34 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:14.8189968Z [00:08:36.057]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:14.8194839Z [00:08:36.059]➜     |                 |
2025-08-20T22:00:14.8195472Z [00:08:36.059]➜     |                 the lifetime is elided here
2025-08-20T22:00:14.8196013Z [00:08:36.059]➜     |
2025-08-20T22:00:14.8196823Z [00:08:36.059]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:14.8198087Z [00:08:36.059]➜  help: use `'_` for type paths
2025-08-20T22:00:14.8198786Z [00:08:36.059]➜     |
2025-08-20T22:00:14.8199638Z [00:08:36.059]➜  34 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:14.8201834Z [00:08:36.059]➜     |                                      ++++
2025-08-20T22:00:14.8202359Z [00:08:36.059]➜  
2025-08-20T22:00:14.8203030Z [00:08:36.059]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:14.8203961Z [00:08:36.059]➜    --> crates/nu_plugin_example/src/commands/collect_bytes.rs:36:17
2025-08-20T22:00:14.8204624Z [00:08:36.059]➜     |
2025-08-20T22:00:14.8205140Z [00:08:36.059]➜  36 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:14.8205858Z [00:08:36.059]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:14.8206437Z [00:08:36.059]➜     |                 |
2025-08-20T22:00:14.8207011Z [00:08:36.059]➜     |                 the lifetime is elided here
2025-08-20T22:00:14.8207559Z [00:08:36.059]➜     |
2025-08-20T22:00:14.8208572Z [00:08:36.059]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:14.8209478Z [00:08:36.059]➜  help: use `'_` for type paths
2025-08-20T22:00:14.8210003Z [00:08:36.059]➜     |
2025-08-20T22:00:14.8210735Z [00:08:36.059]➜  36 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:14.8211455Z [00:08:36.059]➜     |                                      ++++
2025-08-20T22:00:14.8211953Z [00:08:36.059]➜  
2025-08-20T22:00:14.8212574Z [00:08:36.059]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:14.8213411Z [00:08:36.059]➜    --> crates/nu_plugin_example/src/commands/echo.rs:30:17
2025-08-20T22:00:14.8214019Z [00:08:36.059]➜     |
2025-08-20T22:00:14.8214550Z [00:08:36.059]➜  30 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:14.8215305Z [00:08:36.059]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:14.8215931Z [00:08:36.059]➜     |                 |
2025-08-20T22:00:14.8216512Z [00:08:36.059]➜     |                 the lifetime is elided here
2025-08-20T22:00:14.8217075Z [00:08:36.059]➜     |
2025-08-20T22:00:14.8229147Z [00:08:36.059]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:14.8230256Z [00:08:36.059]➜  help: use `'_` for type paths
2025-08-20T22:00:14.8230767Z [00:08:36.059]➜     |
2025-08-20T22:00:14.8231316Z [00:08:36.059]➜  30 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:14.8231977Z [00:08:36.059]➜     |                                      ++++
2025-08-20T22:00:14.8232502Z [00:08:36.059]➜  
2025-08-20T22:00:14.8233170Z [00:08:36.062]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:14.8234093Z [00:08:36.062]➜    --> crates/nu_plugin_example/src/commands/for_each.rs:35:17
2025-08-20T22:00:14.8234752Z [00:08:36.062]➜     |
2025-08-20T22:00:14.8235318Z [00:08:36.062]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:14.8236087Z [00:08:36.062]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:14.8236723Z [00:08:36.062]➜     |                 |
2025-08-20T22:00:14.8237326Z [00:08:36.062]➜     |                 the lifetime is elided here
2025-08-20T22:00:14.8238072Z [00:08:36.062]➜     |
2025-08-20T22:00:14.8238903Z [00:08:36.062]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:14.8239765Z [00:08:36.062]➜  help: use `'_` for type paths
2025-08-20T22:00:14.8240259Z [00:08:36.062]➜     |
2025-08-20T22:00:14.8240799Z [00:08:36.062]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:14.8241456Z [00:08:36.062]➜     |                                      ++++
2025-08-20T22:00:14.8241957Z [00:08:36.062]➜  
2025-08-20T22:00:14.8242579Z [00:08:36.063]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:14.8243462Z [00:08:36.063]➜    --> crates/nu_plugin_example/src/commands/generate.rs:43:17
2025-08-20T22:00:14.8244073Z [00:08:36.063]➜     |
2025-08-20T22:00:14.8244716Z [00:08:36.063]➜  43 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:14.8245590Z [00:08:36.063]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:14.8246225Z [00:08:36.063]➜     |                 |
2025-08-20T22:00:14.8246820Z [00:08:36.063]➜     |                 the lifetime is elided here
2025-08-20T22:00:14.8247358Z [00:08:36.063]➜     |
2025-08-20T22:00:14.8248382Z [00:08:36.063]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:14.8249287Z [00:08:36.063]➜  help: use `'_` for type paths
2025-08-20T22:00:14.8249789Z [00:08:36.063]➜     |
2025-08-20T22:00:14.8250338Z [00:08:36.063]➜  43 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:14.8251007Z [00:08:36.063]➜     |                                      ++++
2025-08-20T22:00:14.8251501Z [00:08:36.063]➜  
2025-08-20T22:00:14.8268829Z [00:08:36.065]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:14.8270533Z [00:08:36.066]➜    --> crates/nu_plugin_example/src/commands/seq.rs:35:17
2025-08-20T22:00:14.8272472Z [00:08:36.066]➜     |
2025-08-20T22:00:14.8273153Z [00:08:36.066]➜  35 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:14.8273941Z [00:08:36.066]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:14.8274568Z [00:08:36.066]➜     |                 |
2025-08-20T22:00:14.8275138Z [00:08:36.066]➜     |                 the lifetime is elided here
2025-08-20T22:00:14.8275659Z [00:08:36.066]➜     |
2025-08-20T22:00:14.8276447Z [00:08:36.066]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:14.8277313Z [00:08:36.066]➜  help: use `'_` for type paths
2025-08-20T22:00:14.8278002Z [00:08:36.066]➜     |
2025-08-20T22:00:14.8278555Z [00:08:36.066]➜  35 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:14.8279250Z [00:08:36.066]➜     |                                      ++++
2025-08-20T22:00:14.8279746Z [00:08:36.066]➜  
2025-08-20T22:00:14.8280360Z [00:08:36.066]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:00:14.8281389Z [00:08:36.066]➜    --> crates/nu_plugin_example/src/commands/sum.rs:33:17
2025-08-20T22:00:14.8281993Z [00:08:36.066]➜     |
2025-08-20T22:00:14.8282503Z [00:08:36.066]➜  33 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:00:14.8283200Z [00:08:36.066]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:00:14.8283811Z [00:08:36.066]➜     |                 |
2025-08-20T22:00:14.8284388Z [00:08:36.066]➜     |                 the lifetime is elided here
2025-08-20T22:00:14.8284924Z [00:08:36.066]➜     |
2025-08-20T22:00:14.8285743Z [00:08:36.066]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:00:14.8286632Z [00:08:36.066]➜  help: use `'_` for type paths
2025-08-20T22:00:14.8287152Z [00:08:36.066]➜     |
2025-08-20T22:00:14.8287702Z [00:08:36.066]➜  33 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:00:14.8288571Z [00:08:36.066]➜     |                                      ++++
2025-08-20T22:00:14.8289064Z [00:08:36.066]➜  
2025-08-20T22:00:15.9682006Z [00:08:37.208]➜  warning: `nu-cmd-plugin` (lib) generated 6 warnings
2025-08-20T22:00:15.9686462Z [00:08:37.209]➜     Compiling ctrlc v3.4.5
2025-08-20T22:00:15.9713590Z [00:08:37.210]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ctrlc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctrlc-3.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("termination"))' -C metadata=e35b768bfffa4889 -C extra-filename=-4526ad91c8aa25dc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:16.0825472Z [00:08:37.322]➜     Compiling similar v2.7.0
2025-08-20T22:00:16.0835290Z [00:08:37.323]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name similar --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=016450ab0a565394 -C extra-filename=-53aad22c0e77d052 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:16.3674392Z [00:08:37.607]➜  warning: `nu_plugin_example` (lib) generated 8 warnings
2025-08-20T22:00:16.3684391Z [00:08:37.607]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_example --edition=2024 crates/nu_plugin_example/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3c98e9ed74117d6 -C extra-filename=-16fbcb17ebe866ca --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rlib --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rlib --extern nu_plugin_example=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_example-c3f420c3fe045ee5.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:17.5132364Z [00:08:38.753]➜     Compiling nu-plugin-test-support v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support)
2025-08-20T22:00:17.5156281Z [00:08:38.754]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_test_support --edition=2024 crates/nu-plugin-test-support/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=863dd2d1b760221a -C extra-filename=-500bb170aa93ba8e --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_ansi_term=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta --extern nu_cmd_lang=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_lang-c7d8c380dc6957b1.rmeta --extern nu_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta --extern nu_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rmeta --extern nu_plugin_core=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_core-6821e56da9eb3a1e.rmeta --extern nu_plugin_engine=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_engine-3f01238bbe5ba34c.rmeta --extern nu_plugin_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_protocol-cbe3887668f111db.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta --extern similar=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimilar-53aad22c0e77d052.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:18.1952675Z [00:08:39.434]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_inc --edition=2024 crates/nu_plugin_inc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8397906118397c7 -C extra-filename=-487393c4957d7165 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rlib --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rlib --extern nu_plugin_inc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_inc-8614b45a9c2fcdd5.rlib --extern semver=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsemver-5d28bf5d661ec6e8.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:00:19.4458058Z [00:08:40.681]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_query --edition=2024 crates/nu_plugin_query/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71a354cabe69c537 -C extra-filename=-435ab2bb73ca282f --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern gjson=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgjson-5c66bac0240344e4.rlib --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rlib --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rlib --extern nu_plugin_query=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_query-ca13c141b2deb0d7.rlib --extern scraper=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscraper-8936ae42f38f5929.rlib --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rlib --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rlib --extern sxd_document=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_document-1e8842a422381c6f.rlib --extern sxd_xpath=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_xpath-5b821ef1e7897d69.rlib --extern webpage=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpage-ad260becb0ba8aef.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib`
2025-08-20T22:00:33.2819328Z [00:08:54.522]➜  warning: `nu_plugin_polars` (lib) generated 131 warnings
2025-08-20T22:00:33.2857677Z [00:08:54.523]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_polars --edition=2024 crates/nu_plugin_polars/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3a3c50b36349149 -C extra-filename=-4f672c5858857966 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern aws_config=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_config-91f1a01a194abf83.rlib --extern aws_credential_types=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rlib --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rlib --extern chrono_tz=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rlib --extern env_logger=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_logger-64a6bd686bd00d63.rlib --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rlib --extern hashbrown=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rlib --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rlib --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rlib --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rlib --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rlib --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rlib --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rlib --extern nu_plugin_polars=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_polars-a178b50405395559.rlib --extern num=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum-d1dc8ede7cb43b4e.rlib --extern object_store=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject_store-b6453585943ba029.rlib --extern polars=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars-22424982a07ad673.rlib --extern polars_arrow=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rlib --extern polars_io=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rlib --extern polars_ops=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rlib --extern polars_plan=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_plan-9affbd028ae8f7aa.rlib --extern polars_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rlib --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rlib --extern sqlparser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsqlparser-532b81b1cc6e6ad7.rlib --extern tokio=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rlib --extern typetag=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypetag-00437eceaa3f1103.rlib --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rlib --extern uuid=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out`
2025-08-20T22:00:58.6549126Z [00:09:19.892]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_formats --edition=2024 crates/nu_plugin_formats/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16d5f0f06c864d69 -C extra-filename=-309407e9df5b3f91 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rlib --extern eml_parser=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeml_parser-89f7d0a0510ce87d.rlib --extern ical=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libical-59626f7e3b824db5.rlib --extern indexmap=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rlib --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rlib --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rlib --extern nu_plugin_formats=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_formats-95058712600b489d.rlib --extern plist=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplist-8d0e9d1ffb9e6b6a.rlib --extern ini=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libini-ca4c10a7fd457d70.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out`
2025-08-20T22:01:27.6912552Z [00:09:48.931]➜     Compiling nu-test-support v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support)
2025-08-20T22:01:27.6925973Z [00:09:48.931]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_test_support --edition=2024 crates/nu-test-support/src/lib.rs --error-format=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::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7c63f26f5348a96 -C extra-filename=-a3eda67254ea320a --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_glob=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rmeta --extern nu_path=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta --extern num_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_format-eb371e0e38bb4643.rmeta --extern tempfile=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-0615a44123b88423.rmeta --extern which=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwhich-1c7cfe5e3e336e8f.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:01:28.9423936Z [00:09:50.182]➜     Compiling nu_plugin_custom_values v0.1.0 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values)
2025-08-20T22:01:28.9436915Z [00:09:50.183]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_custom_values --edition=2024 crates/nu_plugin_custom_values/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1305028367714d19 -C extra-filename=-ed9ca32ba236e62b --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rlib --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rlib --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rlib --extern typetag=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypetag-00437eceaa3f1103.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:01:29.2619343Z [00:09:50.502]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:01:29.2620297Z [00:09:50.502]➜    --> crates/nu_plugin_custom_values/src/generate.rs:22:17
2025-08-20T22:01:29.2642870Z [00:09:50.504]➜     |
2025-08-20T22:01:29.2643988Z [00:09:50.504]➜  22 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:01:29.2645751Z [00:09:50.504]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:01:29.2646568Z [00:09:50.504]➜     |                 |
2025-08-20T22:01:29.2647180Z [00:09:50.504]➜     |                 the lifetime is elided here
2025-08-20T22:01:29.2647726Z [00:09:50.504]➜     |
2025-08-20T22:01:29.2648728Z [00:09:50.504]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:01:29.2649760Z [00:09:50.504]➜     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:01:29.2650446Z [00:09:50.504]➜  help: use `'_` for type paths
2025-08-20T22:01:29.2650969Z [00:09:50.504]➜     |
2025-08-20T22:01:29.2651523Z [00:09:50.504]➜  22 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:01:29.2652174Z [00:09:50.504]➜     |                                      ++++
2025-08-20T22:01:29.2652688Z [00:09:50.504]➜  
2025-08-20T22:01:29.2653304Z [00:09:50.504]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:01:29.2654200Z [00:09:50.504]➜    --> crates/nu_plugin_custom_values/src/generate2.rs:28:17
2025-08-20T22:01:29.2654810Z [00:09:50.504]➜     |
2025-08-20T22:01:29.2655326Z [00:09:50.504]➜  28 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:01:29.2656048Z [00:09:50.504]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:01:29.2656648Z [00:09:50.504]➜     |                 |
2025-08-20T22:01:29.2657221Z [00:09:50.504]➜     |                 the lifetime is elided here
2025-08-20T22:01:29.2657929Z [00:09:50.504]➜     |
2025-08-20T22:01:29.2658734Z [00:09:50.504]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:01:29.2659612Z [00:09:50.504]➜  help: use `'_` for type paths
2025-08-20T22:01:29.2660118Z [00:09:50.504]➜     |
2025-08-20T22:01:29.2660925Z [00:09:50.504]➜  28 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:01:29.2661766Z [00:09:50.504]➜     |                                      ++++
2025-08-20T22:01:29.2662296Z [00:09:50.504]➜  
2025-08-20T22:01:29.2662946Z [00:09:50.504]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:01:29.2663828Z [00:09:50.504]➜    --> crates/nu_plugin_custom_values/src/update.rs:24:17
2025-08-20T22:01:29.2664423Z [00:09:50.504]➜     |
2025-08-20T22:01:29.2664937Z [00:09:50.504]➜  24 |     fn examples(&self) -> Vec<Example> {
2025-08-20T22:01:29.2665663Z [00:09:50.504]➜     |                 ^^^^^         ------- the same lifetime is hidden here
2025-08-20T22:01:29.2666273Z [00:09:50.504]➜     |                 |
2025-08-20T22:01:29.2666852Z [00:09:50.504]➜     |                 the lifetime is elided here
2025-08-20T22:01:29.2667394Z [00:09:50.504]➜     |
2025-08-20T22:01:29.2699428Z [00:09:50.504]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:01:29.2700279Z [00:09:50.504]➜  help: use `'_` for type paths
2025-08-20T22:01:29.2700770Z [00:09:50.504]➜     |
2025-08-20T22:01:29.2701434Z [00:09:50.504]➜  24 |     fn examples(&self) -> Vec<Example<'_>> {
2025-08-20T22:01:29.2702049Z [00:09:50.504]➜     |                                      ++++
2025-08-20T22:01:29.2702477Z [00:09:50.504]➜  
2025-08-20T22:01:34.5605545Z [00:09:55.799]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libgit2_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.0+1.9.0/lib.rs --error-format=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="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=7a24a668aac32ba9 -C extra-filename=-ccb76ddb1f4f98c0 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern libssh2_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibssh2_sys-9957f2dbd11e5b6e.rmeta --extern libz_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_sys-5c658d569022504b.rmeta --extern openssl_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
2025-08-20T22:01:34.8959130Z [00:09:56.136]➜     Compiling git2 v0.20.0
2025-08-20T22:01:34.8984214Z [00:09:56.136]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name git2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.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="https"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=0f5822dd7751b05e -C extra-filename=-149e49445902c660 --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta --extern libc=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta --extern libgit2_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibgit2_sys-ccb76ddb1f4f98c0.rmeta --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta --extern openssl_probe=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_probe-b84d8017041f64a7.rmeta --extern openssl_sys=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rmeta --extern url=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib`
2025-08-20T22:01:42.0652239Z [00:10:03.303]➜     Compiling nu_plugin_gstat v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat)
2025-08-20T22:01:42.0671758Z [00:10:03.306]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_gstat --edition=2024 crates/nu_plugin_gstat/src/lib.rs --error-format=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=ddf157cdbff5bc98 -C extra-filename=-45ed27ad166fbf2d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern git2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgit2-149e49445902c660.rmeta --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rmeta --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib`
2025-08-20T22:01:42.5859026Z [00:10:03.824]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_gstat --edition=2024 crates/nu_plugin_gstat/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6eda6a4c3700d35 -C extra-filename=-42c10f00db3cebeb --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern git2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgit2-149e49445902c660.rlib --extern nu_plugin=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rlib --extern nu_protocol=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rlib --extern nu_plugin_gstat=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_gstat-45ed27ad166fbf2d.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build -L native=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib`
2025-08-20T22:01:49.1922896Z [00:10:10.432]➜     Compiling nu_plugin_stress_internals v0.106.2 (/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_stress_internals)
2025-08-20T22:01:49.1981609Z [00:10:10.437]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_plugin_stress_internals --edition=2024 crates/nu_plugin_stress_internals/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f558f8aaded30dd -C extra-filename=-1abc34b31ed681eb --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern interprocess=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinterprocess-6b548cfc83a85547.rlib --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rlib --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:01:55.5141875Z [00:10:16.753]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_derive_value --edition=2024 crates/nu-derive-value/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 opt-level=3 -C embed-bitcode=no '--warn=clippy::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=054bce1d4058eb17 -C extra-filename=-44d55ce0e635923d --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libheck-d971cb75bb8270d7.rlib --extern proc_macro_error2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro_error2-8d6b00f86e10480a.rlib --extern proc_macro2=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib --extern quote=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib --extern syn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib --extern proc_macro`
2025-08-20T22:02:05.1223702Z [00:10:26.360]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name utils --edition=2024 crates/nu-utils/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto '--warn=clippy::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="os"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossterm", "default", "os"))' -C metadata=8e711518de417246 -C extra-filename=-ae7fb18b83f5a1cc --out-dir /tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=symbols -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps --extern byteyarn=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteyarn-6072912b705efe40.rlib --extern crossterm=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rlib --extern fancy_regex=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rlib --extern lean_string=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblean_string-dd80437c2ee38581.rlib --extern log=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rlib --extern lscolors=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblscolors-dd8f9fbfab476ed6.rlib --extern nix=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rlib --extern nu_utils=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rlib --extern num_format=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_format-eb371e0e38bb4643.rlib --extern serde=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rlib --extern serde_json=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rlib --extern strip_ansi_escapes=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrip_ansi_escapes-1c736223ada06573.rlib --extern sys_locale=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsys_locale-e2a08779000bc6d1.rlib --extern unicase=/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicase-584e7c140fb9da42.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:02:55.8698844Z [00:11:17.110]➜  warning: `nu_plugin_custom_values` (bin "nu_plugin_custom_values") generated 3 warnings
2025-08-20T22:07:09.0852729Z [00:15:30.325]➜  + find -L ./target/x86_64-unknown-linux-gnu/release -maxdepth 1 -type f
2025-08-20T22:07:09.0877431Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/nu_plugin_formats
2025-08-20T22:07:09.0878621Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_protocol.rlib
2025-08-20T22:07:09.0879519Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/nu_plugin_custom_values
2025-08-20T22:07:09.0880399Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_path.rlib
2025-08-20T22:07:09.0881432Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_table.rlib
2025-08-20T22:07:09.0882400Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin_engine.rlib
2025-08-20T22:07:09.0883256Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin_example.rlib
2025-08-20T22:07:09.0884371Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_experimental.rlib
2025-08-20T22:07:09.0885233Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/nu_plugin_gstat
2025-08-20T22:07:09.0886034Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin.rlib
2025-08-20T22:07:09.0886515Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/.cargo-lock
2025-08-20T22:07:09.0886989Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin_formats.rlib
2025-08-20T22:07:09.0887516Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin_test_support.rlib
2025-08-20T22:07:09.0888283Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_cmd_base.rlib
2025-08-20T22:07:09.0888754Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_utils.rlib
2025-08-20T22:07:09.0898495Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_cmd_lang.rlib
2025-08-20T22:07:09.0899387Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnuon.rlib
2025-08-20T22:07:09.0900416Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin_core.rlib
2025-08-20T22:07:09.0901252Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_cli.rlib
2025-08-20T22:07:09.0907017Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/nu_plugin_stress_internals
2025-08-20T22:07:09.0908082Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_lsp.rlib
2025-08-20T22:07:09.0908926Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_system.rlib
2025-08-20T22:07:09.0909901Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_cmd_plugin.rlib
2025-08-20T22:07:09.0910845Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin_protocol.rlib
2025-08-20T22:07:09.0911802Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_test_support.rlib
2025-08-20T22:07:09.0912646Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_std.rlib
2025-08-20T22:07:09.0913516Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin_polars.rlib
2025-08-20T22:07:09.0914413Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin_gstat.rlib
2025-08-20T22:07:09.0915289Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_explore.rlib
2025-08-20T22:07:09.0916090Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_glob.rlib
2025-08-20T22:07:09.0916886Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_engine.rlib
2025-08-20T22:07:09.0917715Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin_query.rlib
2025-08-20T22:07:09.0918806Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_pretty_hex.rlib
2025-08-20T22:07:09.0919832Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/nu_plugin_polars
2025-08-20T22:07:09.0920675Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/nu_plugin_query
2025-08-20T22:07:09.0921648Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/nu_plugin_example
2025-08-20T22:07:09.0922449Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_json.rlib
2025-08-20T22:07:09.0923215Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/nu_plugin_inc
2025-08-20T22:07:09.0924051Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_term_grid.rlib
2025-08-20T22:07:09.0925051Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_plugin_inc.rlib
2025-08-20T22:07:09.0925860Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/utils
2025-08-20T22:07:09.0926685Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_parser.rlib
2025-08-20T22:07:09.0927553Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_color_config.rlib
2025-08-20T22:07:09.0928665Z [00:15:30.328]➜  ./target/x86_64-unknown-linux-gnu/release/libnu_cmd_extra.rlib
2025-08-20T22:07:09.0930059Z [00:15:30.328]➜  + cp -fv ./target/x86_64-unknown-linux-gnu/release/nu ./target/x86_64-unknown-linux-gnu/release/nushell
2025-08-20T22:07:09.0931425Z [00:15:30.330]➜  + find ./target/x86_64-unknown-linux-gnu/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:07:09.0932258Z [00:15:30.331]➜  + cut -d: -f1
2025-08-20T22:07:09.0933029Z [00:15:30.331]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:07:09.0933695Z [00:15:30.331]➜  + xargs realpath --no-symlinks
2025-08-20T22:07:09.0934086Z [00:15:30.332]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:07:09.3135335Z [00:15:30.553]➜  sending incremental file list
2025-08-20T22:07:09.3148450Z [00:15:30.555]➜  nu_plugin_formats
2025-08-20T22:07:09.3642945Z [00:15:30.604]➜  
2025-08-20T22:07:09.3643779Z [00:15:30.604]➜  sent 6.40M bytes  received 35 bytes  12.80M bytes/sec
2025-08-20T22:07:09.3644396Z [00:15:30.604]➜  total size is 6.40M  speedup is 1.00
2025-08-20T22:07:09.3667081Z [00:15:30.607]➜  sending incremental file list
2025-08-20T22:07:09.3680804Z [00:15:30.608]➜  nu_plugin_custom_values
2025-08-20T22:07:09.4158516Z [00:15:30.656]➜  
2025-08-20T22:07:09.4159000Z [00:15:30.656]➜  sent 5.98M bytes  received 35 bytes  11.96M bytes/sec
2025-08-20T22:07:09.4159547Z [00:15:30.656]➜  total size is 5.98M  speedup is 1.00
2025-08-20T22:07:09.4179987Z [00:15:30.658]➜  sending incremental file list
2025-08-20T22:07:09.4203057Z [00:15:30.660]➜  nu_plugin_gstat
2025-08-20T22:07:09.4766461Z [00:15:30.716]➜  
2025-08-20T22:07:09.4766997Z [00:15:30.717]➜  sent 11.80M bytes  received 35 bytes  23.61M bytes/sec
2025-08-20T22:07:09.4767561Z [00:15:30.717]➜  total size is 11.80M  speedup is 1.00
2025-08-20T22:07:09.4791269Z [00:15:30.719]➜  sending incremental file list
2025-08-20T22:07:09.4797526Z [00:15:30.720]➜  nu_plugin_stress_internals
2025-08-20T22:07:09.5223711Z [00:15:30.762]➜  
2025-08-20T22:07:09.5224114Z [00:15:30.762]➜  sent 1.26M bytes  received 35 bytes  2.53M bytes/sec
2025-08-20T22:07:09.5224546Z [00:15:30.762]➜  total size is 1.26M  speedup is 1.00
2025-08-20T22:07:09.5245449Z [00:15:30.764]➜  sending incremental file list
2025-08-20T22:07:09.5326990Z [00:15:30.773]➜  nu_plugin_polars
2025-08-20T22:07:09.6292007Z [00:15:30.869]➜  
2025-08-20T22:07:09.6292717Z [00:15:30.869]➜  sent 47.80M bytes  received 35 bytes  95.60M bytes/sec
2025-08-20T22:07:09.6293287Z [00:15:30.869]➜  total size is 47.79M  speedup is 1.00
2025-08-20T22:07:09.6314707Z [00:15:30.871]➜  sending incremental file list
2025-08-20T22:07:09.6337930Z [00:15:30.874]➜  nu_plugin_query
2025-08-20T22:07:09.6895981Z [00:15:30.929]➜  
2025-08-20T22:07:09.6896481Z [00:15:30.930]➜  sent 11.50M bytes  received 35 bytes  23.00M bytes/sec
2025-08-20T22:07:09.6897004Z [00:15:30.930]➜  total size is 11.50M  speedup is 1.00
2025-08-20T22:07:09.6919037Z [00:15:30.932]➜  sending incremental file list
2025-08-20T22:07:09.6933496Z [00:15:30.933]➜  nu_plugin_example
2025-08-20T22:07:09.7425378Z [00:15:30.982]➜  
2025-08-20T22:07:09.7426166Z [00:15:30.982]➜  sent 6.60M bytes  received 35 bytes  13.19M bytes/sec
2025-08-20T22:07:09.7426691Z [00:15:30.982]➜  total size is 6.59M  speedup is 1.00
2025-08-20T22:07:09.7446208Z [00:15:30.985]➜  sending incremental file list
2025-08-20T22:07:09.7456234Z [00:15:30.986]➜  nu_plugin_inc
2025-08-20T22:07:09.7904619Z [00:15:31.030]➜  
2025-08-20T22:07:09.7905207Z [00:15:31.030]➜  sent 3.14M bytes  received 35 bytes  6.29M bytes/sec
2025-08-20T22:07:09.7905879Z [00:15:31.030]➜  total size is 3.14M  speedup is 1.00
2025-08-20T22:07:09.7926675Z [00:15:31.033]➜  sending incremental file list
2025-08-20T22:07:09.7932773Z [00:15:31.033]➜  utils
2025-08-20T22:07:09.8356625Z [00:15:31.076]➜  
2025-08-20T22:07:09.8357327Z [00:15:31.076]➜  sent 1.14M bytes  received 35 bytes  2.27M bytes/sec
2025-08-20T22:07:09.8358395Z [00:15:31.076]➜  total size is 1.14M  speedup is 1.00
2025-08-20T22:07:09.9800715Z [00:15:31.220]➜  '/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:07:10.0518132Z [00:15:31.292]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:07:10.1238170Z [00:15:31.364]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:07:10.3004087Z [00:15:31.540]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:07:10.3318417Z [00:15:31.572]➜  copy from `/build-bins/nu_plugin_formats' [elf64-x86-64] to `/build-bins/stNqKxCD' [elf64-x86-64]
2025-08-20T22:07:10.3629495Z [00:15:31.603]➜  copy from `/build-bins/nu_plugin_custom_values' [elf64-x86-64] to `/build-bins/stvmK8uj' [elf64-x86-64]
2025-08-20T22:07:10.4063950Z [00:15:31.646]➜  copy from `/build-bins/nu_plugin_gstat' [elf64-x86-64] to `/build-bins/stAWAbxo' [elf64-x86-64]
2025-08-20T22:07:10.4256224Z [00:15:31.665]➜  copy from `/build-bins/nu_plugin_stress_internals' [elf64-x86-64] to `/build-bins/st415CGN' [elf64-x86-64]
2025-08-20T22:07:10.5667005Z [00:15:31.807]➜  copy from `/build-bins/nu_plugin_polars' [elf64-x86-64] to `/build-bins/stUGlk6U' [elf64-x86-64]
2025-08-20T22:07:10.6117495Z [00:15:31.852]➜  copy from `/build-bins/nu_plugin_query' [elf64-x86-64] to `/build-bins/sth7J0H8' [elf64-x86-64]
2025-08-20T22:07:10.6438157Z [00:15:31.884]➜  copy from `/build-bins/nu_plugin_example' [elf64-x86-64] to `/build-bins/stMARE8P' [elf64-x86-64]
2025-08-20T22:07:10.6671489Z [00:15:31.907]➜  copy from `/build-bins/nu_plugin_inc' [elf64-x86-64] to `/build-bins/st1C6GeF' [elf64-x86-64]
2025-08-20T22:07:10.6852793Z [00:15:31.925]➜  copy from `/build-bins/utils' [elf64-x86-64] to `/build-bins/stVRjX5o' [elf64-x86-64]
2025-08-20T22:07:10.6879521Z [00:15:31.928]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:07:10.6913131Z [00:15:31.931]➜  
2025-08-20T22:07:10.6923010Z [00:15:31.932]➜  /build-bins/nu_plugin_formats
2025-08-20T22:07:10.6957929Z [00:15:31.936]➜  There are 41 section headers, starting at offset 0x6190d8:
2025-08-20T22:07:10.6958706Z [00:15:31.936]➜  
2025-08-20T22:07:10.6959129Z [00:15:31.936]➜  Section Headers:
2025-08-20T22:07:10.6959811Z [00:15:31.936]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:07:10.6960572Z [00:15:31.936]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:07:10.6961282Z [00:15:31.936]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:07:10.6962044Z [00:15:31.936]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:07:10.6962797Z [00:15:31.936]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000320  00000320
2025-08-20T22:07:10.6963543Z [00:15:31.936]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:07:10.6964275Z [00:15:31.936]➜    [ 2] .dynsym           DYNSYM           0000000000000340  00000340
2025-08-20T22:07:10.6965024Z [00:15:31.936]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:07:10.6965767Z [00:15:31.936]➜    [ 3] .dynstr           STRTAB           0000000000000358  00000358
2025-08-20T22:07:10.6966314Z [00:15:31.936]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:07:10.6966759Z [00:15:31.936]➜    [ 4] .rela.dyn         RELA             0000000000000360  00000360
2025-08-20T22:07:10.6967189Z [00:15:31.936]➜         0000000000055b00  0000000000000018   A       2     0     8
2025-08-20T22:07:10.6967652Z [00:15:31.936]➜    [ 5] .eh_frame         PROGBITS         0000000000055e60  00055e60
2025-08-20T22:07:10.6968344Z [00:15:31.936]➜         000000000009fef8  0000000000000000   A       0     0     8
2025-08-20T22:07:10.6968786Z [00:15:31.936]➜    [ 6] .eh_frame_hdr     PROGBITS         00000000000f5d58  000f5d58
2025-08-20T22:07:10.6969217Z [00:15:31.936]➜         0000000000016a9c  0000000000000000   A       0     0     4
2025-08-20T22:07:10.6969661Z [00:15:31.936]➜    [ 7] .gcc_except_table PROGBITS         000000000010c7f4  0010c7f4
2025-08-20T22:07:10.6970131Z [00:15:31.936]➜         000000000001b66d  0000000000000000   A       0     0     4
2025-08-20T22:07:10.6970784Z [00:15:31.936]➜    [ 8] .rodata           PROGBITS         0000000000127e80  00127e80
2025-08-20T22:07:10.6971240Z [00:15:31.936]➜         00000000000c011c  0000000000000000   A       0     0     64
2025-08-20T22:07:10.6971689Z [00:15:31.936]➜    [ 9] .rodata.cst16     PROGBITS         00000000001e7fa0  001e7fa0
2025-08-20T22:07:10.6972132Z [00:15:31.936]➜         0000000000000d10  0000000000000010  AM       0     0     16
2025-08-20T22:07:10.6972573Z [00:15:31.936]➜    [10] .rodata.cst2      PROGBITS         00000000001e8cb0  001e8cb0
2025-08-20T22:07:10.6973012Z [00:15:31.936]➜         0000000000000004  0000000000000002  AM       0     0     2
2025-08-20T22:07:10.6973450Z [00:15:31.936]➜    [11] .rodata.cst32     PROGBITS         00000000001e8cc0  001e8cc0
2025-08-20T22:07:10.6973891Z [00:15:31.936]➜         0000000000000740  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.6974328Z [00:15:31.936]➜    [12] .rodata.cst4      PROGBITS         00000000001e9400  001e9400
2025-08-20T22:07:10.6974765Z [00:15:31.936]➜         00000000000029e0  0000000000000004  AM       0     0     4
2025-08-20T22:07:10.6975193Z [00:15:31.936]➜    [13] .rodata.cst8      PROGBITS         00000000001ebde0  001ebde0
2025-08-20T22:07:10.6975625Z [00:15:31.936]➜         0000000000000bb8  0000000000000008  AM       0     0     8
2025-08-20T22:07:10.6976056Z [00:15:31.936]➜    [14] .rodata.str1.1    PROGBITS         00000000001ec998  001ec998
2025-08-20T22:07:10.6976495Z [00:15:31.936]➜         0000000000007b67  0000000000000001 AMS       0     0     1
2025-08-20T22:07:10.6976927Z [00:15:31.936]➜    [15] .rodata.str1.16   PROGBITS         00000000001f4500  001f4500
2025-08-20T22:07:10.6977361Z [00:15:31.936]➜         0000000000000be0  0000000000000001 AMS       0     0     16
2025-08-20T22:07:10.6978087Z [00:15:31.936]➜    [16] .rodata.str1.32   PROGBITS         00000000001f50e0  001f50e0
2025-08-20T22:07:10.6978749Z [00:15:31.936]➜         0000000000000420  0000000000000001 AMS       0     0     32
2025-08-20T22:07:10.6979214Z [00:15:31.936]➜    [17] .rodata.str1.4    PROGBITS         00000000001f5500  001f5500
2025-08-20T22:07:10.6979654Z [00:15:31.936]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T22:07:10.6980100Z [00:15:31.936]➜    [18] .rodata.str1.8    PROGBITS         00000000001f5dc8  001f5dc8
2025-08-20T22:07:10.6980541Z [00:15:31.936]➜         00000000000041e0  0000000000000001 AMS       0     0     8
2025-08-20T22:07:10.6980981Z [00:15:31.936]➜    [19] .rodata.str4.16   PROGBITS         00000000001f9fb0  001f9fb0
2025-08-20T22:07:10.6981430Z [00:15:31.936]➜         0000000000000020  0000000000000004 AMS       0     0     16
2025-08-20T22:07:10.6981867Z [00:15:31.936]➜    [20] .rodata.str4.4    PROGBITS         00000000001f9fd0  001f9fd0
2025-08-20T22:07:10.6982559Z [00:15:31.936]➜         0000000000000284  0000000000000004 AMS       0     0     4
2025-08-20T22:07:10.6983435Z [00:15:31.936]➜    [21] .rodata.str4.8    PROGBITS         00000000001fa258  001fa258
2025-08-20T22:07:10.6984423Z [00:15:31.936]➜         00000000000002b0  0000000000000004 AMS       0     0     8
2025-08-20T22:07:10.6985238Z [00:15:31.936]➜    [22] rodata.cst32      PROGBITS         00000000001fa520  001fa520
2025-08-20T22:07:10.6986019Z [00:15:31.936]➜         0000000000000060  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.6986760Z [00:15:31.936]➜    [23] .fini             PROGBITS         00000000001fb580  001fa580
2025-08-20T22:07:10.6987356Z [00:15:31.936]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.6987960Z [00:15:31.936]➜    [24] .init             PROGBITS         00000000001fb58c  001fa58c
2025-08-20T22:07:10.6988410Z [00:15:31.936]➜         0000000000000017  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.6988854Z [00:15:31.936]➜    [25] .plt.got          PROGBITS         00000000001fb5b0  001fa5b0
2025-08-20T22:07:10.6989293Z [00:15:31.936]➜         00000000000000f8  0000000000000000  AX       0     0     16
2025-08-20T22:07:10.6989819Z [00:15:31.936]➜    [26] .text             PROGBITS         00000000001fb6c0  001fa6c0
2025-08-20T22:07:10.6990242Z [00:15:31.936]➜         00000000003dcc72  0000000000000000  AX       0     0     64
2025-08-20T22:07:10.6990668Z [00:15:31.936]➜    [27] .tdata            PROGBITS         00000000005d9338  005d7338
2025-08-20T22:07:10.6991087Z [00:15:31.936]➜         0000000000000048  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.6991500Z [00:15:31.936]➜    [28] .tbss             NOBITS           00000000005d9380  005d7380
2025-08-20T22:07:10.6991947Z [00:15:31.936]➜         00000000000000b0  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.6992756Z [00:15:31.936]➜    [29] .data.rel.ro      PROGBITS         00000000005d9380  005d7380
2025-08-20T22:07:10.6993606Z [00:15:31.936]➜         000000000003f008  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.6994125Z [00:15:31.936]➜    [30] .dynamic          DYNAMIC          0000000000618388  00616388
2025-08-20T22:07:10.6994558Z [00:15:31.936]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:07:10.6994996Z [00:15:31.936]➜    [31] .fini_array       FINI_ARRAY       0000000000618508  00616508
2025-08-20T22:07:10.6995419Z [00:15:31.936]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.6995831Z [00:15:31.936]➜    [32] .got.plt          PROGBITS         0000000000618518  00616518
2025-08-20T22:07:10.6996242Z [00:15:31.936]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.6996671Z [00:15:31.936]➜    [33] .init_array       INIT_ARRAY       0000000000618530  00616530
2025-08-20T22:07:10.6997105Z [00:15:31.936]➜         0000000000000028  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.6997624Z [00:15:31.936]➜    [34] .got              PROGBITS         0000000000618558  00616558
2025-08-20T22:07:10.6998327Z [00:15:31.936]➜         00000000000004b0  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.6998778Z [00:15:31.936]➜    [35] .relro_padding    NOBITS           0000000000618a08  00616a08
2025-08-20T22:07:10.6999212Z [00:15:31.936]➜         00000000000005f8  0000000000000000  WA       0     0     1
2025-08-20T22:07:10.6999625Z [00:15:31.936]➜    [36] .data             PROGBITS         0000000000619a20  00616a20
2025-08-20T22:07:10.7000045Z [00:15:31.936]➜         00000000000023dc  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7000481Z [00:15:31.936]➜    [37] .tm_clone_table   PROGBITS         000000000061be00  00618e00
2025-08-20T22:07:10.7000909Z [00:15:31.936]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7001319Z [00:15:31.936]➜    [38] .bss              NOBITS           000000000061be00  00618e00
2025-08-20T22:07:10.7001738Z [00:15:31.936]➜         0000000000005cc8  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7002174Z [00:15:31.936]➜    [39] .gnu.warning      PROGBITS         0000000000000000  00618e00
2025-08-20T22:07:10.7002685Z [00:15:31.936]➜         0000000000000122  0000000000000000           0     0     32
2025-08-20T22:07:10.7003115Z [00:15:31.936]➜    [40] .shstrtab         STRTAB           0000000000000000  00618f22
2025-08-20T22:07:10.7003535Z [00:15:31.936]➜         00000000000001b5  0000000000000000           0     0     1
2025-08-20T22:07:10.7003865Z [00:15:31.936]➜  Key to Flags:
2025-08-20T22:07:10.7004231Z [00:15:31.936]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:07:10.7004713Z [00:15:31.936]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:07:10.7005510Z [00:15:31.936]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:07:10.7006303Z [00:15:31.936]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:07:10.7006890Z [00:15:31.938]➜  
2025-08-20T22:07:10.7007382Z [00:15:31.939]➜  /build-bins/nu_plugin_custom_values
2025-08-20T22:07:10.7008323Z [00:15:31.941]➜  There are 41 section headers, starting at offset 0x5b2478:
2025-08-20T22:07:10.7009092Z [00:15:31.941]➜  
2025-08-20T22:07:10.7009494Z [00:15:31.941]➜  Section Headers:
2025-08-20T22:07:10.7010120Z [00:15:31.941]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:07:10.7010883Z [00:15:31.941]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:07:10.7011629Z [00:15:31.941]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:07:10.7012350Z [00:15:31.941]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:07:10.7013101Z [00:15:31.941]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000320  00000320
2025-08-20T22:07:10.7013851Z [00:15:31.941]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:07:10.7014602Z [00:15:31.941]➜    [ 2] .dynsym           DYNSYM           0000000000000340  00000340
2025-08-20T22:07:10.7015364Z [00:15:31.941]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:07:10.7016113Z [00:15:31.941]➜    [ 3] .dynstr           STRTAB           0000000000000358  00000358
2025-08-20T22:07:10.7016854Z [00:15:31.941]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:07:10.7017334Z [00:15:31.941]➜    [ 4] .rela.dyn         RELA             0000000000000360  00000360
2025-08-20T22:07:10.7017909Z [00:15:31.941]➜         0000000000051f60  0000000000000018   A       2     0     8
2025-08-20T22:07:10.7018372Z [00:15:31.941]➜    [ 5] .eh_frame         PROGBITS         00000000000522c0  000522c0
2025-08-20T22:07:10.7018809Z [00:15:31.941]➜         0000000000098c58  0000000000000000   A       0     0     8
2025-08-20T22:07:10.7019246Z [00:15:31.941]➜    [ 6] .eh_frame_hdr     PROGBITS         00000000000eaf18  000eaf18
2025-08-20T22:07:10.7019774Z [00:15:31.941]➜         000000000001650c  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7020284Z [00:15:31.941]➜    [ 7] .gcc_except_table PROGBITS         0000000000101424  00101424
2025-08-20T22:07:10.7020740Z [00:15:31.941]➜         00000000000197b5  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7021176Z [00:15:31.941]➜    [ 8] .rodata           PROGBITS         000000000011abe0  0011abe0
2025-08-20T22:07:10.7021608Z [00:15:31.941]➜         000000000009b37c  0000000000000000   A       0     0     32
2025-08-20T22:07:10.7022052Z [00:15:31.941]➜    [ 9] .rodata.cst16     PROGBITS         00000000001b5f60  001b5f60
2025-08-20T22:07:10.7022492Z [00:15:31.941]➜         0000000000000cf0  0000000000000010  AM       0     0     16
2025-08-20T22:07:10.7022934Z [00:15:31.941]➜    [10] .rodata.cst2      PROGBITS         00000000001b6c50  001b6c50
2025-08-20T22:07:10.7023381Z [00:15:31.941]➜         0000000000000004  0000000000000002  AM       0     0     2
2025-08-20T22:07:10.7023831Z [00:15:31.941]➜    [11] .rodata.cst32     PROGBITS         00000000001b6c60  001b6c60
2025-08-20T22:07:10.7024341Z [00:15:31.941]➜         0000000000000700  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7024801Z [00:15:31.941]➜    [12] .rodata.cst4      PROGBITS         00000000001b7360  001b7360
2025-08-20T22:07:10.7025236Z [00:15:31.941]➜         00000000000029b0  0000000000000004  AM       0     0     4
2025-08-20T22:07:10.7025664Z [00:15:31.941]➜    [13] .rodata.cst8      PROGBITS         00000000001b9d10  001b9d10
2025-08-20T22:07:10.7026091Z [00:15:31.941]➜         00000000000009f8  0000000000000008  AM       0     0     8
2025-08-20T22:07:10.7026527Z [00:15:31.941]➜    [14] .rodata.str1.1    PROGBITS         00000000001ba708  001ba708
2025-08-20T22:07:10.7026959Z [00:15:31.941]➜         000000000000680e  0000000000000001 AMS       0     0     1
2025-08-20T22:07:10.7027392Z [00:15:31.941]➜    [15] .rodata.str1.16   PROGBITS         00000000001c0f20  001c0f20
2025-08-20T22:07:10.7028026Z [00:15:31.941]➜         0000000000000be0  0000000000000001 AMS       0     0     16
2025-08-20T22:07:10.7028488Z [00:15:31.941]➜    [16] .rodata.str1.32   PROGBITS         00000000001c1b00  001c1b00
2025-08-20T22:07:10.7029012Z [00:15:31.941]➜         0000000000000420  0000000000000001 AMS       0     0     32
2025-08-20T22:07:10.7029446Z [00:15:31.941]➜    [17] .rodata.str1.4    PROGBITS         00000000001c1f20  001c1f20
2025-08-20T22:07:10.7029873Z [00:15:31.941]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T22:07:10.7030304Z [00:15:31.941]➜    [18] .rodata.str1.8    PROGBITS         00000000001c27e8  001c27e8
2025-08-20T22:07:10.7030735Z [00:15:31.941]➜         00000000000041e0  0000000000000001 AMS       0     0     8
2025-08-20T22:07:10.7031166Z [00:15:31.941]➜    [19] .rodata.str4.16   PROGBITS         00000000001c69d0  001c69d0
2025-08-20T22:07:10.7031607Z [00:15:31.941]➜         0000000000000020  0000000000000004 AMS       0     0     16
2025-08-20T22:07:10.7032038Z [00:15:31.941]➜    [20] .rodata.str4.4    PROGBITS         00000000001c69f0  001c69f0
2025-08-20T22:07:10.7032472Z [00:15:31.941]➜         0000000000000284  0000000000000004 AMS       0     0     4
2025-08-20T22:07:10.7032907Z [00:15:31.941]➜    [21] .rodata.str4.8    PROGBITS         00000000001c6c78  001c6c78
2025-08-20T22:07:10.7033464Z [00:15:31.941]➜         00000000000002b0  0000000000000004 AMS       0     0     8
2025-08-20T22:07:10.7034160Z [00:15:31.941]➜    [22] rodata.cst32      PROGBITS         00000000001c6f40  001c6f40
2025-08-20T22:07:10.7035009Z [00:15:31.941]➜         0000000000000060  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7035808Z [00:15:31.941]➜    [23] .fini             PROGBITS         00000000001c7fa0  001c6fa0
2025-08-20T22:07:10.7036552Z [00:15:31.941]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7037289Z [00:15:31.941]➜    [24] .init             PROGBITS         00000000001c7fac  001c6fac
2025-08-20T22:07:10.7038301Z [00:15:31.941]➜         0000000000000017  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7038884Z [00:15:31.941]➜    [25] .plt.got          PROGBITS         00000000001c7fd0  001c6fd0
2025-08-20T22:07:10.7039328Z [00:15:31.941]➜         00000000000000e8  0000000000000000  AX       0     0     16
2025-08-20T22:07:10.7039756Z [00:15:31.941]➜    [26] .text             PROGBITS         00000000001c80c0  001c70c0
2025-08-20T22:07:10.7040177Z [00:15:31.941]➜         00000000003ac8f2  0000000000000000  AX       0     0     64
2025-08-20T22:07:10.7040600Z [00:15:31.941]➜    [27] .tdata            PROGBITS         00000000005759b8  005739b8
2025-08-20T22:07:10.7041024Z [00:15:31.941]➜         0000000000000048  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7041437Z [00:15:31.941]➜    [28] .tbss             NOBITS           0000000000575a00  00573a00
2025-08-20T22:07:10.7041846Z [00:15:31.941]➜         00000000000000b0  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7042276Z [00:15:31.941]➜    [29] .data.rel.ro      PROGBITS         0000000000575a00  00573a00
2025-08-20T22:07:10.7042778Z [00:15:31.941]➜         000000000003bca8  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7043321Z [00:15:31.941]➜    [30] .dynamic          DYNAMIC          00000000005b16a8  005af6a8
2025-08-20T22:07:10.7044136Z [00:15:31.941]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:07:10.7044916Z [00:15:31.941]➜    [31] .fini_array       FINI_ARRAY       00000000005b1828  005af828
2025-08-20T22:07:10.7045446Z [00:15:31.941]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7045872Z [00:15:31.941]➜    [32] .got.plt          PROGBITS         00000000005b1838  005af838
2025-08-20T22:07:10.7046283Z [00:15:31.941]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7046721Z [00:15:31.941]➜    [33] .init_array       INIT_ARRAY       00000000005b1850  005af850
2025-08-20T22:07:10.7047163Z [00:15:31.941]➜         0000000000000048  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7047608Z [00:15:31.941]➜    [34] .got              PROGBITS         00000000005b1898  005af898
2025-08-20T22:07:10.7048423Z [00:15:31.941]➜         0000000000000468  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7048865Z [00:15:31.941]➜    [35] .relro_padding    NOBITS           00000000005b1d00  005afd00
2025-08-20T22:07:10.7049295Z [00:15:31.941]➜         0000000000000300  0000000000000000  WA       0     0     1
2025-08-20T22:07:10.7049707Z [00:15:31.941]➜    [36] .data             PROGBITS         00000000005b2d00  005afd00
2025-08-20T22:07:10.7050125Z [00:15:31.941]➜         000000000000249c  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7050562Z [00:15:31.941]➜    [37] .tm_clone_table   PROGBITS         00000000005b51a0  005b21a0
2025-08-20T22:07:10.7050989Z [00:15:31.941]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7051399Z [00:15:31.941]➜    [38] .bss              NOBITS           00000000005b51a0  005b21a0
2025-08-20T22:07:10.7051863Z [00:15:31.941]➜         0000000000005c88  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7052301Z [00:15:31.941]➜    [39] .gnu.warning      PROGBITS         0000000000000000  005b21a0
2025-08-20T22:07:10.7052728Z [00:15:31.941]➜         0000000000000122  0000000000000000           0     0     32
2025-08-20T22:07:10.7053146Z [00:15:31.941]➜    [40] .shstrtab         STRTAB           0000000000000000  005b22c2
2025-08-20T22:07:10.7053566Z [00:15:31.941]➜         00000000000001b5  0000000000000000           0     0     1
2025-08-20T22:07:10.7053898Z [00:15:31.941]➜  Key to Flags:
2025-08-20T22:07:10.7054264Z [00:15:31.941]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:07:10.7054729Z [00:15:31.941]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:07:10.7055264Z [00:15:31.941]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:07:10.7055681Z [00:15:31.941]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:07:10.7056055Z [00:15:31.943]➜  
2025-08-20T22:07:10.7056313Z [00:15:31.944]➜  /build-bins/nu_plugin_gstat
2025-08-20T22:07:10.7061553Z [00:15:31.946]➜  There are 42 section headers, starting at offset 0xb40568:
2025-08-20T22:07:10.7062642Z [00:15:31.946]➜  
2025-08-20T22:07:10.7063337Z [00:15:31.946]➜  Section Headers:
2025-08-20T22:07:10.7065288Z [00:15:31.946]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:07:10.7066085Z [00:15:31.946]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:07:10.7066818Z [00:15:31.946]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:07:10.7067685Z [00:15:31.946]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:07:10.7069332Z [00:15:31.946]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000320  00000320
2025-08-20T22:07:10.7070142Z [00:15:31.946]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:07:10.7071070Z [00:15:31.946]➜    [ 2] .dynsym           DYNSYM           0000000000000340  00000340
2025-08-20T22:07:10.7071860Z [00:15:31.946]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:07:10.7072637Z [00:15:31.946]➜    [ 3] .dynstr           STRTAB           0000000000000358  00000358
2025-08-20T22:07:10.7073438Z [00:15:31.946]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:07:10.7074206Z [00:15:31.946]➜    [ 4] .rela.dyn         RELA             0000000000000360  00000360
2025-08-20T22:07:10.7074969Z [00:15:31.946]➜         00000000000c8640  0000000000000018   A       2     0     8
2025-08-20T22:07:10.7075748Z [00:15:31.946]➜    [ 5] .eh_frame         PROGBITS         00000000000c89a0  000c89a0
2025-08-20T22:07:10.7076524Z [00:15:31.946]➜         000000000010efd8  0000000000000000   A       0     0     8
2025-08-20T22:07:10.7077317Z [00:15:31.946]➜    [ 6] .eh_frame_hdr     PROGBITS         00000000001d7978  001d7978
2025-08-20T22:07:10.7078407Z [00:15:31.946]➜         000000000002ad8c  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7079370Z [00:15:31.946]➜    [ 7] .gcc_except_table PROGBITS         0000000000202704  00202704
2025-08-20T22:07:10.7080175Z [00:15:31.946]➜         00000000000194ac  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7080951Z [00:15:31.946]➜    [ 8] .rodata           PROGBITS         000000000021c000  0021c000
2025-08-20T22:07:10.7081743Z [00:15:31.946]➜         0000000000105d1c  0000000000000000   A       0     0     4096
2025-08-20T22:07:10.7082544Z [00:15:31.946]➜    [ 9] .rodata.cst16     PROGBITS         0000000000321d20  00321d20
2025-08-20T22:07:10.7083341Z [00:15:31.946]➜         00000000000011e0  0000000000000010  AM       0     0     16
2025-08-20T22:07:10.7084135Z [00:15:31.946]➜    [10] .rodata.cst2      PROGBITS         0000000000322f00  00322f00
2025-08-20T22:07:10.7084912Z [00:15:31.946]➜         000000000000000e  0000000000000002  AM       0     0     2
2025-08-20T22:07:10.7085734Z [00:15:31.946]➜    [11] .rodata.cst32     PROGBITS         0000000000322f20  00322f20
2025-08-20T22:07:10.7086540Z [00:15:31.946]➜         00000000000006c0  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7087337Z [00:15:31.946]➜    [12] .rodata.cst4      PROGBITS         00000000003235e0  003235e0
2025-08-20T22:07:10.7088297Z [00:15:31.946]➜         00000000000029b4  0000000000000004  AM       0     0     4
2025-08-20T22:07:10.7089104Z [00:15:31.946]➜    [13] .rodata.cst8      PROGBITS         0000000000325f98  00325f98
2025-08-20T22:07:10.7089906Z [00:15:31.946]➜         0000000000000b90  0000000000000008  AM       0     0     8
2025-08-20T22:07:10.7090709Z [00:15:31.946]➜    [14] .rodata.str1.1    PROGBITS         0000000000326b28  00326b28
2025-08-20T22:07:10.7091490Z [00:15:31.946]➜         0000000000021e9a  0000000000000001 AMS       0     0     1
2025-08-20T22:07:10.7092415Z [00:15:31.946]➜    [15] .rodata.str1.16   PROGBITS         00000000003489d0  003489d0
2025-08-20T22:07:10.7093314Z [00:15:31.946]➜         0000000000000dc0  0000000000000001 AMS       0     0     16
2025-08-20T22:07:10.7094119Z [00:15:31.946]➜    [16] .rodata.str1.32   PROGBITS         00000000003497a0  003497a0
2025-08-20T22:07:10.7094929Z [00:15:31.946]➜         0000000000000420  0000000000000001 AMS       0     0     32
2025-08-20T22:07:10.7095463Z [00:15:31.946]➜    [17] .rodata.str1.4    PROGBITS         0000000000349bc0  00349bc0
2025-08-20T22:07:10.7095928Z [00:15:31.946]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T22:07:10.7096373Z [00:15:31.946]➜    [18] .rodata.str1.8    PROGBITS         000000000034a488  0034a488
2025-08-20T22:07:10.7096812Z [00:15:31.946]➜         0000000000015e68  0000000000000001 AMS       0     0     8
2025-08-20T22:07:10.7097255Z [00:15:31.946]➜    [19] .rodata.str4.16   PROGBITS         00000000003602f0  003602f0
2025-08-20T22:07:10.7097722Z [00:15:31.946]➜         0000000000000020  0000000000000004 AMS       0     0     16
2025-08-20T22:07:10.7098559Z [00:15:31.946]➜    [20] .rodata.str4.4    PROGBITS         0000000000360310  00360310
2025-08-20T22:07:10.7099013Z [00:15:31.946]➜         0000000000000284  0000000000000004 AMS       0     0     4
2025-08-20T22:07:10.7099458Z [00:15:31.946]➜    [21] .rodata.str4.8    PROGBITS         0000000000360598  00360598
2025-08-20T22:07:10.7099893Z [00:15:31.946]➜         00000000000002b0  0000000000000004 AMS       0     0     8
2025-08-20T22:07:10.7100330Z [00:15:31.946]➜    [22] rodata.cst32      PROGBITS         0000000000360860  00360860
2025-08-20T22:07:10.7100932Z [00:15:31.946]➜         0000000000000060  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7101738Z [00:15:31.946]➜    [23] .fini             PROGBITS         00000000003618c0  003608c0
2025-08-20T22:07:10.7102525Z [00:15:31.946]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7103296Z [00:15:31.946]➜    [24] .init             PROGBITS         00000000003618cc  003608cc
2025-08-20T22:07:10.7104076Z [00:15:31.946]➜         000000000000001c  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7104828Z [00:15:31.946]➜    [25] .plt.got          PROGBITS         00000000003618f0  003608f0
2025-08-20T22:07:10.7105264Z [00:15:31.946]➜         0000000000000100  0000000000000000  AX       0     0     16
2025-08-20T22:07:10.7105691Z [00:15:31.946]➜    [26] .text             PROGBITS         0000000000361a00  00360a00
2025-08-20T22:07:10.7106114Z [00:15:31.946]➜         0000000000736bf2  0000000000000000  AX       0     0     64
2025-08-20T22:07:10.7106536Z [00:15:31.946]➜    [27] .tdata            PROGBITS         0000000000a995f8  00a975f8
2025-08-20T22:07:10.7106961Z [00:15:31.946]➜         0000000000000048  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7107375Z [00:15:31.946]➜    [28] .tbss             NOBITS           0000000000a99640  00a97640
2025-08-20T22:07:10.7108423Z [00:15:31.946]➜         00000000000000d8  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7108923Z [00:15:31.946]➜    [29] .data.rel.ro      PROGBITS         0000000000a99640  00a97640
2025-08-20T22:07:10.7109378Z [00:15:31.946]➜         000000000009bbe8  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7109821Z [00:15:31.946]➜    [30] .dynamic          DYNAMIC          0000000000b35228  00b33228
2025-08-20T22:07:10.7110255Z [00:15:31.946]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:07:10.7110695Z [00:15:31.946]➜    [31] .fini_array       FINI_ARRAY       0000000000b353a8  00b333a8
2025-08-20T22:07:10.7111140Z [00:15:31.946]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7111573Z [00:15:31.946]➜    [32] .got.plt          PROGBITS         0000000000b353b8  00b333b8
2025-08-20T22:07:10.7112002Z [00:15:31.946]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7112536Z [00:15:31.946]➜    [33] .init_array       INIT_ARRAY       0000000000b353d0  00b333d0
2025-08-20T22:07:10.7113037Z [00:15:31.946]➜         0000000000000028  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7113477Z [00:15:31.946]➜    [34] .got              PROGBITS         0000000000b353f8  00b333f8
2025-08-20T22:07:10.7114211Z [00:15:31.946]➜         0000000000001078  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7115059Z [00:15:31.946]➜    [35] .relro_padding    NOBITS           0000000000b36470  00b34470
2025-08-20T22:07:10.7115651Z [00:15:31.946]➜         0000000000000b90  0000000000000000  WA       0     0     1
2025-08-20T22:07:10.7116393Z [00:15:31.946]➜    [36] .data             PROGBITS         0000000000b37480  00b34480
2025-08-20T22:07:10.7117175Z [00:15:31.946]➜         000000000000b8fc  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7118116Z [00:15:31.946]➜    [37] .tm_clone_table   PROGBITS         0000000000b42d80  00b3fd80
2025-08-20T22:07:10.7118923Z [00:15:31.946]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7119812Z [00:15:31.946]➜    [38] .bss              NOBITS           0000000000b42d80  00b3fd80
2025-08-20T22:07:10.7120667Z [00:15:31.946]➜         00000000000098c8  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7121437Z [00:15:31.946]➜    [39] .common           NOBITS           0000000000b4c648  00b3fd80
2025-08-20T22:07:10.7122381Z [00:15:31.946]➜         0000000000000010  0000000000000000  WA       0     0     4
2025-08-20T22:07:10.7123191Z [00:15:31.946]➜    [40] .gnu.warning      PROGBITS         0000000000000000  00b3fd80
2025-08-20T22:07:10.7124003Z [00:15:31.946]➜         000000000000062b  0000000000000000           0     0     32
2025-08-20T22:07:10.7124910Z [00:15:31.946]➜    [41] .shstrtab         STRTAB           0000000000000000  00b403ab
2025-08-20T22:07:10.7125735Z [00:15:31.946]➜         00000000000001bd  0000000000000000           0     0     1
2025-08-20T22:07:10.7126364Z [00:15:31.946]➜  Key to Flags:
2025-08-20T22:07:10.7127018Z [00:15:31.946]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:07:10.7128214Z [00:15:31.946]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:07:10.7129065Z [00:15:31.946]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:07:10.7129816Z [00:15:31.947]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:07:10.7130386Z [00:15:31.949]➜  
2025-08-20T22:07:10.7130860Z [00:15:31.950]➜  /build-bins/nu_plugin_stress_internals
2025-08-20T22:07:10.7131593Z [00:15:31.952]➜  There are 39 section headers, starting at offset 0x133db8:
2025-08-20T22:07:10.7132176Z [00:15:31.952]➜  
2025-08-20T22:07:10.7132563Z [00:15:31.952]➜  Section Headers:
2025-08-20T22:07:10.7133183Z [00:15:31.952]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:07:10.7133941Z [00:15:31.952]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:07:10.7134670Z [00:15:31.952]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:07:10.7135417Z [00:15:31.952]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:07:10.7136193Z [00:15:31.952]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000320  00000320
2025-08-20T22:07:10.7136961Z [00:15:31.952]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:07:10.7137729Z [00:15:31.952]➜    [ 2] .dynsym           DYNSYM           0000000000000340  00000340
2025-08-20T22:07:10.7138691Z [00:15:31.952]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:07:10.7139457Z [00:15:31.952]➜    [ 3] .dynstr           STRTAB           0000000000000358  00000358
2025-08-20T22:07:10.7140220Z [00:15:31.952]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:07:10.7141110Z [00:15:31.952]➜    [ 4] .rela.dyn         RELA             0000000000000360  00000360
2025-08-20T22:07:10.7141967Z [00:15:31.952]➜         000000000000b418  0000000000000018   A       2     0     8
2025-08-20T22:07:10.7142746Z [00:15:31.952]➜    [ 5] .eh_frame         PROGBITS         000000000000b778  0000b778
2025-08-20T22:07:10.7143522Z [00:15:31.952]➜         0000000000014834  0000000000000000   A       0     0     8
2025-08-20T22:07:10.7144299Z [00:15:31.952]➜    [ 6] .eh_frame_hdr     PROGBITS         000000000001ffac  0001ffac
2025-08-20T22:07:10.7145087Z [00:15:31.952]➜         0000000000003b1c  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7145904Z [00:15:31.952]➜    [ 7] .gcc_except_table PROGBITS         0000000000023ac8  00023ac8
2025-08-20T22:07:10.7146750Z [00:15:31.952]➜         0000000000001c21  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7147549Z [00:15:31.952]➜    [ 8] .rodata           PROGBITS         0000000000025700  00025700
2025-08-20T22:07:10.7148534Z [00:15:31.952]➜         000000000001e3fc  0000000000000000   A       0     0     32
2025-08-20T22:07:10.7149374Z [00:15:31.952]➜    [ 9] .rodata.cst16     PROGBITS         0000000000043b00  00043b00
2025-08-20T22:07:10.7150287Z [00:15:31.952]➜         0000000000000380  0000000000000010  AM       0     0     16
2025-08-20T22:07:10.7151109Z [00:15:31.952]➜    [10] .rodata.cst2      PROGBITS         0000000000043e80  00043e80
2025-08-20T22:07:10.7151909Z [00:15:31.952]➜         0000000000000004  0000000000000002  AM       0     0     2
2025-08-20T22:07:10.7152630Z [00:15:31.952]➜    [11] .rodata.cst32     PROGBITS         0000000000043ea0  00043ea0
2025-08-20T22:07:10.7153107Z [00:15:31.952]➜         00000000000000a0  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7153567Z [00:15:31.952]➜    [12] .rodata.cst4      PROGBITS         0000000000043f40  00043f40
2025-08-20T22:07:10.7154012Z [00:15:31.952]➜         00000000000000a0  0000000000000004  AM       0     0     4
2025-08-20T22:07:10.7154465Z [00:15:31.952]➜    [13] .rodata.cst8      PROGBITS         0000000000043fe0  00043fe0
2025-08-20T22:07:10.7154918Z [00:15:31.952]➜         00000000000000f0  0000000000000008  AM       0     0     8
2025-08-20T22:07:10.7155374Z [00:15:31.952]➜    [14] .rodata.str1.1    PROGBITS         00000000000440d0  000440d0
2025-08-20T22:07:10.7155921Z [00:15:31.952]➜         00000000000033c4  0000000000000001 AMS       0     0     1
2025-08-20T22:07:10.7156356Z [00:15:31.952]➜    [15] .rodata.str1.16   PROGBITS         00000000000474a0  000474a0
2025-08-20T22:07:10.7156800Z [00:15:31.952]➜         0000000000000a60  0000000000000001 AMS       0     0     16
2025-08-20T22:07:10.7157240Z [00:15:31.952]➜    [16] .rodata.str1.32   PROGBITS         0000000000047f00  00047f00
2025-08-20T22:07:10.7157980Z [00:15:31.952]➜         0000000000000400  0000000000000001 AMS       0     0     32
2025-08-20T22:07:10.7158824Z [00:15:31.952]➜    [17] .rodata.str1.8    PROGBITS         0000000000048300  00048300
2025-08-20T22:07:10.7159672Z [00:15:31.952]➜         0000000000003bf0  0000000000000001 AMS       0     0     8
2025-08-20T22:07:10.7160470Z [00:15:31.952]➜    [18] .rodata.str4.4    PROGBITS         000000000004bef0  0004bef0
2025-08-20T22:07:10.7161293Z [00:15:31.952]➜         000000000000026c  0000000000000004 AMS       0     0     4
2025-08-20T22:07:10.7162127Z [00:15:31.952]➜    [19] .rodata.str4.8    PROGBITS         000000000004c160  0004c160
2025-08-20T22:07:10.7162878Z [00:15:31.952]➜         00000000000002b0  0000000000000004 AMS       0     0     8
2025-08-20T22:07:10.7163341Z [00:15:31.952]➜    [20] rodata.cst32      PROGBITS         000000000004c420  0004c420
2025-08-20T22:07:10.7163802Z [00:15:31.952]➜         0000000000000060  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7164235Z [00:15:31.952]➜    [21] .fini             PROGBITS         000000000004d480  0004c480
2025-08-20T22:07:10.7164658Z [00:15:31.952]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7165195Z [00:15:31.952]➜    [22] .init             PROGBITS         000000000004d48c  0004c48c
2025-08-20T22:07:10.7165631Z [00:15:31.952]➜         0000000000000017  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7166132Z [00:15:31.952]➜    [23] .plt.got          PROGBITS         000000000004d4b0  0004c4b0
2025-08-20T22:07:10.7166567Z [00:15:31.952]➜         00000000000000c0  0000000000000000  AX       0     0     16
2025-08-20T22:07:10.7166991Z [00:15:31.952]➜    [24] .text             PROGBITS         000000000004d580  0004c580
2025-08-20T22:07:10.7167411Z [00:15:31.952]➜         00000000000dd922  0000000000000000  AX       0     0     64
2025-08-20T22:07:10.7168088Z [00:15:31.952]➜    [25] .tdata            PROGBITS         000000000012bea8  00129ea8
2025-08-20T22:07:10.7168528Z [00:15:31.952]➜         0000000000000018  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7168949Z [00:15:31.952]➜    [26] .tbss             NOBITS           000000000012bec0  00129ec0
2025-08-20T22:07:10.7169382Z [00:15:31.952]➜         0000000000000070  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7169830Z [00:15:31.952]➜    [27] .data.rel.ro      PROGBITS         000000000012bec0  00129ec0
2025-08-20T22:07:10.7170364Z [00:15:31.952]➜         0000000000007368  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7170816Z [00:15:31.952]➜    [28] .dynamic          DYNAMIC          0000000000133228  00131228
2025-08-20T22:07:10.7171247Z [00:15:31.952]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:07:10.7171682Z [00:15:31.952]➜    [29] .fini_array       FINI_ARRAY       00000000001333a8  001313a8
2025-08-20T22:07:10.7172143Z [00:15:31.952]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7172930Z [00:15:31.952]➜    [30] .got.plt          PROGBITS         00000000001333b8  001313b8
2025-08-20T22:07:10.7173683Z [00:15:31.952]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7174455Z [00:15:31.952]➜    [31] .init_array       INIT_ARRAY       00000000001333d0  001313d0
2025-08-20T22:07:10.7175045Z [00:15:31.952]➜         0000000000000018  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7175486Z [00:15:31.952]➜    [32] .got              PROGBITS         00000000001333e8  001313e8
2025-08-20T22:07:10.7176007Z [00:15:31.952]➜         00000000000003c8  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7176451Z [00:15:31.952]➜    [33] .relro_padding    NOBITS           00000000001337b0  001317b0
2025-08-20T22:07:10.7176891Z [00:15:31.952]➜         0000000000000850  0000000000000000  WA       0     0     1
2025-08-20T22:07:10.7177315Z [00:15:31.952]➜    [34] .data             PROGBITS         00000000001347c0  001317c0
2025-08-20T22:07:10.7177907Z [00:15:31.952]➜         000000000000233c  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7178493Z [00:15:31.952]➜    [35] .tm_clone_table   PROGBITS         0000000000136b00  00133b00
2025-08-20T22:07:10.7178934Z [00:15:31.952]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7179350Z [00:15:31.952]➜    [36] .bss              NOBITS           0000000000136b00  00133b00
2025-08-20T22:07:10.7179782Z [00:15:31.952]➜         00000000000059c8  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7180241Z [00:15:31.952]➜    [37] .gnu.warning      PROGBITS         0000000000000000  00133b00
2025-08-20T22:07:10.7180678Z [00:15:31.952]➜         0000000000000122  0000000000000000           0     0     32
2025-08-20T22:07:10.7181109Z [00:15:31.952]➜    [38] .shstrtab         STRTAB           0000000000000000  00133c22
2025-08-20T22:07:10.7181541Z [00:15:31.952]➜         0000000000000196  0000000000000000           0     0     1
2025-08-20T22:07:10.7181874Z [00:15:31.952]➜  Key to Flags:
2025-08-20T22:07:10.7182243Z [00:15:31.952]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:07:10.7182722Z [00:15:31.952]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:07:10.7183285Z [00:15:31.952]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:07:10.7183769Z [00:15:31.952]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:07:10.7184089Z [00:15:31.955]➜  
2025-08-20T22:07:10.7184327Z [00:15:31.956]➜  /build-bins/LICENSE
2025-08-20T22:07:10.7196645Z [00:15:31.960]➜  
2025-08-20T22:07:10.7206852Z [00:15:31.961]➜  /build-bins/nu_plugin_polars
2025-08-20T22:07:10.7220266Z [00:15:31.962]➜  There are 42 section headers, starting at offset 0x2d92730:
2025-08-20T22:07:10.7221257Z [00:15:31.962]➜  
2025-08-20T22:07:10.7221979Z [00:15:31.962]➜  Section Headers:
2025-08-20T22:07:10.7222617Z [00:15:31.962]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:07:10.7223115Z [00:15:31.962]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:07:10.7223717Z [00:15:31.962]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:07:10.7224470Z [00:15:31.962]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:07:10.7225362Z [00:15:31.962]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000320  00000320
2025-08-20T22:07:10.7226161Z [00:15:31.962]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:07:10.7226953Z [00:15:31.962]➜    [ 2] .dynsym           DYNSYM           0000000000000340  00000340
2025-08-20T22:07:10.7227996Z [00:15:31.962]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:07:10.7228815Z [00:15:31.962]➜    [ 3] .dynstr           STRTAB           0000000000000358  00000358
2025-08-20T22:07:10.7229640Z [00:15:31.962]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:07:10.7230413Z [00:15:31.962]➜    [ 4] .rela.dyn         RELA             0000000000000360  00000360
2025-08-20T22:07:10.7231233Z [00:15:31.962]➜         00000000002b4538  0000000000000018   A       2     0     8
2025-08-20T22:07:10.7232024Z [00:15:31.962]➜    [ 5] .eh_frame         PROGBITS         00000000002b4898  002b4898
2025-08-20T22:07:10.7232815Z [00:15:31.962]➜         00000000004ea17c  0000000000000000   A       0     0     8
2025-08-20T22:07:10.7233773Z [00:15:31.962]➜    [ 6] .eh_frame_hdr     PROGBITS         000000000079ea14  0079ea14
2025-08-20T22:07:10.7234562Z [00:15:31.962]➜         0000000000097ca4  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7235371Z [00:15:31.962]➜    [ 7] .gcc_except_table PROGBITS         00000000008366b8  008366b8
2025-08-20T22:07:10.7236178Z [00:15:31.962]➜         000000000022f408  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7236964Z [00:15:31.962]➜    [ 8] .rodata           PROGBITS         0000000000a66000  00a66000
2025-08-20T22:07:10.7237953Z [00:15:31.962]➜         00000000002e9e1c  0000000000000000   A       0     0     4096
2025-08-20T22:07:10.7238776Z [00:15:31.962]➜    [ 9] .rodata.cst16     PROGBITS         0000000000d4fe20  00d4fe20
2025-08-20T22:07:10.7239572Z [00:15:31.962]➜         00000000000037b0  0000000000000010  AM       0     0     16
2025-08-20T22:07:10.7240388Z [00:15:31.962]➜    [10] .rodata.cst2      PROGBITS         0000000000d535d0  00d535d0
2025-08-20T22:07:10.7241182Z [00:15:31.962]➜         0000000000000008  0000000000000002  AM       0     0     2
2025-08-20T22:07:10.7241975Z [00:15:31.962]➜    [11] .rodata.cst32     PROGBITS         0000000000d535e0  00d535e0
2025-08-20T22:07:10.7242787Z [00:15:31.962]➜         0000000000002720  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7243591Z [00:15:31.962]➜    [12] .rodata.cst4      PROGBITS         0000000000d55d00  00d55d00
2025-08-20T22:07:10.7244382Z [00:15:31.962]➜         0000000000003c04  0000000000000004  AM       0     0     4
2025-08-20T22:07:10.7245165Z [00:15:31.962]➜    [13] .rodata.cst8      PROGBITS         0000000000d59908  00d59908
2025-08-20T22:07:10.7245956Z [00:15:31.962]➜         0000000000003728  0000000000000008  AM       0     0     8
2025-08-20T22:07:10.7246875Z [00:15:31.962]➜    [14] .rodata.str1.1    PROGBITS         0000000000d5d030  00d5d030
2025-08-20T22:07:10.7247952Z [00:15:31.962]➜         000000000003285d  0000000000000001 AMS       0     0     1
2025-08-20T22:07:10.7248786Z [00:15:31.962]➜    [15] .rodata.str1.16   PROGBITS         0000000000d8f890  00d8f890
2025-08-20T22:07:10.7249621Z [00:15:31.962]➜         0000000000000de0  0000000000000001 AMS       0     0     16
2025-08-20T22:07:10.7250458Z [00:15:31.962]➜    [16] .rodata.str1.2    PROGBITS         0000000000d90670  00d90670
2025-08-20T22:07:10.7251255Z [00:15:31.962]➜         00000000000000cc  0000000000000001 AMS       0     0     2
2025-08-20T22:07:10.7252041Z [00:15:31.962]➜    [17] .rodata.str1.32   PROGBITS         0000000000d90740  00d90740
2025-08-20T22:07:10.7252832Z [00:15:31.962]➜         00000000000005e0  0000000000000001 AMS       0     0     32
2025-08-20T22:07:10.7253627Z [00:15:31.962]➜    [18] .rodata.str1.4    PROGBITS         0000000000d90d20  00d90d20
2025-08-20T22:07:10.7254435Z [00:15:31.962]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T22:07:10.7255386Z [00:15:31.962]➜    [19] .rodata.str1.8    PROGBITS         0000000000d915e8  00d915e8
2025-08-20T22:07:10.7255867Z [00:15:31.962]➜         00000000000048d0  0000000000000001 AMS       0     0     8
2025-08-20T22:07:10.7256318Z [00:15:31.962]➜    [20] .rodata.str4.16   PROGBITS         0000000000d95ec0  00d95ec0
2025-08-20T22:07:10.7256784Z [00:15:31.962]➜         0000000000000020  0000000000000004 AMS       0     0     16
2025-08-20T22:07:10.7257237Z [00:15:31.962]➜    [21] .rodata.str4.4    PROGBITS         0000000000d95ee0  00d95ee0
2025-08-20T22:07:10.7257684Z [00:15:31.962]➜         00000000000002a0  0000000000000004 AMS       0     0     4
2025-08-20T22:07:10.7258431Z [00:15:31.962]➜    [22] .rodata.str4.8    PROGBITS         0000000000d96180  00d96180
2025-08-20T22:07:10.7258878Z [00:15:31.962]➜         00000000000002b0  0000000000000004 AMS       0     0     8
2025-08-20T22:07:10.7259321Z [00:15:31.962]➜    [23] rodata.cst32      PROGBITS         0000000000d96440  00d96440
2025-08-20T22:07:10.7259766Z [00:15:31.962]➜         0000000000000060  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7260290Z [00:15:31.962]➜    [24] .fini             PROGBITS         0000000000d974a0  00d964a0
2025-08-20T22:07:10.7260707Z [00:15:31.962]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7261377Z [00:15:31.962]➜    [25] .init             PROGBITS         0000000000d974ac  00d964ac
2025-08-20T22:07:10.7262116Z [00:15:31.962]➜         0000000000000017  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7262920Z [00:15:31.962]➜    [26] .plt.got          PROGBITS         0000000000d974d0  00d964d0
2025-08-20T22:07:10.7263701Z [00:15:31.962]➜         00000000000001e0  0000000000000000  AX       0     0     16
2025-08-20T22:07:10.7264484Z [00:15:31.962]➜    [27] .text             PROGBITS         0000000000d976c0  00d966c0
2025-08-20T22:07:10.7265113Z [00:15:31.962]➜         0000000001db7812  0000000000000000  AX       0     0     64
2025-08-20T22:07:10.7265539Z [00:15:31.963]➜    [28] .tdata            PROGBITS         0000000002b4fed8  02b4ded8
2025-08-20T22:07:10.7265966Z [00:15:31.963]➜         00000000000000c0  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7266377Z [00:15:31.963]➜    [29] .tbss             NOBITS           0000000002b4ff98  02b4df98
2025-08-20T22:07:10.7266787Z [00:15:31.963]➜         00000000000002b8  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7267228Z [00:15:31.963]➜    [30] .data.rel.ro      PROGBITS         0000000002b4ffa0  02b4dfa0
2025-08-20T22:07:10.7267669Z [00:15:31.963]➜         000000000023ffa8  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7268359Z [00:15:31.963]➜    [31] .dynamic          DYNAMIC          0000000002d8ff48  02d8df48
2025-08-20T22:07:10.7268786Z [00:15:31.963]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:07:10.7269322Z [00:15:31.963]➜    [32] .fini_array       FINI_ARRAY       0000000002d900c8  02d8e0c8
2025-08-20T22:07:10.7269812Z [00:15:31.963]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7270240Z [00:15:31.963]➜    [33] .got.plt          PROGBITS         0000000002d900d8  02d8e0d8
2025-08-20T22:07:10.7270672Z [00:15:31.963]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7271098Z [00:15:31.963]➜    [34] .init_array       INIT_ARRAY       0000000002d900f0  02d8e0f0
2025-08-20T22:07:10.7271537Z [00:15:31.963]➜         0000000000000060  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7271970Z [00:15:31.963]➜    [35] .got              PROGBITS         0000000002d90150  02d8e150
2025-08-20T22:07:10.7272387Z [00:15:31.963]➜         0000000000000f98  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7272820Z [00:15:31.963]➜    [36] .relro_padding    NOBITS           0000000002d910e8  02d8f0e8
2025-08-20T22:07:10.7273255Z [00:15:31.963]➜         0000000000000f18  0000000000000000  WA       0     0     1
2025-08-20T22:07:10.7273670Z [00:15:31.963]➜    [37] .data             PROGBITS         0000000002d92100  02d8f100
2025-08-20T22:07:10.7274453Z [00:15:31.963]➜         0000000000002f7c  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7275345Z [00:15:31.963]➜    [38] .tm_clone_table   PROGBITS         0000000002d95080  02d92080
2025-08-20T22:07:10.7276193Z [00:15:31.963]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7276992Z [00:15:31.963]➜    [39] .bss              NOBITS           0000000002d95080  02d92080
2025-08-20T22:07:10.7278056Z [00:15:31.963]➜         0000000000006d08  0000000000000000  WA       0     0     128
2025-08-20T22:07:10.7278928Z [00:15:31.963]➜    [40] .gnu.warning      PROGBITS         0000000000000000  02d92080
2025-08-20T22:07:10.7279744Z [00:15:31.963]➜         00000000000004eb  0000000000000000           0     0     32
2025-08-20T22:07:10.7280545Z [00:15:31.963]➜    [41] .shstrtab         STRTAB           0000000000000000  02d9256b
2025-08-20T22:07:10.7281339Z [00:15:31.963]➜         00000000000001c4  0000000000000000           0     0     1
2025-08-20T22:07:10.7282068Z [00:15:31.963]➜  Key to Flags:
2025-08-20T22:07:10.7282718Z [00:15:31.963]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:07:10.7283593Z [00:15:31.963]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:07:10.7284445Z [00:15:31.963]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:07:10.7285112Z [00:15:31.963]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:07:10.7285628Z [00:15:31.965]➜  
2025-08-20T22:07:10.7286008Z [00:15:31.966]➜  /build-bins/nu_plugin_query
2025-08-20T22:07:10.7286604Z [00:15:31.968]➜  There are 42 section headers, starting at offset 0xaf5f08:
2025-08-20T22:07:10.7287202Z [00:15:31.968]➜  
2025-08-20T22:07:10.7287613Z [00:15:31.968]➜  Section Headers:
2025-08-20T22:07:10.7288521Z [00:15:31.968]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:07:10.7289626Z [00:15:31.968]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:07:10.7290420Z [00:15:31.968]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:07:10.7291167Z [00:15:31.968]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:07:10.7291961Z [00:15:31.968]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000320  00000320
2025-08-20T22:07:10.7292758Z [00:15:31.968]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:07:10.7293545Z [00:15:31.968]➜    [ 2] .dynsym           DYNSYM           0000000000000340  00000340
2025-08-20T22:07:10.7294307Z [00:15:31.968]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:07:10.7294815Z [00:15:31.968]➜    [ 3] .dynstr           STRTAB           0000000000000358  00000358
2025-08-20T22:07:10.7295339Z [00:15:31.968]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:07:10.7295824Z [00:15:31.968]➜    [ 4] .rela.dyn         RELA             0000000000000360  00000360
2025-08-20T22:07:10.7296260Z [00:15:31.968]➜         0000000000115d58  0000000000000018   A       2     0     8
2025-08-20T22:07:10.7296710Z [00:15:31.968]➜    [ 5] .eh_frame         PROGBITS         00000000001160b8  001160b8
2025-08-20T22:07:10.7297154Z [00:15:31.968]➜         0000000000100b48  0000000000000000   A       0     0     8
2025-08-20T22:07:10.7297588Z [00:15:31.968]➜    [ 6] .eh_frame_hdr     PROGBITS         0000000000216c00  00216c00
2025-08-20T22:07:10.7298575Z [00:15:31.968]➜         000000000002815c  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7299015Z [00:15:31.968]➜    [ 7] .gcc_except_table PROGBITS         000000000023ed5c  0023ed5c
2025-08-20T22:07:10.7299460Z [00:15:31.968]➜         0000000000020fe7  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7299890Z [00:15:31.968]➜    [ 8] .rodata           PROGBITS         0000000000260000  00260000
2025-08-20T22:07:10.7300417Z [00:15:31.968]➜         000000000011a77c  0000000000000000   A       0     0     4096
2025-08-20T22:07:10.7300921Z [00:15:31.968]➜    [ 9] .rodata.cst16     PROGBITS         000000000037a780  0037a780
2025-08-20T22:07:10.7301417Z [00:15:31.968]➜         0000000000001eb0  0000000000000010  AM       0     0     16
2025-08-20T22:07:10.7302292Z [00:15:31.968]➜    [10] .rodata.cst2      PROGBITS         000000000037c630  0037c630
2025-08-20T22:07:10.7303132Z [00:15:31.968]➜         000000000000000a  0000000000000002  AM       0     0     2
2025-08-20T22:07:10.7303942Z [00:15:31.968]➜    [11] .rodata.cst32     PROGBITS         000000000037c640  0037c640
2025-08-20T22:07:10.7304492Z [00:15:31.968]➜         0000000000000840  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7304930Z [00:15:31.968]➜    [12] .rodata.cst4      PROGBITS         000000000037ce80  0037ce80
2025-08-20T22:07:10.7305378Z [00:15:31.968]➜         00000000000041e8  0000000000000004  AM       0     0     4
2025-08-20T22:07:10.7305822Z [00:15:31.968]➜    [13] .rodata.cst8      PROGBITS         0000000000381068  00381068
2025-08-20T22:07:10.7306262Z [00:15:31.968]➜         0000000000001f88  0000000000000008  AM       0     0     8
2025-08-20T22:07:10.7306706Z [00:15:31.968]➜    [14] .rodata.str1.1    PROGBITS         0000000000382ff0  00382ff0
2025-08-20T22:07:10.7307143Z [00:15:31.968]➜         0000000000021650  0000000000000001 AMS       0     0     1
2025-08-20T22:07:10.7307585Z [00:15:31.968]➜    [15] .rodata.str1.16   PROGBITS         00000000003a4640  003a4640
2025-08-20T22:07:10.7308500Z [00:15:31.968]➜         0000000000000c20  0000000000000001 AMS       0     0     16
2025-08-20T22:07:10.7308939Z [00:15:31.968]➜    [16] .rodata.str1.32   PROGBITS         00000000003a5260  003a5260
2025-08-20T22:07:10.7309371Z [00:15:31.968]➜         0000000000000420  0000000000000001 AMS       0     0     32
2025-08-20T22:07:10.7309916Z [00:15:31.968]➜    [17] .rodata.str1.4    PROGBITS         00000000003a5680  003a5680
2025-08-20T22:07:10.7310418Z [00:15:31.968]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T22:07:10.7310868Z [00:15:31.968]➜    [18] .rodata.str1.8    PROGBITS         00000000003a5f48  003a5f48
2025-08-20T22:07:10.7311353Z [00:15:31.968]➜         0000000000012fa0  0000000000000001 AMS       0     0     8
2025-08-20T22:07:10.7312219Z [00:15:31.968]➜    [19] .rodata.str4.16   PROGBITS         00000000003b8ef0  003b8ef0
2025-08-20T22:07:10.7313085Z [00:15:31.968]➜         0000000000000020  0000000000000004 AMS       0     0     16
2025-08-20T22:07:10.7313790Z [00:15:31.968]➜    [20] .rodata.str4.4    PROGBITS         00000000003b8f10  003b8f10
2025-08-20T22:07:10.7314225Z [00:15:31.968]➜         0000000000000284  0000000000000004 AMS       0     0     4
2025-08-20T22:07:10.7314660Z [00:15:31.968]➜    [21] .rodata.str4.8    PROGBITS         00000000003b9198  003b9198
2025-08-20T22:07:10.7315097Z [00:15:31.968]➜         00000000000002b0  0000000000000004 AMS       0     0     8
2025-08-20T22:07:10.7315548Z [00:15:31.968]➜    [22] rodata.cst32      PROGBITS         00000000003b9460  003b9460
2025-08-20T22:07:10.7315987Z [00:15:31.968]➜         0000000000000060  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7316403Z [00:15:31.968]➜    [23] .fini             PROGBITS         00000000003ba4c0  003b94c0
2025-08-20T22:07:10.7316818Z [00:15:31.968]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7317228Z [00:15:31.968]➜    [24] .init             PROGBITS         00000000003ba4cc  003b94cc
2025-08-20T22:07:10.7317636Z [00:15:31.968]➜         000000000000001c  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7318318Z [00:15:31.968]➜    [25] .plt.got          PROGBITS         00000000003ba4f0  003b94f0
2025-08-20T22:07:10.7318744Z [00:15:31.968]➜         0000000000000100  0000000000000000  AX       0     0     16
2025-08-20T22:07:10.7319162Z [00:15:31.968]➜    [26] .text             PROGBITS         00000000003ba600  003b9600
2025-08-20T22:07:10.7319690Z [00:15:31.968]➜         000000000064d332  0000000000000000  AX       0     0     64
2025-08-20T22:07:10.7320171Z [00:15:31.968]➜    [27] .tdata            PROGBITS         0000000000a08938  00a06938
2025-08-20T22:07:10.7320592Z [00:15:31.968]➜         0000000000000048  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7321019Z [00:15:31.968]➜    [28] .tbss             NOBITS           0000000000a08980  00a06980
2025-08-20T22:07:10.7321441Z [00:15:31.968]➜         00000000000000e0  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7321874Z [00:15:31.968]➜    [29] .data.rel.ro      PROGBITS         0000000000a08980  00a06980
2025-08-20T22:07:10.7322318Z [00:15:31.968]➜         00000000000e5c28  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7322750Z [00:15:31.968]➜    [30] .dynamic          DYNAMIC          0000000000aee5a8  00aec5a8
2025-08-20T22:07:10.7323180Z [00:15:31.968]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:07:10.7323618Z [00:15:31.968]➜    [31] .fini_array       FINI_ARRAY       0000000000aee728  00aec728
2025-08-20T22:07:10.7324048Z [00:15:31.968]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7324652Z [00:15:31.968]➜    [32] .got.plt          PROGBITS         0000000000aee738  00aec738
2025-08-20T22:07:10.7325114Z [00:15:31.968]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7325948Z [00:15:31.968]➜    [33] .init_array       INIT_ARRAY       0000000000aee750  00aec750
2025-08-20T22:07:10.7326805Z [00:15:31.968]➜         0000000000000030  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7327612Z [00:15:31.968]➜    [34] .got              PROGBITS         0000000000aee780  00aec780
2025-08-20T22:07:10.7328580Z [00:15:31.968]➜         0000000000000e38  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7329559Z [00:15:31.968]➜    [35] .relro_padding    NOBITS           0000000000aef5b8  00aed5b8
2025-08-20T22:07:10.7330490Z [00:15:31.968]➜         0000000000000a48  0000000000000000  WA       0     0     1
2025-08-20T22:07:10.7331325Z [00:15:31.968]➜    [36] .data             PROGBITS         0000000000af05c0  00aed5c0
2025-08-20T22:07:10.7332103Z [00:15:31.968]➜         00000000000081fc  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7332904Z [00:15:31.968]➜    [37] .tm_clone_table   PROGBITS         0000000000af87c0  00af57c0
2025-08-20T22:07:10.7333699Z [00:15:31.968]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7334458Z [00:15:31.968]➜    [38] .bss              NOBITS           0000000000af87c0  00af57c0
2025-08-20T22:07:10.7335218Z [00:15:31.968]➜         0000000000009228  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7335982Z [00:15:31.968]➜    [39] .common           NOBITS           0000000000b019e8  00af57c0
2025-08-20T22:07:10.7336731Z [00:15:31.968]➜         0000000000000010  0000000000000000  WA       0     0     4
2025-08-20T22:07:10.7337603Z [00:15:31.968]➜    [40] .gnu.warning      PROGBITS         0000000000000000  00af57c0
2025-08-20T22:07:10.7338523Z [00:15:31.968]➜         000000000000058b  0000000000000000           0     0     32
2025-08-20T22:07:10.7338962Z [00:15:31.968]➜    [41] .shstrtab         STRTAB           0000000000000000  00af5d4b
2025-08-20T22:07:10.7339399Z [00:15:31.968]➜         00000000000001bd  0000000000000000           0     0     1
2025-08-20T22:07:10.7348815Z [00:15:31.968]➜  Key to Flags:
2025-08-20T22:07:10.7349438Z [00:15:31.968]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:07:10.7350212Z [00:15:31.968]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:07:10.7350711Z [00:15:31.968]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:07:10.7351158Z [00:15:31.968]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:07:10.7351572Z [00:15:31.970]➜  
2025-08-20T22:07:10.7352052Z [00:15:31.971]➜  /build-bins/nu_plugin_example
2025-08-20T22:07:10.7352818Z [00:15:31.973]➜  There are 41 section headers, starting at offset 0x6495b8:
2025-08-20T22:07:10.7353599Z [00:15:31.973]➜  
2025-08-20T22:07:10.7353975Z [00:15:31.973]➜  Section Headers:
2025-08-20T22:07:10.7354340Z [00:15:31.973]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:07:10.7354770Z [00:15:31.973]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:07:10.7355174Z [00:15:31.973]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:07:10.7355583Z [00:15:31.973]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:07:10.7356350Z [00:15:31.973]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000320  00000320
2025-08-20T22:07:10.7357127Z [00:15:31.973]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:07:10.7357617Z [00:15:31.973]➜    [ 2] .dynsym           DYNSYM           0000000000000340  00000340
2025-08-20T22:07:10.7358383Z [00:15:31.973]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:07:10.7358818Z [00:15:31.973]➜    [ 3] .dynstr           STRTAB           0000000000000358  00000358
2025-08-20T22:07:10.7359235Z [00:15:31.973]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:07:10.7359650Z [00:15:31.973]➜    [ 4] .rela.dyn         RELA             0000000000000360  00000360
2025-08-20T22:07:10.7360063Z [00:15:31.973]➜         0000000000084858  0000000000000018   A       2     0     8
2025-08-20T22:07:10.7360482Z [00:15:31.973]➜    [ 5] .eh_frame         PROGBITS         0000000000084bb8  00084bb8
2025-08-20T22:07:10.7360902Z [00:15:31.973]➜         000000000009e630  0000000000000000   A       0     0     8
2025-08-20T22:07:10.7361322Z [00:15:31.973]➜    [ 6] .eh_frame_hdr     PROGBITS         00000000001231e8  001231e8
2025-08-20T22:07:10.7361855Z [00:15:31.973]➜         0000000000016984  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7362379Z [00:15:31.973]➜    [ 7] .gcc_except_table PROGBITS         0000000000139b6c  00139b6c
2025-08-20T22:07:10.7363248Z [00:15:31.973]➜         000000000001ae35  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7364067Z [00:15:31.973]➜    [ 8] .rodata           PROGBITS         00000000001549c0  001549c0
2025-08-20T22:07:10.7364920Z [00:15:31.973]➜         00000000000b467c  0000000000000000   A       0     0     32
2025-08-20T22:07:10.7365408Z [00:15:31.973]➜    [ 9] .rodata.cst16     PROGBITS         0000000000209040  00209040
2025-08-20T22:07:10.7365874Z [00:15:31.973]➜         00000000000012d0  0000000000000010  AM       0     0     16
2025-08-20T22:07:10.7366330Z [00:15:31.973]➜    [10] .rodata.cst2      PROGBITS         000000000020a310  0020a310
2025-08-20T22:07:10.7366765Z [00:15:31.973]➜         0000000000000004  0000000000000002  AM       0     0     2
2025-08-20T22:07:10.7367215Z [00:15:31.973]➜    [11] .rodata.cst32     PROGBITS         000000000020a320  0020a320
2025-08-20T22:07:10.7367956Z [00:15:31.973]➜         00000000000007a0  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7368465Z [00:15:31.973]➜    [12] .rodata.cst4      PROGBITS         000000000020aac0  0020aac0
2025-08-20T22:07:10.7368905Z [00:15:31.973]➜         00000000000030b8  0000000000000004  AM       0     0     4
2025-08-20T22:07:10.7369335Z [00:15:31.973]➜    [13] .rodata.cst8      PROGBITS         000000000020db78  0020db78
2025-08-20T22:07:10.7369762Z [00:15:31.973]➜         00000000000017f0  0000000000000008  AM       0     0     8
2025-08-20T22:07:10.7370195Z [00:15:31.973]➜    [14] .rodata.str1.1    PROGBITS         000000000020f368  0020f368
2025-08-20T22:07:10.7370622Z [00:15:31.973]➜         0000000000007047  0000000000000001 AMS       0     0     1
2025-08-20T22:07:10.7371067Z [00:15:31.973]➜    [15] .rodata.str1.16   PROGBITS         00000000002163b0  002163b0
2025-08-20T22:07:10.7371509Z [00:15:31.973]➜         0000000000000be0  0000000000000001 AMS       0     0     16
2025-08-20T22:07:10.7371958Z [00:15:31.973]➜    [16] .rodata.str1.32   PROGBITS         0000000000216fa0  00216fa0
2025-08-20T22:07:10.7372476Z [00:15:31.973]➜         0000000000000420  0000000000000001 AMS       0     0     32
2025-08-20T22:07:10.7372913Z [00:15:31.973]➜    [17] .rodata.str1.4    PROGBITS         00000000002173c0  002173c0
2025-08-20T22:07:10.7373345Z [00:15:31.973]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T22:07:10.7373775Z [00:15:31.973]➜    [18] .rodata.str1.8    PROGBITS         0000000000217c88  00217c88
2025-08-20T22:07:10.7374201Z [00:15:31.973]➜         00000000000041e0  0000000000000001 AMS       0     0     8
2025-08-20T22:07:10.7374629Z [00:15:31.973]➜    [19] .rodata.str4.16   PROGBITS         000000000021be70  0021be70
2025-08-20T22:07:10.7375055Z [00:15:31.973]➜         0000000000000020  0000000000000004 AMS       0     0     16
2025-08-20T22:07:10.7375868Z [00:15:31.973]➜    [20] .rodata.str4.4    PROGBITS         000000000021be90  0021be90
2025-08-20T22:07:10.7376733Z [00:15:31.973]➜         0000000000000284  0000000000000004 AMS       0     0     4
2025-08-20T22:07:10.7377544Z [00:15:31.973]➜    [21] .rodata.str4.8    PROGBITS         000000000021c118  0021c118
2025-08-20T22:07:10.7378548Z [00:15:31.973]➜         00000000000002b0  0000000000000004 AMS       0     0     8
2025-08-20T22:07:10.7379388Z [00:15:31.973]➜    [22] rodata.cst32      PROGBITS         000000000021c3e0  0021c3e0
2025-08-20T22:07:10.7380218Z [00:15:31.973]➜         0000000000000060  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7381022Z [00:15:31.973]➜    [23] .fini             PROGBITS         000000000021d440  0021c440
2025-08-20T22:07:10.7381788Z [00:15:31.973]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7382567Z [00:15:31.973]➜    [24] .init             PROGBITS         000000000021d44c  0021c44c
2025-08-20T22:07:10.7383457Z [00:15:31.973]➜         0000000000000017  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7384274Z [00:15:31.973]➜    [25] .plt.got          PROGBITS         000000000021d470  0021c470
2025-08-20T22:07:10.7384733Z [00:15:31.973]➜         00000000000000f0  0000000000000000  AX       0     0     16
2025-08-20T22:07:10.7385157Z [00:15:31.973]➜    [26] .text             PROGBITS         000000000021d580  0021c580
2025-08-20T22:07:10.7385592Z [00:15:31.973]➜         00000000003cd652  0000000000000000  AX       0     0     64
2025-08-20T22:07:10.7386013Z [00:15:31.973]➜    [27] .tdata            PROGBITS         00000000005ebbd8  005e9bd8
2025-08-20T22:07:10.7386435Z [00:15:31.973]➜         0000000000000048  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7386854Z [00:15:31.973]➜    [28] .tbss             NOBITS           00000000005ebc20  005e9c20
2025-08-20T22:07:10.7387265Z [00:15:31.973]➜         0000000000000158  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7387694Z [00:15:31.973]➜    [29] .data.rel.ro      PROGBITS         00000000005ebc20  005e9c20
2025-08-20T22:07:10.7388518Z [00:15:31.973]➜         000000000005cc08  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7388970Z [00:15:31.973]➜    [30] .dynamic          DYNAMIC          0000000000648828  00646828
2025-08-20T22:07:10.7389394Z [00:15:31.973]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:07:10.7389818Z [00:15:31.973]➜    [31] .fini_array       FINI_ARRAY       00000000006489a8  006469a8
2025-08-20T22:07:10.7390245Z [00:15:31.973]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7390660Z [00:15:31.973]➜    [32] .got.plt          PROGBITS         00000000006489b8  006469b8
2025-08-20T22:07:10.7391077Z [00:15:31.973]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7391502Z [00:15:31.973]➜    [33] .init_array       INIT_ARRAY       00000000006489d0  006469d0
2025-08-20T22:07:10.7391931Z [00:15:31.973]➜         0000000000000028  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7392344Z [00:15:31.973]➜    [34] .got              PROGBITS         00000000006489f8  006469f8
2025-08-20T22:07:10.7392830Z [00:15:31.973]➜         0000000000000498  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7393257Z [00:15:31.973]➜    [35] .relro_padding    NOBITS           0000000000648e90  00646e90
2025-08-20T22:07:10.7393690Z [00:15:31.973]➜         0000000000000170  0000000000000000  WA       0     0     1
2025-08-20T22:07:10.7394102Z [00:15:31.973]➜    [36] .data             PROGBITS         0000000000649ea0  00646ea0
2025-08-20T22:07:10.7394523Z [00:15:31.973]➜         000000000000243c  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7394951Z [00:15:31.973]➜    [37] .tm_clone_table   PROGBITS         000000000064c2e0  006492e0
2025-08-20T22:07:10.7395380Z [00:15:31.973]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7395785Z [00:15:31.973]➜    [38] .bss              NOBITS           000000000064c2e0  006492e0
2025-08-20T22:07:10.7396435Z [00:15:31.973]➜         0000000000005c88  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7396885Z [00:15:31.973]➜    [39] .gnu.warning      PROGBITS         0000000000000000  006492e0
2025-08-20T22:07:10.7397673Z [00:15:31.973]➜         0000000000000122  0000000000000000           0     0     32
2025-08-20T22:07:10.7398400Z [00:15:31.973]➜    [40] .shstrtab         STRTAB           0000000000000000  00649402
2025-08-20T22:07:10.7398833Z [00:15:31.973]➜         00000000000001b5  0000000000000000           0     0     1
2025-08-20T22:07:10.7399160Z [00:15:31.973]➜  Key to Flags:
2025-08-20T22:07:10.7399522Z [00:15:31.974]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:07:10.7399993Z [00:15:31.974]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:07:10.7400555Z [00:15:31.974]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:07:10.7401353Z [00:15:31.974]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:07:10.7401957Z [00:15:31.975]➜  
2025-08-20T22:07:10.7402424Z [00:15:31.976]➜  /build-bins/nu_plugin_inc
2025-08-20T22:07:10.7403138Z [00:15:31.978]➜  There are 40 section headers, starting at offset 0x2fede8:
2025-08-20T22:07:10.7403707Z [00:15:31.978]➜  
2025-08-20T22:07:10.7404006Z [00:15:31.978]➜  Section Headers:
2025-08-20T22:07:10.7404352Z [00:15:31.978]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:07:10.7404758Z [00:15:31.978]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:07:10.7405157Z [00:15:31.978]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:07:10.7405562Z [00:15:31.978]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:07:10.7405994Z [00:15:31.978]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000320  00000320
2025-08-20T22:07:10.7406413Z [00:15:31.978]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:07:10.7406932Z [00:15:31.978]➜    [ 2] .dynsym           DYNSYM           0000000000000340  00000340
2025-08-20T22:07:10.7407364Z [00:15:31.978]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:07:10.7407909Z [00:15:31.978]➜    [ 3] .dynstr           STRTAB           0000000000000358  00000358
2025-08-20T22:07:10.7408327Z [00:15:31.978]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:07:10.7408735Z [00:15:31.978]➜    [ 4] .rela.dyn         RELA             0000000000000360  00000360
2025-08-20T22:07:10.7409146Z [00:15:31.978]➜         0000000000020b68  0000000000000018   A       2     0     8
2025-08-20T22:07:10.7409558Z [00:15:31.978]➜    [ 5] .eh_frame         PROGBITS         0000000000020ec8  00020ec8
2025-08-20T22:07:10.7409978Z [00:15:31.978]➜         00000000000593d0  0000000000000000   A       0     0     8
2025-08-20T22:07:10.7410394Z [00:15:31.978]➜    [ 6] .eh_frame_hdr     PROGBITS         000000000007a298  0007a298
2025-08-20T22:07:10.7411176Z [00:15:31.978]➜         000000000000cf74  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7412131Z [00:15:31.978]➜    [ 7] .gcc_except_table PROGBITS         000000000008720c  0008720c
2025-08-20T22:07:10.7412970Z [00:15:31.978]➜         0000000000012a89  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7413707Z [00:15:31.978]➜    [ 8] .rodata           PROGBITS         0000000000099ca0  00099ca0
2025-08-20T22:07:10.7414136Z [00:15:31.978]➜         00000000000383fc  0000000000000000   A       0     0     32
2025-08-20T22:07:10.7414571Z [00:15:31.978]➜    [ 9] .rodata.cst16     PROGBITS         00000000000d20a0  000d20a0
2025-08-20T22:07:10.7415001Z [00:15:31.978]➜         00000000000005d0  0000000000000010  AM       0     0     16
2025-08-20T22:07:10.7415438Z [00:15:31.978]➜    [10] .rodata.cst2      PROGBITS         00000000000d2670  000d2670
2025-08-20T22:07:10.7415860Z [00:15:31.978]➜         0000000000000004  0000000000000002  AM       0     0     2
2025-08-20T22:07:10.7416302Z [00:15:31.978]➜    [11] .rodata.cst32     PROGBITS         00000000000d2680  000d2680
2025-08-20T22:07:10.7416735Z [00:15:31.978]➜         0000000000000280  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7417158Z [00:15:31.978]➜    [12] .rodata.cst4      PROGBITS         00000000000d2900  000d2900
2025-08-20T22:07:10.7417581Z [00:15:31.978]➜         0000000000000190  0000000000000004  AM       0     0     4
2025-08-20T22:07:10.7418242Z [00:15:31.978]➜    [13] .rodata.cst8      PROGBITS         00000000000d2a90  000d2a90
2025-08-20T22:07:10.7418673Z [00:15:31.978]➜         0000000000000348  0000000000000008  AM       0     0     8
2025-08-20T22:07:10.7419096Z [00:15:31.978]➜    [14] .rodata.str1.1    PROGBITS         00000000000d2dd8  000d2dd8
2025-08-20T22:07:10.7419624Z [00:15:31.978]➜         0000000000004718  0000000000000001 AMS       0     0     1
2025-08-20T22:07:10.7420066Z [00:15:31.978]➜    [15] .rodata.str1.16   PROGBITS         00000000000d74f0  000d74f0
2025-08-20T22:07:10.7420565Z [00:15:31.978]➜         0000000000000be0  0000000000000001 AMS       0     0     16
2025-08-20T22:07:10.7420999Z [00:15:31.978]➜    [16] .rodata.str1.32   PROGBITS         00000000000d80e0  000d80e0
2025-08-20T22:07:10.7421427Z [00:15:31.978]➜         0000000000000420  0000000000000001 AMS       0     0     32
2025-08-20T22:07:10.7421861Z [00:15:31.978]➜    [17] .rodata.str1.8    PROGBITS         00000000000d8500  000d8500
2025-08-20T22:07:10.7422289Z [00:15:31.978]➜         00000000000041e0  0000000000000001 AMS       0     0     8
2025-08-20T22:07:10.7422716Z [00:15:31.978]➜    [18] .rodata.str4.16   PROGBITS         00000000000dc6e0  000dc6e0
2025-08-20T22:07:10.7423144Z [00:15:31.978]➜         0000000000000020  0000000000000004 AMS       0     0     16
2025-08-20T22:07:10.7423923Z [00:15:31.978]➜    [19] .rodata.str4.4    PROGBITS         00000000000dc700  000dc700
2025-08-20T22:07:10.7424744Z [00:15:31.978]➜         0000000000000284  0000000000000004 AMS       0     0     4
2025-08-20T22:07:10.7425681Z [00:15:31.978]➜    [20] .rodata.str4.8    PROGBITS         00000000000dc988  000dc988
2025-08-20T22:07:10.7426524Z [00:15:31.978]➜         00000000000002b0  0000000000000004 AMS       0     0     8
2025-08-20T22:07:10.7427327Z [00:15:31.978]➜    [21] rodata.cst32      PROGBITS         00000000000dcc40  000dcc40
2025-08-20T22:07:10.7428250Z [00:15:31.978]➜         0000000000000060  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7429032Z [00:15:31.978]➜    [22] .fini             PROGBITS         00000000000ddca0  000dcca0
2025-08-20T22:07:10.7429784Z [00:15:31.978]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7430518Z [00:15:31.978]➜    [23] .init             PROGBITS         00000000000ddcac  000dccac
2025-08-20T22:07:10.7431307Z [00:15:31.978]➜         0000000000000017  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7432054Z [00:15:31.978]➜    [24] .plt.got          PROGBITS         00000000000ddcd0  000dccd0
2025-08-20T22:07:10.7432915Z [00:15:31.978]➜         00000000000000e8  0000000000000000  AX       0     0     16
2025-08-20T22:07:10.7433792Z [00:15:31.978]➜    [25] .text             PROGBITS         00000000000dddc0  000dcdc0
2025-08-20T22:07:10.7434530Z [00:15:31.978]➜         000000000020bea2  0000000000000000  AX       0     0     64
2025-08-20T22:07:10.7435270Z [00:15:31.978]➜    [26] .tdata            PROGBITS         00000000002eac68  002e8c68
2025-08-20T22:07:10.7436004Z [00:15:31.978]➜         0000000000000048  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7436666Z [00:15:31.978]➜    [27] .tbss             NOBITS           00000000002eacb0  002e8cb0
2025-08-20T22:07:10.7437468Z [00:15:31.978]➜         00000000000000a0  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7438514Z [00:15:31.978]➜    [28] .data.rel.ro      PROGBITS         00000000002eacc0  002e8cc0
2025-08-20T22:07:10.7439365Z [00:15:31.978]➜         00000000000134a8  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7440154Z [00:15:31.978]➜    [29] .dynamic          DYNAMIC          00000000002fe168  002fc168
2025-08-20T22:07:10.7440661Z [00:15:31.978]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:07:10.7441088Z [00:15:31.978]➜    [30] .fini_array       FINI_ARRAY       00000000002fe2e8  002fc2e8
2025-08-20T22:07:10.7441510Z [00:15:31.978]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7441926Z [00:15:31.978]➜    [31] .got.plt          PROGBITS         00000000002fe2f8  002fc2f8
2025-08-20T22:07:10.7442342Z [00:15:31.978]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7442760Z [00:15:31.978]➜    [32] .init_array       INIT_ARRAY       00000000002fe310  002fc310
2025-08-20T22:07:10.7443273Z [00:15:31.978]➜         0000000000000028  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7443699Z [00:15:31.978]➜    [33] .got              PROGBITS         00000000002fe338  002fc338
2025-08-20T22:07:10.7444169Z [00:15:31.978]➜         0000000000000460  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7444602Z [00:15:31.978]➜    [34] .relro_padding    NOBITS           00000000002fe798  002fc798
2025-08-20T22:07:10.7445029Z [00:15:31.978]➜         0000000000000868  0000000000000000  WA       0     0     1
2025-08-20T22:07:10.7445435Z [00:15:31.978]➜    [35] .data             PROGBITS         00000000002ff7a0  002fc7a0
2025-08-20T22:07:10.7445848Z [00:15:31.978]➜         000000000000237c  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7446282Z [00:15:31.978]➜    [36] .tm_clone_table   PROGBITS         0000000000301b20  002feb20
2025-08-20T22:07:10.7446700Z [00:15:31.978]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7447107Z [00:15:31.978]➜    [37] .bss              NOBITS           0000000000301b20  002feb20
2025-08-20T22:07:10.7447522Z [00:15:31.978]➜         0000000000005c88  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7448265Z [00:15:31.978]➜    [38] .gnu.warning      PROGBITS         0000000000000000  002feb20
2025-08-20T22:07:10.7448716Z [00:15:31.978]➜         0000000000000122  0000000000000000           0     0     32
2025-08-20T22:07:10.7449342Z [00:15:31.978]➜    [39] .shstrtab         STRTAB           0000000000000000  002fec42
2025-08-20T22:07:10.7449776Z [00:15:31.978]➜         00000000000001a6  0000000000000000           0     0     1
2025-08-20T22:07:10.7450109Z [00:15:31.978]➜  Key to Flags:
2025-08-20T22:07:10.7450470Z [00:15:31.978]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:07:10.7450950Z [00:15:31.978]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:07:10.7451405Z [00:15:31.978]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:07:10.7451822Z [00:15:31.978]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:07:10.7452144Z [00:15:31.980]➜  
2025-08-20T22:07:10.7452369Z [00:15:31.981]➜  /build-bins/utils
2025-08-20T22:07:10.7452825Z [00:15:31.983]➜  There are 39 section headers, starting at offset 0x1149d8:
2025-08-20T22:07:10.7453151Z [00:15:31.983]➜  
2025-08-20T22:07:10.7453369Z [00:15:31.983]➜  Section Headers:
2025-08-20T22:07:10.7453707Z [00:15:31.983]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:07:10.7454115Z [00:15:31.983]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:07:10.7454510Z [00:15:31.983]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:07:10.7454916Z [00:15:31.983]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:07:10.7455334Z [00:15:31.983]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000320  00000320
2025-08-20T22:07:10.7455758Z [00:15:31.983]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:07:10.7456177Z [00:15:31.983]➜    [ 2] .dynsym           DYNSYM           0000000000000340  00000340
2025-08-20T22:07:10.7456592Z [00:15:31.983]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:07:10.7457005Z [00:15:31.983]➜    [ 3] .dynstr           STRTAB           0000000000000358  00000358
2025-08-20T22:07:10.7457414Z [00:15:31.983]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:07:10.7457993Z [00:15:31.983]➜    [ 4] .rela.dyn         RELA             0000000000000360  00000360
2025-08-20T22:07:10.7458414Z [00:15:31.983]➜         0000000000009420  0000000000000018   A       2     0     8
2025-08-20T22:07:10.7458825Z [00:15:31.983]➜    [ 5] .eh_frame         PROGBITS         0000000000009780  00009780
2025-08-20T22:07:10.7459228Z [00:15:31.983]➜         000000000001048c  0000000000000000   A       0     0     8
2025-08-20T22:07:10.7459731Z [00:15:31.983]➜    [ 6] .eh_frame_hdr     PROGBITS         0000000000019c0c  00019c0c
2025-08-20T22:07:10.7460213Z [00:15:31.983]➜         00000000000030ac  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7460645Z [00:15:31.983]➜    [ 7] .gcc_except_table PROGBITS         000000000001ccb8  0001ccb8
2025-08-20T22:07:10.7461083Z [00:15:31.983]➜         0000000000000f65  0000000000000000   A       0     0     4
2025-08-20T22:07:10.7461504Z [00:15:31.983]➜    [ 8] .rodata           PROGBITS         000000000001dc20  0001dc20
2025-08-20T22:07:10.7461922Z [00:15:31.983]➜         000000000001927c  0000000000000000   A       0     0     32
2025-08-20T22:07:10.7462351Z [00:15:31.983]➜    [ 9] .rodata.cst16     PROGBITS         0000000000036ea0  00036ea0
2025-08-20T22:07:10.7462778Z [00:15:31.983]➜         0000000000000300  0000000000000010  AM       0     0     16
2025-08-20T22:07:10.7463206Z [00:15:31.983]➜    [10] .rodata.cst2      PROGBITS         00000000000371a0  000371a0
2025-08-20T22:07:10.7463632Z [00:15:31.983]➜         0000000000000004  0000000000000002  AM       0     0     2
2025-08-20T22:07:10.7464058Z [00:15:31.983]➜    [11] .rodata.cst32     PROGBITS         00000000000371c0  000371c0
2025-08-20T22:07:10.7464552Z [00:15:31.983]➜         00000000000000a0  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7464986Z [00:15:31.983]➜    [12] .rodata.cst4      PROGBITS         0000000000037260  00037260
2025-08-20T22:07:10.7465405Z [00:15:31.983]➜         0000000000000070  0000000000000004  AM       0     0     4
2025-08-20T22:07:10.7465834Z [00:15:31.983]➜    [13] .rodata.cst8      PROGBITS         00000000000372d0  000372d0
2025-08-20T22:07:10.7466258Z [00:15:31.983]➜         0000000000000090  0000000000000008  AM       0     0     8
2025-08-20T22:07:10.7466680Z [00:15:31.983]➜    [14] .rodata.str1.1    PROGBITS         0000000000037360  00037360
2025-08-20T22:07:10.7467103Z [00:15:31.983]➜         0000000000002cbc  0000000000000001 AMS       0     0     1
2025-08-20T22:07:10.7467535Z [00:15:31.983]➜    [15] .rodata.str1.16   PROGBITS         000000000003a020  0003a020
2025-08-20T22:07:10.7468137Z [00:15:31.983]➜         0000000000000a60  0000000000000001 AMS       0     0     16
2025-08-20T22:07:10.7468579Z [00:15:31.983]➜    [16] .rodata.str1.32   PROGBITS         000000000003aa80  0003aa80
2025-08-20T22:07:10.7469092Z [00:15:31.983]➜         0000000000000400  0000000000000001 AMS       0     0     32
2025-08-20T22:07:10.7469524Z [00:15:31.983]➜    [17] .rodata.str1.8    PROGBITS         000000000003ae80  0003ae80
2025-08-20T22:07:10.7469946Z [00:15:31.983]➜         0000000000003bf0  0000000000000001 AMS       0     0     8
2025-08-20T22:07:10.7470383Z [00:15:31.983]➜    [18] .rodata.str4.4    PROGBITS         000000000003ea70  0003ea70
2025-08-20T22:07:10.7470814Z [00:15:31.983]➜         000000000000026c  0000000000000004 AMS       0     0     4
2025-08-20T22:07:10.7471244Z [00:15:31.983]➜    [19] .rodata.str4.8    PROGBITS         000000000003ece0  0003ece0
2025-08-20T22:07:10.7471672Z [00:15:31.983]➜         00000000000002b0  0000000000000004 AMS       0     0     8
2025-08-20T22:07:10.7472101Z [00:15:31.983]➜    [20] rodata.cst32      PROGBITS         000000000003efa0  0003efa0
2025-08-20T22:07:10.7472540Z [00:15:31.983]➜         0000000000000060  0000000000000020  AM       0     0     32
2025-08-20T22:07:10.7472954Z [00:15:31.983]➜    [21] .fini             PROGBITS         000000000003f000  0003f000
2025-08-20T22:07:10.7473359Z [00:15:31.983]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7473765Z [00:15:31.983]➜    [22] .init             PROGBITS         000000000003f00c  0003f00c
2025-08-20T22:07:10.7474171Z [00:15:31.983]➜         0000000000000017  0000000000000000  AX       0     0     4
2025-08-20T22:07:10.7474582Z [00:15:31.983]➜    [23] .plt.got          PROGBITS         000000000003f030  0003f030
2025-08-20T22:07:10.7475000Z [00:15:31.983]➜         00000000000000c0  0000000000000000  AX       0     0     16
2025-08-20T22:07:10.7475474Z [00:15:31.983]➜    [24] .text             PROGBITS         000000000003f100  0003f100
2025-08-20T22:07:10.7475897Z [00:15:31.983]➜         00000000000ccd02  0000000000000000  AX       0     0     64
2025-08-20T22:07:10.7476372Z [00:15:31.983]➜    [25] .tdata            PROGBITS         000000000010ce08  0010be08
2025-08-20T22:07:10.7476795Z [00:15:31.983]➜         0000000000000018  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7477206Z [00:15:31.983]➜    [26] .tbss             NOBITS           000000000010ce20  0010be20
2025-08-20T22:07:10.7477612Z [00:15:31.983]➜         0000000000000058  0000000000000000 WAT       0     0     8
2025-08-20T22:07:10.7478309Z [00:15:31.983]➜    [27] .data.rel.ro      PROGBITS         000000000010ce20  0010be20
2025-08-20T22:07:10.7478738Z [00:15:31.983]➜         0000000000006068  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7479160Z [00:15:31.983]➜    [28] .dynamic          DYNAMIC          0000000000112e88  00111e88
2025-08-20T22:07:10.7479594Z [00:15:31.983]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:07:10.7480021Z [00:15:31.983]➜    [29] .fini_array       FINI_ARRAY       0000000000113008  00112008
2025-08-20T22:07:10.7480530Z [00:15:31.983]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7480953Z [00:15:31.983]➜    [30] .got.plt          PROGBITS         0000000000113018  00112018
2025-08-20T22:07:10.7481372Z [00:15:31.983]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7481794Z [00:15:31.983]➜    [31] .init_array       INIT_ARRAY       0000000000113030  00112030
2025-08-20T22:07:10.7482220Z [00:15:31.983]➜         0000000000000018  0000000000000008  WA       0     0     8
2025-08-20T22:07:10.7482625Z [00:15:31.983]➜    [32] .got              PROGBITS         0000000000113048  00112048
2025-08-20T22:07:10.7483030Z [00:15:31.983]➜         0000000000000380  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7483464Z [00:15:31.983]➜    [33] .relro_padding    NOBITS           00000000001133c8  001123c8
2025-08-20T22:07:10.7483900Z [00:15:31.983]➜         0000000000000c38  0000000000000000  WA       0     0     1
2025-08-20T22:07:10.7484318Z [00:15:31.983]➜    [34] .data             PROGBITS         00000000001143e0  001123e0
2025-08-20T22:07:10.7484804Z [00:15:31.983]➜         000000000000233c  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7485231Z [00:15:31.983]➜    [35] .tm_clone_table   PROGBITS         0000000000116720  00114720
2025-08-20T22:07:10.7485654Z [00:15:31.983]➜         0000000000000000  0000000000000000  WA       0     0     8
2025-08-20T22:07:10.7486059Z [00:15:31.983]➜    [36] .bss              NOBITS           0000000000116720  00114720
2025-08-20T22:07:10.7486469Z [00:15:31.983]➜         0000000000005968  0000000000000000  WA       0     0     32
2025-08-20T22:07:10.7486894Z [00:15:31.983]➜    [37] .gnu.warning      PROGBITS         0000000000000000  00114720
2025-08-20T22:07:10.7487324Z [00:15:31.983]➜         0000000000000122  0000000000000000           0     0     32
2025-08-20T22:07:10.7487878Z [00:15:31.983]➜    [38] .shstrtab         STRTAB           0000000000000000  00114842
2025-08-20T22:07:10.7488382Z [00:15:31.983]➜         0000000000000196  0000000000000000           0     0     1
2025-08-20T22:07:10.7488716Z [00:15:31.983]➜  Key to Flags:
2025-08-20T22:07:10.7489076Z [00:15:31.983]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:07:10.7489544Z [00:15:31.983]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:07:10.7489999Z [00:15:31.983]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:07:10.7490401Z [00:15:31.983]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:07:10.7491718Z [00:15:31.984]➜  + file /build-bins/LICENSE /build-bins/nu_plugin_custom_values /build-bins/nu_plugin_example /build-bins/nu_plugin_formats /build-bins/nu_plugin_gstat /build-bins/nu_plugin_inc /build-bins/nu_plugin_polars /build-bins/nu_plugin_query /build-bins/nu_plugin_stress_internals /build-bins/utils
2025-08-20T22:07:10.7770005Z [00:15:32.017]➜  /build-bins/LICENSE:                    ASCII text
2025-08-20T22:07:10.7771348Z [00:15:32.017]➜  /build-bins/nu_plugin_custom_values:    ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:07:10.7772419Z [00:15:32.017]➜  /build-bins/nu_plugin_example:          ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:07:10.7773421Z [00:15:32.017]➜  /build-bins/nu_plugin_formats:          ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:07:10.7774407Z [00:15:32.017]➜  /build-bins/nu_plugin_gstat:            ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:07:10.7775344Z [00:15:32.017]➜  /build-bins/nu_plugin_inc:              ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:07:10.7776303Z [00:15:32.017]➜  /build-bins/nu_plugin_polars:           ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:07:10.7777267Z [00:15:32.017]➜  /build-bins/nu_plugin_query:            ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:07:10.7778249Z [00:15:32.017]➜  /build-bins/nu_plugin_stress_internals: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:07:10.7779040Z [00:15:32.017]➜  /build-bins/utils:                      ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:07:10.7786500Z [00:15:32.018]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/nu_plugin_custom_values /build-bins/nu_plugin_example /build-bins/nu_plugin_formats /build-bins/nu_plugin_gstat /build-bins/nu_plugin_inc /build-bins/nu_plugin_polars /build-bins/nu_plugin_query /build-bins/nu_plugin_stress_internals /build-bins/utils
2025-08-20T22:07:10.7807380Z [00:15:32.021]➜  /build-bins/LICENSE:         1120 Bytes
2025-08-20T22:07:10.7808387Z [00:15:32.021]➜  /build-bins/nu_plugin_custom_values:         5975736 Bytes
2025-08-20T22:07:10.7809334Z [00:15:32.021]➜  /build-bins/nu_plugin_example:         6594552 Bytes
2025-08-20T22:07:10.7810056Z [00:15:32.021]➜  /build-bins/nu_plugin_formats:         6396696 Bytes
2025-08-20T22:07:10.7810758Z [00:15:32.021]➜  /build-bins/nu_plugin_gstat:         11800552 Bytes
2025-08-20T22:07:10.7811461Z [00:15:32.021]➜  /build-bins/nu_plugin_inc:         3143656 Bytes
2025-08-20T22:07:10.7812165Z [00:15:32.021]➜  /build-bins/nu_plugin_polars:         47788464 Bytes
2025-08-20T22:07:10.7812597Z [00:15:32.021]➜  /build-bins/nu_plugin_query:         11495816 Bytes
2025-08-20T22:07:10.7813034Z [00:15:32.021]➜  /build-bins/nu_plugin_stress_internals:         1263480 Bytes
2025-08-20T22:07:10.7813440Z [00:15:32.021]➜  /build-bins/utils:         1135512 Bytes
2025-08-20T22:07:10.7814912Z [00:15:32.021]➜  + du /build-bins/LICENSE /build-bins/nu_plugin_custom_values /build-bins/nu_plugin_example /build-bins/nu_plugin_formats /build-bins/nu_plugin_gstat /build-bins/nu_plugin_inc /build-bins/nu_plugin_polars /build-bins/nu_plugin_query /build-bins/nu_plugin_stress_internals /build-bins/utils --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:07:10.7827212Z [00:15:32.023]➜  1.1K	2025-08-20 22:07:09.977892791 +0000	/build-bins/LICENSE
2025-08-20T22:07:10.7828258Z [00:15:32.023]➜  5.7M	2025-08-20 22:07:10.358894189 +0000	/build-bins/nu_plugin_custom_values
2025-08-20T22:07:10.7829164Z [00:15:32.023]➜  6.3M	2025-08-20 22:07:10.639895220 +0000	/build-bins/nu_plugin_example
2025-08-20T22:07:10.7829975Z [00:15:32.023]➜  6.2M	2025-08-20 22:07:10.327894075 +0000	/build-bins/nu_plugin_formats
2025-08-20T22:07:10.7830770Z [00:15:32.023]➜  12M	2025-08-20 22:07:10.399894339 +0000	/build-bins/nu_plugin_gstat
2025-08-20T22:07:10.7831722Z [00:15:32.023]➜  3.0M	2025-08-20 22:07:10.663895308 +0000	/build-bins/nu_plugin_inc
2025-08-20T22:07:10.7832550Z [00:15:32.023]➜  46M	2025-08-20 22:07:10.547894882 +0000	/build-bins/nu_plugin_polars
2025-08-20T22:07:10.7833583Z [00:15:32.023]➜  11M	2025-08-20 22:07:10.605895095 +0000	/build-bins/nu_plugin_query
2025-08-20T22:07:10.7834334Z [00:15:32.023]➜  1.3M	2025-08-20 22:07:10.422894424 +0000	/build-bins/nu_plugin_stress_internals
2025-08-20T22:07:10.7834967Z [00:15:32.023]➜  1.1M	2025-08-20 22:07:10.682895377 +0000	/build-bins/utils
2025-08-20T22:07:10.7835566Z [00:15:32.023]➜  + popd
2025-08-20T22:07:10.9116612Z [00:15:32.151]➜  + docker cp debian-builder-unstable:/build-bins/. /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:07:11.0933757Z [00:15:32.333]➜  + '[' -s /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:07:11.0935014Z [00:15:32.333]➜  + cp -fv /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:07:11.0959282Z [00:15:32.336]➜  '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:07:11.0964813Z [00:15:32.336]➜  + find /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:07:11.0966890Z [00:15:32.337]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:07:11.0973174Z [00:15:32.337]➜  + xargs realpath --no-symlinks
2025-08-20T22:07:11.0987548Z [00:15:32.338]➜  + cut -d: -f1
2025-08-20T22:07:11.0989185Z [00:15:32.338]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:11.5258167Z [00:15:32.766]➜  sending incremental file list
2025-08-20T22:07:11.5272708Z [00:15:32.767]➜  nu_plugin_formats
2025-08-20T22:07:11.5754842Z [00:15:32.815]➜  
2025-08-20T22:07:11.5755606Z [00:15:32.815]➜  sent 6.40M bytes  received 35 bytes  12.80M bytes/sec
2025-08-20T22:07:11.5756453Z [00:15:32.815]➜  total size is 6.40M  speedup is 1.00
2025-08-20T22:07:11.5777426Z [00:15:32.818]➜  sending incremental file list
2025-08-20T22:07:11.5791929Z [00:15:32.819]➜  nu_plugin_custom_values
2025-08-20T22:07:11.6268180Z [00:15:32.867]➜  
2025-08-20T22:07:11.6268908Z [00:15:32.867]➜  sent 5.98M bytes  received 35 bytes  11.95M bytes/sec
2025-08-20T22:07:11.6269511Z [00:15:32.867]➜  total size is 5.98M  speedup is 1.00
2025-08-20T22:07:11.6290896Z [00:15:32.869]➜  sending incremental file list
2025-08-20T22:07:11.6314689Z [00:15:32.871]➜  nu_plugin_gstat
2025-08-20T22:07:11.6875049Z [00:15:32.927]➜  
2025-08-20T22:07:11.6875630Z [00:15:32.927]➜  sent 11.80M bytes  received 35 bytes  23.61M bytes/sec
2025-08-20T22:07:11.6876055Z [00:15:32.927]➜  total size is 11.80M  speedup is 1.00
2025-08-20T22:07:11.6899584Z [00:15:32.930]➜  sending incremental file list
2025-08-20T22:07:11.6906534Z [00:15:32.931]➜  nu_plugin_stress_internals
2025-08-20T22:07:11.7329371Z [00:15:32.973]➜  
2025-08-20T22:07:11.7330091Z [00:15:32.973]➜  sent 1.26M bytes  received 35 bytes  2.53M bytes/sec
2025-08-20T22:07:11.7330749Z [00:15:32.973]➜  total size is 1.26M  speedup is 1.00
2025-08-20T22:07:11.7351540Z [00:15:32.975]➜  sending incremental file list
2025-08-20T22:07:11.7434312Z [00:15:32.983]➜  nu_plugin_polars
2025-08-20T22:07:11.8410009Z [00:15:33.081]➜  
2025-08-20T22:07:11.8410659Z [00:15:33.081]➜  sent 47.80M bytes  received 35 bytes  95.60M bytes/sec
2025-08-20T22:07:11.8411334Z [00:15:33.081]➜  total size is 47.79M  speedup is 1.00
2025-08-20T22:07:11.8434617Z [00:15:33.083]➜  sending incremental file list
2025-08-20T22:07:11.8456963Z [00:15:33.086]➜  nu_plugin_query
2025-08-20T22:07:11.8994726Z [00:15:33.139]➜  
2025-08-20T22:07:11.8995127Z [00:15:33.139]➜  sent 11.50M bytes  received 35 bytes  23.00M bytes/sec
2025-08-20T22:07:11.8995558Z [00:15:33.139]➜  total size is 11.50M  speedup is 1.00
2025-08-20T22:07:11.9019059Z [00:15:33.142]➜  sending incremental file list
2025-08-20T22:07:11.9034331Z [00:15:33.143]➜  nu_plugin_example
2025-08-20T22:07:11.9526606Z [00:15:33.193]➜  
2025-08-20T22:07:11.9527177Z [00:15:33.193]➜  sent 6.60M bytes  received 35 bytes  13.19M bytes/sec
2025-08-20T22:07:11.9527612Z [00:15:33.193]➜  total size is 6.59M  speedup is 1.00
2025-08-20T22:07:11.9549917Z [00:15:33.195]➜  sending incremental file list
2025-08-20T22:07:11.9559572Z [00:15:33.196]➜  nu_plugin_inc
2025-08-20T22:07:12.0002065Z [00:15:33.240]➜  
2025-08-20T22:07:12.0002530Z [00:15:33.240]➜  sent 3.14M bytes  received 35 bytes  6.29M bytes/sec
2025-08-20T22:07:12.0002936Z [00:15:33.240]➜  total size is 3.14M  speedup is 1.00
2025-08-20T22:07:12.0024569Z [00:15:33.242]➜  sending incremental file list
2025-08-20T22:07:12.0030930Z [00:15:33.243]➜  utils
2025-08-20T22:07:12.0450744Z [00:15:33.285]➜  
2025-08-20T22:07:12.0451302Z [00:15:33.285]➜  sent 1.14M bytes  received 35 bytes  2.27M bytes/sec
2025-08-20T22:07:12.0451811Z [00:15:33.285]➜  total size is 1.14M  speedup is 1.00
2025-08-20T22:07:12.0463688Z [00:15:33.286]➜  
2025-08-20T22:07:13.4895669Z [00:15:34.729]➜  
2025-08-20T22:07:13.5001569Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_formats' from runner:docker to runner:runner
2025-08-20T22:07:13.5003469Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_custom_values' from runner:docker to runner:runner
2025-08-20T22:07:13.5005368Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_formats' from runner:docker to runner:runner
2025-08-20T22:07:13.5007317Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_custom_values' from runner:docker to runner:runner
2025-08-20T22:07:13.5009613Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.5011788Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/Cross.toml' from root:root to runner:runner
2025-08-20T22:07:13.5014099Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:07:13.5016226Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:07:13.5018762Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.githooks/pre-commit' from root:root to runner:runner
2025-08-20T22:07:13.5021085Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.githooks/pre-push' from root:root to runner:runner
2025-08-20T22:07:13.5023329Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.githooks' from root:root to runner:runner
2025-08-20T22:07:13.5025542Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix/main.wixproj' from root:root to runner:runner
2025-08-20T22:07:13.5028268Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix/windows-terminal-profile.json' from root:root to runner:runner
2025-08-20T22:07:13.5030624Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix/main.wxs' from root:root to runner:runner
2025-08-20T22:07:13.5032954Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix/License.rtf' from root:root to runner:runner
2025-08-20T22:07:13.5035250Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix/nu.ico' from root:root to runner:runner
2025-08-20T22:07:13.5037381Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix' from root:root to runner:runner
2025-08-20T22:07:13.5039676Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/toolkit.nu' from root:root to runner:runner
2025-08-20T22:07:13.5041871Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/eval/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5044063Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/eval' from root:root to runner:runner
2025-08-20T22:07:13.5046322Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.5048855Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugin_persistence/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5051257Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugin_persistence' from root:root to runner:runner
2025-08-20T22:07:13.5053603Z [00:15:34.740]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/path/expand_path.rs' from root:root to runner:runner
2025-08-20T22:07:13.5056033Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/path/canonicalize.rs' from root:root to runner:runner
2025-08-20T22:07:13.5058701Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/path/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5060962Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/path' from root:root to runner:runner
2025-08-20T22:07:13.5063279Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/eval/script.nu' from root:root to runner:runner
2025-08-20T22:07:13.5065675Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/eval' from root:root to runner:runner
2025-08-20T22:07:13.5068261Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/existing_file.txt' from root:root to runner:runner
2025-08-20T22:07:13.5070869Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_mount/copy_me.txt' from root:root to runner:runner
2025-08-20T22:07:13.5073532Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_mount/copy_me/copy_me.txt' from root:root to runner:runner
2025-08-20T22:07:13.5076274Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_mount/copy_me' from root:root to runner:runner
2025-08-20T22:07:13.5079100Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_mount' from root:root to runner:runner
2025-08-20T22:07:13.5081614Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/4' from root:root to runner:runner
2025-08-20T22:07:13.5084143Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/6' from root:root to runner:runner
2025-08-20T22:07:13.5086661Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/0' from root:root to runner:runner
2025-08-20T22:07:13.5089474Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/7' from root:root to runner:runner
2025-08-20T22:07:13.5092030Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/1' from root:root to runner:runner
2025-08-20T22:07:13.5094552Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/5' from root:root to runner:runner
2025-08-20T22:07:13.5097064Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/8' from root:root to runner:runner
2025-08-20T22:07:13.5099771Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/3' from root:root to runner:runner
2025-08-20T22:07:13.5102302Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/9' from root:root to runner:runner
2025-08-20T22:07:13.5104928Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/2' from root:root to runner:runner
2025-08-20T22:07:13.5107433Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files' from root:root to runner:runner
2025-08-20T22:07:13.5110154Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/hello_dir/hello.txt' from root:root to runner:runner
2025-08-20T22:07:13.5112625Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/hello_dir' from root:root to runner:runner
2025-08-20T22:07:13.5115069Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/how_are_you.txt' from root:root to runner:runner
2025-08-20T22:07:13.5117533Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/hello_world.txt' from root:root to runner:runner
2025-08-20T22:07:13.5120337Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/hello_dir_with_file/hello_world.txt' from root:root to runner:runner
2025-08-20T22:07:13.5123080Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/hello_dir_with_file' from root:root to runner:runner
2025-08-20T22:07:13.5125598Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp' from root:root to runner:runner
2025-08-20T22:07:13.5128208Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/.hidden_file' from root:root to runner:runner
2025-08-20T22:07:13.5130938Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/.hidden_folder/.hidden_subfile' from root:root to runner:runner
2025-08-20T22:07:13.5133675Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/.hidden_folder' from root:root to runner:runner
2025-08-20T22:07:13.5136422Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/another/newfile' from root:root to runner:runner
2025-08-20T22:07:13.5139253Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/another' from root:root to runner:runner
2025-08-20T22:07:13.5141878Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/custom_completion.nu' from root:root to runner:runner
2025-08-20T22:07:13.5144541Z [00:15:34.741]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/test_b/testfile' from root:root to runner:runner
2025-08-20T22:07:13.5147124Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/test_b' from root:root to runner:runner
2025-08-20T22:07:13.5150111Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/directory_completion/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.5153140Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/directory_completion/folder_inside_folder/myfile' from root:root to runner:runner
2025-08-20T22:07:13.5156229Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/directory_completion/folder_inside_folder' from root:root to runner:runner
2025-08-20T22:07:13.5159285Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/directory_completion' from root:root to runner:runner
2025-08-20T22:07:13.5161934Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/nushell' from root:root to runner:runner
2025-08-20T22:07:13.5164508Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/test_a_symlink' from root:root to runner:runner
2025-08-20T22:07:13.5167134Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/test_a/myfile' from root:root to runner:runner
2025-08-20T22:07:13.5169973Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/test_a' from root:root to runner:runner
2025-08-20T22:07:13.5172535Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions' from root:root to runner:runner
2025-08-20T22:07:13.5175061Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hints/assignment.nu' from root:root to runner:runner
2025-08-20T22:07:13.5177624Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hints/signature.nu' from root:root to runner:runner
2025-08-20T22:07:13.5180351Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hints/type.nu' from root:root to runner:runner
2025-08-20T22:07:13.5182953Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hints/param.nu' from root:root to runner:runner
2025-08-20T22:07:13.5185427Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hints' from root:root to runner:runner
2025-08-20T22:07:13.5188153Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/semantic_tokens/internals.nu' from root:root to runner:runner
2025-08-20T22:07:13.5190772Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/semantic_tokens' from root:root to runner:runner
2025-08-20T22:07:13.5193281Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/command.nu' from root:root to runner:runner
2025-08-20T22:07:13.5195925Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/match.nu' from root:root to runner:runner
2025-08-20T22:07:13.5198596Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/collect.nu' from root:root to runner:runner
2025-08-20T22:07:13.5201155Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/use_module.nu' from root:root to runner:runner
2025-08-20T22:07:13.5203753Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/var.nu' from root:root to runner:runner
2025-08-20T22:07:13.5206351Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/else.nu' from root:root to runner:runner
2025-08-20T22:07:13.5209082Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/command_unicode.nu' from root:root to runner:runner
2025-08-20T22:07:13.5211643Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/module.nu' from root:root to runner:runner
2025-08-20T22:07:13.5214067Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto' from root:root to runner:runner
2025-08-20T22:07:13.5216569Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/diagnostics/var.nu' from root:root to runner:runner
2025-08-20T22:07:13.5219326Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/diagnostics/pwd.nu' from root:root to runner:runner
2025-08-20T22:07:13.5221853Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/diagnostics' from root:root to runner:runner
2025-08-20T22:07:13.5224319Z [00:15:34.742]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/symbols/foo.nu' from root:root to runner:runner
2025-08-20T22:07:13.5226923Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/symbols/bar.nu' from root:root to runner:runner
2025-08-20T22:07:13.5229694Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/symbols/span.nu' from root:root to runner:runner
2025-08-20T22:07:13.5232152Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/symbols' from root:root to runner:runner
2025-08-20T22:07:13.5234731Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/notifications/issue_11522.nu' from root:root to runner:runner
2025-08-20T22:07:13.5237391Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/notifications' from root:root to runner:runner
2025-08-20T22:07:13.5240114Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hover/command.nu' from root:root to runner:runner
2025-08-20T22:07:13.5242639Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hover/use.nu' from root:root to runner:runner
2025-08-20T22:07:13.5245150Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hover/cell_path.nu' from root:root to runner:runner
2025-08-20T22:07:13.5247939Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hover/var.nu' from root:root to runner:runner
2025-08-20T22:07:13.5250438Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hover' from root:root to runner:runner
2025-08-20T22:07:13.5253019Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/workspace/foo.nu' from root:root to runner:runner
2025-08-20T22:07:13.5255568Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/workspace/bar.nu' from root:root to runner:runner
2025-08-20T22:07:13.5258275Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/workspace/baz.nu' from root:root to runner:runner
2025-08-20T22:07:13.5260781Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/workspace' from root:root to runner:runner
2025-08-20T22:07:13.5263340Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/command.nu' from root:root to runner:runner
2025-08-20T22:07:13.5265951Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/keyword.nu' from root:root to runner:runner
2025-08-20T22:07:13.5268784Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/utf_pipeline.nu' from root:root to runner:runner
2025-08-20T22:07:13.5271455Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/fallback.nu' from root:root to runner:runner
2025-08-20T22:07:13.5274154Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/use.nu' from root:root to runner:runner
2025-08-20T22:07:13.5276855Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/cell_path.nu' from root:root to runner:runner
2025-08-20T22:07:13.5279655Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/var.nu' from root:root to runner:runner
2025-08-20T22:07:13.5282270Z [00:15:34.743]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/external.nu' from root:root to runner:runner
2025-08-20T22:07:13.5284813Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion' from root:root to runner:runner
2025-08-20T22:07:13.5287179Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp' from root:root to runner:runner
2025-08-20T22:07:13.5289723Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/jt.xml' from root:root to runner:runner
2025-08-20T22:07:13.5292359Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample_data_with_annotation.ods' from root:root to runner:runner
2025-08-20T22:07:13.5295195Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample-sys-output.json' from root:root to runner:runner
2025-08-20T22:07:13.5298134Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/script_multiline.nu' from root:root to runner:runner
2025-08-20T22:07:13.5300776Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/random_numbers.csv' from root:root to runner:runner
2025-08-20T22:07:13.5303317Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.db' from root:root to runner:runner
2025-08-20T22:07:13.5305872Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/caco3_plastics.csv' from root:root to runner:runner
2025-08-20T22:07:13.5308775Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/msgpack/.gitignore' from root:root to runner:runner
2025-08-20T22:07:13.5311502Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/msgpack/objects.nuon' from root:root to runner:runner
2025-08-20T22:07:13.5314176Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/msgpack/sample.nuon' from root:root to runner:runner
2025-08-20T22:07:13.5316841Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/msgpack/generate.nu' from root:root to runner:runner
2025-08-20T22:07:13.5319582Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/msgpack' from root:root to runner:runner
2025-08-20T22:07:13.5322325Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.blockcommandparser' from root:root to runner:runner
2025-08-20T22:07:13.5324931Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/script.nu' from root:root to runner:runner
2025-08-20T22:07:13.5327484Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample-simple.json' from root:root to runner:runner
2025-08-20T22:07:13.5330328Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/caco3_plastics.arrow' from root:root to runner:runner
2025-08-20T22:07:13.5332913Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.eml' from root:root to runner:runner
2025-08-20T22:07:13.5335479Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample_headers.xlsx' from root:root to runner:runner
2025-08-20T22:07:13.5338278Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/early_return.nu' from root:root to runner:runner
2025-08-20T22:07:13.5341091Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sgml_description.json' from root:root to runner:runner
2025-08-20T22:07:13.5343851Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/caco3_plastics.tsv' from root:root to runner:runner
2025-08-20T22:07:13.5346444Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/lines_test.txt' from root:root to runner:runner
2025-08-20T22:07:13.5349274Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample-ls-output.json' from root:root to runner:runner
2025-08-20T22:07:13.5351936Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/cargo_sample.toml' from root:root to runner:runner
2025-08-20T22:07:13.5354688Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample-ps-output.json' from root:root to runner:runner
2025-08-20T22:07:13.5357310Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/appveyor.yml' from root:root to runner:runner
2025-08-20T22:07:13.5360035Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/utf16.ini' from root:root to runner:runner
2025-08-20T22:07:13.5362576Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample_data.xlsx' from root:root to runner:runner
2025-08-20T22:07:13.5365131Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.ini' from root:root to runner:runner
2025-08-20T22:07:13.5367939Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.nuon' from root:root to runner:runner
2025-08-20T22:07:13.5370443Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/code.nu' from root:root to runner:runner
2025-08-20T22:07:13.5372953Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample_def.nu' from root:root to runner:runner
2025-08-20T22:07:13.5375543Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/activate-foo.nu' from root:root to runner:runner
2025-08-20T22:07:13.5378340Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample_data.ods' from root:root to runner:runner
2025-08-20T22:07:13.5380909Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.url' from root:root to runner:runner
2025-08-20T22:07:13.5383537Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/early_return_outside_main.nu' from root:root to runner:runner
2025-08-20T22:07:13.5386152Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats' from root:root to runner:runner
2025-08-20T22:07:13.5388862Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/4.2' from root:root to runner:runner
2025-08-20T22:07:13.5391572Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/square-bracket_[.txt' from root:root to runner:runner
2025-08-20T22:07:13.5394267Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/-inf' from root:root to runner:runner
2025-08-20T22:07:13.5396847Z [00:15:34.744]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/--help' from root:root to runner:runner
2025-08-20T22:07:13.5399748Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/te st.txt' from root:root to runner:runner
2025-08-20T22:07:13.5402355Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/-42' from root:root to runner:runner
2025-08-20T22:07:13.5405027Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/curly-bracket_{.txt' from root:root to runner:runner
2025-08-20T22:07:13.5407732Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/te#st.txt' from root:root to runner:runner
2025-08-20T22:07:13.5410597Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/te(st).txt' from root:root to runner:runner
2025-08-20T22:07:13.5413362Z [00:15:34.745]➜  changed ownership of "/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/te'st.txt" from root:root to runner:runner
2025-08-20T22:07:13.5416041Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/semicolon_;.txt' from root:root to runner:runner
2025-08-20T22:07:13.5418975Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/test dir/double quote' from root:root to runner:runner
2025-08-20T22:07:13.5421775Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/test dir/single quote' from root:root to runner:runner
2025-08-20T22:07:13.5424484Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/test dir' from root:root to runner:runner
2025-08-20T22:07:13.5427107Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/[a] bc.txt' from root:root to runner:runner
2025-08-20T22:07:13.5429822Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions' from root:root to runner:runner
2025-08-20T22:07:13.5432613Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions/dir with space/bar baz' from root:root to runner:runner
2025-08-20T22:07:13.5435557Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions/dir with space/foo' from root:root to runner:runner
2025-08-20T22:07:13.5438583Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions/dir with space' from root:root to runner:runner
2025-08-20T22:07:13.5441318Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions/path/sleep' from root:root to runner:runner
2025-08-20T22:07:13.5444049Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions/path/sleep.exe' from root:root to runner:runner
2025-08-20T22:07:13.5446850Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions/path' from root:root to runner:runner
2025-08-20T22:07:13.5449649Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions' from root:root to runner:runner
2025-08-20T22:07:13.5452220Z [00:15:34.745]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/foo.nu' from root:root to runner:runner
2025-08-20T22:07:13.5455204Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir3/spam.nu' from root:root to runner:runner
2025-08-20T22:07:13.5458028Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir3' from root:root to runner:runner
2025-08-20T22:07:13.5460874Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/dir_module/plain.txt' from root:root to runner:runner
2025-08-20T22:07:13.5463693Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/dir_module/sub module/sub.nu' from root:root to runner:runner
2025-08-20T22:07:13.5466510Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/dir_module/sub module' from root:root to runner:runner
2025-08-20T22:07:13.5469452Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/dir_module/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.5472117Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/dir_module' from root:root to runner:runner
2025-08-20T22:07:13.5474786Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir1/bar.nu' from root:root to runner:runner
2025-08-20T22:07:13.5477485Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir1/xyzzy.nu' from root:root to runner:runner
2025-08-20T22:07:13.5480489Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir1/baz.nu' from root:root to runner:runner
2025-08-20T22:07:13.5483239Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir1' from root:root to runner:runner
2025-08-20T22:07:13.5485903Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir2/asdf.nu' from root:root to runner:runner
2025-08-20T22:07:13.5488761Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir2/bat.nu' from root:root to runner:runner
2025-08-20T22:07:13.5491419Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir2' from root:root to runner:runner
2025-08-20T22:07:13.5494063Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions' from root:root to runner:runner
2025-08-20T22:07:13.5496779Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/hola/foo.txt' from root:root to runner:runner
2025-08-20T22:07:13.5499792Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/hola' from root:root to runner:runner
2025-08-20T22:07:13.5502539Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/hello' from root:root to runner:runner
2025-08-20T22:07:13.5505353Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/anotherfile' from root:root to runner:runner
2025-08-20T22:07:13.5508477Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/have_ext.txt' from root:root to runner:runner
2025-08-20T22:07:13.5511354Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/have_ext.exe' from root:root to runner:runner
2025-08-20T22:07:13.5514121Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a' from root:root to runner:runner
2025-08-20T22:07:13.5516907Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-c/hello_c' from root:root to runner:runner
2025-08-20T22:07:13.5519799Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-c' from root:root to runner:runner
2025-08-20T22:07:13.5522515Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial/hello.txt' from root:root to runner:runner
2025-08-20T22:07:13.5525415Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial/hol/foo.txt' from root:root to runner:runner
2025-08-20T22:07:13.5528450Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial/hol' from root:root to runner:runner
2025-08-20T22:07:13.5531144Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial' from root:root to runner:runner
2025-08-20T22:07:13.5533879Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-b/hello_b' from root:root to runner:runner
2025-08-20T22:07:13.5536620Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-b/hi_b' from root:root to runner:runner
2025-08-20T22:07:13.5539637Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-b' from root:root to runner:runner
2025-08-20T22:07:13.5542409Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/final_partial/somefile' from root:root to runner:runner
2025-08-20T22:07:13.5545184Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/final_partial' from root:root to runner:runner
2025-08-20T22:07:13.5548109Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-d(/.gitkeep' from root:root to runner:runner
2025-08-20T22:07:13.5550875Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-d(' from root:root to runner:runner
2025-08-20T22:07:13.5553583Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions' from root:root to runner:runner
2025-08-20T22:07:13.5555949Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures' from root:root to runner:runner
2025-08-20T22:07:13.5558433Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/hooks/samples/.nu-env' from root:root to runner:runner
2025-08-20T22:07:13.5560829Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/hooks/samples' from root:root to runner:runner
2025-08-20T22:07:13.5563140Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/hooks/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5565382Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/hooks' from root:root to runner:runner
2025-08-20T22:07:13.5567650Z [00:15:34.746]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_config.rs' from root:root to runner:runner
2025-08-20T22:07:13.5570194Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_parser.rs' from root:root to runner:runner
2025-08-20T22:07:13.5572664Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_ide.rs' from root:root to runner:runner
2025-08-20T22:07:13.5575109Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_modules.rs' from root:root to runner:runner
2025-08-20T22:07:13.5577540Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_custom_commands.rs' from root:root to runner:runner
2025-08-20T22:07:13.5580218Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_known_external.rs' from root:root to runner:runner
2025-08-20T22:07:13.5582664Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_commandline.rs' from root:root to runner:runner
2025-08-20T22:07:13.5585159Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_bits.rs' from root:root to runner:runner
2025-08-20T22:07:13.5587575Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_conditionals.rs' from root:root to runner:runner
2025-08-20T22:07:13.5590156Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.5592514Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_ranges.rs' from root:root to runner:runner
2025-08-20T22:07:13.5594876Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_math.rs' from root:root to runner:runner
2025-08-20T22:07:13.5597393Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_strings.rs' from root:root to runner:runner
2025-08-20T22:07:13.5599940Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_spread.rs' from root:root to runner:runner
2025-08-20T22:07:13.5602296Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_hiding.rs' from root:root to runner:runner
2025-08-20T22:07:13.5604698Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_converters.rs' from root:root to runner:runner
2025-08-20T22:07:13.5607110Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_iteration.rs' from root:root to runner:runner
2025-08-20T22:07:13.5609706Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_cell_path.rs' from root:root to runner:runner
2025-08-20T22:07:13.5612064Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_env.rs' from root:root to runner:runner
2025-08-20T22:07:13.5614395Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_regex.rs' from root:root to runner:runner
2025-08-20T22:07:13.5616906Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_stdlib.rs' from root:root to runner:runner
2025-08-20T22:07:13.5619639Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_config_path.rs' from root:root to runner:runner
2025-08-20T22:07:13.5622127Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_table_operations.rs' from root:root to runner:runner
2025-08-20T22:07:13.5624607Z [00:15:34.747]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_type_check.rs' from root:root to runner:runner
2025-08-20T22:07:13.5626943Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5629587Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_help.rs' from root:root to runner:runner
2025-08-20T22:07:13.5632140Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_signatures.rs' from root:root to runner:runner
2025-08-20T22:07:13.5667146Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_engine.rs' from root:root to runner:runner
2025-08-20T22:07:13.5669749Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl' from root:root to runner:runner
2025-08-20T22:07:13.5672007Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/const_/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5674253Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/const_' from root:root to runner:runner
2025-08-20T22:07:13.5676662Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/scope/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5679119Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/scope' from root:root to runner:runner
2025-08-20T22:07:13.5681630Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/multiline_start_pipe_win.nu' from root:root to runner:runner
2025-08-20T22:07:13.5684363Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/source_circular_1.nu' from root:root to runner:runner
2025-08-20T22:07:13.5687047Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/multiline_start_pipe.nu' from root:root to runner:runner
2025-08-20T22:07:13.5689829Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/single_line.nu' from root:root to runner:runner
2025-08-20T22:07:13.5692419Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/multiline_end_pipe.nu' from root:root to runner:runner
2025-08-20T22:07:13.5695197Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/source_file_relative.nu' from root:root to runner:runner
2025-08-20T22:07:13.5698196Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/recursive_func_with_alias.nu' from root:root to runner:runner
2025-08-20T22:07:13.5700979Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/multiline_end_pipe_win.nu' from root:root to runner:runner
2025-08-20T22:07:13.5703660Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/source_circular_2.nu' from root:root to runner:runner
2025-08-20T22:07:13.5706147Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples' from root:root to runner:runner
2025-08-20T22:07:13.5708741Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5711029Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing' from root:root to runner:runner
2025-08-20T22:07:13.5713283Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/repl.rs' from root:root to runner:runner
2025-08-20T22:07:13.5715670Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/environment/env.rs' from root:root to runner:runner
2025-08-20T22:07:13.5718348Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/environment/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5720918Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/environment' from root:root to runner:runner
2025-08-20T22:07:13.5723244Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5725710Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/pipeline/commands/internal.rs' from root:root to runner:runner
2025-08-20T22:07:13.5728519Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/pipeline/commands/external.rs' from root:root to runner:runner
2025-08-20T22:07:13.5731161Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/pipeline/commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5733672Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/pipeline/commands' from root:root to runner:runner
2025-08-20T22:07:13.5736112Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/pipeline/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5738718Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/pipeline' from root:root to runner:runner
2025-08-20T22:07:13.5741107Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell' from root:root to runner:runner
2025-08-20T22:07:13.5743532Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam.nu' from root:root to runner:runner
2025-08-20T22:07:13.5746028Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/foo.nu' from root:root to runner:runner
2025-08-20T22:07:13.5748705Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.5751223Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bar.nu' from root:root to runner:runner
2025-08-20T22:07:13.5753900Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bacon/foo.nu' from root:root to runner:runner
2025-08-20T22:07:13.5756510Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bacon/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.5759352Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bacon/beans/foo.nu' from root:root to runner:runner
2025-08-20T22:07:13.5762041Z [00:15:34.748]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bacon/beans/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.5764684Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bacon/beans' from root:root to runner:runner
2025-08-20T22:07:13.5767349Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bacon' from root:root to runner:runner
2025-08-20T22:07:13.5770040Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/eggs.nu' from root:root to runner:runner
2025-08-20T22:07:13.5772494Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam' from root:root to runner:runner
2025-08-20T22:07:13.5775033Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/missing_mod_nu/test.nu' from root:root to runner:runner
2025-08-20T22:07:13.5777638Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/missing_mod_nu' from root:root to runner:runner
2025-08-20T22:07:13.5780266Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples' from root:root to runner:runner
2025-08-20T22:07:13.5782577Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5784821Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules' from root:root to runner:runner
2025-08-20T22:07:13.5787292Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/overlays/samples/spam.nu' from root:root to runner:runner
2025-08-20T22:07:13.5790056Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/overlays/samples' from root:root to runner:runner
2025-08-20T22:07:13.5792386Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/overlays/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5794657Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/overlays' from root:root to runner:runner
2025-08-20T22:07:13.5796972Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/core_inc.rs' from root:root to runner:runner
2025-08-20T22:07:13.5799716Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/custom_values.rs' from root:root to runner:runner
2025-08-20T22:07:13.5802146Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/config.rs' from root:root to runner:runner
2025-08-20T22:07:13.5804507Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/register.rs' from root:root to runner:runner
2025-08-20T22:07:13.5806849Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/env.rs' from root:root to runner:runner
2025-08-20T22:07:13.5809418Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats/vcf.rs' from root:root to runner:runner
2025-08-20T22:07:13.5811973Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats/ini.rs' from root:root to runner:runner
2025-08-20T22:07:13.5814411Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats/ics.rs' from root:root to runner:runner
2025-08-20T22:07:13.5816853Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats/eml.rs' from root:root to runner:runner
2025-08-20T22:07:13.5819483Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5821877Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats' from root:root to runner:runner
2025-08-20T22:07:13.5824244Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/call_decl.rs' from root:root to runner:runner
2025-08-20T22:07:13.5826599Z [00:15:34.749]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/stream.rs' from root:root to runner:runner
2025-08-20T22:07:13.5829169Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/registry_file.rs' from root:root to runner:runner
2025-08-20T22:07:13.5831773Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/nu_plugin_nu_example.rs' from root:root to runner:runner
2025-08-20T22:07:13.5834309Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.5836716Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/stress_internals.rs' from root:root to runner:runner
2025-08-20T22:07:13.5839291Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins' from root:root to runner:runner
2025-08-20T22:07:13.5841737Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/passSingle_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5844436Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON24_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5847045Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON33_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5849816Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON29_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5852405Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON05_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5855001Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass1_result.json' from root:root to runner:runner
2025-08-20T22:07:13.5857692Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr5c_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5860430Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass4_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5862977Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr1a_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5865555Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr1d_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5868275Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/kan_result.json' from root:root to runner:runner
2025-08-20T22:07:13.5870861Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr4a_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5873376Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/trail_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5875999Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass2_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5878786Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/keys_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5881355Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON10_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5883968Z [00:15:34.750]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failMLStr1_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5886560Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON17_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5889448Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/comments_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5892056Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr4b_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5894638Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON07_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5897203Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/strings_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5899977Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr6d_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5902675Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr5d_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5905262Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON20_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5907986Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON19_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5910583Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr2c_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5913145Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON14_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5915725Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON02_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5918431Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failObj2_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5921108Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr4d_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5923782Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON30_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5926322Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass1_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5929033Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON06_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5931592Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/root_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5934239Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr5b_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5936786Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/root_result.json' from root:root to runner:runner
2025-08-20T22:07:13.5939510Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON22_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5942058Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/empty_result.json' from root:root to runner:runner
2025-08-20T22:07:13.5944595Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass2_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5947154Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr2d_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5950078Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/strings_result.json' from root:root to runner:runner
2025-08-20T22:07:13.5952640Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON32_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5955177Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/trail_result.json' from root:root to runner:runner
2025-08-20T22:07:13.5957731Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON16_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5960471Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/charset_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5963018Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass3_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5965671Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr1c_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5968404Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr6b_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5971104Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr3b_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5973641Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass1_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5976180Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failKey4_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5978980Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON31_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5981572Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/keys_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5984092Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass4_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5986676Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/passSingle_result.json' from root:root to runner:runner
2025-08-20T22:07:13.5989477Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON12_test.json' from root:root to runner:runner
2025-08-20T22:07:13.5992050Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/oa_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5994685Z [00:15:34.751]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failKey3_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5997187Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/kan_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.5999883Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr3d_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6002397Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/oa_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6004933Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/comments_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6007502Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr6c_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6010238Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failKey2_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6012851Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/testlist.txt' from root:root to runner:runner
2025-08-20T22:07:13.6015441Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/root_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6018123Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass4_result.json' from root:root to runner:runner
2025-08-20T22:07:13.6020698Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr3c_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6023277Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON34_test.json' from root:root to runner:runner
2025-08-20T22:07:13.6025942Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON15_test.json' from root:root to runner:runner
2025-08-20T22:07:13.6028722Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/passSingle_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6031331Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON26_test.json' from root:root to runner:runner
2025-08-20T22:07:13.6033906Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON28_test.json' from root:root to runner:runner
2025-08-20T22:07:13.6036468Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON13_test.json' from root:root to runner:runner
2025-08-20T22:07:13.6039326Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/charset_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6041895Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr3a_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6044462Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/stringify1_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6047018Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/kan_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6049752Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/stringify1_result.json' from root:root to runner:runner
2025-08-20T22:07:13.6052335Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/empty_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6054889Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/strings_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6057570Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr1b_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6060397Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failKey1_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6062958Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON08_test.json' from root:root to runner:runner
2025-08-20T22:07:13.6065497Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass3_result.json' from root:root to runner:runner
2025-08-20T22:07:13.6068204Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON21_test.json' from root:root to runner:runner
2025-08-20T22:07:13.6070903Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failObj3_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6073520Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/stringify1_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6076100Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr2b_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6078825Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr2a_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6081385Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass3_test.json' from root:root to runner:runner
2025-08-20T22:07:13.6084063Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON23_test.json' from root:root to runner:runner
2025-08-20T22:07:13.6086643Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr5a_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6089399Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failCharset1_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6092018Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr4c_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6094587Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/comments_result.json' from root:root to runner:runner
2025-08-20T22:07:13.6097157Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr6a_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6099889Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON11_test.json' from root:root to runner:runner
2025-08-20T22:07:13.6102565Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/charset_result.json' from root:root to runner:runner
2025-08-20T22:07:13.6105210Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/empty_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6107895Z [00:15:34.752]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass2_result.json' from root:root to runner:runner
2025-08-20T22:07:13.6110435Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/keys_result.json' from root:root to runner:runner
2025-08-20T22:07:13.6112974Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failObj1_test.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6115602Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/oa_result.json' from root:root to runner:runner
2025-08-20T22:07:13.6118306Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/trail_result.hjson' from root:root to runner:runner
2025-08-20T22:07:13.6120742Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json' from root:root to runner:runner
2025-08-20T22:07:13.6122986Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets' from root:root to runner:runner
2025-08-20T22:07:13.6125133Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T22:07:13.6127457Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6129999Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs/PLATFORM_SUPPORT.md' from root:root to runner:runner
2025-08-20T22:07:13.6132321Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs/FAQ.md' from root:root to runner:runner
2025-08-20T22:07:13.6134573Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs/HOWTOS.md' from root:root to runner:runner
2025-08-20T22:07:13.6136879Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs/rust_style.md' from root:root to runner:runner
2025-08-20T22:07:13.6139317Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs' from root:root to runner:runner
2025-08-20T22:07:13.6141445Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/ide.rs' from root:root to runner:runner
2025-08-20T22:07:13.6143631Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.6145911Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/run.rs' from root:root to runner:runner
2025-08-20T22:07:13.6148432Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/terminal.rs' from root:root to runner:runner
2025-08-20T22:07:13.6150714Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6152953Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/test_bins.rs' from root:root to runner:runner
2025-08-20T22:07:13.6155192Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/signals.rs' from root:root to runner:runner
2025-08-20T22:07:13.6157406Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/logger.rs' from root:root to runner:runner
2025-08-20T22:07:13.6159949Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/config_files.rs' from root:root to runner:runner
2025-08-20T22:07:13.6162294Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/command_context.rs' from root:root to runner:runner
2025-08-20T22:07:13.6164662Z [00:15:34.753]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/experimental_options.rs' from root:root to runner:runner
2025-08-20T22:07:13.6166970Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.6169276Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:07:13.6171584Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6174187Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6176674Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.6179394Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/vcf.rs' from root:root to runner:runner
2025-08-20T22:07:13.6181957Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/ini.rs' from root:root to runner:runner
2025-08-20T22:07:13.6184529Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/ics.rs' from root:root to runner:runner
2025-08-20T22:07:13.6187090Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/plist.rs' from root:root to runner:runner
2025-08-20T22:07:13.6189824Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/eml.rs' from root:root to runner:runner
2025-08-20T22:07:13.6192493Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6195088Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from' from root:root to runner:runner
2025-08-20T22:07:13.6197598Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/to/plist.rs' from root:root to runner:runner
2025-08-20T22:07:13.6200289Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/to/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6202776Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/to' from root:root to runner:runner
2025-08-20T22:07:13.6205338Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6207945Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src' from root:root to runner:runner
2025-08-20T22:07:13.6210338Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats' from root:root to runner:runner
2025-08-20T22:07:13.6212732Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6215259Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/examples/grid_demo.rs' from root:root to runner:runner
2025-08-20T22:07:13.6218077Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/examples' from root:root to runner:runner
2025-08-20T22:07:13.6220530Z [00:15:34.754]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/.gitignore' from root:root to runner:runner
2025-08-20T22:07:13.6222930Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6225351Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/src/grid.rs' from root:root to runner:runner
2025-08-20T22:07:13.6227961Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6230365Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/src' from root:root to runner:runner
2025-08-20T22:07:13.6232730Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.6235178Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid' from root:root to runner:runner
2025-08-20T22:07:13.6237678Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6240670Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/handle_custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.6243348Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.6245926Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/update.rs' from root:root to runner:runner
2025-08-20T22:07:13.6248842Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/update_arg.rs' from root:root to runner:runner
2025-08-20T22:07:13.6251531Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/generate.rs' from root:root to runner:runner
2025-08-20T22:07:13.6254173Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/handle_make.rs' from root:root to runner:runner
2025-08-20T22:07:13.6256869Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/handle_update.rs' from root:root to runner:runner
2025-08-20T22:07:13.6259758Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/drop_check.rs' from root:root to runner:runner
2025-08-20T22:07:13.6262538Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/handle_get.rs' from root:root to runner:runner
2025-08-20T22:07:13.6265236Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/second_custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.6268184Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/cool_custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.6270912Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/generate2.rs' from root:root to runner:runner
2025-08-20T22:07:13.6273472Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src' from root:root to runner:runner
2025-08-20T22:07:13.6275900Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values' from root:root to runner:runner
2025-08-20T22:07:13.6278625Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_python/nu_plugin_python_example.py' from root:root to runner:runner
2025-08-20T22:07:13.6281267Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_python' from root:root to runner:runner
2025-08-20T22:07:13.6283743Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6286226Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/examples/table_demo.rs' from root:root to runner:runner
2025-08-20T22:07:13.6288834Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/examples' from root:root to runner:runner
2025-08-20T22:07:13.6291211Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/.gitignore' from root:root to runner:runner
2025-08-20T22:07:13.6293746Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6296167Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/tests/style.rs' from root:root to runner:runner
2025-08-20T22:07:13.6298774Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/tests/common.rs' from root:root to runner:runner
2025-08-20T22:07:13.6301252Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/tests/constrains.rs' from root:root to runner:runner
2025-08-20T22:07:13.6303737Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/tests/expand.rs' from root:root to runner:runner
2025-08-20T22:07:13.6306118Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/tests' from root:root to runner:runner
2025-08-20T22:07:13.6308780Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/common.rs' from root:root to runner:runner
2025-08-20T22:07:13.6311196Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/table.rs' from root:root to runner:runner
2025-08-20T22:07:13.6313557Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/util.rs' from root:root to runner:runner
2025-08-20T22:07:13.6316076Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/unstructured_table.rs' from root:root to runner:runner
2025-08-20T22:07:13.6318802Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/types/expanded.rs' from root:root to runner:runner
2025-08-20T22:07:13.6321347Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/types/collapse.rs' from root:root to runner:runner
2025-08-20T22:07:13.6323830Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/types/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6326429Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/types/general.rs' from root:root to runner:runner
2025-08-20T22:07:13.6329133Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/types' from root:root to runner:runner
2025-08-20T22:07:13.6331580Z [00:15:34.755]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/table_theme.rs' from root:root to runner:runner
2025-08-20T22:07:13.6334006Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6336334Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src' from root:root to runner:runner
2025-08-20T22:07:13.6338956Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.6341287Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table' from root:root to runner:runner
2025-08-20T22:07:13.6343642Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6346133Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/into.rs' from root:root to runner:runner
2025-08-20T22:07:13.6348820Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/error.rs' from root:root to runner:runner
2025-08-20T22:07:13.6351342Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/names.rs' from root:root to runner:runner
2025-08-20T22:07:13.6353994Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/attributes.rs' from root:root to runner:runner
2025-08-20T22:07:13.6356521Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.6359184Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/case.rs' from root:root to runner:runner
2025-08-20T22:07:13.6361671Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6364146Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/from.rs' from root:root to runner:runner
2025-08-20T22:07:13.6366565Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src' from root:root to runner:runner
2025-08-20T22:07:13.6369131Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.6371632Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value' from root:root to runner:runner
2025-08-20T22:07:13.6374141Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6376625Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/util.rs' from root:root to runner:runner
2025-08-20T22:07:13.6379321Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/parse.rs' from root:root to runner:runner
2025-08-20T22:07:13.6381955Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/options/example.rs' from root:root to runner:runner
2025-08-20T22:07:13.6384717Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/options/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6387456Z [00:15:34.756]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/options/reorder_cell_paths.rs' from root:root to runner:runner
2025-08-20T22:07:13.6390292Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/options' from root:root to runner:runner
2025-08-20T22:07:13.6392790Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6395227Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src' from root:root to runner:runner
2025-08-20T22:07:13.6397710Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental' from root:root to runner:runner
2025-08-20T22:07:13.6400173Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6402599Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6405173Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6407993Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/lowercase/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6410708Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/lowercase' from root:root to runner:runner
2025-08-20T22:07:13.6413343Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.6416104Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/hello/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6419016Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/hello' from root:root to runner:runner
2025-08-20T22:07:13.6421713Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/custom_value/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6424446Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/custom_value' from root:root to runner:runner
2025-08-20T22:07:13.6427032Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests' from root:root to runner:runner
2025-08-20T22:07:13.6429949Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/spawn_fake_plugin.rs' from root:root to runner:runner
2025-08-20T22:07:13.6432698Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/plugin_test.rs' from root:root to runner:runner
2025-08-20T22:07:13.6435407Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/fake_register.rs' from root:root to runner:runner
2025-08-20T22:07:13.6438369Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/fake_persistent_plugin.rs' from root:root to runner:runner
2025-08-20T22:07:13.6441096Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/diff.rs' from root:root to runner:runner
2025-08-20T22:07:13.6443807Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6446344Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src' from root:root to runner:runner
2025-08-20T22:07:13.6449030Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.6451523Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support' from root:root to runner:runner
2025-08-20T22:07:13.6453938Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6456314Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/.gitignore' from root:root to runner:runner
2025-08-20T22:07:13.6458828Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6461344Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/locale.rs' from root:root to runner:runner
2025-08-20T22:07:13.6463838Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/casing.rs' from root:root to runner:runner
2025-08-20T22:07:13.6466221Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.6468751Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/emoji.rs' from root:root to runner:runner
2025-08-20T22:07:13.6471142Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/float.rs' from root:root to runner:runner
2025-08-20T22:07:13.6473524Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/utils.rs' from root:root to runner:runner
2025-08-20T22:07:13.6476034Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/shared_cow.rs' from root:root to runner:runner
2025-08-20T22:07:13.6478731Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/strings/shared.rs' from root:root to runner:runner
2025-08-20T22:07:13.6481269Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/strings/unique.rs' from root:root to runner:runner
2025-08-20T22:07:13.6483773Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/strings/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6486206Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/strings' from root:root to runner:runner
2025-08-20T22:07:13.6488877Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/quoting.rs' from root:root to runner:runner
2025-08-20T22:07:13.6491318Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/filesystem.rs' from root:root to runner:runner
2025-08-20T22:07:13.6493841Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6496470Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/default_env.nu' from root:root to runner:runner
2025-08-20T22:07:13.6499287Z [00:15:34.757]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/doc_config.nu' from root:root to runner:runner
2025-08-20T22:07:13.6501974Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/scaffold_config.nu' from root:root to runner:runner
2025-08-20T22:07:13.6504624Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/doc_env.nu' from root:root to runner:runner
2025-08-20T22:07:13.6507386Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/scaffold_env.nu' from root:root to runner:runner
2025-08-20T22:07:13.6510335Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/default_config.nu' from root:root to runner:runner
2025-08-20T22:07:13.6512910Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files' from root:root to runner:runner
2025-08-20T22:07:13.6515318Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6517700Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/deansi.rs' from root:root to runner:runner
2025-08-20T22:07:13.6520419Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/flatten_json.rs' from root:root to runner:runner
2025-08-20T22:07:13.6522818Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src' from root:root to runner:runner
2025-08-20T22:07:13.6525126Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.6527395Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils' from root:root to runner:runner
2025-08-20T22:07:13.6529910Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6532450Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6534881Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.6537552Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bytes/starts_with.rs' from root:root to runner:runner
2025-08-20T22:07:13.6540488Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bytes/ends_with.rs' from root:root to runner:runner
2025-08-20T22:07:13.6543338Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bytes/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6545961Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bytes' from root:root to runner:runner
2025-08-20T22:07:13.6548727Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bits/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6551522Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bits/format.rs' from root:root to runner:runner
2025-08-20T22:07:13.6554250Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bits' from root:root to runner:runner
2025-08-20T22:07:13.6556814Z [00:15:34.758]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6559504Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands' from root:root to runner:runner
2025-08-20T22:07:13.6561915Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests' from root:root to runner:runner
2025-08-20T22:07:13.6564479Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/example_test.rs' from root:root to runner:runner
2025-08-20T22:07:13.6567258Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/format/number.rs' from root:root to runner:runner
2025-08-20T22:07:13.6570175Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/format/bits.rs' from root:root to runner:runner
2025-08-20T22:07:13.6572943Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/format/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.6575720Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/format/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6578569Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/format' from root:root to runner:runner
2025-08-20T22:07:13.6581418Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/screaming_snake_case.rs' from root:root to runner:runner
2025-08-20T22:07:13.6584344Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/kebab_case.rs' from root:root to runner:runner
2025-08-20T22:07:13.6587261Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/str_.rs' from root:root to runner:runner
2025-08-20T22:07:13.6590345Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/snake_case.rs' from root:root to runner:runner
2025-08-20T22:07:13.6593181Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/title_case.rs' from root:root to runner:runner
2025-08-20T22:07:13.6595958Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6598925Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/camel_case.rs' from root:root to runner:runner
2025-08-20T22:07:13.6601801Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/pascal_case.rs' from root:root to runner:runner
2025-08-20T22:07:13.6604559Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case' from root:root to runner:runner
2025-08-20T22:07:13.6607234Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6610167Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_' from root:root to runner:runner
2025-08-20T22:07:13.6613046Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/encode_decode/decode_hex.rs' from root:root to runner:runner
2025-08-20T22:07:13.6615940Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/encode_decode/encode_hex.rs' from root:root to runner:runner
2025-08-20T22:07:13.6618906Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/encode_decode' from root:root to runner:runner
2025-08-20T22:07:13.6621596Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6624181Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings' from root:root to runner:runner
2025-08-20T22:07:13.6626751Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arccosh.rs' from root:root to runner:runner
2025-08-20T22:07:13.6629524Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/tanh.rs' from root:root to runner:runner
2025-08-20T22:07:13.6632238Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/cos.rs' from root:root to runner:runner
2025-08-20T22:07:13.6635018Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arcsinh.rs' from root:root to runner:runner
2025-08-20T22:07:13.6637689Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/cosh.rs' from root:root to runner:runner
2025-08-20T22:07:13.6640430Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/ln.rs' from root:root to runner:runner
2025-08-20T22:07:13.6643083Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arctanh.rs' from root:root to runner:runner
2025-08-20T22:07:13.6645695Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/tan.rs' from root:root to runner:runner
2025-08-20T22:07:13.6648469Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arctan.rs' from root:root to runner:runner
2025-08-20T22:07:13.6651084Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/exp.rs' from root:root to runner:runner
2025-08-20T22:07:13.6653683Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arcsin.rs' from root:root to runner:runner
2025-08-20T22:07:13.6656366Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/sin.rs' from root:root to runner:runner
2025-08-20T22:07:13.6659257Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arccos.rs' from root:root to runner:runner
2025-08-20T22:07:13.6661867Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/sinh.rs' from root:root to runner:runner
2025-08-20T22:07:13.6664424Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6666943Z [00:15:34.759]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math' from root:root to runner:runner
2025-08-20T22:07:13.6669710Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/from/url.rs' from root:root to runner:runner
2025-08-20T22:07:13.6672392Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/from/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6675029Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/from' from root:root to runner:runner
2025-08-20T22:07:13.6677903Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/to/html.rs' from root:root to runner:runner
2025-08-20T22:07:13.6680699Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/to/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6683294Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/to' from root:root to runner:runner
2025-08-20T22:07:13.6685880Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6688597Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats' from root:root to runner:runner
2025-08-20T22:07:13.6691347Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/rotate_right.rs' from root:root to runner:runner
2025-08-20T22:07:13.6694009Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/bits_.rs' from root:root to runner:runner
2025-08-20T22:07:13.6696586Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/xor.rs' from root:root to runner:runner
2025-08-20T22:07:13.6699388Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/rotate_left.rs' from root:root to runner:runner
2025-08-20T22:07:13.6702027Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/not.rs' from root:root to runner:runner
2025-08-20T22:07:13.6704711Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/and.rs' from root:root to runner:runner
2025-08-20T22:07:13.6707333Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/shift_right.rs' from root:root to runner:runner
2025-08-20T22:07:13.6710147Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/or.rs' from root:root to runner:runner
2025-08-20T22:07:13.6712725Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6715363Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/shift_left.rs' from root:root to runner:runner
2025-08-20T22:07:13.6718076Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits' from root:root to runner:runner
2025-08-20T22:07:13.6720746Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/roll_left.rs' from root:root to runner:runner
2025-08-20T22:07:13.6723599Z [00:15:34.760]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/roll_.rs' from root:root to runner:runner
2025-08-20T22:07:13.6726442Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/roll_down.rs' from root:root to runner:runner
2025-08-20T22:07:13.6729381Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/roll_right.rs' from root:root to runner:runner
2025-08-20T22:07:13.6732145Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/roll_up.rs' from root:root to runner:runner
2025-08-20T22:07:13.6734993Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6737692Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll' from root:root to runner:runner
2025-08-20T22:07:13.6740479Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/rotate.rs' from root:root to runner:runner
2025-08-20T22:07:13.6743175Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/each_while.rs' from root:root to runner:runner
2025-08-20T22:07:13.6745922Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/update_cells.rs' from root:root to runner:runner
2025-08-20T22:07:13.6748762Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6751465Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters' from root:root to runner:runner
2025-08-20T22:07:13.6754121Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/platform/ansi/gradient.rs' from root:root to runner:runner
2025-08-20T22:07:13.6756873Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/platform/ansi/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6759733Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/platform/ansi' from root:root to runner:runner
2025-08-20T22:07:13.6762353Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/platform/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6764930Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/platform' from root:root to runner:runner
2025-08-20T22:07:13.6767566Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6770211Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra' from root:root to runner:runner
2025-08-20T22:07:13.6772743Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6775093Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src' from root:root to runner:runner
2025-08-20T22:07:13.6777450Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.6780104Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/assets/228_themes.json' from root:root to runner:runner
2025-08-20T22:07:13.6782702Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/assets' from root:root to runner:runner
2025-08-20T22:07:13.6785040Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra' from root:root to runner:runner
2025-08-20T22:07:13.6787394Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6790118Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/.gitignore' from root:root to runner:runner
2025-08-20T22:07:13.6792504Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6795117Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/default_context.rs' from root:root to runner:runner
2025-08-20T22:07:13.6797928Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/colored_text_widget.rs' from root:root to runner:runner
2025-08-20T22:07:13.6800545Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/try.rs' from root:root to runner:runner
2025-08-20T22:07:13.6803006Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/util.rs' from root:root to runner:runner
2025-08-20T22:07:13.6805596Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/binary/binary_widget.rs' from root:root to runner:runner
2025-08-20T22:07:13.6808344Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/binary/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6810816Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/binary' from root:root to runner:runner
2025-08-20T22:07:13.6813401Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/preview.rs' from root:root to runner:runner
2025-08-20T22:07:13.6816076Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/record/table_widget.rs' from root:root to runner:runner
2025-08-20T22:07:13.6818875Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/record/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6821405Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/record' from root:root to runner:runner
2025-08-20T22:07:13.6824013Z [00:15:34.761]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/cursor/window_cursor.rs' from root:root to runner:runner
2025-08-20T22:07:13.6826864Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/cursor/window_cursor_2d.rs' from root:root to runner:runner
2025-08-20T22:07:13.6829703Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/cursor/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6832232Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/cursor' from root:root to runner:runner
2025-08-20T22:07:13.6834693Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6837125Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views' from root:root to runner:runner
2025-08-20T22:07:13.6839906Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager/events.rs' from root:root to runner:runner
2025-08-20T22:07:13.6842472Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager/command_bar.rs' from root:root to runner:runner
2025-08-20T22:07:13.6845028Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager/report.rs' from root:root to runner:runner
2025-08-20T22:07:13.6847601Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager/status_bar.rs' from root:root to runner:runner
2025-08-20T22:07:13.6850308Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6852742Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager' from root:root to runner:runner
2025-08-20T22:07:13.6855223Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/registry/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.6858002Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/registry/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6860615Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/registry' from root:root to runner:runner
2025-08-20T22:07:13.6863113Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/try.rs' from root:root to runner:runner
2025-08-20T22:07:13.6865646Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/table.rs' from root:root to runner:runner
2025-08-20T22:07:13.6868358Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/expand.rs' from root:root to runner:runner
2025-08-20T22:07:13.6871055Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/help.rs' from root:root to runner:runner
2025-08-20T22:07:13.6873630Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/quit.rs' from root:root to runner:runner
2025-08-20T22:07:13.6876183Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6878862Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/nu.rs' from root:root to runner:runner
2025-08-20T22:07:13.6881365Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands' from root:root to runner:runner
2025-08-20T22:07:13.6883866Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/table.rs' from root:root to runner:runner
2025-08-20T22:07:13.6886538Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/string.rs' from root:root to runner:runner
2025-08-20T22:07:13.6889290Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/lscolor.rs' from root:root to runner:runner
2025-08-20T22:07:13.6891872Z [00:15:34.762]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.6894433Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/value.rs' from root:root to runner:runner
2025-08-20T22:07:13.6896985Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6899646Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common' from root:root to runner:runner
2025-08-20T22:07:13.6902122Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/explore.rs' from root:root to runner:runner
2025-08-20T22:07:13.6904657Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6907127Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src' from root:root to runner:runner
2025-08-20T22:07:13.6909631Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.6911951Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore' from root:root to runner:runner
2025-08-20T22:07:13.6914316Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6916853Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6919502Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/src/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.6921981Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/src/gstat.rs' from root:root to runner:runner
2025-08-20T22:07:13.6924423Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6926899Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/src/nu/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6929619Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/src/nu' from root:root to runner:runner
2025-08-20T22:07:13.6931993Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/src' from root:root to runner:runner
2025-08-20T22:07:13.6934326Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat' from root:root to runner:runner
2025-08-20T22:07:13.6936655Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6939207Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6941529Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/src/to.rs' from root:root to runner:runner
2025-08-20T22:07:13.6943851Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.6946172Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/src/from.rs' from root:root to runner:runner
2025-08-20T22:07:13.6948736Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/src' from root:root to runner:runner
2025-08-20T22:07:13.6951124Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.6953363Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon' from root:root to runner:runner
2025-08-20T22:07:13.6955799Z [00:15:34.763]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_nu_example/nu_plugin_nu_example.nu' from root:root to runner:runner
2025-08-20T22:07:13.6958475Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_nu_example' from root:root to runner:runner
2025-08-20T22:07:13.6960950Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.6963297Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/README.md' from root:root to runner:runner
2025-08-20T22:07:13.6965667Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.6968349Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/completions/support/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6971173Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/completions/support/completions_helpers.rs' from root:root to runner:runner
2025-08-20T22:07:13.6974012Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/completions/support' from root:root to runner:runner
2025-08-20T22:07:13.6976558Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/completions/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6979235Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/completions' from root:root to runner:runner
2025-08-20T22:07:13.6981796Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/commands/nu_highlight.rs' from root:root to runner:runner
2025-08-20T22:07:13.6984463Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/commands/keybindings_list.rs' from root:root to runner:runner
2025-08-20T22:07:13.6987144Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/commands/history_import.rs' from root:root to runner:runner
2025-08-20T22:07:13.6989864Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.6992469Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/commands' from root:root to runner:runner
2025-08-20T22:07:13.6994930Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests' from root:root to runner:runner
2025-08-20T22:07:13.6997302Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/prompt.rs' from root:root to runner:runner
2025-08-20T22:07:13.6999827Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/repl.rs' from root:root to runner:runner
2025-08-20T22:07:13.7002243Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/nu_highlight.rs' from root:root to runner:runner
2025-08-20T22:07:13.7004703Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/prompt_update.rs' from root:root to runner:runner
2025-08-20T22:07:13.7007262Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/validation.rs' from root:root to runner:runner
2025-08-20T22:07:13.7009908Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/syntax_highlight.rs' from root:root to runner:runner
2025-08-20T22:07:13.7012335Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/util.rs' from root:root to runner:runner
2025-08-20T22:07:13.7014756Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/reedline_config.rs' from root:root to runner:runner
2025-08-20T22:07:13.7017369Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/file_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7020351Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/completion_common.rs' from root:root to runner:runner
2025-08-20T22:07:13.7023107Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/directory_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7025867Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/custom_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7028797Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/cell_path_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7031575Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/command_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7034291Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/flag_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7036877Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/base.rs' from root:root to runner:runner
2025-08-20T22:07:13.7039827Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/dotnu_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7042593Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/completer.rs' from root:root to runner:runner
2025-08-20T22:07:13.7045270Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/completion_options.rs' from root:root to runner:runner
2025-08-20T22:07:13.7048144Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/variable_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7051028Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/attribute_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7053847Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/operator_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7056634Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/exportable_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7059433Z [00:15:34.764]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7061894Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions' from root:root to runner:runner
2025-08-20T22:07:13.7064487Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/print.rs' from root:root to runner:runner
2025-08-20T22:07:13.7067026Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/keybindings_listen.rs' from root:root to runner:runner
2025-08-20T22:07:13.7069821Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/default_context.rs' from root:root to runner:runner
2025-08-20T22:07:13.7072437Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/keybindings.rs' from root:root to runner:runner
2025-08-20T22:07:13.7075069Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history/history_.rs' from root:root to runner:runner
2025-08-20T22:07:13.7077906Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history/history_session.rs' from root:root to runner:runner
2025-08-20T22:07:13.7080603Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history/fields.rs' from root:root to runner:runner
2025-08-20T22:07:13.7083398Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history/history_import.rs' from root:root to runner:runner
2025-08-20T22:07:13.7086148Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7088825Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history' from root:root to runner:runner
2025-08-20T22:07:13.7091409Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/keybindings_list.rs' from root:root to runner:runner
2025-08-20T22:07:13.7094069Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline/edit.rs' from root:root to runner:runner
2025-08-20T22:07:13.7096880Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline/get_cursor.rs' from root:root to runner:runner
2025-08-20T22:07:13.7099796Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline/set_cursor.rs' from root:root to runner:runner
2025-08-20T22:07:13.7102547Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline/commandline_.rs' from root:root to runner:runner
2025-08-20T22:07:13.7105250Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7107990Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline' from root:root to runner:runner
2025-08-20T22:07:13.7110769Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/keybindings_default.rs' from root:root to runner:runner
2025-08-20T22:07:13.7139011Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7141534Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands' from root:root to runner:runner
2025-08-20T22:07:13.7143962Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/config_files.rs' from root:root to runner:runner
2025-08-20T22:07:13.7146393Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/eval_file.rs' from root:root to runner:runner
2025-08-20T22:07:13.7149054Z [00:15:34.765]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/menus/help_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7151631Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/menus/menu_completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7154189Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/menus/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7156630Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/menus' from root:root to runner:runner
2025-08-20T22:07:13.7159135Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/eval_cmds.rs' from root:root to runner:runner
2025-08-20T22:07:13.7161485Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.7163773Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src' from root:root to runner:runner
2025-08-20T22:07:13.7166032Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.7168503Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli' from root:root to runner:runner
2025-08-20T22:07:13.7170817Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7173187Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7175631Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/wrap_call.rs' from root:root to runner:runner
2025-08-20T22:07:13.7178205Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/util.rs' from root:root to runner:runner
2025-08-20T22:07:13.7180797Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/formats/to/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7183374Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/formats/to/delimited.rs' from root:root to runner:runner
2025-08-20T22:07:13.7185864Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/formats/to' from root:root to runner:runner
2025-08-20T22:07:13.7188476Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/formats/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7190932Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/formats' from root:root to runner:runner
2025-08-20T22:07:13.7193302Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/hook.rs' from root:root to runner:runner
2025-08-20T22:07:13.7195730Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/input_handler.rs' from root:root to runner:runner
2025-08-20T22:07:13.7198399Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.7200864Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src' from root:root to runner:runner
2025-08-20T22:07:13.7203239Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.7205576Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base' from root:root to runner:runner
2025-08-20T22:07:13.7208100Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7210551Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7213199Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/default_context.rs' from root:root to runner:runner
2025-08-20T22:07:13.7215724Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/util.rs' from root:root to runner:runner
2025-08-20T22:07:13.7218444Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/list.rs' from root:root to runner:runner
2025-08-20T22:07:13.7221137Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/add.rs' from root:root to runner:runner
2025-08-20T22:07:13.7223799Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/rm.rs' from root:root to runner:runner
2025-08-20T22:07:13.7226648Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/use_.rs' from root:root to runner:runner
2025-08-20T22:07:13.7229506Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/stop.rs' from root:root to runner:runner
2025-08-20T22:07:13.7232184Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7234825Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin' from root:root to runner:runner
2025-08-20T22:07:13.7237396Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7240096Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands' from root:root to runner:runner
2025-08-20T22:07:13.7242544Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.7245033Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src' from root:root to runner:runner
2025-08-20T22:07:13.7247495Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.7250002Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin' from root:root to runner:runner
2025-08-20T22:07:13.7252350Z [00:15:34.766]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7254801Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/examples/sys_demo.rs' from root:root to runner:runner
2025-08-20T22:07:13.7257324Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/examples' from root:root to runner:runner
2025-08-20T22:07:13.7259876Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/.gitignore' from root:root to runner:runner
2025-08-20T22:07:13.7262245Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7264621Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/util.rs' from root:root to runner:runner
2025-08-20T22:07:13.7267058Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/windows.rs' from root:root to runner:runner
2025-08-20T22:07:13.7269824Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/freebsd.rs' from root:root to runner:runner
2025-08-20T22:07:13.7272249Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/netbsd.rs' from root:root to runner:runner
2025-08-20T22:07:13.7274713Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/foreground.rs' from root:root to runner:runner
2025-08-20T22:07:13.7277164Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/os_info.rs' from root:root to runner:runner
2025-08-20T22:07:13.7279793Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/exit_status.rs' from root:root to runner:runner
2025-08-20T22:07:13.7282245Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/macos.rs' from root:root to runner:runner
2025-08-20T22:07:13.7284629Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.7286998Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/linux.rs' from root:root to runner:runner
2025-08-20T22:07:13.7289597Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src' from root:root to runner:runner
2025-08-20T22:07:13.7292027Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.7294335Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system' from root:root to runner:runner
2025-08-20T22:07:13.7296648Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7299200Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7301752Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/call_ext.rs' from root:root to runner:runner
2025-08-20T22:07:13.7304239Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/glob_from.rs' from root:root to runner:runner
2025-08-20T22:07:13.7306723Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/closure_eval.rs' from root:root to runner:runner
2025-08-20T22:07:13.7309372Z [00:15:34.767]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/eval_ir.rs' from root:root to runner:runner
2025-08-20T22:07:13.7311782Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/env.rs' from root:root to runner:runner
2025-08-20T22:07:13.7314306Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/scope.rs' from root:root to runner:runner
2025-08-20T22:07:13.7316771Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/command_prelude.rs' from root:root to runner:runner
2025-08-20T22:07:13.7319410Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/column.rs' from root:root to runner:runner
2025-08-20T22:07:13.7321926Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/redirect.rs' from root:root to runner:runner
2025-08-20T22:07:13.7324501Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/call.rs' from root:root to runner:runner
2025-08-20T22:07:13.7327037Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/keyword.rs' from root:root to runner:runner
2025-08-20T22:07:13.7329868Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/expression.rs' from root:root to runner:runner
2025-08-20T22:07:13.7332548Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/builder.rs' from root:root to runner:runner
2025-08-20T22:07:13.7335190Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/operator.rs' from root:root to runner:runner
2025-08-20T22:07:13.7337901Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7340355Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile' from root:root to runner:runner
2025-08-20T22:07:13.7342741Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/exit.rs' from root:root to runner:runner
2025-08-20T22:07:13.7345298Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/eval_helpers.rs' from root:root to runner:runner
2025-08-20T22:07:13.7347916Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/eval.rs' from root:root to runner:runner
2025-08-20T22:07:13.7350383Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/documentation.rs' from root:root to runner:runner
2025-08-20T22:07:13.7353764Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.7356144Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src' from root:root to runner:runner
2025-08-20T22:07:13.7358652Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.7361082Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine' from root:root to runner:runner
2025-08-20T22:07:13.7363483Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7365941Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7368639Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/test_util.rs' from root:root to runner:runner
2025-08-20T22:07:13.7371264Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.7373977Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/plugin_custom_value/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.7376818Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/plugin_custom_value/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7379883Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/plugin_custom_value' from root:root to runner:runner
2025-08-20T22:07:13.7382696Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/protocol_info.rs' from root:root to runner:runner
2025-08-20T22:07:13.7385374Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/evaluated_call.rs' from root:root to runner:runner
2025-08-20T22:07:13.7388134Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.7390607Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src' from root:root to runner:runner
2025-08-20T22:07:13.7393191Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.7395647Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol' from root:root to runner:runner
2025-08-20T22:07:13.7398190Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7400591Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7403052Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7405660Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T22:07:13.7409257Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/gather_seeds.nu' from root:root to runner:runner
2025-08-20T22:07:13.7411792Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7414347Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/rust-toolchain.toml' from root:root to runner:runner
2025-08-20T22:07:13.7416965Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/fuzz_targets/parse.rs' from root:root to runner:runner
2025-08-20T22:07:13.7420006Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/fuzz_targets/parse_with_keywords.rs' from root:root to runner:runner
2025-08-20T22:07:13.7422634Z [00:15:34.768]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T22:07:13.7425154Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz' from root:root to runner:runner
2025-08-20T22:07:13.7428125Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/tests/test_parser_unicode_escapes.rs' from root:root to runner:runner
2025-08-20T22:07:13.7430818Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/tests/test_parser.rs' from root:root to runner:runner
2025-08-20T22:07:13.7433315Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/tests/test_lex.rs' from root:root to runner:runner
2025-08-20T22:07:13.7435703Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/tests' from root:root to runner:runner
2025-08-20T22:07:13.7438414Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/type_check.rs' from root:root to runner:runner
2025-08-20T22:07:13.7440965Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/parse_patterns.rs' from root:root to runner:runner
2025-08-20T22:07:13.7443475Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/deparse.rs' from root:root to runner:runner
2025-08-20T22:07:13.7445902Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/flatten.rs' from root:root to runner:runner
2025-08-20T22:07:13.7448546Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/lite_parser.rs' from root:root to runner:runner
2025-08-20T22:07:13.7451095Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/parse_keywords.rs' from root:root to runner:runner
2025-08-20T22:07:13.7453695Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/lex.rs' from root:root to runner:runner
2025-08-20T22:07:13.7456165Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/known_external.rs' from root:root to runner:runner
2025-08-20T22:07:13.7458900Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/parse_shape_specs.rs' from root:root to runner:runner
2025-08-20T22:07:13.7462254Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/exportable.rs' from root:root to runner:runner
2025-08-20T22:07:13.7464759Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.7467173Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/parser.rs' from root:root to runner:runner
2025-08-20T22:07:13.7469720Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src' from root:root to runner:runner
2025-08-20T22:07:13.7472170Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.7474576Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser' from root:root to runner:runner
2025-08-20T22:07:13.7476932Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7479559Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7482055Z [00:15:34.769]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/test_config.rs' from root:root to runner:runner
2025-08-20T22:07:13.7484723Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/into_config.rs' from root:root to runner:runner
2025-08-20T22:07:13.7487303Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/test_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.7490055Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/test_signature.rs' from root:root to runner:runner
2025-08-20T22:07:13.7492707Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/test_pipeline_data.rs' from root:root to runner:runner
2025-08-20T22:07:13.7495270Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7498173Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/pipeline/byte_stream.rs' from root:root to runner:runner
2025-08-20T22:07:13.7500823Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/pipeline/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7503351Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/pipeline' from root:root to runner:runner
2025-08-20T22:07:13.7505766Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests' from root:root to runner:runner
2025-08-20T22:07:13.7508351Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/casing.rs' from root:root to runner:runner
2025-08-20T22:07:13.7510816Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/alias.rs' from root:root to runner:runner
2025-08-20T22:07:13.7513522Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/module.rs' from root:root to runner:runner
2025-08-20T22:07:13.7516034Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/parser_path.rs' from root:root to runner:runner
2025-08-20T22:07:13.7518876Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/lev_distance.rs' from root:root to runner:runner
2025-08-20T22:07:13.7521532Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/syntax_shape.rs' from root:root to runner:runner
2025-08-20T22:07:13.7524077Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/block.rs' from root:root to runner:runner
2025-08-20T22:07:13.7526622Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/attribute.rs' from root:root to runner:runner
2025-08-20T22:07:13.7529343Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/table.rs' from root:root to runner:runner
2025-08-20T22:07:13.7532039Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/import_pattern.rs' from root:root to runner:runner
2025-08-20T22:07:13.7534624Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/call.rs' from root:root to runner:runner
2025-08-20T22:07:13.7537122Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/keyword.rs' from root:root to runner:runner
2025-08-20T22:07:13.7539934Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/expression.rs' from root:root to runner:runner
2025-08-20T22:07:13.7542501Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/unit.rs' from root:root to runner:runner
2025-08-20T22:07:13.7545183Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/match_pattern.rs' from root:root to runner:runner
2025-08-20T22:07:13.7547737Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/range.rs' from root:root to runner:runner
2025-08-20T22:07:13.7550464Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/cell_path.rs' from root:root to runner:runner
2025-08-20T22:07:13.7553009Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/expr.rs' from root:root to runner:runner
2025-08-20T22:07:13.7555535Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/pipeline.rs' from root:root to runner:runner
2025-08-20T22:07:13.7558302Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/value_with_unit.rs' from root:root to runner:runner
2025-08-20T22:07:13.7560917Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/operator.rs' from root:root to runner:runner
2025-08-20T22:07:13.7563541Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7566161Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/traverse.rs' from root:root to runner:runner
2025-08-20T22:07:13.7568771Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast' from root:root to runner:runner
2025-08-20T22:07:13.7571306Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/description.rs' from root:root to runner:runner
2025-08-20T22:07:13.7573973Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/engine_state.rs' from root:root to runner:runner
2025-08-20T22:07:13.7576802Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/state_working_set.rs' from root:root to runner:runner
2025-08-20T22:07:13.7579606Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/call.rs' from root:root to runner:runner
2025-08-20T22:07:13.7582140Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/jobs.rs' from root:root to runner:runner
2025-08-20T22:07:13.7584775Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/stack_out_dest.rs' from root:root to runner:runner
2025-08-20T22:07:13.7587426Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/cached_file.rs' from root:root to runner:runner
2025-08-20T22:07:13.7590362Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/call_info.rs' from root:root to runner:runner
2025-08-20T22:07:13.7593014Z [00:15:34.770]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/pattern_match.rs' from root:root to runner:runner
2025-08-20T22:07:13.7595702Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/error_handler.rs' from root:root to runner:runner
2025-08-20T22:07:13.7598498Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/sequence.rs' from root:root to runner:runner
2025-08-20T22:07:13.7601130Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/variable.rs' from root:root to runner:runner
2025-08-20T22:07:13.7603708Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.7606287Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/argument.rs' from root:root to runner:runner
2025-08-20T22:07:13.7609120Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7611792Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/closure.rs' from root:root to runner:runner
2025-08-20T22:07:13.7614381Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/stack.rs' from root:root to runner:runner
2025-08-20T22:07:13.7616952Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/overlay.rs' from root:root to runner:runner
2025-08-20T22:07:13.7619727Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/state_delta.rs' from root:root to runner:runner
2025-08-20T22:07:13.7622383Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine' from root:root to runner:runner
2025-08-20T22:07:13.7624834Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/id.rs' from root:root to runner:runner
2025-08-20T22:07:13.7627308Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/example.rs' from root:root to runner:runner
2025-08-20T22:07:13.7630011Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/into_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.7632660Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/from_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.7635373Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/duration.rs' from root:root to runner:runner
2025-08-20T22:07:13.7638112Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/filesize.rs' from root:root to runner:runner
2025-08-20T22:07:13.7640732Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.7643320Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/range.rs' from root:root to runner:runner
2025-08-20T22:07:13.7645865Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/glob.rs' from root:root to runner:runner
2025-08-20T22:07:13.7648627Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/test_derive.rs' from root:root to runner:runner
2025-08-20T22:07:13.7651191Z [00:15:34.771]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7653842Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/record.rs' from root:root to runner:runner
2025-08-20T22:07:13.7656408Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value' from root:root to runner:runner
2025-08-20T22:07:13.7659124Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/debugger/profiler.rs' from root:root to runner:runner
2025-08-20T22:07:13.7661716Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/debugger/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7664365Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/debugger/debugger_trait.rs' from root:root to runner:runner
2025-08-20T22:07:13.7667039Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/debugger' from root:root to runner:runner
2025-08-20T22:07:13.7669782Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/metadata.rs' from root:root to runner:runner
2025-08-20T22:07:13.7672396Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/signature.rs' from root:root to runner:runner
2025-08-20T22:07:13.7675024Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/registered.rs' from root:root to runner:runner
2025-08-20T22:07:13.7677641Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/identity.rs' from root:root to runner:runner
2025-08-20T22:07:13.7680497Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7683136Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/registry_file/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.7685862Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/registry_file/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7688695Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/registry_file' from root:root to runner:runner
2025-08-20T22:07:13.7691240Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin' from root:root to runner:runner
2025-08-20T22:07:13.7693713Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/signature.rs' from root:root to runner:runner
2025-08-20T22:07:13.7696241Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/helper.rs' from root:root to runner:runner
2025-08-20T22:07:13.7699162Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/shell_integration.rs' from root:root to runner:runner
2025-08-20T22:07:13.7701971Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/table.rs' from root:root to runner:runner
2025-08-20T22:07:13.7704517Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/error.rs' from root:root to runner:runner
2025-08-20T22:07:13.7707116Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/completions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7709864Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/ls.rs' from root:root to runner:runner
2025-08-20T22:07:13.7712517Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/filesize.rs' from root:root to runner:runner
2025-08-20T22:07:13.7715145Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/prelude.rs' from root:root to runner:runner
2025-08-20T22:07:13.7717937Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/display_errors.rs' from root:root to runner:runner
2025-08-20T22:07:13.7720587Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/plugin_gc.rs' from root:root to runner:runner
2025-08-20T22:07:13.7723180Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/hooks.rs' from root:root to runner:runner
2025-08-20T22:07:13.7725881Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/output.rs' from root:root to runner:runner
2025-08-20T22:07:13.7728564Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/rm.rs' from root:root to runner:runner
2025-08-20T22:07:13.7731182Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/datetime_format.rs' from root:root to runner:runner
2025-08-20T22:07:13.7733783Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7736389Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/ansi_coloring.rs' from root:root to runner:runner
2025-08-20T22:07:13.7739266Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/reedline.rs' from root:root to runner:runner
2025-08-20T22:07:13.7741870Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/history.rs' from root:root to runner:runner
2025-08-20T22:07:13.7744470Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config' from root:root to runner:runner
2025-08-20T22:07:13.7746987Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/process/child.rs' from root:root to runner:runner
2025-08-20T22:07:13.7749812Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/process/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7752299Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/process' from root:root to runner:runner
2025-08-20T22:07:13.7754715Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ty.rs' from root:root to runner:runner
2025-08-20T22:07:13.7757198Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/eval_base.rs' from root:root to runner:runner
2025-08-20T22:07:13.7760022Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/eval_const.rs' from root:root to runner:runner
2025-08-20T22:07:13.7762573Z [00:15:34.772]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ir/display.rs' from root:root to runner:runner
2025-08-20T22:07:13.7765078Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ir/call.rs' from root:root to runner:runner
2025-08-20T22:07:13.7767557Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ir/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7770150Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ir' from root:root to runner:runner
2025-08-20T22:07:13.7772796Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/chained_error.rs' from root:root to runner:runner
2025-08-20T22:07:13.7775399Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/config.rs' from root:root to runner:runner
2025-08-20T22:07:13.7778225Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error/bridge.rs' from root:root to runner:runner
2025-08-20T22:07:13.7780934Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error/io.rs' from root:root to runner:runner
2025-08-20T22:07:13.7783651Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error/location.rs' from root:root to runner:runner
2025-08-20T22:07:13.7786348Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7789270Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error/job.rs' from root:root to runner:runner
2025-08-20T22:07:13.7792013Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error' from root:root to runner:runner
2025-08-20T22:07:13.7794742Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/parse_warning.rs' from root:root to runner:runner
2025-08-20T22:07:13.7797379Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/parse_error.rs' from root:root to runner:runner
2025-08-20T22:07:13.7800206Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/report_error.rs' from root:root to runner:runner
2025-08-20T22:07:13.7802852Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_warning.rs' from root:root to runner:runner
2025-08-20T22:07:13.7805614Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/labeled_error.rs' from root:root to runner:runner
2025-08-20T22:07:13.7808360Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7810975Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/compile_error.rs' from root:root to runner:runner
2025-08-20T22:07:13.7813514Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors' from root:root to runner:runner
2025-08-20T22:07:13.7816005Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/did_you_mean.rs' from root:root to runner:runner
2025-08-20T22:07:13.7818842Z [00:15:34.773]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/deprecation.rs' from root:root to runner:runner
2025-08-20T22:07:13.7821340Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.7823781Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/span.rs' from root:root to runner:runner
2025-08-20T22:07:13.7826328Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/handlers.rs' from root:root to runner:runner
2025-08-20T22:07:13.7829150Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/metadata.rs' from root:root to runner:runner
2025-08-20T22:07:13.7831762Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/signals.rs' from root:root to runner:runner
2025-08-20T22:07:13.7834392Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/byte_stream.rs' from root:root to runner:runner
2025-08-20T22:07:13.7837173Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/list_stream.rs' from root:root to runner:runner
2025-08-20T22:07:13.7840184Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/pipeline_data.rs' from root:root to runner:runner
2025-08-20T22:07:13.7842806Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.7845406Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/out_dest.rs' from root:root to runner:runner
2025-08-20T22:07:13.7848101Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline' from root:root to runner:runner
2025-08-20T22:07:13.7850636Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src' from root:root to runner:runner
2025-08-20T22:07:13.7853025Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.7855370Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol' from root:root to runner:runner
2025-08-20T22:07:13.7857685Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7860253Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7862764Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T22:07:13.7865150Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.7867441Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/src' from root:root to runner:runner
2025-08-20T22:07:13.7869965Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/LICENSE-MIT' from root:root to runner:runner
2025-08-20T22:07:13.7872266Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob' from root:root to runner:runner
2025-08-20T22:07:13.7874571Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7876927Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7879477Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7882024Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T22:07:13.7884533Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7887027Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/rust-toolchain.toml' from root:root to runner:runner
2025-08-20T22:07:13.7889810Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/fuzz_targets/path_fuzzer.rs' from root:root to runner:runner
2025-08-20T22:07:13.7892374Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T22:07:13.7894867Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz' from root:root to runner:runner
2025-08-20T22:07:13.7897228Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/form.rs' from root:root to runner:runner
2025-08-20T22:07:13.7899841Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/expansions.rs' from root:root to runner:runner
2025-08-20T22:07:13.7902332Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/trailing_slash.rs' from root:root to runner:runner
2025-08-20T22:07:13.7904807Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/helpers.rs' from root:root to runner:runner
2025-08-20T22:07:13.7907335Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/tilde.rs' from root:root to runner:runner
2025-08-20T22:07:13.7909876Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/path.rs' from root:root to runner:runner
2025-08-20T22:07:13.7912248Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/dots.rs' from root:root to runner:runner
2025-08-20T22:07:13.7914680Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/components.rs' from root:root to runner:runner
2025-08-20T22:07:13.7917204Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.7919812Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/assert_path_eq.rs' from root:root to runner:runner
2025-08-20T22:07:13.7922215Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src' from root:root to runner:runner
2025-08-20T22:07:13.7924534Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.7926977Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path' from root:root to runner:runner
2025-08-20T22:07:13.7929472Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.7931812Z [00:15:34.774]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/testing.nu' from root:root to runner:runner
2025-08-20T22:07:13.7934219Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/random/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7936661Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/random' from root:root to runner:runner
2025-08-20T22:07:13.7939370Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7941976Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/conversions/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7944471Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/conversions' from root:root to runner:runner
2025-08-20T22:07:13.7946941Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/path/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7949536Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/path' from root:root to runner:runner
2025-08-20T22:07:13.7951933Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7954369Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/tables/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7956798Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/tables' from root:root to runner:runner
2025-08-20T22:07:13.7959487Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/kv/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7961973Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/kv' from root:root to runner:runner
2025-08-20T22:07:13.7964387Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/clip/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7966785Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/clip' from root:root to runner:runner
2025-08-20T22:07:13.7969351Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/str/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7971753Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/str' from root:root to runner:runner
2025-08-20T22:07:13.7974182Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/iter/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7976582Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/iter' from root:root to runner:runner
2025-08-20T22:07:13.7979072Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc' from root:root to runner:runner
2025-08-20T22:07:13.7981390Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/README.md' from root:root to runner:runner
2025-08-20T22:07:13.7983980Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/testing/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7986504Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/testing' from root:root to runner:runner
2025-08-20T22:07:13.7989073Z [00:15:34.775]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/bench/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7991453Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/bench' from root:root to runner:runner
2025-08-20T22:07:13.7993830Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/xml/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.7996177Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/xml' from root:root to runner:runner
2025-08-20T22:07:13.7998708Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/random/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8001104Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/random' from root:root to runner:runner
2025-08-20T22:07:13.8003547Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8006042Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/config/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8008594Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/config' from root:root to runner:runner
2025-08-20T22:07:13.8010969Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/log/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8013319Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/log' from root:root to runner:runner
2025-08-20T22:07:13.8015676Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/dt/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8018292Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/dt' from root:root to runner:runner
2025-08-20T22:07:13.8020668Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/math/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8023037Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/math' from root:root to runner:runner
2025-08-20T22:07:13.8025405Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/clip/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8027939Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/clip' from root:root to runner:runner
2025-08-20T22:07:13.8030442Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/dirs/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8032795Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/dirs' from root:root to runner:runner
2025-08-20T22:07:13.8035189Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/formats/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8037596Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/formats' from root:root to runner:runner
2025-08-20T22:07:13.8040212Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/input/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8042588Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/input' from root:root to runner:runner
2025-08-20T22:07:13.8044959Z [00:15:34.776]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/assert/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8047439Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/assert' from root:root to runner:runner
2025-08-20T22:07:13.8050018Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/prelude/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8052565Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/prelude' from root:root to runner:runner
2025-08-20T22:07:13.8054966Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/iter/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8057314Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/iter' from root:root to runner:runner
2025-08-20T22:07:13.8059862Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/util/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8062352Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/util' from root:root to runner:runner
2025-08-20T22:07:13.8064749Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/help/mod.nu' from root:root to runner:runner
2025-08-20T22:07:13.8067106Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/help' from root:root to runner:runner
2025-08-20T22:07:13.8069587Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std' from root:root to runner:runner
2025-08-20T22:07:13.8071982Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_formats.nu' from root:root to runner:runner
2025-08-20T22:07:13.8074622Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std_postload.nu' from root:root to runner:runner
2025-08-20T22:07:13.8077137Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_prelude.nu' from root:root to runner:runner
2025-08-20T22:07:13.8079830Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_xml.nu' from root:root to runner:runner
2025-08-20T22:07:13.8082314Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std_util.nu' from root:root to runner:runner
2025-08-20T22:07:13.8084819Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_dirs.nu' from root:root to runner:runner
2025-08-20T22:07:13.8087340Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_tables.nu' from root:root to runner:runner
2025-08-20T22:07:13.8089997Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_util.nu' from root:root to runner:runner
2025-08-20T22:07:13.8092629Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_setup_teardown.nu' from root:root to runner:runner
2025-08-20T22:07:13.8095287Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_str.nu' from root:root to runner:runner
2025-08-20T22:07:13.8097989Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std_preload.nu' from root:root to runner:runner
2025-08-20T22:07:13.8100546Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std_random.nu' from root:root to runner:runner
2025-08-20T22:07:13.8103011Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_dt.nu' from root:root to runner:runner
2025-08-20T22:07:13.8105592Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_kv.nu' from root:root to runner:runner
2025-08-20T22:07:13.8108419Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_conversions.nu' from root:root to runner:runner
2025-08-20T22:07:13.8111022Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_path.nu' from root:root to runner:runner
2025-08-20T22:07:13.8113642Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests/test_logger_env.nu' from root:root to runner:runner
2025-08-20T22:07:13.8116359Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests/test_log_custom.nu' from root:root to runner:runner
2025-08-20T22:07:13.8119353Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests/commons.nu' from root:root to runner:runner
2025-08-20T22:07:13.8122051Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests/test_log_format_flag.nu' from root:root to runner:runner
2025-08-20T22:07:13.8124803Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests/test_basic_commands.nu' from root:root to runner:runner
2025-08-20T22:07:13.8127408Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests' from root:root to runner:runner
2025-08-20T22:07:13.8130048Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_help.nu' from root:root to runner:runner
2025-08-20T22:07:13.8132519Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_asserts.nu' from root:root to runner:runner
2025-08-20T22:07:13.8134976Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_iter.nu' from root:root to runner:runner
2025-08-20T22:07:13.8137580Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_iter.nu' from root:root to runner:runner
2025-08-20T22:07:13.8140416Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std_formats.nu' from root:root to runner:runner
2025-08-20T22:07:13.8142821Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests' from root:root to runner:runner
2025-08-20T22:07:13.8145131Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8147436Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/src' from root:root to runner:runner
2025-08-20T22:07:13.8149950Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.8152458Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T22:07:13.8154779Z [00:15:34.777]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std' from root:root to runner:runner
2025-08-20T22:07:13.8157196Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_stress_internals/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8159983Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_stress_internals/src/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.8162559Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_stress_internals/src' from root:root to runner:runner
2025-08-20T22:07:13.8165229Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_stress_internals/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.8167731Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_stress_internals' from root:root to runner:runner
2025-08-20T22:07:13.8170504Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_javascript/nu_plugin_node_example.js' from root:root to runner:runner
2025-08-20T22:07:13.8173041Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_javascript' from root:root to runner:runner
2025-08-20T22:07:13.8175502Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8178109Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8180666Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/style_computer.rs' from root:root to runner:runner
2025-08-20T22:07:13.8183388Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/shape_color.rs' from root:root to runner:runner
2025-08-20T22:07:13.8186070Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/text_style.rs' from root:root to runner:runner
2025-08-20T22:07:13.8188823Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/color_config.rs' from root:root to runner:runner
2025-08-20T22:07:13.8191394Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/nu_style.rs' from root:root to runner:runner
2025-08-20T22:07:13.8194052Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/matching_brackets_style.rs' from root:root to runner:runner
2025-08-20T22:07:13.8196756Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8199351Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src' from root:root to runner:runner
2025-08-20T22:07:13.8201758Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.8204119Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config' from root:root to runner:runner
2025-08-20T22:07:13.8206479Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8209131Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8211509Z [00:15:34.778]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/tests/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.8213839Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/tests' from root:root to runner:runner
2025-08-20T22:07:13.8216192Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/ser.rs' from root:root to runner:runner
2025-08-20T22:07:13.8218741Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/error.rs' from root:root to runner:runner
2025-08-20T22:07:13.8221122Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/util.rs' from root:root to runner:runner
2025-08-20T22:07:13.8223521Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/builder.rs' from root:root to runner:runner
2025-08-20T22:07:13.8225877Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/de.rs' from root:root to runner:runner
2025-08-20T22:07:13.8228511Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/value.rs' from root:root to runner:runner
2025-08-20T22:07:13.8231002Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8233343Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src' from root:root to runner:runner
2025-08-20T22:07:13.8235649Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.8238155Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/CHANGELOG.md' from root:root to runner:runner
2025-08-20T22:07:13.8240635Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json' from root:root to runner:runner
2025-08-20T22:07:13.8243022Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8245610Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8248428Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/utils.rs' from root:root to runner:runner
2025-08-20T22:07:13.8251244Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/list/contains.rs' from root:root to runner:runner
2025-08-20T22:07:13.8254245Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/list/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8256996Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/list' from root:root to runner:runner
2025-08-20T22:07:13.8259966Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/fetch.rs' from root:root to runner:runner
2025-08-20T22:07:13.8262863Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/arrow.rs' from root:root to runner:runner
2025-08-20T22:07:13.8265817Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/parquet.rs' from root:root to runner:runner
2025-08-20T22:07:13.8268893Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/avro.rs' from root:root to runner:runner
2025-08-20T22:07:13.8271789Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/csv.rs' from root:root to runner:runner
2025-08-20T22:07:13.8274842Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8277998Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/ndjson.rs' from root:root to runner:runner
2025-08-20T22:07:13.8280872Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save' from root:root to runner:runner
2025-08-20T22:07:13.8283687Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_df.rs' from root:root to runner:runner
2025-08-20T22:07:13.8286639Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/schema.rs' from root:root to runner:runner
2025-08-20T22:07:13.8289708Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_repr.rs' from root:root to runner:runner
2025-08-20T22:07:13.8292555Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_nu.rs' from root:root to runner:runner
2025-08-20T22:07:13.8295403Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_schema.rs' from root:root to runner:runner
2025-08-20T22:07:13.8298440Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_dtype.rs' from root:root to runner:runner
2025-08-20T22:07:13.8301420Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/shape.rs' from root:root to runner:runner
2025-08-20T22:07:13.8304287Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/resource.rs' from root:root to runner:runner
2025-08-20T22:07:13.8307144Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_lazy.rs' from root:root to runner:runner
2025-08-20T22:07:13.8310197Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/columns.rs' from root:root to runner:runner
2025-08-20T22:07:13.8313082Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/summary.rs' from root:root to runner:runner
2025-08-20T22:07:13.8315934Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/open.rs' from root:root to runner:runner
2025-08-20T22:07:13.8318923Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8321905Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/profile.rs' from root:root to runner:runner
2025-08-20T22:07:13.8324852Z [00:15:34.779]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/cache.rs' from root:root to runner:runner
2025-08-20T22:07:13.8327617Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core' from root:root to runner:runner
2025-08-20T22:07:13.8330616Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/integer/to_decimal.rs' from root:root to runner:runner
2025-08-20T22:07:13.8333663Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/integer/to_integer.rs' from root:root to runner:runner
2025-08-20T22:07:13.8336586Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/integer/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8339607Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/integer' from root:root to runner:runner
2025-08-20T22:07:13.8342488Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/computation/math.rs' from root:root to runner:runner
2025-08-20T22:07:13.8345431Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/computation/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8348611Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/computation' from root:root to runner:runner
2025-08-20T22:07:13.8351495Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_year.rs' from root:root to runner:runner
2025-08-20T22:07:13.8354460Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_week.rs' from root:root to runner:runner
2025-08-20T22:07:13.8357483Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/replace_time_zone.rs' from root:root to runner:runner
2025-08-20T22:07:13.8360680Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_nanosecond.rs' from root:root to runner:runner
2025-08-20T22:07:13.8363673Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/truncate.rs' from root:root to runner:runner
2025-08-20T22:07:13.8366770Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/as_datetime.rs' from root:root to runner:runner
2025-08-20T22:07:13.8369982Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_hour.rs' from root:root to runner:runner
2025-08-20T22:07:13.8372928Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/strftime.rs' from root:root to runner:runner
2025-08-20T22:07:13.8375891Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_second.rs' from root:root to runner:runner
2025-08-20T22:07:13.8379070Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/convert_time_zone.rs' from root:root to runner:runner
2025-08-20T22:07:13.8382198Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_day.rs' from root:root to runner:runner
2025-08-20T22:07:13.8385169Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_month.rs' from root:root to runner:runner
2025-08-20T22:07:13.8388264Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/datepart.rs' from root:root to runner:runner
2025-08-20T22:07:13.8391258Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_ordinal.rs' from root:root to runner:runner
2025-08-20T22:07:13.8394335Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_minute.rs' from root:root to runner:runner
2025-08-20T22:07:13.8397236Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8400299Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/as_date.rs' from root:root to runner:runner
2025-08-20T22:07:13.8403262Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_weekday.rs' from root:root to runner:runner
2025-08-20T22:07:13.8406148Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime' from root:root to runner:runner
2025-08-20T22:07:13.8409167Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_lengths.rs' from root:root to runner:runner
2025-08-20T22:07:13.8412173Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_strip_chars.rs' from root:root to runner:runner
2025-08-20T22:07:13.8415400Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/to_uppercase.rs' from root:root to runner:runner
2025-08-20T22:07:13.8418605Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_replace.rs' from root:root to runner:runner
2025-08-20T22:07:13.8421540Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_slice.rs' from root:root to runner:runner
2025-08-20T22:07:13.8424467Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_split.rs' from root:root to runner:runner
2025-08-20T22:07:13.8427474Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_join.rs' from root:root to runner:runner
2025-08-20T22:07:13.8430579Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/contains.rs' from root:root to runner:runner
2025-08-20T22:07:13.8433532Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_replace_all.rs' from root:root to runner:runner
2025-08-20T22:07:13.8436443Z [00:15:34.780]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8439563Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/to_lowercase.rs' from root:root to runner:runner
2025-08-20T22:07:13.8442633Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/concat_str.rs' from root:root to runner:runner
2025-08-20T22:07:13.8445496Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string' from root:root to runner:runner
2025-08-20T22:07:13.8448461Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/alias.rs' from root:root to runner:runner
2025-08-20T22:07:13.8451363Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/arg_where.rs' from root:root to runner:runner
2025-08-20T22:07:13.8454233Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/pivot.rs' from root:root to runner:runner
2025-08-20T22:07:13.8457029Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/get.rs' from root:root to runner:runner
2025-08-20T22:07:13.8460095Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/last.rs' from root:root to runner:runner
2025-08-20T22:07:13.8462558Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/first.rs' from root:root to runner:runner
2025-08-20T22:07:13.8464445Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/slice.rs' from root:root to runner:runner
2025-08-20T22:07:13.8466007Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/shift.rs' from root:root to runner:runner
2025-08-20T22:07:13.8467542Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/drop.rs' from root:root to runner:runner
2025-08-20T22:07:13.8469440Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/append.rs' from root:root to runner:runner
2025-08-20T22:07:13.8471039Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/join.rs' from root:root to runner:runner
2025-08-20T22:07:13.8473765Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/with_column.rs' from root:root to runner:runner
2025-08-20T22:07:13.8476180Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/filter_with.rs' from root:root to runner:runner
2025-08-20T22:07:13.8477971Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/drop_nulls.rs' from root:root to runner:runner
2025-08-20T22:07:13.8479702Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/flatten.rs' from root:root to runner:runner
2025-08-20T22:07:13.8481283Z [00:15:34.781]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/cast.rs' from root:root to runner:runner
2025-08-20T22:07:13.8482871Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/drop_duplicates.rs' from root:root to runner:runner
2025-08-20T22:07:13.8484447Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/cut.rs' from root:root to runner:runner
2025-08-20T22:07:13.8485986Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/unnest.rs' from root:root to runner:runner
2025-08-20T22:07:13.8487543Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/join_where.rs' from root:root to runner:runner
2025-08-20T22:07:13.8489351Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/reverse.rs' from root:root to runner:runner
2025-08-20T22:07:13.8490992Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/unpivot.rs' from root:root to runner:runner
2025-08-20T22:07:13.8492566Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/filter.rs' from root:root to runner:runner
2025-08-20T22:07:13.8494125Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/sort_by_expr.rs' from root:root to runner:runner
2025-08-20T22:07:13.8495695Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/select.rs' from root:root to runner:runner
2025-08-20T22:07:13.8497348Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/struct_json_encode.rs' from root:root to runner:runner
2025-08-20T22:07:13.8499185Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/unique.rs' from root:root to runner:runner
2025-08-20T22:07:13.8500743Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/fill_null.rs' from root:root to runner:runner
2025-08-20T22:07:13.8502309Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/explode.rs' from root:root to runner:runner
2025-08-20T22:07:13.8503934Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/col.rs' from root:root to runner:runner
2025-08-20T22:07:13.8505478Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/replace.rs' from root:root to runner:runner
2025-08-20T22:07:13.8507040Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/fill_nan.rs' from root:root to runner:runner
2025-08-20T22:07:13.8508805Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/qcut.rs' from root:root to runner:runner
2025-08-20T22:07:13.8510329Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/len.rs' from root:root to runner:runner
2025-08-20T22:07:13.8511877Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/sql_context.rs' from root:root to runner:runner
2025-08-20T22:07:13.8513440Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/sql_expr.rs' from root:root to runner:runner
2025-08-20T22:07:13.8515084Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/take.rs' from root:root to runner:runner
2025-08-20T22:07:13.8516689Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/dummies.rs' from root:root to runner:runner
2025-08-20T22:07:13.8542476Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/query_df.rs' from root:root to runner:runner
2025-08-20T22:07:13.8544235Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/concat.rs' from root:root to runner:runner
2025-08-20T22:07:13.8545920Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8547477Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/lit.rs' from root:root to runner:runner
2025-08-20T22:07:13.8549302Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/sample.rs' from root:root to runner:runner
2025-08-20T22:07:13.8550857Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/collect.rs' from root:root to runner:runner
2025-08-20T22:07:13.8552401Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/rename.rs' from root:root to runner:runner
2025-08-20T22:07:13.8554660Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data' from root:root to runner:runner
2025-08-20T22:07:13.8556337Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/stub.rs' from root:root to runner:runner
2025-08-20T22:07:13.8558038Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/is_in.rs' from root:root to runner:runner
2025-08-20T22:07:13.8559672Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/is_duplicated.rs' from root:root to runner:runner
2025-08-20T22:07:13.8561277Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/is_null.rs' from root:root to runner:runner
2025-08-20T22:07:13.8562864Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/all_false.rs' from root:root to runner:runner
2025-08-20T22:07:13.8564551Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/all_true.rs' from root:root to runner:runner
2025-08-20T22:07:13.8566126Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/when.rs' from root:root to runner:runner
2025-08-20T22:07:13.8567923Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/expr_not.rs' from root:root to runner:runner
2025-08-20T22:07:13.8569582Z [00:15:34.782]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/not.rs' from root:root to runner:runner
2025-08-20T22:07:13.8571143Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/is_unique.rs' from root:root to runner:runner
2025-08-20T22:07:13.8572791Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/set.rs' from root:root to runner:runner
2025-08-20T22:07:13.8574376Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/otherwise.rs' from root:root to runner:runner
2025-08-20T22:07:13.8575941Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8577507Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/arg_true.rs' from root:root to runner:runner
2025-08-20T22:07:13.8579371Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/is_not_null.rs' from root:root to runner:runner
2025-08-20T22:07:13.8581000Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean' from root:root to runner:runner
2025-08-20T22:07:13.8582533Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/std.rs' from root:root to runner:runner
2025-08-20T22:07:13.8584159Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/value_counts.rs' from root:root to runner:runner
2025-08-20T22:07:13.8585795Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/groupby.rs' from root:root to runner:runner
2025-08-20T22:07:13.8587405Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/mean.rs' from root:root to runner:runner
2025-08-20T22:07:13.8589295Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/sum.rs' from root:root to runner:runner
2025-08-20T22:07:13.8590996Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/horizontal.rs' from root:root to runner:runner
2025-08-20T22:07:13.8592682Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/count.rs' from root:root to runner:runner
2025-08-20T22:07:13.8594281Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/over.rs' from root:root to runner:runner
2025-08-20T22:07:13.8595892Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/cumulative.rs' from root:root to runner:runner
2025-08-20T22:07:13.8597591Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/agg_groups.rs' from root:root to runner:runner
2025-08-20T22:07:13.8599360Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/quantile.rs' from root:root to runner:runner
2025-08-20T22:07:13.8600977Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/implode.rs' from root:root to runner:runner
2025-08-20T22:07:13.8602562Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/max.rs' from root:root to runner:runner
2025-08-20T22:07:13.8604153Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/n_null.rs' from root:root to runner:runner
2025-08-20T22:07:13.8606085Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/n_unique.rs' from root:root to runner:runner
2025-08-20T22:07:13.8607712Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/rolling.rs' from root:root to runner:runner
2025-08-20T22:07:13.8609417Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/min.rs' from root:root to runner:runner
2025-08-20T22:07:13.8611229Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/median.rs' from root:root to runner:runner
2025-08-20T22:07:13.8612828Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8614390Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/var.rs' from root:root to runner:runner
2025-08-20T22:07:13.8616115Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/aggregate.rs' from root:root to runner:runner
2025-08-20T22:07:13.8617709Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation' from root:root to runner:runner
2025-08-20T22:07:13.8619415Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8620941Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/arg_unique.rs' from root:root to runner:runner
2025-08-20T22:07:13.8622966Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/set_with_idx.rs' from root:root to runner:runner
2025-08-20T22:07:13.8625003Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/arg_min.rs' from root:root to runner:runner
2025-08-20T22:07:13.8626569Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/arg_max.rs' from root:root to runner:runner
2025-08-20T22:07:13.8628391Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/arg_sort.rs' from root:root to runner:runner
2025-08-20T22:07:13.8629973Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8631479Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index' from root:root to runner:runner
2025-08-20T22:07:13.8633047Z [00:15:34.783]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command' from root:root to runner:runner
2025-08-20T22:07:13.8634457Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8635994Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_lazygroupby/custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.8637612Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_lazygroupby/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8639410Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_lazygroupby' from root:root to runner:runner
2025-08-20T22:07:13.8641009Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_schema/custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.8642669Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_schema/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8644245Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_schema' from root:root to runner:runner
2025-08-20T22:07:13.8645820Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_expression/custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.8647422Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_expression/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8649093Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_expression' from root:root to runner:runner
2025-08-20T22:07:13.8650688Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/file_type.rs' from root:root to runner:runner
2025-08-20T22:07:13.8652199Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/utils.rs' from root:root to runner:runner
2025-08-20T22:07:13.8653749Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_lazyframe/custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.8655341Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_lazyframe/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8656890Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_lazyframe' from root:root to runner:runner
2025-08-20T22:07:13.8658616Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe/conversion.rs' from root:root to runner:runner
2025-08-20T22:07:13.8660239Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe/between_values.rs' from root:root to runner:runner
2025-08-20T22:07:13.8661894Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe/operations.rs' from root:root to runner:runner
2025-08-20T22:07:13.8663526Z [00:15:34.784]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe/custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.8665114Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8666646Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe' from root:root to runner:runner
2025-08-20T22:07:13.8668506Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dtype/custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.8670208Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dtype/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8671715Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dtype' from root:root to runner:runner
2025-08-20T22:07:13.8673516Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_when/custom_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.8675188Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_when/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8676708Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_when' from root:root to runner:runner
2025-08-20T22:07:13.8678565Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8680017Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values' from root:root to runner:runner
2025-08-20T22:07:13.8681414Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe' from root:root to runner:runner
2025-08-20T22:07:13.8682868Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.8684224Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cloud/aws.rs' from root:root to runner:runner
2025-08-20T22:07:13.8685607Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cloud/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8686958Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cloud' from root:root to runner:runner
2025-08-20T22:07:13.8688431Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cache/get.rs' from root:root to runner:runner
2025-08-20T22:07:13.8689958Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cache/list.rs' from root:root to runner:runner
2025-08-20T22:07:13.8692051Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cache/rm.rs' from root:root to runner:runner
2025-08-20T22:07:13.8693571Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cache/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8694942Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cache' from root:root to runner:runner
2025-08-20T22:07:13.8696343Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8697644Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src' from root:root to runner:runner
2025-08-20T22:07:13.8699077Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.8700374Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars' from root:root to runner:runner
2025-08-20T22:07:13.8701749Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8703129Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/examples/hex_demo.rs' from root:root to runner:runner
2025-08-20T22:07:13.8704483Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/examples' from root:root to runner:runner
2025-08-20T22:07:13.8705789Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8707125Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/tests/256.txt' from root:root to runner:runner
2025-08-20T22:07:13.8708784Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/tests/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.8710131Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/tests/data' from root:root to runner:runner
2025-08-20T22:07:13.8711434Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/tests' from root:root to runner:runner
2025-08-20T22:07:13.8715406Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/src/pretty_hex.rs' from root:root to runner:runner
2025-08-20T22:07:13.8716802Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8718319Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/src' from root:root to runner:runner
2025-08-20T22:07:13.8719624Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.8721004Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex' from root:root to runner:runner
2025-08-20T22:07:13.8722372Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8723701Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8725019Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.8726362Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/query_xml.rs' from root:root to runner:runner
2025-08-20T22:07:13.8727910Z [00:15:34.785]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/query_web.rs' from root:root to runner:runner
2025-08-20T22:07:13.8729358Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/query_webpage_info.rs' from root:root to runner:runner
2025-08-20T22:07:13.8730737Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/query.rs' from root:root to runner:runner
2025-08-20T22:07:13.8732090Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/web_tables.rs' from root:root to runner:runner
2025-08-20T22:07:13.8733440Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8734795Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/query_json.rs' from root:root to runner:runner
2025-08-20T22:07:13.8736180Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src' from root:root to runner:runner
2025-08-20T22:07:13.8737441Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query' from root:root to runner:runner
2025-08-20T22:07:13.8738837Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8740293Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8741586Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/ast.rs' from root:root to runner:runner
2025-08-20T22:07:13.8742866Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/workspace.rs' from root:root to runner:runner
2025-08-20T22:07:13.8744208Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/semantic_tokens.rs' from root:root to runner:runner
2025-08-20T22:07:13.8745765Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/signature.rs' from root:root to runner:runner
2025-08-20T22:07:13.8747136Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/symbols.rs' from root:root to runner:runner
2025-08-20T22:07:13.8748703Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/diagnostics.rs' from root:root to runner:runner
2025-08-20T22:07:13.8750033Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/completion.rs' from root:root to runner:runner
2025-08-20T22:07:13.8751346Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/hover.rs' from root:root to runner:runner
2025-08-20T22:07:13.8752740Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/hints.rs' from root:root to runner:runner
2025-08-20T22:07:13.8754067Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/notification.rs' from root:root to runner:runner
2025-08-20T22:07:13.8755366Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/goto.rs' from root:root to runner:runner
2025-08-20T22:07:13.8756626Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8758980Z [00:15:34.786]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src' from root:root to runner:runner
2025-08-20T22:07:13.8760845Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.8762175Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp' from root:root to runner:runner
2025-08-20T22:07:13.8763443Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8764778Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8766121Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.8767479Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/example.rs' from root:root to runner:runner
2025-08-20T22:07:13.8769185Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/for_each.rs' from root:root to runner:runner
2025-08-20T22:07:13.8770615Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/two.rs' from root:root to runner:runner
2025-08-20T22:07:13.8772108Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.8773598Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/ctrlc.rs' from root:root to runner:runner
2025-08-20T22:07:13.8775027Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/config.rs' from root:root to runner:runner
2025-08-20T22:07:13.8776488Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/collect_bytes.rs' from root:root to runner:runner
2025-08-20T22:07:13.8778099Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/sum.rs' from root:root to runner:runner
2025-08-20T22:07:13.8779619Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/generate.rs' from root:root to runner:runner
2025-08-20T22:07:13.8781050Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/seq.rs' from root:root to runner:runner
2025-08-20T22:07:13.8782449Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/one.rs' from root:root to runner:runner
2025-08-20T22:07:13.8783849Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/env.rs' from root:root to runner:runner
2025-08-20T22:07:13.8785277Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/call_decl.rs' from root:root to runner:runner
2025-08-20T22:07:13.8786768Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/echo.rs' from root:root to runner:runner
2025-08-20T22:07:13.8788292Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/three.rs' from root:root to runner:runner
2025-08-20T22:07:13.8789734Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/view_span.rs' from root:root to runner:runner
2025-08-20T22:07:13.8791160Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8792598Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/disable_gc.rs' from root:root to runner:runner
2025-08-20T22:07:13.8794013Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands' from root:root to runner:runner
2025-08-20T22:07:13.8795348Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8796730Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src' from root:root to runner:runner
2025-08-20T22:07:13.8798268Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example' from root:root to runner:runner
2025-08-20T22:07:13.8799566Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8800854Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8802141Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/build.rs' from root:root to runner:runner
2025-08-20T22:07:13.8803517Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.8804960Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests/commands/attr/deprecated.rs' from root:root to runner:runner
2025-08-20T22:07:13.8806443Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests/commands/attr/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8808111Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests/commands/attr' from root:root to runner:runner
2025-08-20T22:07:13.8809521Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests/commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8810970Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests/commands' from root:root to runner:runner
2025-08-20T22:07:13.8812263Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests' from root:root to runner:runner
2025-08-20T22:07:13.8813589Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/default_context.rs' from root:root to runner:runner
2025-08-20T22:07:13.8814965Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/example_test.rs' from root:root to runner:runner
2025-08-20T22:07:13.8816355Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/example_support.rs' from root:root to runner:runner
2025-08-20T22:07:13.8817907Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/hide.rs' from root:root to runner:runner
2025-08-20T22:07:13.8819356Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/def.rs' from root:root to runner:runner
2025-08-20T22:07:13.8820853Z [00:15:34.787]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/continue_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8822349Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/alias.rs' from root:root to runner:runner
2025-08-20T22:07:13.8823768Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export.rs' from root:root to runner:runner
2025-08-20T22:07:13.8825194Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/module.rs' from root:root to runner:runner
2025-08-20T22:07:13.8826612Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/break_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8828930Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/return_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8830405Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/ignore.rs' from root:root to runner:runner
2025-08-20T22:07:13.8831851Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_alias.rs' from root:root to runner:runner
2025-08-20T22:07:13.8833320Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/describe.rs' from root:root to runner:runner
2025-08-20T22:07:13.8834753Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/extern_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8835560Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/version.rs' from root:root to runner:runner
2025-08-20T22:07:13.8836311Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr/example.rs' from root:root to runner:runner
2025-08-20T22:07:13.8837098Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr/search_terms.rs' from root:root to runner:runner
2025-08-20T22:07:13.8838129Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr/deprecated.rs' from root:root to runner:runner
2025-08-20T22:07:13.8838924Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8839694Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr/category.rs' from root:root to runner:runner
2025-08-20T22:07:13.8840407Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr' from root:root to runner:runner
2025-08-20T22:07:13.8841223Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/try_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8842004Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/for_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8842729Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/match_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8843515Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/engine_stats.rs' from root:root to runner:runner
2025-08-20T22:07:13.8844343Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/externs.rs' from root:root to runner:runner
2025-08-20T22:07:13.8845112Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/modules.rs' from root:root to runner:runner
2025-08-20T22:07:13.8845883Z [00:15:34.788]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/commands.rs' from root:root to runner:runner
2025-08-20T22:07:13.8846643Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/aliases.rs' from root:root to runner:runner
2025-08-20T22:07:13.8847413Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/variables.rs' from root:root to runner:runner
2025-08-20T22:07:13.8848356Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.8849100Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8849823Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope' from root:root to runner:runner
2025-08-20T22:07:13.8850548Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/let_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8851293Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/hide_env.rs' from root:root to runner:runner
2025-08-20T22:07:13.8852045Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/error_make.rs' from root:root to runner:runner
2025-08-20T22:07:13.8852762Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/if_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8853578Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_def.rs' from root:root to runner:runner
2025-08-20T22:07:13.8854352Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/do_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8855123Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_const.rs' from root:root to runner:runner
2025-08-20T22:07:13.8855870Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_use.rs' from root:root to runner:runner
2025-08-20T22:07:13.8856596Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/echo.rs' from root:root to runner:runner
2025-08-20T22:07:13.8857414Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_module.rs' from root:root to runner:runner
2025-08-20T22:07:13.8858339Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/loop_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8859082Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/use_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8859806Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8860567Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/hide.rs' from root:root to runner:runner
2025-08-20T22:07:13.8861407Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/new.rs' from root:root to runner:runner
2025-08-20T22:07:13.8862189Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/list.rs' from root:root to runner:runner
2025-08-20T22:07:13.8862972Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.8863735Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/use_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8864498Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8865218Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay' from root:root to runner:runner
2025-08-20T22:07:13.8865951Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/const_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8866732Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/mut_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8867519Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/while_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8868390Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_extern.rs' from root:root to runner:runner
2025-08-20T22:07:13.8869132Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/collect.rs' from root:root to runner:runner
2025-08-20T22:07:13.8869894Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands' from root:root to runner:runner
2025-08-20T22:07:13.8870623Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/parse_const_test.rs' from root:root to runner:runner
2025-08-20T22:07:13.8871298Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8871942Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src' from root:root to runner:runner
2025-08-20T22:07:13.8872608Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.8873243Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang' from root:root to runner:runner
2025-08-20T22:07:13.8873987Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8874661Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8875341Z [00:15:34.789]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/src/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.8876018Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/src/inc.rs' from root:root to runner:runner
2025-08-20T22:07:13.8876686Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8877372Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/src/nu/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8878288Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/src/nu' from root:root to runner:runner
2025-08-20T22:07:13.8879042Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/src' from root:root to runner:runner
2025-08-20T22:07:13.8879742Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc' from root:root to runner:runner
2025-08-20T22:07:13.8880433Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8881109Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8881943Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/communication_mode/local_socket/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.8882822Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/communication_mode/local_socket/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8883619Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/communication_mode/local_socket' from root:root to runner:runner
2025-08-20T22:07:13.8884386Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/communication_mode/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8885118Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/communication_mode' from root:root to runner:runner
2025-08-20T22:07:13.8885878Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/test_util.rs' from root:root to runner:runner
2025-08-20T22:07:13.8886676Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.8887443Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/stream/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.8888318Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/stream/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8889053Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/stream' from root:root to runner:runner
2025-08-20T22:07:13.8889781Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8890472Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface' from root:root to runner:runner
2025-08-20T22:07:13.8891221Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/serializers/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.8892033Z [00:15:34.790]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/serializers/msgpack.rs' from root:root to runner:runner
2025-08-20T22:07:13.8892867Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/serializers/json.rs' from root:root to runner:runner
2025-08-20T22:07:13.8893606Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/serializers/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8894312Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/serializers' from root:root to runner:runner
2025-08-20T22:07:13.8895455Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/util/with_custom_values_in.rs' from root:root to runner:runner
2025-08-20T22:07:13.8896567Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/util/waitable.rs' from root:root to runner:runner
2025-08-20T22:07:13.8897306Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/util/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8898180Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/util' from root:root to runner:runner
2025-08-20T22:07:13.8898876Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8899541Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src' from root:root to runner:runner
2025-08-20T22:07:13.8900299Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.8900948Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core' from root:root to runner:runner
2025-08-20T22:07:13.8901639Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8902382Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8903192Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/tests/get_system_locale.rs' from root:root to runner:runner
2025-08-20T22:07:13.8903862Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/tests' from root:root to runner:runner
2025-08-20T22:07:13.8904606Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.8905376Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground/director.rs' from root:root to runner:runner
2025-08-20T22:07:13.8906125Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground/play.rs' from root:root to runner:runner
2025-08-20T22:07:13.8906898Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground/nu_process.rs' from root:root to runner:runner
2025-08-20T22:07:13.8907606Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground' from root:root to runner:runner
2025-08-20T22:07:13.8908448Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/locale_override.rs' from root:root to runner:runner
2025-08-20T22:07:13.8909245Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground.rs' from root:root to runner:runner
2025-08-20T22:07:13.8909977Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/fs.rs' from root:root to runner:runner
2025-08-20T22:07:13.8910678Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/macros.rs' from root:root to runner:runner
2025-08-20T22:07:13.8911387Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/commands.rs' from root:root to runner:runner
2025-08-20T22:07:13.8912077Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.8912745Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src' from root:root to runner:runner
2025-08-20T22:07:13.8913425Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.8914073Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support' from root:root to runner:runner
2025-08-20T22:07:13.8914799Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.8915468Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/README.md' from root:root to runner:runner
2025-08-20T22:07:13.8916227Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/sort_utils.rs' from root:root to runner:runner
2025-08-20T22:07:13.8916903Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/main.rs' from root:root to runner:runner
2025-08-20T22:07:13.8917663Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/string/format/duration.rs' from root:root to runner:runner
2025-08-20T22:07:13.8918652Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/string/format/filesize.rs' from root:root to runner:runner
2025-08-20T22:07:13.8919407Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/string/format/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8920114Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/string/format' from root:root to runner:runner
2025-08-20T22:07:13.8920825Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/string/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8921499Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/string' from root:root to runner:runner
2025-08-20T22:07:13.8922318Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/url/join.rs' from root:root to runner:runner
2025-08-20T22:07:13.8923117Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/url/parse.rs' from root:root to runner:runner
2025-08-20T22:07:13.8923863Z [00:15:34.791]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/url/decode.rs' from root:root to runner:runner
2025-08-20T22:07:13.8924595Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/url/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8925303Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/url' from root:root to runner:runner
2025-08-20T22:07:13.8926042Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/complete.rs' from root:root to runner:runner
2025-08-20T22:07:13.8926752Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/zip.rs' from root:root to runner:runner
2025-08-20T22:07:13.8927482Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/date/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8928423Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/date/format.rs' from root:root to runner:runner
2025-08-20T22:07:13.8929191Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/date' from root:root to runner:runner
2025-08-20T22:07:13.8929903Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/exec.rs' from root:root to runner:runner
2025-08-20T22:07:13.8930612Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/def.rs' from root:root to runner:runner
2025-08-20T22:07:13.8931349Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/bytes/at.rs' from root:root to runner:runner
2025-08-20T22:07:13.8932148Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/bytes/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8932911Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/bytes/collect.rs' from root:root to runner:runner
2025-08-20T22:07:13.8933615Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/bytes' from root:root to runner:runner
2025-08-20T22:07:13.8934362Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/continue_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8935116Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/source_env.rs' from root:root to runner:runner
2025-08-20T22:07:13.8935907Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/hash_/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8936614Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/hash_' from root:root to runner:runner
2025-08-20T22:07:13.8937344Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/par_each.rs' from root:root to runner:runner
2025-08-20T22:07:13.8938263Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/alias.rs' from root:root to runner:runner
2025-08-20T22:07:13.8939029Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/utouch.rs' from root:root to runner:runner
2025-08-20T22:07:13.8939758Z [00:15:34.792]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/export.rs' from root:root to runner:runner
2025-08-20T22:07:13.8940472Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/merge.rs' from root:root to runner:runner
2025-08-20T22:07:13.8941275Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/rotate.rs' from root:root to runner:runner
2025-08-20T22:07:13.8942055Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/get.rs' from root:root to runner:runner
2025-08-20T22:07:13.8942772Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/fill.rs' from root:root to runner:runner
2025-08-20T22:07:13.8943496Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/reject.rs' from root:root to runner:runner
2025-08-20T22:07:13.8944273Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/break_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8945009Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/update.rs' from root:root to runner:runner
2025-08-20T22:07:13.8945758Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/dice.rs' from root:root to runner:runner
2025-08-20T22:07:13.8946506Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/float.rs' from root:root to runner:runner
2025-08-20T22:07:13.8947250Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/uuid.rs' from root:root to runner:runner
2025-08-20T22:07:13.8948103Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/int.rs' from root:root to runner:runner
2025-08-20T22:07:13.8948915Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/bool.rs' from root:root to runner:runner
2025-08-20T22:07:13.8949664Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/chars.rs' from root:root to runner:runner
2025-08-20T22:07:13.8950424Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/binary.rs' from root:root to runner:runner
2025-08-20T22:07:13.8951177Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8951892Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random' from root:root to runner:runner
2025-08-20T22:07:13.8952611Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/table.rs' from root:root to runner:runner
2025-08-20T22:07:13.8953388Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/last.rs' from root:root to runner:runner
2025-08-20T22:07:13.8954176Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/terminal.rs' from root:root to runner:runner
2025-08-20T22:07:13.8954973Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/into/int.rs' from root:root to runner:runner
2025-08-20T22:07:13.8955786Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/into/binary.rs' from root:root to runner:runner
2025-08-20T22:07:13.8956592Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/into/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8957453Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/into/record.rs' from root:root to runner:runner
2025-08-20T22:07:13.8958479Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/into' from root:root to runner:runner
2025-08-20T22:07:13.8959256Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8959991Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions' from root:root to runner:runner
2025-08-20T22:07:13.8960711Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/any.rs' from root:root to runner:runner
2025-08-20T22:07:13.8961532Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/uniq_by.rs' from root:root to runner:runner
2025-08-20T22:07:13.8962264Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/return_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8963646Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/headers.rs' from root:root to runner:runner
2025-08-20T22:07:13.8964431Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/exists.rs' from root:root to runner:runner
2025-08-20T22:07:13.8965179Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/join.rs' from root:root to runner:runner
2025-08-20T22:07:13.8965925Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/parse.rs' from root:root to runner:runner
2025-08-20T22:07:13.8966676Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/expand.rs' from root:root to runner:runner
2025-08-20T22:07:13.8967518Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/basename.rs' from root:root to runner:runner
2025-08-20T22:07:13.8968557Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/dirname.rs' from root:root to runner:runner
2025-08-20T22:07:13.8969315Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/split.rs' from root:root to runner:runner
2025-08-20T22:07:13.8970055Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/type_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8970805Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/self_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8971614Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.8972333Z [00:15:34.793]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path' from root:root to runner:runner
2025-08-20T22:07:13.8973061Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/compact.rs' from root:root to runner:runner
2025-08-20T22:07:13.8973789Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/ignore.rs' from root:root to runner:runner
2025-08-20T22:07:13.8974547Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/into_filesize.rs' from root:root to runner:runner
2025-08-20T22:07:13.8975334Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/first.rs' from root:root to runner:runner
2025-08-20T22:07:13.8976053Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/slice.rs' from root:root to runner:runner
2025-08-20T22:07:13.8976816Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/config_nu_default.rs' from root:root to runner:runner
2025-08-20T22:07:13.8977540Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/drop.rs' from root:root to runner:runner
2025-08-20T22:07:13.8978783Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/append.rs' from root:root to runner:runner
2025-08-20T22:07:13.8979714Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/join.rs' from root:root to runner:runner
2025-08-20T22:07:13.8980468Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/into_datetime.rs' from root:root to runner:runner
2025-08-20T22:07:13.8981299Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/generate.rs' from root:root to runner:runner
2025-08-20T22:07:13.8982080Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/lines.rs' from root:root to runner:runner
2025-08-20T22:07:13.8982809Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/seq_date.rs' from root:root to runner:runner
2025-08-20T22:07:13.8983559Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/redirection.rs' from root:root to runner:runner
2025-08-20T22:07:13.8984271Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/cd.rs' from root:root to runner:runner
2025-08-20T22:07:13.8985073Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/into_int.rs' from root:root to runner:runner
2025-08-20T22:07:13.8985802Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/sort_by.rs' from root:root to runner:runner
2025-08-20T22:07:13.8986514Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/ucp.rs' from root:root to runner:runner
2025-08-20T22:07:13.8987241Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/chunks.rs' from root:root to runner:runner
2025-08-20T22:07:13.8988077Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/cal.rs' from root:root to runner:runner
2025-08-20T22:07:13.8988878Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/umkdir.rs' from root:root to runner:runner
2025-08-20T22:07:13.8989611Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/with_env.rs' from root:root to runner:runner
2025-08-20T22:07:13.8990320Z [00:15:34.794]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/seq.rs' from root:root to runner:runner
2025-08-20T22:07:13.8991036Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/tee.rs' from root:root to runner:runner
2025-08-20T22:07:13.8991759Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/try_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8992514Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/detect_columns.rs' from root:root to runner:runner
2025-08-20T22:07:13.8993244Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/flatten.rs' from root:root to runner:runner
2025-08-20T22:07:13.8994059Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/ls.rs' from root:root to runner:runner
2025-08-20T22:07:13.8994862Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/interleave.rs' from root:root to runner:runner
2025-08-20T22:07:13.8995588Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/which.rs' from root:root to runner:runner
2025-08-20T22:07:13.8996306Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/parse.rs' from root:root to runner:runner
2025-08-20T22:07:13.8997024Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/for_.rs' from root:root to runner:runner
2025-08-20T22:07:13.8997902Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/sort.rs' from root:root to runner:runner
2025-08-20T22:07:13.8998805Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/sqrt.rs' from root:root to runner:runner
2025-08-20T22:07:13.8999545Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/abs.rs' from root:root to runner:runner
2025-08-20T22:07:13.9000309Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/variance.rs' from root:root to runner:runner
2025-08-20T22:07:13.9001051Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/log.rs' from root:root to runner:runner
2025-08-20T22:07:13.9001859Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/avg.rs' from root:root to runner:runner
2025-08-20T22:07:13.9002588Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/sum.rs' from root:root to runner:runner
2025-08-20T22:07:13.9003348Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/product.rs' from root:root to runner:runner
2025-08-20T22:07:13.9004097Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/round.rs' from root:root to runner:runner
2025-08-20T22:07:13.9004831Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/max.rs' from root:root to runner:runner
2025-08-20T22:07:13.9005574Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/min.rs' from root:root to runner:runner
2025-08-20T22:07:13.9006311Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/mode.rs' from root:root to runner:runner
2025-08-20T22:07:13.9007107Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/ceil.rs' from root:root to runner:runner
2025-08-20T22:07:13.9008039Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/stddev.rs' from root:root to runner:runner
2025-08-20T22:07:13.9008786Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/median.rs' from root:root to runner:runner
2025-08-20T22:07:13.9009518Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9010262Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/floor.rs' from root:root to runner:runner
2025-08-20T22:07:13.9011048Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math' from root:root to runner:runner
2025-08-20T22:07:13.9011780Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/upsert.rs' from root:root to runner:runner
2025-08-20T22:07:13.9012527Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/move_/column.rs' from root:root to runner:runner
2025-08-20T22:07:13.9013268Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/move_/umv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9014007Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/move_/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9014788Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/move_' from root:root to runner:runner
2025-08-20T22:07:13.9015517Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/match_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9016238Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/all.rs' from root:root to runner:runner
2025-08-20T22:07:13.9016969Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/reduce.rs' from root:root to runner:runner
2025-08-20T22:07:13.9017692Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/save.rs' from root:root to runner:runner
2025-08-20T22:07:13.9018640Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/print.rs' from root:root to runner:runner
2025-08-20T22:07:13.9019364Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/ulimit.rs' from root:root to runner:runner
2025-08-20T22:07:13.9020163Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/find.rs' from root:root to runner:runner
2025-08-20T22:07:13.9020934Z [00:15:34.795]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/let_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9021713Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/config_env_default.rs' from root:root to runner:runner
2025-08-20T22:07:13.9022454Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/debug_info.rs' from root:root to runner:runner
2025-08-20T22:07:13.9023252Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/transpose.rs' from root:root to runner:runner
2025-08-20T22:07:13.9023999Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/group_by.rs' from root:root to runner:runner
2025-08-20T22:07:13.9024729Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/reverse.rs' from root:root to runner:runner
2025-08-20T22:07:13.9025494Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/database/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9026273Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/database/query_db.rs' from root:root to runner:runner
2025-08-20T22:07:13.9027071Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/database/into_sqlite.rs' from root:root to runner:runner
2025-08-20T22:07:13.9027964Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/database' from root:root to runner:runner
2025-08-20T22:07:13.9028684Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/each.rs' from root:root to runner:runner
2025-08-20T22:07:13.9029432Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/merge_deep.rs' from root:root to runner:runner
2025-08-20T22:07:13.9030160Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/roll.rs' from root:root to runner:runner
2025-08-20T22:07:13.9031262Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/error_make.rs' from root:root to runner:runner
2025-08-20T22:07:13.9032281Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/filter.rs' from root:root to runner:runner
2025-08-20T22:07:13.9033113Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/split_row.rs' from root:root to runner:runner
2025-08-20T22:07:13.9033892Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/empty.rs' from root:root to runner:runner
2025-08-20T22:07:13.9034625Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/select.rs' from root:root to runner:runner
2025-08-20T22:07:13.9035354Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/window.rs' from root:root to runner:runner
2025-08-20T22:07:13.9036076Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/uname.rs' from root:root to runner:runner
2025-08-20T22:07:13.9036871Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/inspect.rs' from root:root to runner:runner
2025-08-20T22:07:13.9037608Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/seq_char.rs' from root:root to runner:runner
2025-08-20T22:07:13.9038614Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/export_def.rs' from root:root to runner:runner
2025-08-20T22:07:13.9039339Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/help.rs' from root:root to runner:runner
2025-08-20T22:07:13.9040085Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/skip/until.rs' from root:root to runner:runner
2025-08-20T22:07:13.9040920Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/skip/skip_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9041655Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/skip/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9042402Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/skip/while_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9043110Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/skip' from root:root to runner:runner
2025-08-20T22:07:13.9043844Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/start.rs' from root:root to runner:runner
2025-08-20T22:07:13.9044563Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/du.rs' from root:root to runner:runner
2025-08-20T22:07:13.9045322Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/into_duration.rs' from root:root to runner:runner
2025-08-20T22:07:13.9046092Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/rm.rs' from root:root to runner:runner
2025-08-20T22:07:13.9046866Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/do_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9047587Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/glob.rs' from root:root to runner:runner
2025-08-20T22:07:13.9048540Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/every.rs' from root:root to runner:runner
2025-08-20T22:07:13.9049311Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/debug/timeit.rs' from root:root to runner:runner
2025-08-20T22:07:13.9050167Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/debug/metadata_set.rs' from root:root to runner:runner
2025-08-20T22:07:13.9050925Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/debug/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9051637Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/debug' from root:root to runner:runner
2025-08-20T22:07:13.9052364Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/where_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9053105Z [00:15:34.796]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/semicolon.rs' from root:root to runner:runner
2025-08-20T22:07:13.9053888Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/echo.rs' from root:root to runner:runner
2025-08-20T22:07:13.9054622Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/griddle.rs' from root:root to runner:runner
2025-08-20T22:07:13.9055351Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/to_text.rs' from root:root to runner:runner
2025-08-20T22:07:13.9056101Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base/hex.rs' from root:root to runner:runner
2025-08-20T22:07:13.9056867Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base/base32hex.rs' from root:root to runner:runner
2025-08-20T22:07:13.9057616Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base/base64.rs' from root:root to runner:runner
2025-08-20T22:07:13.9058575Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base/base32.rs' from root:root to runner:runner
2025-08-20T22:07:13.9059390Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9060156Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base' from root:root to runner:runner
2025-08-20T22:07:13.9060898Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/chunk_by.rs' from root:root to runner:runner
2025-08-20T22:07:13.9061680Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/assignment/concat.rs' from root:root to runner:runner
2025-08-20T22:07:13.9062441Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/assignment/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9063232Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/assignment' from root:root to runner:runner
2025-08-20T22:07:13.9063956Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/loop_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9064673Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/open.rs' from root:root to runner:runner
2025-08-20T22:07:13.9065391Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/wrap.rs' from root:root to runner:runner
2025-08-20T22:07:13.9066139Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/str_/join.rs' from root:root to runner:runner
2025-08-20T22:07:13.9066970Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/str_/into_string.rs' from root:root to runner:runner
2025-08-20T22:07:13.9067698Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/str_/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9068513Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/str_' from root:root to runner:runner
2025-08-20T22:07:13.9069250Z [00:15:34.797]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/prepend.rs' from root:root to runner:runner
2025-08-20T22:07:13.9069984Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/mktemp.rs' from root:root to runner:runner
2025-08-20T22:07:13.9070739Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/platform/kill.rs' from root:root to runner:runner
2025-08-20T22:07:13.9071504Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/platform/ansi_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9072321Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/platform/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9073145Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/platform/char_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9073877Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/platform' from root:root to runner:runner
2025-08-20T22:07:13.9074604Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/query/db.rs' from root:root to runner:runner
2025-08-20T22:07:13.9075346Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/query/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9076115Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/query' from root:root to runner:runner
2025-08-20T22:07:13.9076839Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/use_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9077593Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/port.rs' from root:root to runner:runner
2025-08-20T22:07:13.9078587Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9079384Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/get.rs' from root:root to runner:runner
2025-08-20T22:07:13.9080245Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/post.rs' from root:root to runner:runner
2025-08-20T22:07:13.9081021Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/put.rs' from root:root to runner:runner
2025-08-20T22:07:13.9081796Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/head.rs' from root:root to runner:runner
2025-08-20T22:07:13.9082589Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/options.rs' from root:root to runner:runner
2025-08-20T22:07:13.9083375Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/delete.rs' from root:root to runner:runner
2025-08-20T22:07:13.9084171Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/patch.rs' from root:root to runner:runner
2025-08-20T22:07:13.9085010Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9085770Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http' from root:root to runner:runner
2025-08-20T22:07:13.9086553Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network' from root:root to runner:runner
2025-08-20T22:07:13.9087289Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/histogram.rs' from root:root to runner:runner
2025-08-20T22:07:13.9088149Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/split_column.rs' from root:root to runner:runner
2025-08-20T22:07:13.9088965Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/take/until.rs' from root:root to runner:runner
2025-08-20T22:07:13.9089713Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/take/rows.rs' from root:root to runner:runner
2025-08-20T22:07:13.9090442Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/take/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9091194Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/take/while_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9091901Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/take' from root:root to runner:runner
2025-08-20T22:07:13.9092616Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9093433Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/uniq.rs' from root:root to runner:runner
2025-08-20T22:07:13.9094155Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/format.rs' from root:root to runner:runner
2025-08-20T22:07:13.9094879Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/mut_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9095604Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/stor.rs' from root:root to runner:runner
2025-08-20T22:07:13.9096331Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/while_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9097078Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/run_external.rs' from root:root to runner:runner
2025-08-20T22:07:13.9098048Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/job.rs' from root:root to runner:runner
2025-08-20T22:07:13.9098812Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/length.rs' from root:root to runner:runner
2025-08-20T22:07:13.9100275Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/insert.rs' from root:root to runner:runner
2025-08-20T22:07:13.9101047Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/default.rs' from root:root to runner:runner
2025-08-20T22:07:13.9101782Z [00:15:34.798]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/nu_check.rs' from root:root to runner:runner
2025-08-20T22:07:13.9102600Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/rename.rs' from root:root to runner:runner
2025-08-20T22:07:13.9103296Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands' from root:root to runner:runner
2025-08-20T22:07:13.9104058Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/nuon.rs' from root:root to runner:runner
2025-08-20T22:07:13.9104813Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/url.rs' from root:root to runner:runner
2025-08-20T22:07:13.9105574Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/toml.rs' from root:root to runner:runner
2025-08-20T22:07:13.9106330Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/tsv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9107157Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/msgpack.rs' from root:root to runner:runner
2025-08-20T22:07:13.9108047Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/xlsx.rs' from root:root to runner:runner
2025-08-20T22:07:13.9108804Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/json.rs' from root:root to runner:runner
2025-08-20T22:07:13.9109590Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/msgpackz.rs' from root:root to runner:runner
2025-08-20T22:07:13.9110342Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/ods.rs' from root:root to runner:runner
2025-08-20T22:07:13.9111089Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/csv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9111911Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/html.rs' from root:root to runner:runner
2025-08-20T22:07:13.9112722Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/yaml.rs' from root:root to runner:runner
2025-08-20T22:07:13.9113476Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9114218Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/xml.rs' from root:root to runner:runner
2025-08-20T22:07:13.9114970Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/ssv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9115805Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/markdown.rs' from root:root to runner:runner
2025-08-20T22:07:13.9116531Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions' from root:root to runner:runner
2025-08-20T22:07:13.9117184Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests' from root:root to runner:runner
2025-08-20T22:07:13.9118063Z [00:15:34.799]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/utils.rs' from root:root to runner:runner
2025-08-20T22:07:13.9118850Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/now.rs' from root:root to runner:runner
2025-08-20T22:07:13.9119634Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/date_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9120350Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/humanize.rs' from root:root to runner:runner
2025-08-20T22:07:13.9121061Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/from_human.rs' from root:root to runner:runner
2025-08-20T22:07:13.9121790Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/to_timezone.rs' from root:root to runner:runner
2025-08-20T22:07:13.9122530Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/list_timezone.rs' from root:root to runner:runner
2025-08-20T22:07:13.9123217Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9123921Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/parser.rs' from root:root to runner:runner
2025-08-20T22:07:13.9124649Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date' from root:root to runner:runner
2025-08-20T22:07:13.9125424Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/complete.rs' from root:root to runner:runner
2025-08-20T22:07:13.9126126Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/exec.rs' from root:root to runner:runner
2025-08-20T22:07:13.9126877Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/registry_query.rs' from root:root to runner:runner
2025-08-20T22:07:13.9127595Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/disks.rs' from root:root to runner:runner
2025-08-20T22:07:13.9128607Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/host.rs' from root:root to runner:runner
2025-08-20T22:07:13.9129349Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/temp.rs' from root:root to runner:runner
2025-08-20T22:07:13.9130063Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/users.rs' from root:root to runner:runner
2025-08-20T22:07:13.9130773Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/sys_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9131495Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/cpu.rs' from root:root to runner:runner
2025-08-20T22:07:13.9132269Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/net.rs' from root:root to runner:runner
2025-08-20T22:07:13.9132968Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/mem.rs' from root:root to runner:runner
2025-08-20T22:07:13.9133676Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9134364Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys' from root:root to runner:runner
2025-08-20T22:07:13.9135067Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/uname.rs' from root:root to runner:runner
2025-08-20T22:07:13.9135780Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/which_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9136471Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9137260Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/run_external.rs' from root:root to runner:runner
2025-08-20T22:07:13.9138163Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/ps.rs' from root:root to runner:runner
2025-08-20T22:07:13.9139002Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/nu_check.rs' from root:root to runner:runner
2025-08-20T22:07:13.9139668Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system' from root:root to runner:runner
2025-08-20T22:07:13.9140368Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/remove.rs' from root:root to runner:runner
2025-08-20T22:07:13.9141161Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/starts_with.rs' from root:root to runner:runner
2025-08-20T22:07:13.9141872Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/build_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9142561Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/add.rs' from root:root to runner:runner
2025-08-20T22:07:13.9143266Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/index_of.rs' from root:root to runner:runner
2025-08-20T22:07:13.9143977Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/reverse.rs' from root:root to runner:runner
2025-08-20T22:07:13.9144690Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/ends_with.rs' from root:root to runner:runner
2025-08-20T22:07:13.9145440Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/at.rs' from root:root to runner:runner
2025-08-20T22:07:13.9146132Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/split.rs' from root:root to runner:runner
2025-08-20T22:07:13.9146840Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/replace.rs' from root:root to runner:runner
2025-08-20T22:07:13.9147545Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/bytes_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9148343Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9149054Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/collect.rs' from root:root to runner:runner
2025-08-20T22:07:13.9149751Z [00:15:34.800]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/length.rs' from root:root to runner:runner
2025-08-20T22:07:13.9150477Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes' from root:root to runner:runner
2025-08-20T22:07:13.9151235Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/progress_bar.rs' from root:root to runner:runner
2025-08-20T22:07:13.9151970Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/utouch.rs' from root:root to runner:runner
2025-08-20T22:07:13.9152689Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/watch.rs' from root:root to runner:runner
2025-08-20T22:07:13.9153398Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/cd.rs' from root:root to runner:runner
2025-08-20T22:07:13.9154169Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/ucp.rs' from root:root to runner:runner
2025-08-20T22:07:13.9154894Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/umkdir.rs' from root:root to runner:runner
2025-08-20T22:07:13.9155611Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/util.rs' from root:root to runner:runner
2025-08-20T22:07:13.9156322Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/ls.rs' from root:root to runner:runner
2025-08-20T22:07:13.9157047Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/save.rs' from root:root to runner:runner
2025-08-20T22:07:13.9157938Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/start.rs' from root:root to runner:runner
2025-08-20T22:07:13.9158776Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/du.rs' from root:root to runner:runner
2025-08-20T22:07:13.9159489Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/rm.rs' from root:root to runner:runner
2025-08-20T22:07:13.9160221Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/glob.rs' from root:root to runner:runner
2025-08-20T22:07:13.9160945Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/umv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9161657Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/open.rs' from root:root to runner:runner
2025-08-20T22:07:13.9162390Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/mktemp.rs' from root:root to runner:runner
2025-08-20T22:07:13.9163178Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9163927Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem' from root:root to runner:runner
2025-08-20T22:07:13.9164694Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_unfreeze.rs' from root:root to runner:runner
2025-08-20T22:07:13.9165436Z [00:15:34.801]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_tag.rs' from root:root to runner:runner
2025-08-20T22:07:13.9166181Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_send.rs' from root:root to runner:runner
2025-08-20T22:07:13.9167103Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_list.rs' from root:root to runner:runner
2025-08-20T22:07:13.9168565Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_id.rs' from root:root to runner:runner
2025-08-20T22:07:13.9169334Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_recv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9170089Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_flush.rs' from root:root to runner:runner
2025-08-20T22:07:13.9170838Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_spawn.rs' from root:root to runner:runner
2025-08-20T22:07:13.9171662Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9172408Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/is_admin.rs' from root:root to runner:runner
2025-08-20T22:07:13.9173149Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_kill.rs' from root:root to runner:runner
2025-08-20T22:07:13.9173880Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job.rs' from root:root to runner:runner
2025-08-20T22:07:13.9174580Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental' from root:root to runner:runner
2025-08-20T22:07:13.9175282Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/sort_utils.rs' from root:root to runner:runner
2025-08-20T22:07:13.9175989Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/viewers/table.rs' from root:root to runner:runner
2025-08-20T22:07:13.9176769Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/viewers/griddle.rs' from root:root to runner:runner
2025-08-20T22:07:13.9177532Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/viewers/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9178422Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/viewers' from root:root to runner:runner
2025-08-20T22:07:13.9179148Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/default_context.rs' from root:root to runner:runner
2025-08-20T22:07:13.9179851Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/dice.rs' from root:root to runner:runner
2025-08-20T22:07:13.9180643Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/random_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9181350Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/float.rs' from root:root to runner:runner
2025-08-20T22:07:13.9182044Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/uuid.rs' from root:root to runner:runner
2025-08-20T22:07:13.9182731Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/int.rs' from root:root to runner:runner
2025-08-20T22:07:13.9183438Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/bool.rs' from root:root to runner:runner
2025-08-20T22:07:13.9184205Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/chars.rs' from root:root to runner:runner
2025-08-20T22:07:13.9184910Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/binary.rs' from root:root to runner:runner
2025-08-20T22:07:13.9185643Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/byte_stream.rs' from root:root to runner:runner
2025-08-20T22:07:13.9186336Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9187007Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random' from root:root to runner:runner
2025-08-20T22:07:13.9187729Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/fill.rs' from root:root to runner:runner
2025-08-20T22:07:13.9188624Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/split_cell_path.rs' from root:root to runner:runner
2025-08-20T22:07:13.9189442Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/float.rs' from root:root to runner:runner
2025-08-20T22:07:13.9190248Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/int.rs' from root:root to runner:runner
2025-08-20T22:07:13.9191004Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/bool.rs' from root:root to runner:runner
2025-08-20T22:07:13.9191751Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/binary.rs' from root:root to runner:runner
2025-08-20T22:07:13.9192504Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/string.rs' from root:root to runner:runner
2025-08-20T22:07:13.9193357Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/duration.rs' from root:root to runner:runner
2025-08-20T22:07:13.9194131Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/filesize.rs' from root:root to runner:runner
2025-08-20T22:07:13.9194884Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/datetime.rs' from root:root to runner:runner
2025-08-20T22:07:13.9195629Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/glob.rs' from root:root to runner:runner
2025-08-20T22:07:13.9196394Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/cell_path.rs' from root:root to runner:runner
2025-08-20T22:07:13.9197214Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.9198064Z [00:15:34.802]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/value.rs' from root:root to runner:runner
2025-08-20T22:07:13.9198804Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9199563Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/record.rs' from root:root to runner:runner
2025-08-20T22:07:13.9200276Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into' from root:root to runner:runner
2025-08-20T22:07:13.9200990Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9201677Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions' from root:root to runner:runner
2025-08-20T22:07:13.9202443Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/example_test.rs' from root:root to runner:runner
2025-08-20T22:07:13.9203196Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/export.rs' from root:root to runner:runner
2025-08-20T22:07:13.9203890Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/reset.rs' from root:root to runner:runner
2025-08-20T22:07:13.9204588Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/update.rs' from root:root to runner:runner
2025-08-20T22:07:13.9205280Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/create.rs' from root:root to runner:runner
2025-08-20T22:07:13.9206041Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/delete.rs' from root:root to runner:runner
2025-08-20T22:07:13.9206739Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/open.rs' from root:root to runner:runner
2025-08-20T22:07:13.9207428Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/stor_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9208408Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9209154Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/import.rs' from root:root to runner:runner
2025-08-20T22:07:13.9209953Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/insert.rs' from root:root to runner:runner
2025-08-20T22:07:13.9210617Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor' from root:root to runner:runner
2025-08-20T22:07:13.9211324Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/exists.rs' from root:root to runner:runner
2025-08-20T22:07:13.9212022Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/type.rs' from root:root to runner:runner
2025-08-20T22:07:13.9212723Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/join.rs' from root:root to runner:runner
2025-08-20T22:07:13.9213433Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/parse.rs' from root:root to runner:runner
2025-08-20T22:07:13.9214137Z [00:15:34.803]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/expand.rs' from root:root to runner:runner
2025-08-20T22:07:13.9214853Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/basename.rs' from root:root to runner:runner
2025-08-20T22:07:13.9215621Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/dirname.rs' from root:root to runner:runner
2025-08-20T22:07:13.9216386Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/split.rs' from root:root to runner:runner
2025-08-20T22:07:13.9217082Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/path_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9218002Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/relative_to.rs' from root:root to runner:runner
2025-08-20T22:07:13.9218715Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/self_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9219486Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9220158Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path' from root:root to runner:runner
2025-08-20T22:07:13.9220896Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/generate.rs' from root:root to runner:runner
2025-08-20T22:07:13.9221634Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/seq_date.rs' from root:root to runner:runner
2025-08-20T22:07:13.9222350Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/cal.rs' from root:root to runner:runner
2025-08-20T22:07:13.9223127Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/seq.rs' from root:root to runner:runner
2025-08-20T22:07:13.9223856Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/seq_char.rs' from root:root to runner:runner
2025-08-20T22:07:13.9224568Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9225256Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators' from root:root to runner:runner
2025-08-20T22:07:13.9226002Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/ansi/strip.rs' from root:root to runner:runner
2025-08-20T22:07:13.9226730Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/ansi/link.rs' from root:root to runner:runner
2025-08-20T22:07:13.9227456Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/ansi/ansi_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9228364Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/ansi/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9229143Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/ansi' from root:root to runner:runner
2025-08-20T22:07:13.9229893Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/chars.rs' from root:root to runner:runner
2025-08-20T22:07:13.9230624Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/list.rs' from root:root to runner:runner
2025-08-20T22:07:13.9231368Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/column.rs' from root:root to runner:runner
2025-08-20T22:07:13.9232152Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/words.rs' from root:root to runner:runner
2025-08-20T22:07:13.9232885Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/row.rs' from root:root to runner:runner
2025-08-20T22:07:13.9233636Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.9234367Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9235314Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split' from root:root to runner:runner
2025-08-20T22:07:13.9236593Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/detect_columns.rs' from root:root to runner:runner
2025-08-20T22:07:13.9237340Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/guess_width.rs' from root:root to runner:runner
2025-08-20T22:07:13.9238165Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/parse.rs' from root:root to runner:runner
2025-08-20T22:07:13.9238970Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format/duration.rs' from root:root to runner:runner
2025-08-20T22:07:13.9239736Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format/filesize.rs' from root:root to runner:runner
2025-08-20T22:07:13.9240481Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format/format_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9241220Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format/date.rs' from root:root to runner:runner
2025-08-20T22:07:13.9242033Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9242795Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format' from root:root to runner:runner
2025-08-20T22:07:13.9243518Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base/hex.rs' from root:root to runner:runner
2025-08-20T22:07:13.9244271Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base/base32hex.rs' from root:root to runner:runner
2025-08-20T22:07:13.9245005Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base/base64.rs' from root:root to runner:runner
2025-08-20T22:07:13.9245795Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base/base32.rs' from root:root to runner:runner
2025-08-20T22:07:13.9246521Z [00:15:34.804]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9247213Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base' from root:root to runner:runner
2025-08-20T22:07:13.9248180Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/trim/trim_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9248946Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/trim/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9249748Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/trim' from root:root to runner:runner
2025-08-20T22:07:13.9250495Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/starts_with.rs' from root:root to runner:runner
2025-08-20T22:07:13.9251223Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/join.rs' from root:root to runner:runner
2025-08-20T22:07:13.9251972Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/index_of.rs' from root:root to runner:runner
2025-08-20T22:07:13.9252704Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/expand.rs' from root:root to runner:runner
2025-08-20T22:07:13.9253437Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/reverse.rs' from root:root to runner:runner
2025-08-20T22:07:13.9254177Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/ends_with.rs' from root:root to runner:runner
2025-08-20T22:07:13.9255504Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/contains.rs' from root:root to runner:runner
2025-08-20T22:07:13.9256313Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case/upcase.rs' from root:root to runner:runner
2025-08-20T22:07:13.9257087Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case/capitalize.rs' from root:root to runner:runner
2025-08-20T22:07:13.9258041Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case/str_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9258893Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case/downcase.rs' from root:root to runner:runner
2025-08-20T22:07:13.9259640Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9260344Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case' from root:root to runner:runner
2025-08-20T22:07:13.9261082Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/distance.rs' from root:root to runner:runner
2025-08-20T22:07:13.9261820Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/replace.rs' from root:root to runner:runner
2025-08-20T22:07:13.9262572Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/substring.rs' from root:root to runner:runner
2025-08-20T22:07:13.9263353Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9264082Z [00:15:34.805]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/stats.rs' from root:root to runner:runner
2025-08-20T22:07:13.9264813Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/length.rs' from root:root to runner:runner
2025-08-20T22:07:13.9265512Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_' from root:root to runner:runner
2025-08-20T22:07:13.9266301Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/encode_decode/encoding.rs' from root:root to runner:runner
2025-08-20T22:07:13.9267066Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/encode_decode/encode.rs' from root:root to runner:runner
2025-08-20T22:07:13.9268011Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/encode_decode/decode.rs' from root:root to runner:runner
2025-08-20T22:07:13.9268836Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/encode_decode/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9269576Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/encode_decode' from root:root to runner:runner
2025-08-20T22:07:13.9270281Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9270987Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/char_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9271720Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings' from root:root to runner:runner
2025-08-20T22:07:13.9272421Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/sqrt.rs' from root:root to runner:runner
2025-08-20T22:07:13.9273107Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/abs.rs' from root:root to runner:runner
2025-08-20T22:07:13.9273813Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/variance.rs' from root:root to runner:runner
2025-08-20T22:07:13.9274508Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/log.rs' from root:root to runner:runner
2025-08-20T22:07:13.9275205Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/math_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9275958Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/utils.rs' from root:root to runner:runner
2025-08-20T22:07:13.9276647Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/avg.rs' from root:root to runner:runner
2025-08-20T22:07:13.9277329Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/sum.rs' from root:root to runner:runner
2025-08-20T22:07:13.9278146Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/product.rs' from root:root to runner:runner
2025-08-20T22:07:13.9278842Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/round.rs' from root:root to runner:runner
2025-08-20T22:07:13.9279529Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/max.rs' from root:root to runner:runner
2025-08-20T22:07:13.9280238Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/reducers.rs' from root:root to runner:runner
2025-08-20T22:07:13.9280995Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/min.rs' from root:root to runner:runner
2025-08-20T22:07:13.9281745Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/mode.rs' from root:root to runner:runner
2025-08-20T22:07:13.9282440Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/ceil.rs' from root:root to runner:runner
2025-08-20T22:07:13.9283143Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/stddev.rs' from root:root to runner:runner
2025-08-20T22:07:13.9283844Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/median.rs' from root:root to runner:runner
2025-08-20T22:07:13.9284596Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9285296Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/floor.rs' from root:root to runner:runner
2025-08-20T22:07:13.9285962Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math' from root:root to runner:runner
2025-08-20T22:07:13.9286717Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/charting/hashable_value.rs' from root:root to runner:runner
2025-08-20T22:07:13.9287452Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/charting/histogram.rs' from root:root to runner:runner
2025-08-20T22:07:13.9288509Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/charting/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9289207Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/charting' from root:root to runner:runner
2025-08-20T22:07:13.9289923Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/source_env.rs' from root:root to runner:runner
2025-08-20T22:07:13.9290630Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/load_env.rs' from root:root to runner:runner
2025-08-20T22:07:13.9291437Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/export_env.rs' from root:root to runner:runner
2025-08-20T22:07:13.9292138Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/with_env.rs' from root:root to runner:runner
2025-08-20T22:07:13.9292905Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_flatten.rs' from root:root to runner:runner
2025-08-20T22:07:13.9293769Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_use_colors.rs' from root:root to runner:runner
2025-08-20T22:07:13.9294521Z [00:15:34.806]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9295271Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_nu.rs' from root:root to runner:runner
2025-08-20T22:07:13.9296022Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_env.rs' from root:root to runner:runner
2025-08-20T22:07:13.9296784Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_reset.rs' from root:root to runner:runner
2025-08-20T22:07:13.9297564Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9298520Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config' from root:root to runner:runner
2025-08-20T22:07:13.9299207Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9299880Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env' from root:root to runner:runner
2025-08-20T22:07:13.9300608Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/removed/let_env.rs' from root:root to runner:runner
2025-08-20T22:07:13.9301378Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/removed/removed_commands.rs' from root:root to runner:runner
2025-08-20T22:07:13.9302088Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/removed/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9302802Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/removed/format.rs' from root:root to runner:runner
2025-08-20T22:07:13.9303857Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/removed' from root:root to runner:runner
2025-08-20T22:07:13.9305033Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/commands/schema.rs' from root:root to runner:runner
2025-08-20T22:07:13.9305805Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/commands/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9306574Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/commands/query_db.rs' from root:root to runner:runner
2025-08-20T22:07:13.9307371Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/commands/into_sqlite.rs' from root:root to runner:runner
2025-08-20T22:07:13.9308217Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/commands' from root:root to runner:runner
2025-08-20T22:07:13.9308928Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9309749Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_table.rs' from root:root to runner:runner
2025-08-20T22:07:13.9310574Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_column.rs' from root:root to runner:runner
2025-08-20T22:07:13.9311509Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_constraint.rs' from root:root to runner:runner
2025-08-20T22:07:13.9312380Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_index.rs' from root:root to runner:runner
2025-08-20T22:07:13.9313188Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9314007Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_row.rs' from root:root to runner:runner
2025-08-20T22:07:13.9314844Z [00:15:34.807]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_foreignkey.rs' from root:root to runner:runner
2025-08-20T22:07:13.9315622Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions' from root:root to runner:runner
2025-08-20T22:07:13.9316369Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/sqlite.rs' from root:root to runner:runner
2025-08-20T22:07:13.9317175Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9318047Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values' from root:root to runner:runner
2025-08-20T22:07:13.9318738Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database' from root:root to runner:runner
2025-08-20T22:07:13.9319467Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/nuon.rs' from root:root to runner:runner
2025-08-20T22:07:13.9320199Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/toml.rs' from root:root to runner:runner
2025-08-20T22:07:13.9320934Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/tsv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9321681Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/msgpack.rs' from root:root to runner:runner
2025-08-20T22:07:13.9322409Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/xlsx.rs' from root:root to runner:runner
2025-08-20T22:07:13.9323126Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/json.rs' from root:root to runner:runner
2025-08-20T22:07:13.9323954Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/msgpackz.rs' from root:root to runner:runner
2025-08-20T22:07:13.9324736Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/ods.rs' from root:root to runner:runner
2025-08-20T22:07:13.9325466Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/csv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9326212Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.9326937Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/yaml.rs' from root:root to runner:runner
2025-08-20T22:07:13.9327668Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9328628Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/xml.rs' from root:root to runner:runner
2025-08-20T22:07:13.9329363Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/ssv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9330201Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/delimited.rs' from root:root to runner:runner
2025-08-20T22:07:13.9330964Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from' from root:root to runner:runner
2025-08-20T22:07:13.9331711Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/nu_xml_format.rs' from root:root to runner:runner
2025-08-20T22:07:13.9332439Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/nuon.rs' from root:root to runner:runner
2025-08-20T22:07:13.9333161Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/text.rs' from root:root to runner:runner
2025-08-20T22:07:13.9333929Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/toml.rs' from root:root to runner:runner
2025-08-20T22:07:13.9334648Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/tsv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9335383Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/msgpack.rs' from root:root to runner:runner
2025-08-20T22:07:13.9336107Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/md.rs' from root:root to runner:runner
2025-08-20T22:07:13.9336827Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/json.rs' from root:root to runner:runner
2025-08-20T22:07:13.9337640Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/msgpackz.rs' from root:root to runner:runner
2025-08-20T22:07:13.9338604Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/csv.rs' from root:root to runner:runner
2025-08-20T22:07:13.9339344Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.9340074Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/yaml.rs' from root:root to runner:runner
2025-08-20T22:07:13.9340791Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9341517Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/xml.rs' from root:root to runner:runner
2025-08-20T22:07:13.9342254Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/delimited.rs' from root:root to runner:runner
2025-08-20T22:07:13.9343028Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to' from root:root to runner:runner
2025-08-20T22:07:13.9343791Z [00:15:34.808]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9344478Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats' from root:root to runner:runner
2025-08-20T22:07:13.9345214Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/ast.rs' from root:root to runner:runner
2025-08-20T22:07:13.9346054Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/metadata.rs' from root:root to runner:runner
2025-08-20T22:07:13.9346905Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view.rs' from root:root to runner:runner
2025-08-20T22:07:13.9347675Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view_source.rs' from root:root to runner:runner
2025-08-20T22:07:13.9348633Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view_blocks.rs' from root:root to runner:runner
2025-08-20T22:07:13.9349365Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/timeit.rs' from root:root to runner:runner
2025-08-20T22:07:13.9350219Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/inspect_table.rs' from root:root to runner:runner
2025-08-20T22:07:13.9350995Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/util.rs' from root:root to runner:runner
2025-08-20T22:07:13.9351886Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/metadata_set.rs' from root:root to runner:runner
2025-08-20T22:07:13.9352664Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/debug_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9353392Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/env.rs' from root:root to runner:runner
2025-08-20T22:07:13.9354248Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/metadata_access.rs' from root:root to runner:runner
2025-08-20T22:07:13.9354991Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/info.rs' from root:root to runner:runner
2025-08-20T22:07:13.9355777Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/inspect.rs' from root:root to runner:runner
2025-08-20T22:07:13.9356547Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/explain.rs' from root:root to runner:runner
2025-08-20T22:07:13.9357462Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/experimental_options.rs' from root:root to runner:runner
2025-08-20T22:07:13.9358458Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view_ir.rs' from root:root to runner:runner
2025-08-20T22:07:13.9359234Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view_span.rs' from root:root to runner:runner
2025-08-20T22:07:13.9359993Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9360745Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view_files.rs' from root:root to runner:runner
2025-08-20T22:07:13.9361608Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/profile.rs' from root:root to runner:runner
2025-08-20T22:07:13.9362295Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug' from root:root to runner:runner
2025-08-20T22:07:13.9363131Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/zip.rs' from root:root to runner:runner
2025-08-20T22:07:13.9363916Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/values.rs' from root:root to runner:runner
2025-08-20T22:07:13.9364711Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/par_each.rs' from root:root to runner:runner
2025-08-20T22:07:13.9365543Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/get.rs' from root:root to runner:runner
2025-08-20T22:07:13.9366284Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/reject.rs' from root:root to runner:runner
2025-08-20T22:07:13.9367130Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/update.rs' from root:root to runner:runner
2025-08-20T22:07:13.9368153Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/last.rs' from root:root to runner:runner
2025-08-20T22:07:13.9368973Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/any.rs' from root:root to runner:runner
2025-08-20T22:07:13.9369723Z [00:15:34.809]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/uniq_by.rs' from root:root to runner:runner
2025-08-20T22:07:13.9370511Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/is_not_empty.rs' from root:root to runner:runner
2025-08-20T22:07:13.9371987Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/headers.rs' from root:root to runner:runner
2025-08-20T22:07:13.9372958Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/items.rs' from root:root to runner:runner
2025-08-20T22:07:13.9373750Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/utils.rs' from root:root to runner:runner
2025-08-20T22:07:13.9374498Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/compact.rs' from root:root to runner:runner
2025-08-20T22:07:13.9375257Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/first.rs' from root:root to runner:runner
2025-08-20T22:07:13.9376137Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/slice.rs' from root:root to runner:runner
2025-08-20T22:07:13.9376953Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/append.rs' from root:root to runner:runner
2025-08-20T22:07:13.9377729Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/join.rs' from root:root to runner:runner
2025-08-20T22:07:13.9378727Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/lines.rs' from root:root to runner:runner
2025-08-20T22:07:13.9379503Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/sort_by.rs' from root:root to runner:runner
2025-08-20T22:07:13.9380430Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/chunks.rs' from root:root to runner:runner
2025-08-20T22:07:13.9381216Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/tee.rs' from root:root to runner:runner
2025-08-20T22:07:13.9381963Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/flatten.rs' from root:root to runner:runner
2025-08-20T22:07:13.9382769Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/interleave.rs' from root:root to runner:runner
2025-08-20T22:07:13.9383531Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/drop/nth.rs' from root:root to runner:runner
2025-08-20T22:07:13.9384358Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/drop/drop_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9385181Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/drop/column.rs' from root:root to runner:runner
2025-08-20T22:07:13.9386016Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/drop/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9386882Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/drop' from root:root to runner:runner
2025-08-20T22:07:13.9387622Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/sort.rs' from root:root to runner:runner
2025-08-20T22:07:13.9388576Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/upsert.rs' from root:root to runner:runner
2025-08-20T22:07:13.9389345Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/move_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9390186Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/all.rs' from root:root to runner:runner
2025-08-20T22:07:13.9390980Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/reduce.rs' from root:root to runner:runner
2025-08-20T22:07:13.9391714Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/find.rs' from root:root to runner:runner
2025-08-20T22:07:13.9392543Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/is_empty.rs' from root:root to runner:runner
2025-08-20T22:07:13.9393331Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/transpose.rs' from root:root to runner:runner
2025-08-20T22:07:13.9394202Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/group_by.rs' from root:root to runner:runner
2025-08-20T22:07:13.9394984Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/reverse.rs' from root:root to runner:runner
2025-08-20T22:07:13.9395754Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/each.rs' from root:root to runner:runner
2025-08-20T22:07:13.9396585Z [00:15:34.810]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/filter.rs' from root:root to runner:runner
2025-08-20T22:07:13.9397349Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/empty.rs' from root:root to runner:runner
2025-08-20T22:07:13.9398253Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/select.rs' from root:root to runner:runner
2025-08-20T22:07:13.9399000Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/window.rs' from root:root to runner:runner
2025-08-20T22:07:13.9399881Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/merge/common.rs' from root:root to runner:runner
2025-08-20T22:07:13.9400706Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/merge/merge_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9401587Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/merge/deep.rs' from root:root to runner:runner
2025-08-20T22:07:13.9402416Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/merge/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9403146Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/merge' from root:root to runner:runner
2025-08-20T22:07:13.9404031Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/skip/skip_while.rs' from root:root to runner:runner
2025-08-20T22:07:13.9404813Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/skip/skip_until.rs' from root:root to runner:runner
2025-08-20T22:07:13.9405680Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/skip/skip_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9406436Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/skip/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9407209Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/skip' from root:root to runner:runner
2025-08-20T22:07:13.9408338Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/columns.rs' from root:root to runner:runner
2025-08-20T22:07:13.9409090Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/every.rs' from root:root to runner:runner
2025-08-20T22:07:13.9409986Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/where_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9410741Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/shuffle.rs' from root:root to runner:runner
2025-08-20T22:07:13.9411534Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/chunk_by.rs' from root:root to runner:runner
2025-08-20T22:07:13.9412304Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/enumerate.rs' from root:root to runner:runner
2025-08-20T22:07:13.9413059Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/wrap.rs' from root:root to runner:runner
2025-08-20T22:07:13.9413987Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/prepend.rs' from root:root to runner:runner
2025-08-20T22:07:13.9414836Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/take/take_until.rs' from root:root to runner:runner
2025-08-20T22:07:13.9415658Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/take/take_while.rs' from root:root to runner:runner
2025-08-20T22:07:13.9416419Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/take/take_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9417189Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/take/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9418321Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/take' from root:root to runner:runner
2025-08-20T22:07:13.9419146Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9419888Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/uniq.rs' from root:root to runner:runner
2025-08-20T22:07:13.9420669Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/length.rs' from root:root to runner:runner
2025-08-20T22:07:13.9421435Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/insert.rs' from root:root to runner:runner
2025-08-20T22:07:13.9422242Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/default.rs' from root:root to runner:runner
2025-08-20T22:07:13.9423113Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/rename.rs' from root:root to runner:runner
2025-08-20T22:07:13.9423819Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters' from root:root to runner:runner
2025-08-20T22:07:13.9424584Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash/md5.rs' from root:root to runner:runner
2025-08-20T22:07:13.9425352Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash/sha256.rs' from root:root to runner:runner
2025-08-20T22:07:13.9426217Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash/generic_digest.rs' from root:root to runner:runner
2025-08-20T22:07:13.9426997Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash/hash_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9427709Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9428655Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash' from root:root to runner:runner
2025-08-20T22:07:13.9429453Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/misc/source.rs' from root:root to runner:runner
2025-08-20T22:07:13.9430257Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/misc/tutor.rs' from root:root to runner:runner
2025-08-20T22:07:13.9430999Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/misc/panic.rs' from root:root to runner:runner
2025-08-20T22:07:13.9431753Z [00:15:34.811]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/misc/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9432581Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/misc' from root:root to runner:runner
2025-08-20T22:07:13.9433355Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/term/term_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9434216Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/term/term_query.rs' from root:root to runner:runner
2025-08-20T22:07:13.9435016Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/term/term_size.rs' from root:root to runner:runner
2025-08-20T22:07:13.9435817Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/term/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9436619Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/term' from root:root to runner:runner
2025-08-20T22:07:13.9437403Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/sleep.rs' from root:root to runner:runner
2025-08-20T22:07:13.9438343Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/clear.rs' from root:root to runner:runner
2025-08-20T22:07:13.9439219Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/whoami.rs' from root:root to runner:runner
2025-08-20T22:07:13.9440654Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/ulimit.rs' from root:root to runner:runner
2025-08-20T22:07:13.9441453Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/is_terminal.rs' from root:root to runner:runner
2025-08-20T22:07:13.9442236Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/kill.rs' from root:root to runner:runner
2025-08-20T22:07:13.9443066Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/dir_info.rs' from root:root to runner:runner
2025-08-20T22:07:13.9444068Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/legacy_input.rs' from root:root to runner:runner
2025-08-20T22:07:13.9444841Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/list.rs' from root:root to runner:runner
2025-08-20T22:07:13.9445680Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/input_listen.rs' from root:root to runner:runner
2025-08-20T22:07:13.9446533Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/reedline_prompt.rs' from root:root to runner:runner
2025-08-20T22:07:13.9447356Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/input_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9448605Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9449379Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input' from root:root to runner:runner
2025-08-20T22:07:13.9450181Z [00:15:34.812]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9450903Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform' from root:root to runner:runner
2025-08-20T22:07:13.9451830Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/build_query.rs' from root:root to runner:runner
2025-08-20T22:07:13.9452717Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/join.rs' from root:root to runner:runner
2025-08-20T22:07:13.9453481Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/url_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9454292Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/parse.rs' from root:root to runner:runner
2025-08-20T22:07:13.9455089Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/split_query.rs' from root:root to runner:runner
2025-08-20T22:07:13.9455876Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/encode.rs' from root:root to runner:runner
2025-08-20T22:07:13.9456714Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/query.rs' from root:root to runner:runner
2025-08-20T22:07:13.9457608Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/decode.rs' from root:root to runner:runner
2025-08-20T22:07:13.9458739Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9459479Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url' from root:root to runner:runner
2025-08-20T22:07:13.9460301Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/tls/impl_native_tls.rs' from root:root to runner:runner
2025-08-20T22:07:13.9461154Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/tls/impl_rustls.rs' from root:root to runner:runner
2025-08-20T22:07:13.9462042Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/tls/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9463881Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/tls/tls.rustdoc.md' from root:root to runner:runner
2025-08-20T22:07:13.9464647Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/tls' from root:root to runner:runner
2025-08-20T22:07:13.9465476Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/version_check.rs' from root:root to runner:runner
2025-08-20T22:07:13.9466275Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/port.rs' from root:root to runner:runner
2025-08-20T22:07:13.9467125Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9468017Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/get.rs' from root:root to runner:runner
2025-08-20T22:07:13.9468909Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/timeout_extractor_reader.rs' from root:root to runner:runner
2025-08-20T22:07:13.9469681Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/client.rs' from root:root to runner:runner
2025-08-20T22:07:13.9470526Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/http_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9471343Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/post.rs' from root:root to runner:runner
2025-08-20T22:07:13.9472094Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/put.rs' from root:root to runner:runner
2025-08-20T22:07:13.9472990Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/head.rs' from root:root to runner:runner
2025-08-20T22:07:13.9473828Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/options.rs' from root:root to runner:runner
2025-08-20T22:07:13.9474685Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/delete.rs' from root:root to runner:runner
2025-08-20T22:07:13.9475479Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/patch.rs' from root:root to runner:runner
2025-08-20T22:07:13.9476286Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9477110Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http' from root:root to runner:runner
2025-08-20T22:07:13.9477952Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network' from root:root to runner:runner
2025-08-20T22:07:13.9478810Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_commands.rs' from root:root to runner:runner
2025-08-20T22:07:13.9479594Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_modules.rs' from root:root to runner:runner
2025-08-20T22:07:13.9480470Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_pipe_and_redirect.rs' from root:root to runner:runner
2025-08-20T22:07:13.9481302Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_aliases.rs' from root:root to runner:runner
2025-08-20T22:07:13.9482101Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_operators.rs' from root:root to runner:runner
2025-08-20T22:07:13.9482910Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_.rs' from root:root to runner:runner
2025-08-20T22:07:13.9483692Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_externs.rs' from root:root to runner:runner
2025-08-20T22:07:13.9484495Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_escapes.rs' from root:root to runner:runner
2025-08-20T22:07:13.9485214Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9485946Z [00:15:34.813]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help' from root:root to runner:runner
2025-08-20T22:07:13.9486705Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.9487646Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/shells/exit.rs' from root:root to runner:runner
2025-08-20T22:07:13.9488644Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/shells/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9489396Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/shells' from root:root to runner:runner
2025-08-20T22:07:13.9490113Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src' from root:root to runner:runner
2025-08-20T22:07:13.9490875Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.9491665Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command' from root:root to runner:runner
2025-08-20T22:07:13.9492400Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.9493157Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/README.md' from root:root to runner:runner
2025-08-20T22:07:13.9493907Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/context.rs' from root:root to runner:runner
2025-08-20T22:07:13.9494768Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/declaration.rs' from root:root to runner:runner
2025-08-20T22:07:13.9495654Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/test_util.rs' from root:root to runner:runner
2025-08-20T22:07:13.9496438Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/interface/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.9497251Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/interface/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9498221Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/interface' from root:root to runner:runner
2025-08-20T22:07:13.9498995Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/source.rs' from root:root to runner:runner
2025-08-20T22:07:13.9499921Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/plugin_custom_value_with_source/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.9500911Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/plugin_custom_value_with_source/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9501842Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/plugin_custom_value_with_source' from root:root to runner:runner
2025-08-20T22:07:13.9502570Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/gc.rs' from root:root to runner:runner
2025-08-20T22:07:13.9503363Z [00:15:34.814]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/process.rs' from root:root to runner:runner
2025-08-20T22:07:13.9504180Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/persistent.rs' from root:root to runner:runner
2025-08-20T22:07:13.9505024Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/init.rs' from root:root to runner:runner
2025-08-20T22:07:13.9505821Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/util/mutable_cow.rs' from root:root to runner:runner
2025-08-20T22:07:13.9506832Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/util/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9508115Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/util' from root:root to runner:runner
2025-08-20T22:07:13.9508976Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.9509841Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src' from root:root to runner:runner
2025-08-20T22:07:13.9510560Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.9511314Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine' from root:root to runner:runner
2025-08-20T22:07:13.9512015Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/Cargo.toml' from root:root to runner:runner
2025-08-20T22:07:13.9512787Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/README.md' from root:root to runner:runner
2025-08-20T22:07:13.9513531Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/test_util.rs' from root:root to runner:runner
2025-08-20T22:07:13.9514355Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/plugin/interface/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.9515156Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/plugin/interface/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9515962Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/plugin/interface' from root:root to runner:runner
2025-08-20T22:07:13.9516846Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/plugin/command.rs' from root:root to runner:runner
2025-08-20T22:07:13.9517598Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/plugin/mod.rs' from root:root to runner:runner
2025-08-20T22:07:13.9518480Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/plugin' from root:root to runner:runner
2025-08-20T22:07:13.9519179Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.9519960Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src' from root:root to runner:runner
2025-08-20T22:07:13.9520739Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.9521415Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin' from root:root to runner:runner
2025-08-20T22:07:13.9522069Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates' from root:root to runner:runner
2025-08-20T22:07:13.9522707Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:07:13.9523508Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/coverage-local.sh' from root:root to runner:runner
2025-08-20T22:07:13.9524152Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/README.md' from root:root to runner:runner
2025-08-20T22:07:13.9524965Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/build-all.nu' from root:root to runner:runner
2025-08-20T22:07:13.9525662Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/uninstall-all.sh' from root:root to runner:runner
2025-08-20T22:07:13.9526365Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/build.rs' from root:root to runner:runner
2025-08-20T22:07:13.9527117Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/build-all-windows.cmd' from root:root to runner:runner
2025-08-20T22:07:13.9528004Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/build-all-maclin.sh' from root:root to runner:runner
2025-08-20T22:07:13.9528927Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/install-all.ps1' from root:root to runner:runner
2025-08-20T22:07:13.9529725Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/coverage-local.nu' from root:root to runner:runner
2025-08-20T22:07:13.9530511Z [00:15:34.815]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/install-all.sh' from root:root to runner:runner
2025-08-20T22:07:13.9531212Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/test_virtualenv.nu' from root:root to runner:runner
2025-08-20T22:07:13.9531856Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T22:07:13.9532598Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/benches/README.md' from root:root to runner:runner
2025-08-20T22:07:13.9533396Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/benches/benchmarks.rs' from root:root to runner:runner
2025-08-20T22:07:13.9534060Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/benches' from root:root to runner:runner
2025-08-20T22:07:13.9534719Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/docker/Dockerfile' from root:root to runner:runner
2025-08-20T22:07:13.9535404Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/docker/test_docker.nu' from root:root to runner:runner
2025-08-20T22:07:13.9536151Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/docker/debian.Dockerfile' from root:root to runner:runner
2025-08-20T22:07:13.9536825Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/docker' from root:root to runner:runner
2025-08-20T22:07:13.9537535Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/CITATION.cff' from root:root to runner:runner
2025-08-20T22:07:13.9538433Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:07:13.9539159Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T22:07:13.9539909Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T22:07:13.9540650Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:07:13.9541387Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/AUTO_ISSUE_TEMPLATE/README.md' from root:root to runner:runner
2025-08-20T22:07:13.9542207Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/AUTO_ISSUE_TEMPLATE/nightly-build-fail.md' from root:root to runner:runner
2025-08-20T22:07:13.9542900Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/AUTO_ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T22:07:13.9543708Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/labeler.yml' from root:root to runner:runner
2025-08-20T22:07:13.9544525Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/release-msi.nu' from root:root to runner:runner
2025-08-20T22:07:13.9545285Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/milestone.yml' from root:root to runner:runner
2025-08-20T22:07:13.9545985Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/audit.yml' from root:root to runner:runner
2025-08-20T22:07:13.9546778Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/beta-test.yml' from root:root to runner:runner
2025-08-20T22:07:13.9547668Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/pre-release-checkup.yml' from root:root to runner:runner
2025-08-20T22:07:13.9548680Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/release-pkg.nu' from root:root to runner:runner
2025-08-20T22:07:13.9549422Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/labels.yml' from root:root to runner:runner
2025-08-20T22:07:13.9550171Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/winget-submission.yml' from root:root to runner:runner
2025-08-20T22:07:13.9550916Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:07:13.9551690Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/check-msrv.nu' from root:root to runner:runner
2025-08-20T22:07:13.9552524Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/release-msi.yml' from root:root to runner:runner
2025-08-20T22:07:13.9553279Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T22:07:13.9553984Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/typos.yml' from root:root to runner:runner
2025-08-20T22:07:13.9554819Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/friendly-config-reminder.yml' from root:root to runner:runner
2025-08-20T22:07:13.9555539Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/nightly-build.yml' from root:root to runner:runner
2025-08-20T22:07:13.9556292Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:07:13.9557004Z [00:15:34.816]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/pull_request_template.md' from root:root to runner:runner
2025-08-20T22:07:13.9557946Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T22:07:13.9558750Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yml' from root:root to runner:runner
2025-08-20T22:07:13.9559540Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.yml' from root:root to runner:runner
2025-08-20T22:07:13.9591330Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T22:07:13.9592478Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:07:13.9593359Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T22:07:13.9594020Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T22:07:13.9594695Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/clippy/wasm/clippy.toml' from root:root to runner:runner
2025-08-20T22:07:13.9595319Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/clippy/wasm' from root:root to runner:runner
2025-08-20T22:07:13.9595927Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/clippy' from root:root to runner:runner
2025-08-20T22:07:13.9596637Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:07:13.9597391Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:07:13.9598229Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:07:13.9598910Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:07:13.9599611Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:07:13.9600340Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:07:13.9601014Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:07:13.9601678Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:07:13.9602438Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:07:13.9603166Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:07:13.9603832Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:07:13.9604516Z [00:15:34.817]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:07:13.9605218Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:07:13.9605993Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:07:13.9606594Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:07:13.9607253Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:07:13.9608164Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:07:13.9608913Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:07:13.9609688Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:07:13.9610336Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:07:13.9610941Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:07:13.9611550Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:07:13.9612146Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:07:13.9612782Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:07:13.9613394Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:07:13.9614064Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:07:13.9614776Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:07:13.9615452Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:07:13.9616068Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:07:13.9616662Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:07:13.9617259Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:07:13.9618158Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:07:13.9618875Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:07:13.9619484Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:07:13.9620328Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-755f8c335c192c0d878f3a86e251d466b570944e.rev' from root:root to runner:runner
2025-08-20T22:07:13.9621199Z [00:15:34.818]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-755f8c335c192c0d878f3a86e251d466b570944e.promisor' from root:root to runner:runner
2025-08-20T22:07:13.9622069Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-b41cb96a9750ff8b526263e01de42728aed8c3e2.promisor' from root:root to runner:runner
2025-08-20T22:07:13.9622980Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-755f8c335c192c0d878f3a86e251d466b570944e.idx' from root:root to runner:runner
2025-08-20T22:07:13.9623816Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-755f8c335c192c0d878f3a86e251d466b570944e.pack' from root:root to runner:runner
2025-08-20T22:07:13.9624666Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-b41cb96a9750ff8b526263e01de42728aed8c3e2.idx' from root:root to runner:runner
2025-08-20T22:07:13.9625512Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-b41cb96a9750ff8b526263e01de42728aed8c3e2.pack' from root:root to runner:runner
2025-08-20T22:07:13.9626353Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-b41cb96a9750ff8b526263e01de42728aed8c3e2.rev' from root:root to runner:runner
2025-08-20T22:07:13.9626985Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:07:13.9627668Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:07:13.9628478Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:07:13.9629118Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:07:13.9629719Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:07:13.9630320Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:07:13.9630897Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:07:13.9631564Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/typos.toml' from root:root to runner:runner
2025-08-20T22:07:13.9632217Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:07:13.9632873Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:07:13.9633540Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:07:13.9634210Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:07:13.9635067Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-e01d389ca4dcc6d5/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9635992Z [00:15:34.819]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-e01d389ca4dcc6d5/build_script_build-e01d389ca4dcc6d5' retained as runner:runner
2025-08-20T22:07:13.9636930Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-e01d389ca4dcc6d5/build_script_build-e01d389ca4dcc6d5.d' from root:root to runner:runner
2025-08-20T22:07:13.9637697Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-e01d389ca4dcc6d5' from root:root to runner:runner
2025-08-20T22:07:13.9638734Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-029e56d34279f4b4/build_script_main-029e56d34279f4b4' from root:root to runner:runner
2025-08-20T22:07:13.9639511Z [00:15:34.819]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-029e56d34279f4b4/build-script-main' retained as runner:runner
2025-08-20T22:07:13.9640412Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-029e56d34279f4b4/build_script_main-029e56d34279f4b4.d' from root:root to runner:runner
2025-08-20T22:07:13.9641228Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-029e56d34279f4b4' from root:root to runner:runner
2025-08-20T22:07:13.9642045Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-8b7c8ad346c95985/out' from root:root to runner:runner
2025-08-20T22:07:13.9642810Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-8b7c8ad346c95985/output' from root:root to runner:runner
2025-08-20T22:07:13.9644148Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-8b7c8ad346c95985/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9645184Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-8b7c8ad346c95985/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9645982Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-8b7c8ad346c95985/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9646736Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-8b7c8ad346c95985' from root:root to runner:runner
2025-08-20T22:07:13.9647501Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-65c59b932e3eaf74/out' from root:root to runner:runner
2025-08-20T22:07:13.9648529Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-65c59b932e3eaf74/output' from root:root to runner:runner
2025-08-20T22:07:13.9649346Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-65c59b932e3eaf74/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9650261Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-65c59b932e3eaf74/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9651051Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-65c59b932e3eaf74/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9651789Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-65c59b932e3eaf74' from root:root to runner:runner
2025-08-20T22:07:13.9652677Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crossbeam-utils-b01e1f8351d85107/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9653631Z [00:15:34.819]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crossbeam-utils-b01e1f8351d85107/build_script_build-b01e1f8351d85107.d' from root:root to runner:runner
2025-08-20T22:07:13.9654519Z [00:15:34.820]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crossbeam-utils-b01e1f8351d85107/build_script_build-b01e1f8351d85107' retained as runner:runner
2025-08-20T22:07:13.9655422Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crossbeam-utils-b01e1f8351d85107' from root:root to runner:runner
2025-08-20T22:07:13.9656353Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-stream-42ed80e317f7d15e/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9657301Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-stream-42ed80e317f7d15e/build_script_build-42ed80e317f7d15e.d' from root:root to runner:runner
2025-08-20T22:07:13.9658478Z [00:15:34.820]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-stream-42ed80e317f7d15e/build_script_build-42ed80e317f7d15e' retained as runner:runner
2025-08-20T22:07:13.9659353Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-stream-42ed80e317f7d15e' from root:root to runner:runner
2025-08-20T22:07:13.9660297Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-e6187f4646bef30a/build_script_build-e6187f4646bef30a.d' from root:root to runner:runner
2025-08-20T22:07:13.9661159Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-e6187f4646bef30a/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9662035Z [00:15:34.820]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-e6187f4646bef30a/build_script_build-e6187f4646bef30a' retained as runner:runner
2025-08-20T22:07:13.9662802Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-e6187f4646bef30a' from root:root to runner:runner
2025-08-20T22:07:13.9663702Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/blake3-f547be85ee2e2fb6/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9664607Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/blake3-f547be85ee2e2fb6/build_script_build-f547be85ee2e2fb6.d' from root:root to runner:runner
2025-08-20T22:07:13.9665453Z [00:15:34.820]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/blake3-f547be85ee2e2fb6/build_script_build-f547be85ee2e2fb6' retained as runner:runner
2025-08-20T22:07:13.9666196Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/blake3-f547be85ee2e2fb6' from root:root to runner:runner
2025-08-20T22:07:13.9667014Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/out/consts.rs' from root:root to runner:runner
2025-08-20T22:07:13.9667934Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/out/tests.rs' from root:root to runner:runner
2025-08-20T22:07:13.9668797Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/out/op.rs' from root:root to runner:runner
2025-08-20T22:07:13.9669626Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/out' from root:root to runner:runner
2025-08-20T22:07:13.9670411Z [00:15:34.820]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/output' from root:root to runner:runner
2025-08-20T22:07:13.9671216Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9672041Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9672874Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9673631Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e' from root:root to runner:runner
2025-08-20T22:07:13.9674483Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/chrono-tz-8e4b4ce6159d3d79/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9675340Z [00:15:34.821]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/chrono-tz-8e4b4ce6159d3d79/build_script_build-8e4b4ce6159d3d79' retained as runner:runner
2025-08-20T22:07:13.9676262Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/chrono-tz-8e4b4ce6159d3d79/build_script_build-8e4b4ce6159d3d79.d' from root:root to runner:runner
2025-08-20T22:07:13.9677077Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/chrono-tz-8e4b4ce6159d3d79' from root:root to runner:runner
2025-08-20T22:07:13.9677978Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-b5df06ac1ecf1e73/out' from root:root to runner:runner
2025-08-20T22:07:13.9678798Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-b5df06ac1ecf1e73/output' from root:root to runner:runner
2025-08-20T22:07:13.9679646Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-b5df06ac1ecf1e73/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9680506Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-b5df06ac1ecf1e73/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9681320Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-b5df06ac1ecf1e73/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9682156Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-b5df06ac1ecf1e73' from root:root to runner:runner
2025-08-20T22:07:13.9682969Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-0e3fb803ae5d9e67/out' from root:root to runner:runner
2025-08-20T22:07:13.9683738Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-0e3fb803ae5d9e67/output' from root:root to runner:runner
2025-08-20T22:07:13.9684530Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-0e3fb803ae5d9e67/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9685344Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-0e3fb803ae5d9e67/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9686170Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-0e3fb803ae5d9e67/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9686915Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-0e3fb803ae5d9e67' from root:root to runner:runner
2025-08-20T22:07:13.9687911Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/httparse-f4e07f0147990cbe/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9688932Z [00:15:34.821]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/httparse-f4e07f0147990cbe/build_script_build-f4e07f0147990cbe' retained as runner:runner
2025-08-20T22:07:13.9689846Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/httparse-f4e07f0147990cbe/build_script_build-f4e07f0147990cbe.d' from root:root to runner:runner
2025-08-20T22:07:13.9690700Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/httparse-f4e07f0147990cbe' from root:root to runner:runner
2025-08-20T22:07:13.9691598Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/aws-types-3a12056e34446372/build_script_build-3a12056e34446372' from root:root to runner:runner
2025-08-20T22:07:13.9692395Z [00:15:34.821]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/aws-types-3a12056e34446372/build-script-build' retained as runner:runner
2025-08-20T22:07:13.9693308Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/aws-types-3a12056e34446372/build_script_build-3a12056e34446372.d' from root:root to runner:runner
2025-08-20T22:07:13.9694063Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/aws-types-3a12056e34446372' from root:root to runner:runner
2025-08-20T22:07:13.9694928Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libgit2-sys-07f458a6140f5846/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9695909Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libgit2-sys-07f458a6140f5846/build_script_build-07f458a6140f5846.d' from root:root to runner:runner
2025-08-20T22:07:13.9696838Z [00:15:34.821]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libgit2-sys-07f458a6140f5846/build_script_build-07f458a6140f5846' retained as runner:runner
2025-08-20T22:07:13.9697602Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libgit2-sys-07f458a6140f5846' from root:root to runner:runner
2025-08-20T22:07:13.9698597Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-7e5bd86d1b5c6cc0/out' from root:root to runner:runner
2025-08-20T22:07:13.9699407Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-7e5bd86d1b5c6cc0/output' from root:root to runner:runner
2025-08-20T22:07:13.9700307Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-7e5bd86d1b5c6cc0/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9701160Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-7e5bd86d1b5c6cc0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9701953Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-7e5bd86d1b5c6cc0/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9702721Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-7e5bd86d1b5c6cc0' from root:root to runner:runner
2025-08-20T22:07:13.9703575Z [00:15:34.821]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/getrandom-1d8c15afac8b73b5/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9704558Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/getrandom-1d8c15afac8b73b5/build_script_build-1d8c15afac8b73b5.d' from root:root to runner:runner
2025-08-20T22:07:13.9705418Z [00:15:34.822]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/getrandom-1d8c15afac8b73b5/build_script_build-1d8c15afac8b73b5' retained as runner:runner
2025-08-20T22:07:13.9706181Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/getrandom-1d8c15afac8b73b5' from root:root to runner:runner
2025-08-20T22:07:13.9707012Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slab-87d74080512f9e07/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9708015Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slab-87d74080512f9e07/build_script_build-87d74080512f9e07.d' from root:root to runner:runner
2025-08-20T22:07:13.9708847Z [00:15:34.822]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slab-87d74080512f9e07/build_script_build-87d74080512f9e07' retained as runner:runner
2025-08-20T22:07:13.9709652Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slab-87d74080512f9e07' from root:root to runner:runner
2025-08-20T22:07:13.9710517Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-bdfc6256a313986a/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9711441Z [00:15:34.822]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-bdfc6256a313986a/build_script_build-bdfc6256a313986a' retained as runner:runner
2025-08-20T22:07:13.9712916Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-bdfc6256a313986a/build_script_build-bdfc6256a313986a.d' from root:root to runner:runner
2025-08-20T22:07:13.9713758Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-bdfc6256a313986a' from root:root to runner:runner
2025-08-20T22:07:13.9714607Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/procfs-65234152b9940f3a/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9715455Z [00:15:34.822]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/procfs-65234152b9940f3a/build_script_build-65234152b9940f3a' retained as runner:runner
2025-08-20T22:07:13.9716365Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/procfs-65234152b9940f3a/build_script_build-65234152b9940f3a.d' from root:root to runner:runner
2025-08-20T22:07:13.9717110Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/procfs-65234152b9940f3a' from root:root to runner:runner
2025-08-20T22:07:13.9718179Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/parking_lot_core-baf7489da72495da/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9719067Z [00:15:34.822]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/parking_lot_core-baf7489da72495da/build_script_build-baf7489da72495da' retained as runner:runner
2025-08-20T22:07:13.9720018Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/parking_lot_core-baf7489da72495da/build_script_build-baf7489da72495da.d' from root:root to runner:runner
2025-08-20T22:07:13.9720806Z [00:15:34.822]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/parking_lot_core-baf7489da72495da' from root:root to runner:runner
2025-08-20T22:07:13.9721644Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/oem_cp-64f745be6bef3a81/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9722506Z [00:15:34.823]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/oem_cp-64f745be6bef3a81/build_script_build-64f745be6bef3a81' retained as runner:runner
2025-08-20T22:07:13.9723470Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/oem_cp-64f745be6bef3a81/build_script_build-64f745be6bef3a81.d' from root:root to runner:runner
2025-08-20T22:07:13.9724275Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/oem_cp-64f745be6bef3a81' from root:root to runner:runner
2025-08-20T22:07:13.9725041Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-7840640a1622adb3/out' from root:root to runner:runner
2025-08-20T22:07:13.9725814Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-7840640a1622adb3/output' from root:root to runner:runner
2025-08-20T22:07:13.9726607Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-7840640a1622adb3/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9727485Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-7840640a1622adb3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9728489Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-7840640a1622adb3/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9729242Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-7840640a1622adb3' from root:root to runner:runner
2025-08-20T22:07:13.9730050Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/out/lib.rs' from root:root to runner:runner
2025-08-20T22:07:13.9730823Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/out' from root:root to runner:runner
2025-08-20T22:07:13.9731691Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/output' from root:root to runner:runner
2025-08-20T22:07:13.9732506Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9733348Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9734131Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9734886Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b' from root:root to runner:runner
2025-08-20T22:07:13.9735805Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-sys-262bffcf824bf0d0/build_script_main-262bffcf824bf0d0' from root:root to runner:runner
2025-08-20T22:07:13.9736665Z [00:15:34.823]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-sys-262bffcf824bf0d0/build-script-main' retained as runner:runner
2025-08-20T22:07:13.9737641Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-sys-262bffcf824bf0d0/build_script_main-262bffcf824bf0d0.d' from root:root to runner:runner
2025-08-20T22:07:13.9738745Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-sys-262bffcf824bf0d0' from root:root to runner:runner
2025-08-20T22:07:13.9739599Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/stacker-ede252d8c028ae4e/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9740448Z [00:15:34.823]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/stacker-ede252d8c028ae4e/build_script_build-ede252d8c028ae4e' retained as runner:runner
2025-08-20T22:07:13.9741432Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/stacker-ede252d8c028ae4e/build_script_build-ede252d8c028ae4e.d' from root:root to runner:runner
2025-08-20T22:07:13.9742240Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/stacker-ede252d8c028ae4e' from root:root to runner:runner
2025-08-20T22:07:13.9743094Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/out/version.expr' from root:root to runner:runner
2025-08-20T22:07:13.9743889Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/out' from root:root to runner:runner
2025-08-20T22:07:13.9744696Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/output' from root:root to runner:runner
2025-08-20T22:07:13.9745529Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9746383Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9747235Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9748178Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3' from root:root to runner:runner
2025-08-20T22:07:13.9749081Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-840cd0b44471ea53/build_script_build-840cd0b44471ea53.d' from root:root to runner:runner
2025-08-20T22:07:13.9749969Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-840cd0b44471ea53/build_script_build-840cd0b44471ea53' from root:root to runner:runner
2025-08-20T22:07:13.9750744Z [00:15:34.823]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-840cd0b44471ea53/build-script-build' retained as runner:runner
2025-08-20T22:07:13.9751492Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-840cd0b44471ea53' from root:root to runner:runner
2025-08-20T22:07:13.9752403Z [00:15:34.823]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-812fe74a2e704cd6/build_script_build-812fe74a2e704cd6' from root:root to runner:runner
2025-08-20T22:07:13.9753187Z [00:15:34.824]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-812fe74a2e704cd6/build-script-build' retained as runner:runner
2025-08-20T22:07:13.9754167Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-812fe74a2e704cd6/build_script_build-812fe74a2e704cd6.d' from root:root to runner:runner
2025-08-20T22:07:13.9755011Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-812fe74a2e704cd6' from root:root to runner:runner
2025-08-20T22:07:13.9755848Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-f3436628bdc81ce2/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9756683Z [00:15:34.824]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-f3436628bdc81ce2/build_script_build-f3436628bdc81ce2' retained as runner:runner
2025-08-20T22:07:13.9757600Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-f3436628bdc81ce2/build_script_build-f3436628bdc81ce2.d' from root:root to runner:runner
2025-08-20T22:07:13.9758449Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-f3436628bdc81ce2' from root:root to runner:runner
2025-08-20T22:07:13.9759297Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/native-tls-4ec52d05346929bf/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9760211Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/native-tls-4ec52d05346929bf/build_script_build-4ec52d05346929bf.d' from root:root to runner:runner
2025-08-20T22:07:13.9761126Z [00:15:34.824]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/native-tls-4ec52d05346929bf/build_script_build-4ec52d05346929bf' retained as runner:runner
2025-08-20T22:07:13.9761941Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/native-tls-4ec52d05346929bf' from root:root to runner:runner
2025-08-20T22:07:13.9762797Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/v_htmlescape-93d382d9fc6dbc10/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9763719Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/v_htmlescape-93d382d9fc6dbc10/build_script_build-93d382d9fc6dbc10.d' from root:root to runner:runner
2025-08-20T22:07:13.9764583Z [00:15:34.824]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/v_htmlescape-93d382d9fc6dbc10/build_script_build-93d382d9fc6dbc10' retained as runner:runner
2025-08-20T22:07:13.9765345Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/v_htmlescape-93d382d9fc6dbc10' from root:root to runner:runner
2025-08-20T22:07:13.9766196Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rayon-core-53d8bf75de0d8ca3/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9767054Z [00:15:34.824]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rayon-core-53d8bf75de0d8ca3/build_script_build-53d8bf75de0d8ca3' retained as runner:runner
2025-08-20T22:07:13.9768317Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rayon-core-53d8bf75de0d8ca3/build_script_build-53d8bf75de0d8ca3.d' from root:root to runner:runner
2025-08-20T22:07:13.9769161Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rayon-core-53d8bf75de0d8ca3' from root:root to runner:runner
2025-08-20T22:07:13.9770016Z [00:15:34.824]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-cmd-lang-72d19c53444c6893/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9770934Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-cmd-lang-72d19c53444c6893/build_script_build-72d19c53444c6893.d' from root:root to runner:runner
2025-08-20T22:07:13.9771793Z [00:15:34.825]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-cmd-lang-72d19c53444c6893/build_script_build-72d19c53444c6893' retained as runner:runner
2025-08-20T22:07:13.9772556Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-cmd-lang-72d19c53444c6893' from root:root to runner:runner
2025-08-20T22:07:13.9773477Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-utils-5e0d156a9a1a03c7/build_script_build-5e0d156a9a1a03c7' from root:root to runner:runner
2025-08-20T22:07:13.9774345Z [00:15:34.825]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-utils-5e0d156a9a1a03c7/build-script-build' retained as runner:runner
2025-08-20T22:07:13.9775322Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-utils-5e0d156a9a1a03c7/build_script_build-5e0d156a9a1a03c7.d' from root:root to runner:runner
2025-08-20T22:07:13.9776100Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-utils-5e0d156a9a1a03c7' from root:root to runner:runner
2025-08-20T22:07:13.9776946Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-87c48e351f25a08d/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9778118Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-87c48e351f25a08d/build_script_build-87c48e351f25a08d.d' from root:root to runner:runner
2025-08-20T22:07:13.9779000Z [00:15:34.825]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-87c48e351f25a08d/build_script_build-87c48e351f25a08d' retained as runner:runner
2025-08-20T22:07:13.9779754Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-87c48e351f25a08d' from root:root to runner:runner
2025-08-20T22:07:13.9781133Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-d9719c78f7dd65ee/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9782240Z [00:15:34.825]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-d9719c78f7dd65ee/build_script_build-d9719c78f7dd65ee' retained as runner:runner
2025-08-20T22:07:13.9783284Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-d9719c78f7dd65ee/build_script_build-d9719c78f7dd65ee.d' from root:root to runner:runner
2025-08-20T22:07:13.9784038Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-d9719c78f7dd65ee' from root:root to runner:runner
2025-08-20T22:07:13.9784864Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/snap-fc21099a9d085fc9/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9785770Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/snap-fc21099a9d085fc9/build_script_build-fc21099a9d085fc9.d' from root:root to runner:runner
2025-08-20T22:07:13.9786598Z [00:15:34.825]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/snap-fc21099a9d085fc9/build_script_build-fc21099a9d085fc9' retained as runner:runner
2025-08-20T22:07:13.9787339Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/snap-fc21099a9d085fc9' from root:root to runner:runner
2025-08-20T22:07:13.9788462Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-arrow-06dc1f98f311e5a3/build_script_build-06dc1f98f311e5a3.d' from root:root to runner:runner
2025-08-20T22:07:13.9789389Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-arrow-06dc1f98f311e5a3/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9790261Z [00:15:34.825]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-arrow-06dc1f98f311e5a3/build_script_build-06dc1f98f311e5a3' retained as runner:runner
2025-08-20T22:07:13.9791030Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-arrow-06dc1f98f311e5a3' from root:root to runner:runner
2025-08-20T22:07:13.9791889Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rust_decimal-ee3e1f9bda78c106/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9792805Z [00:15:34.825]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rust_decimal-ee3e1f9bda78c106/build_script_build-ee3e1f9bda78c106' retained as runner:runner
2025-08-20T22:07:13.9793732Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rust_decimal-ee3e1f9bda78c106/build_script_build-ee3e1f9bda78c106.d' from root:root to runner:runner
2025-08-20T22:07:13.9794498Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rust_decimal-ee3e1f9bda78c106' from root:root to runner:runner
2025-08-20T22:07:13.9795337Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-f0033b4533bafdcb/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9796184Z [00:15:34.825]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-f0033b4533bafdcb/build_script_build-f0033b4533bafdcb' retained as runner:runner
2025-08-20T22:07:13.9797154Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-f0033b4533bafdcb/build_script_build-f0033b4533bafdcb.d' from root:root to runner:runner
2025-08-20T22:07:13.9798010Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-f0033b4533bafdcb' from root:root to runner:runner
2025-08-20T22:07:13.9798860Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-72863ad374e06107/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9799787Z [00:15:34.825]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-72863ad374e06107/build_script_build-72863ad374e06107.d' from root:root to runner:runner
2025-08-20T22:07:13.9800640Z [00:15:34.826]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-72863ad374e06107/build_script_build-72863ad374e06107' retained as runner:runner
2025-08-20T22:07:13.9801403Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-72863ad374e06107' from root:root to runner:runner
2025-08-20T22:07:13.9802380Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-cb6cb7820aed7842/build_script_build-cb6cb7820aed7842.d' from root:root to runner:runner
2025-08-20T22:07:13.9803265Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-cb6cb7820aed7842/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9804113Z [00:15:34.826]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-cb6cb7820aed7842/build_script_build-cb6cb7820aed7842' retained as runner:runner
2025-08-20T22:07:13.9804859Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-cb6cb7820aed7842' from root:root to runner:runner
2025-08-20T22:07:13.9805780Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-core-7feeb5a8c0de564d/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9806654Z [00:15:34.826]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-core-7feeb5a8c0de564d/build_script_build-7feeb5a8c0de564d' retained as runner:runner
2025-08-20T22:07:13.9807581Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-core-7feeb5a8c0de564d/build_script_build-7feeb5a8c0de564d.d' from root:root to runner:runner
2025-08-20T22:07:13.9808590Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-core-7feeb5a8c0de564d' from root:root to runner:runner
2025-08-20T22:07:13.9809472Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-07998f1842027969/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9810491Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-07998f1842027969/build_script_build-07998f1842027969.d' from root:root to runner:runner
2025-08-20T22:07:13.9811354Z [00:15:34.826]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-07998f1842027969/build_script_build-07998f1842027969' retained as runner:runner
2025-08-20T22:07:13.9812138Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-07998f1842027969' from root:root to runner:runner
2025-08-20T22:07:13.9812986Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-sys-bc251e8085e67fc8/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9813828Z [00:15:34.826]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-sys-bc251e8085e67fc8/build_script_build-bc251e8085e67fc8' retained as runner:runner
2025-08-20T22:07:13.9814728Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-sys-bc251e8085e67fc8/build_script_build-bc251e8085e67fc8.d' from root:root to runner:runner
2025-08-20T22:07:13.9815530Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-sys-bc251e8085e67fc8' from root:root to runner:runner
2025-08-20T22:07:13.9816466Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-client-cb9e2cddfca383e9/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9817405Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-client-cb9e2cddfca383e9/build_script_build-cb9e2cddfca383e9.d' from root:root to runner:runner
2025-08-20T22:07:13.9818504Z [00:15:34.826]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-client-cb9e2cddfca383e9/build_script_build-cb9e2cddfca383e9' retained as runner:runner
2025-08-20T22:07:13.9819309Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-client-cb9e2cddfca383e9' from root:root to runner:runner
2025-08-20T22:07:13.9820241Z [00:15:34.826]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-c648b170f6ea5c22/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9821109Z [00:15:34.827]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-c648b170f6ea5c22/build_script_build-c648b170f6ea5c22' retained as runner:runner
2025-08-20T22:07:13.9822030Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-c648b170f6ea5c22/build_script_build-c648b170f6ea5c22.d' from root:root to runner:runner
2025-08-20T22:07:13.9822807Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-c648b170f6ea5c22' from root:root to runner:runner
2025-08-20T22:07:13.9823708Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ref-cast-58edf433c32082af/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9824616Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ref-cast-58edf433c32082af/build_script_build-58edf433c32082af.d' from root:root to runner:runner
2025-08-20T22:07:13.9825463Z [00:15:34.827]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ref-cast-58edf433c32082af/build_script_build-58edf433c32082af' retained as runner:runner
2025-08-20T22:07:13.9826220Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ref-cast-58edf433c32082af' from root:root to runner:runner
2025-08-20T22:07:13.9827083Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-a81014a3585f0a40/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9828117Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-a81014a3585f0a40/build_script_build-a81014a3585f0a40.d' from root:root to runner:runner
2025-08-20T22:07:13.9829042Z [00:15:34.827]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-a81014a3585f0a40/build_script_build-a81014a3585f0a40' retained as runner:runner
2025-08-20T22:07:13.9829824Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-a81014a3585f0a40' from root:root to runner:runner
2025-08-20T22:07:13.9830794Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/mime_guess-d47cca69afa52fe2/build_script_build-d47cca69afa52fe2' from root:root to runner:runner
2025-08-20T22:07:13.9831584Z [00:15:34.827]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/mime_guess-d47cca69afa52fe2/build-script-build' retained as runner:runner
2025-08-20T22:07:13.9832496Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/mime_guess-d47cca69afa52fe2/build_script_build-d47cca69afa52fe2.d' from root:root to runner:runner
2025-08-20T22:07:13.9833324Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/mime_guess-d47cca69afa52fe2' from root:root to runner:runner
2025-08-20T22:07:13.9834147Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ring-389bd000477ec9b1/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9835037Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ring-389bd000477ec9b1/build_script_build-389bd000477ec9b1.d' from root:root to runner:runner
2025-08-20T22:07:13.9835866Z [00:15:34.827]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ring-389bd000477ec9b1/build_script_build-389bd000477ec9b1' retained as runner:runner
2025-08-20T22:07:13.9836603Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ring-389bd000477ec9b1' from root:root to runner:runner
2025-08-20T22:07:13.9837503Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-2e8e63eb54fd263e/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9838449Z [00:15:34.827]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-2e8e63eb54fd263e/build_script_build-2e8e63eb54fd263e' retained as runner:runner
2025-08-20T22:07:13.9839385Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-2e8e63eb54fd263e/build_script_build-2e8e63eb54fd263e.d' from root:root to runner:runner
2025-08-20T22:07:13.9840143Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-2e8e63eb54fd263e' from root:root to runner:runner
2025-08-20T22:07:13.9840999Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-9af7d55ab41a6c54/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9841861Z [00:15:34.827]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-9af7d55ab41a6c54/build_script_build-9af7d55ab41a6c54' retained as runner:runner
2025-08-20T22:07:13.9842843Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-9af7d55ab41a6c54/build_script_build-9af7d55ab41a6c54.d' from root:root to runner:runner
2025-08-20T22:07:13.9843677Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-9af7d55ab41a6c54' from root:root to runner:runner
2025-08-20T22:07:13.9844523Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-ops-31fc1fb6eb6f8a25/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9845446Z [00:15:34.827]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-ops-31fc1fb6eb6f8a25/build_script_build-31fc1fb6eb6f8a25.d' from root:root to runner:runner
2025-08-20T22:07:13.9846360Z [00:15:34.827]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-ops-31fc1fb6eb6f8a25/build_script_build-31fc1fb6eb6f8a25' retained as runner:runner
2025-08-20T22:07:13.9847145Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-ops-31fc1fb6eb6f8a25' from root:root to runner:runner
2025-08-20T22:07:13.9848427Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-9eae7abeac8fcaec/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9849815Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-9eae7abeac8fcaec/build_script_build-9eae7abeac8fcaec.d' from root:root to runner:runner
2025-08-20T22:07:13.9851435Z [00:15:34.828]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-9eae7abeac8fcaec/build_script_build-9eae7abeac8fcaec' retained as runner:runner
2025-08-20T22:07:13.9852978Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-9eae7abeac8fcaec' from root:root to runner:runner
2025-08-20T22:07:13.9854615Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-66b623816621ed8c/build_script_build-66b623816621ed8c' from root:root to runner:runner
2025-08-20T22:07:13.9856019Z [00:15:34.828]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-66b623816621ed8c/build-script-build' retained as runner:runner
2025-08-20T22:07:13.9857650Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-66b623816621ed8c/build_script_build-66b623816621ed8c.d' from root:root to runner:runner
2025-08-20T22:07:13.9858960Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-66b623816621ed8c' from root:root to runner:runner
2025-08-20T22:07:13.9859809Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-125d7a6f750e0337/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9860650Z [00:15:34.828]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-125d7a6f750e0337/build_script_build-125d7a6f750e0337' retained as runner:runner
2025-08-20T22:07:13.9861666Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-125d7a6f750e0337/build_script_build-125d7a6f750e0337.d' from root:root to runner:runner
2025-08-20T22:07:13.9862483Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-125d7a6f750e0337' from root:root to runner:runner
2025-08-20T22:07:13.9863250Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-a15706ac7b2dc0b9/out' from root:root to runner:runner
2025-08-20T22:07:13.9864028Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-a15706ac7b2dc0b9/output' from root:root to runner:runner
2025-08-20T22:07:13.9864921Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-a15706ac7b2dc0b9/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9865751Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-a15706ac7b2dc0b9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9866526Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-a15706ac7b2dc0b9/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9867267Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-a15706ac7b2dc0b9' from root:root to runner:runner
2025-08-20T22:07:13.9868346Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-d5b2cff9ce5b2329/out' from root:root to runner:runner
2025-08-20T22:07:13.9869251Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-d5b2cff9ce5b2329/output' from root:root to runner:runner
2025-08-20T22:07:13.9870072Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-d5b2cff9ce5b2329/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9870906Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-d5b2cff9ce5b2329/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9871692Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-d5b2cff9ce5b2329/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9872450Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-d5b2cff9ce5b2329' from root:root to runner:runner
2025-08-20T22:07:13.9873279Z [00:15:34.828]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-35a562d47aad9e49/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9874118Z [00:15:34.828]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-35a562d47aad9e49/build_script_build-35a562d47aad9e49' retained as runner:runner
2025-08-20T22:07:13.9875084Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-35a562d47aad9e49/build_script_build-35a562d47aad9e49.d' from root:root to runner:runner
2025-08-20T22:07:13.9875882Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-35a562d47aad9e49' from root:root to runner:runner
2025-08-20T22:07:13.9876669Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-618cba5715e59e9d/out' from root:root to runner:runner
2025-08-20T22:07:13.9877473Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-618cba5715e59e9d/output' from root:root to runner:runner
2025-08-20T22:07:13.9878548Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-618cba5715e59e9d/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9879409Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-618cba5715e59e9d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9880204Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-618cba5715e59e9d/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9880963Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-618cba5715e59e9d' from root:root to runner:runner
2025-08-20T22:07:13.9881816Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/owo-colors-c3d65a2397b2a154/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9882738Z [00:15:34.829]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/owo-colors-c3d65a2397b2a154/build_script_build-c3d65a2397b2a154' retained as runner:runner
2025-08-20T22:07:13.9883647Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/owo-colors-c3d65a2397b2a154/build_script_build-c3d65a2397b2a154.d' from root:root to runner:runner
2025-08-20T22:07:13.9884410Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/owo-colors-c3d65a2397b2a154' from root:root to runner:runner
2025-08-20T22:07:13.9885246Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slotmap-767365a0414cdc3c/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9886161Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slotmap-767365a0414cdc3c/build_script_build-767365a0414cdc3c.d' from root:root to runner:runner
2025-08-20T22:07:13.9887007Z [00:15:34.829]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slotmap-767365a0414cdc3c/build_script_build-767365a0414cdc3c' retained as runner:runner
2025-08-20T22:07:13.9888011Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slotmap-767365a0414cdc3c' from root:root to runner:runner
2025-08-20T22:07:13.9888980Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/psm-e8e607c8bb85a928/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9889871Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/psm-e8e607c8bb85a928/build_script_build-e8e607c8bb85a928.d' from root:root to runner:runner
2025-08-20T22:07:13.9890722Z [00:15:34.829]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/psm-e8e607c8bb85a928/build_script_build-e8e607c8bb85a928' retained as runner:runner
2025-08-20T22:07:13.9891468Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/psm-e8e607c8bb85a928' from root:root to runner:runner
2025-08-20T22:07:13.9892393Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/signal-hook-6abc108caf5f9c84/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9893325Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/signal-hook-6abc108caf5f9c84/build_script_build-6abc108caf5f9c84.d' from root:root to runner:runner
2025-08-20T22:07:13.9894194Z [00:15:34.829]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/signal-hook-6abc108caf5f9c84/build_script_build-6abc108caf5f9c84' retained as runner:runner
2025-08-20T22:07:13.9894966Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/signal-hook-6abc108caf5f9c84' from root:root to runner:runner
2025-08-20T22:07:13.9895785Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-2c9c4bffe6bd60ec/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9896739Z [00:15:34.829]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-2c9c4bffe6bd60ec/build_script_build-2c9c4bffe6bd60ec.d' from root:root to runner:runner
2025-08-20T22:07:13.9897563Z [00:15:34.830]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-2c9c4bffe6bd60ec/build_script_build-2c9c4bffe6bd60ec' retained as runner:runner
2025-08-20T22:07:13.9898671Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-2c9c4bffe6bd60ec' from root:root to runner:runner
2025-08-20T22:07:13.9899520Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lz4-sys-1bd6143cfd3b3cd3/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9900362Z [00:15:34.830]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lz4-sys-1bd6143cfd3b3cd3/build_script_build-1bd6143cfd3b3cd3' retained as runner:runner
2025-08-20T22:07:13.9901263Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lz4-sys-1bd6143cfd3b3cd3/build_script_build-1bd6143cfd3b3cd3.d' from root:root to runner:runner
2025-08-20T22:07:13.9902085Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lz4-sys-1bd6143cfd3b3cd3' from root:root to runner:runner
2025-08-20T22:07:13.9903009Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-lazy-63e1bd002397941b/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9903925Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-lazy-63e1bd002397941b/build_script_build-63e1bd002397941b.d' from root:root to runner:runner
2025-08-20T22:07:13.9904784Z [00:15:34.830]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-lazy-63e1bd002397941b/build_script_build-63e1bd002397941b' retained as runner:runner
2025-08-20T22:07:13.9905609Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-lazy-63e1bd002397941b' from root:root to runner:runner
2025-08-20T22:07:13.9906446Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-e6154b075be348c4/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9907340Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-e6154b075be348c4/build_script_build-e6154b075be348c4.d' from root:root to runner:runner
2025-08-20T22:07:13.9908462Z [00:15:34.830]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-e6154b075be348c4/build_script_build-e6154b075be348c4' retained as runner:runner
2025-08-20T22:07:13.9909219Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-e6154b075be348c4' from root:root to runner:runner
2025-08-20T22:07:13.9910143Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lock_api-b1319322a7803845/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9911040Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lock_api-b1319322a7803845/build_script_build-b1319322a7803845.d' from root:root to runner:runner
2025-08-20T22:07:13.9911871Z [00:15:34.830]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lock_api-b1319322a7803845/build_script_build-b1319322a7803845' retained as runner:runner
2025-08-20T22:07:13.9912623Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lock_api-b1319322a7803845' from root:root to runner:runner
2025-08-20T22:07:13.9913456Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-724eaad38d3d0858/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9914342Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-724eaad38d3d0858/build_script_build-724eaad38d3d0858.d' from root:root to runner:runner
2025-08-20T22:07:13.9915229Z [00:15:34.830]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-724eaad38d3d0858/build_script_build-724eaad38d3d0858' retained as runner:runner
2025-08-20T22:07:13.9916013Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-724eaad38d3d0858' from root:root to runner:runner
2025-08-20T22:07:13.9916851Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ahash-96eda7bd7982974c/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9917679Z [00:15:34.830]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ahash-96eda7bd7982974c/build_script_build-96eda7bd7982974c' retained as runner:runner
2025-08-20T22:07:13.9918771Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ahash-96eda7bd7982974c/build_script_build-96eda7bd7982974c.d' from root:root to runner:runner
2025-08-20T22:07:13.9919585Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ahash-96eda7bd7982974c' from root:root to runner:runner
2025-08-20T22:07:13.9921181Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libssh2-sys-70f94f1e98cd3ae0/build_script_build-70f94f1e98cd3ae0.d' from root:root to runner:runner
2025-08-20T22:07:13.9922072Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libssh2-sys-70f94f1e98cd3ae0/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9922941Z [00:15:34.830]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libssh2-sys-70f94f1e98cd3ae0/build_script_build-70f94f1e98cd3ae0' retained as runner:runner
2025-08-20T22:07:13.9923721Z [00:15:34.830]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libssh2-sys-70f94f1e98cd3ae0' from root:root to runner:runner
2025-08-20T22:07:13.9924634Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libm-c369b295016e5dc6/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9925523Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libm-c369b295016e5dc6/build_script_build-c369b295016e5dc6.d' from root:root to runner:runner
2025-08-20T22:07:13.9926352Z [00:15:34.831]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libm-c369b295016e5dc6/build_script_build-c369b295016e5dc6' retained as runner:runner
2025-08-20T22:07:13.9927088Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libm-c369b295016e5dc6' from root:root to runner:runner
2025-08-20T22:07:13.9928235Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/portable-atomic-48618f0d2338ceca/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9929126Z [00:15:34.831]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/portable-atomic-48618f0d2338ceca/build_script_build-48618f0d2338ceca' retained as runner:runner
2025-08-20T22:07:13.9930149Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/portable-atomic-48618f0d2338ceca/build_script_build-48618f0d2338ceca.d' from root:root to runner:runner
2025-08-20T22:07:13.9930999Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/portable-atomic-48618f0d2338ceca' from root:root to runner:runner
2025-08-20T22:07:13.9931832Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-cd899efe4c4273a4/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9932729Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-cd899efe4c4273a4/build_script_build-cd899efe4c4273a4.d' from root:root to runner:runner
2025-08-20T22:07:13.9933619Z [00:15:34.831]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-cd899efe4c4273a4/build_script_build-cd899efe4c4273a4' retained as runner:runner
2025-08-20T22:07:13.9934378Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-cd899efe4c4273a4' from root:root to runner:runner
2025-08-20T22:07:13.9935278Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zerocopy-2c5a055760d334af/build_script_build-2c5a055760d334af' from root:root to runner:runner
2025-08-20T22:07:13.9936071Z [00:15:34.831]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zerocopy-2c5a055760d334af/build-script-build' retained as runner:runner
2025-08-20T22:07:13.9936984Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zerocopy-2c5a055760d334af/build_script_build-2c5a055760d334af.d' from root:root to runner:runner
2025-08-20T22:07:13.9938007Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zerocopy-2c5a055760d334af' from root:root to runner:runner
2025-08-20T22:07:13.9938921Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-53705d2bc7aa806a/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9939859Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-53705d2bc7aa806a/build_script_build-53705d2bc7aa806a.d' from root:root to runner:runner
2025-08-20T22:07:13.9940732Z [00:15:34.831]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-53705d2bc7aa806a/build_script_build-53705d2bc7aa806a' retained as runner:runner
2025-08-20T22:07:13.9941505Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-53705d2bc7aa806a' from root:root to runner:runner
2025-08-20T22:07:13.9942363Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-16e48a3644e9bb47/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9943370Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-16e48a3644e9bb47/build_script_build-16e48a3644e9bb47.d' from root:root to runner:runner
2025-08-20T22:07:13.9944292Z [00:15:34.831]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-16e48a3644e9bb47/build_script_build-16e48a3644e9bb47' retained as runner:runner
2025-08-20T22:07:13.9945070Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-16e48a3644e9bb47' from root:root to runner:runner
2025-08-20T22:07:13.9945915Z [00:15:34.831]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-safe-2c3f57cfec6e39e8/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9946769Z [00:15:34.831]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-safe-2c3f57cfec6e39e8/build_script_build-2c3f57cfec6e39e8' retained as runner:runner
2025-08-20T22:07:13.9947899Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-safe-2c3f57cfec6e39e8/build_script_build-2c3f57cfec6e39e8.d' from root:root to runner:runner
2025-08-20T22:07:13.9948760Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-safe-2c3f57cfec6e39e8' from root:root to runner:runner
2025-08-20T22:07:13.9949557Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-4ea56a63ed6ec1af/out' from root:root to runner:runner
2025-08-20T22:07:13.9950354Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-4ea56a63ed6ec1af/output' from root:root to runner:runner
2025-08-20T22:07:13.9951182Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-4ea56a63ed6ec1af/root-output' from root:root to runner:runner
2025-08-20T22:07:13.9952116Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-4ea56a63ed6ec1af/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:13.9952921Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-4ea56a63ed6ec1af/stderr' from root:root to runner:runner
2025-08-20T22:07:13.9953691Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-4ea56a63ed6ec1af' from root:root to runner:runner
2025-08-20T22:07:13.9954604Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libz-sys-43eb14db8c4636fd/build_script_build-43eb14db8c4636fd' from root:root to runner:runner
2025-08-20T22:07:13.9955393Z [00:15:34.832]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libz-sys-43eb14db8c4636fd/build-script-build' retained as runner:runner
2025-08-20T22:07:13.9956300Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libz-sys-43eb14db8c4636fd/build_script_build-43eb14db8c4636fd.d' from root:root to runner:runner
2025-08-20T22:07:13.9957122Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libz-sys-43eb14db8c4636fd' from root:root to runner:runner
2025-08-20T22:07:13.9958304Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-sys-73684a031be37e5a/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9959243Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-sys-73684a031be37e5a/build_script_build-73684a031be37e5a.d' from root:root to runner:runner
2025-08-20T22:07:13.9960097Z [00:15:34.832]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-sys-73684a031be37e5a/build_script_build-73684a031be37e5a' retained as runner:runner
2025-08-20T22:07:13.9960950Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-sys-73684a031be37e5a' from root:root to runner:runner
2025-08-20T22:07:13.9961912Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-backend-ed8633dae849c4f2/build_script_build-ed8633dae849c4f2.d' from root:root to runner:runner
2025-08-20T22:07:13.9962786Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-backend-ed8633dae849c4f2/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9963666Z [00:15:34.832]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-backend-ed8633dae849c4f2/build_script_build-ed8633dae849c4f2' retained as runner:runner
2025-08-20T22:07:13.9964455Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-backend-ed8633dae849c4f2' from root:root to runner:runner
2025-08-20T22:07:13.9965423Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-059fe526b05f08c5/build_script_build-059fe526b05f08c5.d' from root:root to runner:runner
2025-08-20T22:07:13.9966247Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-059fe526b05f08c5/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9967090Z [00:15:34.832]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-059fe526b05f08c5/build_script_build-059fe526b05f08c5' retained as runner:runner
2025-08-20T22:07:13.9967959Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-059fe526b05f08c5' from root:root to runner:runner
2025-08-20T22:07:13.9968801Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-sys-05a6b5cb614e9946/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9969643Z [00:15:34.832]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-sys-05a6b5cb614e9946/build_script_build-05a6b5cb614e9946' retained as runner:runner
2025-08-20T22:07:13.9970611Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-sys-05a6b5cb614e9946/build_script_build-05a6b5cb614e9946.d' from root:root to runner:runner
2025-08-20T22:07:13.9971457Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-sys-05a6b5cb614e9946' from root:root to runner:runner
2025-08-20T22:07:13.9972296Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typeid-edb6d28e801ae3a7/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9973196Z [00:15:34.832]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typeid-edb6d28e801ae3a7/build_script_build-edb6d28e801ae3a7.d' from root:root to runner:runner
2025-08-20T22:07:13.9974040Z [00:15:34.833]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typeid-edb6d28e801ae3a7/build_script_build-edb6d28e801ae3a7' retained as runner:runner
2025-08-20T22:07:13.9974839Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typeid-edb6d28e801ae3a7' from root:root to runner:runner
2025-08-20T22:07:13.9975673Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-8c36dae309e4f58c/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9976503Z [00:15:34.833]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-8c36dae309e4f58c/build_script_build-8c36dae309e4f58c' retained as runner:runner
2025-08-20T22:07:13.9977406Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-8c36dae309e4f58c/build_script_build-8c36dae309e4f58c.d' from root:root to runner:runner
2025-08-20T22:07:13.9978256Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-8c36dae309e4f58c' from root:root to runner:runner
2025-08-20T22:07:13.9979271Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-compute-8103600b811be3bd/build_script_build-8103600b811be3bd.d' from root:root to runner:runner
2025-08-20T22:07:13.9980135Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-compute-8103600b811be3bd/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9981012Z [00:15:34.833]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-compute-8103600b811be3bd/build_script_build-8103600b811be3bd' retained as runner:runner
2025-08-20T22:07:13.9981797Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-compute-8103600b811be3bd' from root:root to runner:runner
2025-08-20T22:07:13.9982665Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libsqlite3-sys-5b498cb455579383/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9983603Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libsqlite3-sys-5b498cb455579383/build_script_build-5b498cb455579383.d' from root:root to runner:runner
2025-08-20T22:07:13.9984532Z [00:15:34.833]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libsqlite3-sys-5b498cb455579383/build_script_build-5b498cb455579383' retained as runner:runner
2025-08-20T22:07:13.9985365Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libsqlite3-sys-5b498cb455579383' from root:root to runner:runner
2025-08-20T22:07:13.9986189Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-01c44805d6da04b7/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9987012Z [00:15:34.833]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-01c44805d6da04b7/build_script_build-01c44805d6da04b7' retained as runner:runner
2025-08-20T22:07:13.9988512Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-01c44805d6da04b7/build_script_build-01c44805d6da04b7.d' from root:root to runner:runner
2025-08-20T22:07:13.9989541Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-01c44805d6da04b7' from root:root to runner:runner
2025-08-20T22:07:13.9990405Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-25f7662009933dc1/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9991269Z [00:15:34.833]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-25f7662009933dc1/build_script_build-25f7662009933dc1' retained as runner:runner
2025-08-20T22:07:13.9992181Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-25f7662009933dc1/build_script_build-25f7662009933dc1.d' from root:root to runner:runner
2025-08-20T22:07:13.9993024Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-25f7662009933dc1' from root:root to runner:runner
2025-08-20T22:07:13.9993869Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/num-traits-5a43c5915e428f7d/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9994729Z [00:15:34.833]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/num-traits-5a43c5915e428f7d/build_script_build-5a43c5915e428f7d' retained as runner:runner
2025-08-20T22:07:13.9995644Z [00:15:34.833]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/num-traits-5a43c5915e428f7d/build_script_build-5a43c5915e428f7d.d' from root:root to runner:runner
2025-08-20T22:07:13.9996416Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/num-traits-5a43c5915e428f7d' from root:root to runner:runner
2025-08-20T22:07:13.9997268Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/selectors-74fb3785e8d14db6/build-script-build' from root:root to runner:runner
2025-08-20T22:07:13.9998411Z [00:15:34.834]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/selectors-74fb3785e8d14db6/build_script_build-74fb3785e8d14db6' retained as runner:runner
2025-08-20T22:07:13.9999401Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/selectors-74fb3785e8d14db6/build_script_build-74fb3785e8d14db6.d' from root:root to runner:runner
2025-08-20T22:07:14.0000162Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/selectors-74fb3785e8d14db6' from root:root to runner:runner
2025-08-20T22:07:14.0001017Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-plan-ae1518486893bd6a/build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0002017Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-plan-ae1518486893bd6a/build_script_build-ae1518486893bd6a.d' from root:root to runner:runner
2025-08-20T22:07:14.0002896Z [00:15:34.834]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-plan-ae1518486893bd6a/build_script_build-ae1518486893bd6a' retained as runner:runner
2025-08-20T22:07:14.0003669Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-plan-ae1518486893bd6a' from root:root to runner:runner
2025-08-20T22:07:14.0004537Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-schema-3c1e7021f7e123db/build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0005416Z [00:15:34.834]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-schema-3c1e7021f7e123db/build_script_build-3c1e7021f7e123db' retained as runner:runner
2025-08-20T22:07:14.0006408Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-schema-3c1e7021f7e123db/build_script_build-3c1e7021f7e123db.d' from root:root to runner:runner
2025-08-20T22:07:14.0007191Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-schema-3c1e7021f7e123db' from root:root to runner:runner
2025-08-20T22:07:14.0008148Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/anyhow-4acb5407acaf121b/build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0009064Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/anyhow-4acb5407acaf121b/build_script_build-4acb5407acaf121b.d' from root:root to runner:runner
2025-08-20T22:07:14.0009911Z [00:15:34.834]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/anyhow-4acb5407acaf121b/build_script_build-4acb5407acaf121b' retained as runner:runner
2025-08-20T22:07:14.0010656Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/anyhow-4acb5407acaf121b' from root:root to runner:runner
2025-08-20T22:07:14.0011307Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:07:14.0012133Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/num_conv-ad1370e0f1e32d78.d' from root:root to runner:runner
2025-08-20T22:07:14.0013015Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcpufeatures-221d6713c8314f1c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0013784Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/darling_macro-e7f394649043497f.d' from root:root to runner:runner
2025-08-20T22:07:14.0014581Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_meta-d4d951ade5791d44.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0015414Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand-dde15a4a0ea74391.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0016222Z [00:15:34.834]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsiphasher-51fd2d5d901c2515.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0016986Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_shared-6c9c95398869a1ca.d' from root:root to runner:runner
2025-08-20T22:07:14.0017862Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libucd_trie-b194e75dd3796006.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0018696Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librust_embed_utils-66d9a3f92e9fc8d6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0019568Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_xid-737d6c7f87b8f7f7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0020324Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/typenum-9d7698c317bcda08.d' from root:root to runner:runner
2025-08-20T22:07:14.0021106Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsame_file-aac2d23336610936.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0021867Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0022683Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_format-11e38528bca82e26.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0023487Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcrypto_common-51a463abebca00f1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0024267Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/version_check-0f687acfe00fe645.d' from root:root to runner:runner
2025-08-20T22:07:14.0025111Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcrunchy-16ec1835964b4915.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0025967Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_json-4a6bafdab6dd50b1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0026768Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwayland_scanner-6522ba98a8020a02.so' from root:root to runner:runner
2025-08-20T22:07:14.0027512Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/shlex-c5b09fd030a75415.d' from root:root to runner:runner
2025-08-20T22:07:14.0028590Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/thiserror_impl-fe773e7ee2af341a.d' from root:root to runner:runner
2025-08-20T22:07:14.0029548Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstring_cache_codegen-da18c40b8b01dffe.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0030328Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/time_macros-01520dcedbb0479c.d' from root:root to runner:runner
2025-08-20T22:07:14.0031145Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsynstructure-7c2ebad6f8049168.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0031897Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/strsim-8151a4195d1e2b85.d' from root:root to runner:runner
2025-08-20T22:07:14.0032708Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_ident-f40c8cbc696e0d9b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0033584Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/proc_macro_error_attr2-3d72dd7c6509f3a6.d' from root:root to runner:runner
2025-08-20T22:07:14.0034388Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-dff2ed38bd560d6e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0035176Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquick_xml-fc02d877b2a5ca14.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0035973Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrsim-8151a4195d1e2b85.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0036754Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde-87756639d53d55c8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0037560Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerofrom_derive-18b19b1518a32417.so' from root:root to runner:runner
2025-08-20T22:07:14.0038507Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rand-dde15a4a0ea74391.d' from root:root to runner:runner
2025-08-20T22:07:14.0039410Z [00:15:34.835]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libbytemuck_derive-b63fe2959de36e76.so' from root:root to runner:runner
2025-08-20T22:07:14.0040155Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pest-76aad4779472ae34.d' from root:root to runner:runner
2025-08-20T22:07:14.0040937Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_conv-ad1370e0f1e32d78.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0041739Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so' from root:root to runner:runner
2025-08-20T22:07:14.0042568Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/unicode_xid-737d6c7f87b8f7f7.d' from root:root to runner:runner
2025-08-20T22:07:14.0043378Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libblock_buffer-331f8eb41b0ee660.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0044162Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_conv-ad1370e0f1e32d78.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0044947Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/zerofrom_derive-18b19b1518a32417.d' from root:root to runner:runner
2025-08-20T22:07:14.0045736Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libmemchr-ef494630329a9d1d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0046589Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnu_derive_value-097830e16e51aa4f.so' from root:root to runner:runner
2025-08-20T22:07:14.0047360Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/darling_core-5a2f60378e1b2472.d' from root:root to runner:runner
2025-08-20T22:07:14.0048244Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcrunchy-16ec1835964b4915.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0049031Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cpufeatures-221d6713c8314f1c.d' from root:root to runner:runner
2025-08-20T22:07:14.0049794Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_if-dfc6513573988143.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0050572Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libmemchr-ef494630329a9d1d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0051450Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libchrono_tz_build-da53a4051b7ec032.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0052263Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_macros-9d96f0b352a418e7.d' from root:root to runner:runner
2025-08-20T22:07:14.0053012Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/paste-d4fd8da686588390.d' from root:root to runner:runner
2025-08-20T22:07:14.0053739Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/ryu-9dd961d960e65758.d' from root:root to runner:runner
2025-08-20T22:07:14.0054555Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/string_cache_codegen-da18c40b8b01dffe.d' from root:root to runner:runner
2025-08-20T22:07:14.0055900Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/const_format-11e38528bca82e26.d' from root:root to runner:runner
2025-08-20T22:07:14.0056889Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libvcpkg-31939969594be859.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0057661Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/ppv_lite86-7a38eaa8827825e8.d' from root:root to runner:runner
2025-08-20T22:07:14.0058587Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_aliases-88af674ae1a6a382.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0059357Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/is_debug-8b4cbb64fe03d3d5.d' from root:root to runner:runner
2025-08-20T22:07:14.0060223Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libshlex-c5b09fd030a75415.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0061027Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libppv_lite86-7a38eaa8827825e8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0061805Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/nu_derive_value-44d55ce0e635923d.d' from root:root to runner:runner
2025-08-20T22:07:14.0062584Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/byteorder-d58a985b76d1209f.d' from root:root to runner:runner
2025-08-20T22:07:14.0063392Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_json-4a6bafdab6dd50b1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0064204Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libblock_buffer-331f8eb41b0ee660.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0065015Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libiana_time_zone-d0b739f6cd7fd254.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0065870Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwalkdir-8ada5ee2a82e51d7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0066707Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/openssl_macros-69658718fb0b8e51.d' from root:root to runner:runner
2025-08-20T22:07:14.0067484Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libheck-d971cb75bb8270d7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0068528Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtz-77e7a61fdab82606.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0069420Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libident_case-6e14bfbcdc0138ac.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0070227Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpowerfmt-164c24f572cd7b36.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0071037Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libasync_stream_impl-9fc4899e867a02e0.so' from root:root to runner:runner
2025-08-20T22:07:14.0071836Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_format-11e38528bca82e26.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0072610Z [00:15:34.836]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpaste-d4fd8da686588390.so' from root:root to runner:runner
2025-08-20T22:07:14.0073446Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime-788918ac2920854d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0074237Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/async_stream_impl-9fc4899e867a02e0.d' from root:root to runner:runner
2025-08-20T22:07:14.0074985Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/memchr-ef494630329a9d1d.d' from root:root to runner:runner
2025-08-20T22:07:14.0075777Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pest_generator-3ca63892522d81e1.d' from root:root to runner:runner
2025-08-20T22:07:14.0076557Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/doctest_file-c05b706e984cbe72.d' from root:root to runner:runner
2025-08-20T22:07:14.0077321Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/async_trait-e44bdddf6aa46194.d' from root:root to runner:runner
2025-08-20T22:07:14.0078193Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/itoa-c44c9bf2cd6b366f.d' from root:root to runner:runner
2025-08-20T22:07:14.0079085Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsame_file-aac2d23336610936.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0079918Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libfnv-f20460b8def46d23.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0080744Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/recursive_proc_macro_impl-133f31630d73e3b6.d' from root:root to runner:runner
2025-08-20T22:07:14.0081528Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libitoa-c44c9bf2cd6b366f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0082302Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_generator-dff2ed38bd560d6e.d' from root:root to runner:runner
2025-08-20T22:07:14.0083154Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderive_new-cd7bd4fdc4c9ca3e.so' from root:root to runner:runner
2025-08-20T22:07:14.0083952Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libautocfg-9c2ea3e11a13c494.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0084710Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/getrandom-8a2525ca78812cd9.d' from root:root to runner:runner
2025-08-20T22:07:14.0085527Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcssparser_macros-143933951c5b48f4.so' from root:root to runner:runner
2025-08-20T22:07:14.0086333Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_syntax-eb52f052ae1cce9a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0087187Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_threads-1c315c551761a596.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0088084Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libautocfg-9c2ea3e11a13c494.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0088868Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/unicode_ident-f40c8cbc696e0d9b.d' from root:root to runner:runner
2025-08-20T22:07:14.0089636Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/serde_json-4a6bafdab6dd50b1.d' from root:root to runner:runner
2025-08-20T22:07:14.0090432Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtypetag_impl-525ec7da24dc57a0.so' from root:root to runner:runner
2025-08-20T22:07:14.0091205Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tokio_macros-0760b7ecaac6b5af.d' from root:root to runner:runner
2025-08-20T22:07:14.0092085Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_random_macro-ee0d4418bb6d698f.so' from root:root to runner:runner
2025-08-20T22:07:14.0092934Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicase-66709f9f2f1e2fc0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0093702Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tiny_keccak-bd0800023f823300.d' from root:root to runner:runner
2025-08-20T22:07:14.0094438Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/syn-9a8eb367ceaeb489.d' from root:root to runner:runner
2025-08-20T22:07:14.0095204Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_codegen-14bc4f3cd5e626fc.d' from root:root to runner:runner
2025-08-20T22:07:14.0096021Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/ident_case-6e14bfbcdc0138ac.d' from root:root to runner:runner
2025-08-20T22:07:14.0096800Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_if-dfc6513573988143.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0097606Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror_impl-0fe99d935d772981.so' from root:root to runner:runner
2025-08-20T22:07:14.0098481Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/siphasher-51fd2d5d901c2515.d' from root:root to runner:runner
2025-08-20T22:07:14.0099287Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tracing_attributes-fad3a1e8a4ea9c7f.d' from root:root to runner:runner
2025-08-20T22:07:14.0100176Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_generator-3ca63892522d81e1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0100942Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/proc_macro2-17ecd09e58c5d91f.d' from root:root to runner:runner
2025-08-20T22:07:14.0101763Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libicu_provider_macros-663d7c594bafd6e7.so' from root:root to runner:runner
2025-08-20T22:07:14.0102583Z [00:15:34.837]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libuuhelp_parser-89bd4899ecf52dda.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0103372Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling-087e55970902a80a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0104142Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0104973Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libshlex-c5b09fd030a75415.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0105873Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/zerocopy_derive-cb5386b942bc174e.d' from root:root to runner:runner
2025-08-20T22:07:14.0106747Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerocopy_derive-cb5386b942bc174e.so' from root:root to runner:runner
2025-08-20T22:07:14.0107565Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_automata-0a5f790bb0dd8091.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0108656Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgetrandom-8a2525ca78812cd9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0109484Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/syn-dd365abeb48567bd.d' from root:root to runner:runner
2025-08-20T22:07:14.0110259Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0111076Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-014c30ac66d1b674.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0111871Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicase-66709f9f2f1e2fc0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0112661Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libyoke_derive-5fce6fcb5e96da01.so' from root:root to runner:runner
2025-08-20T22:07:14.0113535Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtiny_keccak-bd0800023f823300.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0114331Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_aliases-c5081c72a3a147f7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0115102Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/iana_time_zone-d0b739f6cd7fd254.d' from root:root to runner:runner
2025-08-20T22:07:14.0115858Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/serde-87756639d53d55c8.d' from root:root to runner:runner
2025-08-20T22:07:14.0116647Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_core-b9dea63b7c5ea650.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0117417Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cfg_aliases-88af674ae1a6a382.d' from root:root to runner:runner
2025-08-20T22:07:14.0118296Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/block_buffer-331f8eb41b0ee660.d' from root:root to runner:runner
2025-08-20T22:07:14.0119160Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/regex_automata-0a5f790bb0dd8091.d' from root:root to runner:runner
2025-08-20T22:07:14.0120020Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libmiette_derive-7961b94b7f4e2cfd.so' from root:root to runner:runner
2025-08-20T22:07:14.0120800Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdigest-95c4282100bdea88.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0121616Z [00:15:34.838]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librustc_version-9d6e5ee2d4cafbb3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0122482Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_syntax-eb52f052ae1cce9a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0123963Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/proc_macro_error2-8d6b00f86e10480a.d' from root:root to runner:runner
2025-08-20T22:07:14.0124795Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librust_embed_impl-cf7592826f5ef5f0.so' from root:root to runner:runner
2025-08-20T22:07:14.0125607Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libident_case-6e14bfbcdc0138ac.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0126397Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0127305Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcrypto_common-51a463abebca00f1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0128212Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdigest-95c4282100bdea88.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0128980Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libindoc-4a85d9b32a691905.so' from root:root to runner:runner
2025-08-20T22:07:14.0129760Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest-76aad4779472ae34.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0130530Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pkg_config-d2d7ec3d99e9488c.d' from root:root to runner:runner
2025-08-20T22:07:14.0131295Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-dd365abeb48567bd.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0132065Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libitoa-c44c9bf2cd6b366f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0132870Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/regex-3034dcb88a1d6fb4.d' from root:root to runner:runner
2025-08-20T22:07:14.0133698Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/strum_macros-2bd840fab42f1cf2.d' from root:root to runner:runner
2025-08-20T22:07:14.0134492Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libfutures_macro-5a8590abd7568cd6.so' from root:root to runner:runner
2025-08-20T22:07:14.0135246Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/digest-95c4282100bdea88.d' from root:root to runner:runner
2025-08-20T22:07:14.0136055Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libopenssl_macros-69658718fb0b8e51.so' from root:root to runner:runner
2025-08-20T22:07:14.0136903Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libshadow_rs-2753a2a26757813e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0137717Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libuuhelp_parser-89bd4899ecf52dda.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0138615Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnu_derive_value-44d55ce0e635923d.so' from root:root to runner:runner
2025-08-20T22:07:14.0139419Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/typetag_impl-525ec7da24dc57a0.d' from root:root to runner:runner
2025-08-20T22:07:14.0140221Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/const_random_macro-ee0d4418bb6d698f.d' from root:root to runner:runner
2025-08-20T22:07:14.0141068Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/displaydoc-cb456012e5f05a7d.d' from root:root to runner:runner
2025-08-20T22:07:14.0141827Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rand_chacha-40a357bed9238aef.d' from root:root to runner:runner
2025-08-20T22:07:14.0142597Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/openssl_src-21ab73ac4d52500b.d' from root:root to runner:runner
2025-08-20T22:07:14.0143361Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/ref_cast_impl-576802228851f3f9.d' from root:root to runner:runner
2025-08-20T22:07:14.0144155Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libis_debug-8b4cbb64fe03d3d5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0144927Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/jobserver-43a7a3c01ff28d74.d' from root:root to runner:runner
2025-08-20T22:07:14.0145734Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/time_core-1e5e24273b2d9975.d' from root:root to runner:runner
2025-08-20T22:07:14.0146577Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0147386Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror-d01afb55fc166cc6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0148444Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/crunchy-16ec1835964b4915.d' from root:root to runner:runner
2025-08-20T22:07:14.0149199Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/sha2-626b8635c4ee7ae4.d' from root:root to runner:runner
2025-08-20T22:07:14.0150073Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_repr-d5e1050d5dfc06d2.so' from root:root to runner:runner
2025-08-20T22:07:14.0150907Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libparse_zoneinfo-ef20c83383748a6e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0151658Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/shadow_rs-2753a2a26757813e.d' from root:root to runner:runner
2025-08-20T22:07:14.0152406Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/darling-087e55970902a80a.d' from root:root to runner:runner
2025-08-20T22:07:14.0153172Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/liblibc-08134796525ad32f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0153980Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/vcpkg-31939969594be859.d' from root:root to runner:runner
2025-08-20T22:07:14.0154717Z [00:15:34.839]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/heck-d971cb75bb8270d7.d' from root:root to runner:runner
2025-08-20T22:07:14.0155491Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_generator-014c30ac66d1b674.d' from root:root to runner:runner
2025-08-20T22:07:14.0156286Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerocopy-6e2ea0b59a936420.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0157083Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0157972Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/crypto_common-51a463abebca00f1.d' from root:root to runner:runner
2025-08-20T22:07:14.0158759Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling-087e55970902a80a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0159610Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/instability-a2a34969cbceaa3c.d' from root:root to runner:runner
2025-08-20T22:07:14.0160436Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest-76aad4779472ae34.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0161234Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_chacha-40a357bed9238aef.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0162057Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/const_format_proc_macros-e3fae36cd00bbcee.d' from root:root to runner:runner
2025-08-20T22:07:14.0162885Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/futures_macro-5a8590abd7568cd6.d' from root:root to runner:runner
2025-08-20T22:07:14.0163690Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpowerfmt-164c24f572cd7b36.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0164459Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrsim-8151a4195d1e2b85.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0165217Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_shared-ff0f79df0a77b28a.d' from root:root to runner:runner
2025-08-20T22:07:14.0165982Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libryu-9dd961d960e65758.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0166867Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_consume_macros-13f4b0da849835e2.so' from root:root to runner:runner
2025-08-20T22:07:14.0167622Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tzdb_data-b5ad4975cfbc060d.d' from root:root to runner:runner
2025-08-20T22:07:14.0168476Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rand_core-b9dea63b7c5ea650.d' from root:root to runner:runner
2025-08-20T22:07:14.0169250Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/thiserror-d01afb55fc166cc6.d' from root:root to runner:runner
2025-08-20T22:07:14.0170093Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_format_proc_macros-e3fae36cd00bbcee.so' from root:root to runner:runner
2025-08-20T22:07:14.0170876Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/synstructure-7c2ebad6f8049168.d' from root:root to runner:runner
2025-08-20T22:07:14.0171677Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerovec_derive-4aac91b94c7ed4d0.so' from root:root to runner:runner
2025-08-20T22:07:14.0172539Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtzdb_data-b5ad4975cfbc060d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0173378Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/bytemuck_derive-b63fe2959de36e76.d' from root:root to runner:runner
2025-08-20T22:07:14.0174209Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro_error2-8d6b00f86e10480a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0174974Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pest_derive-be995c7f03fff277.d' from root:root to runner:runner
2025-08-20T22:07:14.0175764Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_derive-020f5ce6236a7de2.so' from root:root to runner:runner
2025-08-20T22:07:14.0176602Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsha2-626b8635c4ee7ae4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0177348Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cfg_if-dfc6513573988143.d' from root:root to runner:runner
2025-08-20T22:07:14.0178186Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/fnv-f20460b8def46d23.d' from root:root to runner:runner
2025-08-20T22:07:14.0178978Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderive_more-ec43df886be29cdd.so' from root:root to runner:runner
2025-08-20T22:07:14.0179801Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-dff2ed38bd560d6e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0180668Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime-788918ac2920854d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0181449Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libis_debug-8b4cbb64fe03d3d5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0182235Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libucd_trie-b194e75dd3796006.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0183071Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rust_embed_impl-cf7592826f5ef5f0.d' from root:root to runner:runner
2025-08-20T22:07:14.0183876Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsiphasher-51fd2d5d901c2515.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0184672Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_xid-737d6c7f87b8f7f7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0185525Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_threads-1c315c551761a596.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0186321Z [00:15:34.840]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwalkdir-8ada5ee2a82e51d7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0187085Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/yoke_derive-5fce6fcb5e96da01.d' from root:root to runner:runner
2025-08-20T22:07:14.0188148Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling_core-5a2f60378e1b2472.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0188923Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/derive_new-cd7bd4fdc4c9ca3e.d' from root:root to runner:runner
2025-08-20T22:07:14.0189808Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libopenssl_src-21ab73ac4d52500b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0190966Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rust_embed_utils-66d9a3f92e9fc8d6.d' from root:root to runner:runner
2025-08-20T22:07:14.0192106Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-6c9c95398869a1ca.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0192924Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/icu_provider_macros-663d7c594bafd6e7.d' from root:root to runner:runner
2025-08-20T22:07:14.0193739Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libiana_time_zone-d0b739f6cd7fd254.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0194542Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libbyteorder-d58a985b76d1209f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0195306Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cfg_aliases-c5081c72a3a147f7.d' from root:root to runner:runner
2025-08-20T22:07:14.0196162Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/miette_derive-7961b94b7f4e2cfd.d' from root:root to runner:runner
2025-08-20T22:07:14.0196994Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/generic_array-578c736568b40cd9.d' from root:root to runner:runner
2025-08-20T22:07:14.0197911Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtypenum-9d7698c317bcda08.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0198685Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/zerocopy-6e2ea0b59a936420.d' from root:root to runner:runner
2025-08-20T22:07:14.0199457Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libheck-d971cb75bb8270d7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0200236Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex-3034dcb88a1d6fb4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0201056Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_generator-3ca63892522d81e1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0201859Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0202611Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/unicase-66709f9f2f1e2fc0.d' from root:root to runner:runner
2025-08-20T22:07:14.0203507Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro_error_attr2-3d72dd7c6509f3a6.so' from root:root to runner:runner
2025-08-20T22:07:14.0204360Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0205161Z [00:15:34.841]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libjobserver-43a7a3c01ff28d74.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0205976Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librustc_version-9d6e5ee2d4cafbb3.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0206730Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/once_cell-c1f71e7d878f8f58.d' from root:root to runner:runner
2025-08-20T22:07:14.0207477Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/quote-804bb9c3a8d9bdc0.d' from root:root to runner:runner
2025-08-20T22:07:14.0208318Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/semver-967ca0797cb5c598.d' from root:root to runner:runner
2025-08-20T22:07:14.0209082Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libfnv-f20460b8def46d23.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0209942Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-6c9c95398869a1ca.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0210758Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/quick_xml-fc02d877b2a5ca14.d' from root:root to runner:runner
2025-08-20T22:07:14.0211550Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdoctest_file-c05b706e984cbe72.so' from root:root to runner:runner
2025-08-20T22:07:14.0212347Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libppv_lite86-7a38eaa8827825e8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0213153Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0213988Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro_error2-8d6b00f86e10480a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0214776Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libasync_trait-e44bdddf6aa46194.so' from root:root to runner:runner
2025-08-20T22:07:14.0215547Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/nu_derive_value-097830e16e51aa4f.d' from root:root to runner:runner
2025-08-20T22:07:14.0216380Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rustc_version-9d6e5ee2d4cafbb3.d' from root:root to runner:runner
2025-08-20T22:07:14.0217218Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/zerovec_derive-4aac91b94c7ed4d0.d' from root:root to runner:runner
2025-08-20T22:07:14.0218115Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtypenum-9d7698c317bcda08.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0218984Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0219901Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtzdb-e5f88140d6730983.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0220827Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_aliases-88af674ae1a6a382.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0221651Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librust_embed_utils-66d9a3f92e9fc8d6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0222405Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/autocfg-9c2ea3e11a13c494.d' from root:root to runner:runner
2025-08-20T22:07:14.0223348Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librecursive_proc_macro_impl-133f31630d73e3b6.so' from root:root to runner:runner
2025-08-20T22:07:14.0224204Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling_macro-e7f394649043497f.so' from root:root to runner:runner
2025-08-20T22:07:14.0225015Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtiny_keccak-bd0800023f823300.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0225802Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/wayland_scanner-6522ba98a8020a02.d' from root:root to runner:runner
2025-08-20T22:07:14.0226595Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtzdb_data-b5ad4975cfbc060d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0227429Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/chrono_tz_build-da53a4051b7ec032.d' from root:root to runner:runner
2025-08-20T22:07:14.0228601Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libinstability-a2a34969cbceaa3c.so' from root:root to runner:runner
2025-08-20T22:07:14.0229413Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libonce_cell-c1f71e7d878f8f58.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0230232Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgeneric_array-578c736568b40cd9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0231134Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libuucore_procs-8984b3efa9788265.so' from root:root to runner:runner
2025-08-20T22:07:14.0231936Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pest_consume_macros-13f4b0da849835e2.d' from root:root to runner:runner
2025-08-20T22:07:14.0232738Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-ff0f79df0a77b28a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0233521Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime_core-1e5e24273b2d9975.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0234260Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cc-91d153ba9d360732.d' from root:root to runner:runner
2025-08-20T22:07:14.0235041Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde-87756639d53d55c8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0235777Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libc-08134796525ad32f.d' from root:root to runner:runner
2025-08-20T22:07:14.0236638Z [00:15:34.842]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_core-b9dea63b7c5ea650.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0237450Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/same_file-aac2d23336610936.d' from root:root to runner:runner
2025-08-20T22:07:14.0238454Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/serde_derive-020f5ce6236a7de2.d' from root:root to runner:runner
2025-08-20T22:07:14.0239618Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand-dde15a4a0ea74391.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0240448Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libonce_cell-c1f71e7d878f8f58.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0241335Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libref_cast_impl-576802228851f3f9.so' from root:root to runner:runner
2025-08-20T22:07:14.0242147Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderanged-90593f1109e004f4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0243168Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-ff0f79df0a77b28a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0243999Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libopenssl_src-21ab73ac4d52500b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0244805Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librustversion-505b86db035315ce.so' from root:root to runner:runner
2025-08-20T22:07:14.0245678Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquick_xml-fc02d877b2a5ca14.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0246445Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/derive_more-ec43df886be29cdd.d' from root:root to runner:runner
2025-08-20T22:07:14.0247232Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime_core-1e5e24273b2d9975.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0248350Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_codegen-14bc4f3cd5e626fc.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0249160Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/thiserror_impl-0fe99d935d772981.d' from root:root to runner:runner
2025-08-20T22:07:14.0249916Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/num_threads-1c315c551761a596.d' from root:root to runner:runner
2025-08-20T22:07:14.0250780Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/uuhelp_parser-89bd4899ecf52dda.d' from root:root to runner:runner
2025-08-20T22:07:14.0251653Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0252454Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtokio_macros-0760b7ecaac6b5af.so' from root:root to runner:runner
2025-08-20T22:07:14.0253231Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsemver-967ca0797cb5c598.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0254027Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgetrandom-8a2525ca78812cd9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0254910Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcpufeatures-221d6713c8314f1c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0255711Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_derive-be995c7f03fff277.so' from root:root to runner:runner
2025-08-20T22:07:14.0256485Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsha2-626b8635c4ee7ae4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0257524Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/powerfmt-164c24f572cd7b36.d' from root:root to runner:runner
2025-08-20T22:07:14.0258466Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libchrono_tz_build-da53a4051b7ec032.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0259355Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libvcpkg-31939969594be859.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0260293Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtracing_attributes-fad3a1e8a4ea9c7f.so' from root:root to runner:runner
2025-08-20T22:07:14.0261694Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime_macros-01520dcedbb0479c.so' from root:root to runner:runner
2025-08-20T22:07:14.0262710Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsemver-967ca0797cb5c598.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0263470Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tz-77e7a61fdab82606.d' from root:root to runner:runner
2025-08-20T22:07:14.0264274Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling_core-5a2f60378e1b2472.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0265063Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/liblibc-08134796525ad32f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0265915Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pest_meta-d4d951ade5791d44.d' from root:root to runner:runner
2025-08-20T22:07:14.0266752Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtz-77e7a61fdab82606.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0267568Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsynstructure-7c2ebad6f8049168.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0268999Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_meta-d4d951ade5791d44.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0270543Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdisplaydoc-cb456012e5f05a7d.so' from root:root to runner:runner
2025-08-20T22:07:14.0271397Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_chacha-40a357bed9238aef.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0272209Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror_impl-fe773e7ee2af341a.so' from root:root to runner:runner
2025-08-20T22:07:14.0273012Z [00:15:34.843]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libbyteorder-d58a985b76d1209f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0273854Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstring_cache_codegen-da18c40b8b01dffe.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0274707Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/parse_zoneinfo-ef20c83383748a6e.d' from root:root to runner:runner
2025-08-20T22:07:14.0275511Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_aliases-c5081c72a3a147f7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0276257Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tzdb-e5f88140d6730983.d' from root:root to runner:runner
2025-08-20T22:07:14.0277081Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0278159Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgeneric_array-578c736568b40cd9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0278962Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderanged-90593f1109e004f4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0279741Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rustversion-505b86db035315ce.d' from root:root to runner:runner
2025-08-20T22:07:14.0280596Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/uucore_procs-8984b3efa9788265.d' from root:root to runner:runner
2025-08-20T22:07:14.0281461Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerocopy-6e2ea0b59a936420.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0282267Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libjobserver-43a7a3c01ff28d74.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0283033Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-dd365abeb48567bd.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0283886Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/deranged-90593f1109e004f4.d' from root:root to runner:runner
2025-08-20T22:07:14.0284686Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libshadow_rs-2753a2a26757813e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0285432Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/time-788918ac2920854d.d' from root:root to runner:runner
2025-08-20T22:07:14.0286244Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-014c30ac66d1b674.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0287035Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cssparser_macros-143933951c5b48f4.d' from root:root to runner:runner
2025-08-20T22:07:14.0288079Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/indoc-4a85d9b32a691905.d' from root:root to runner:runner
2025-08-20T22:07:14.0288848Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/ucd_trie-b194e75dd3796006.d' from root:root to runner:runner
2025-08-20T22:07:14.0289667Z [00:15:34.844]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libparse_zoneinfo-ef20c83383748a6e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0290445Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex-3034dcb88a1d6fb4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0291269Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_ident-f40c8cbc696e0d9b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0292032Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/serde_repr-d5e1050d5dfc06d2.d' from root:root to runner:runner
2025-08-20T22:07:14.0292809Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/regex_syntax-eb52f052ae1cce9a.d' from root:root to runner:runner
2025-08-20T22:07:14.0293675Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_macros-9d96f0b352a418e7.so' from root:root to runner:runner
2025-08-20T22:07:14.0294541Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_codegen-14bc4f3cd5e626fc.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0295312Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libryu-9dd961d960e65758.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0296107Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror-d01afb55fc166cc6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0296884Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtzdb-e5f88140d6730983.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.0297693Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/walkdir-8ada5ee2a82e51d7.d' from root:root to runner:runner
2025-08-20T22:07:14.0298708Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_automata-0a5f790bb0dd8091.rlib' from root:root to runner:runner
2025-08-20T22:07:14.0299357Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:07:14.0300304Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-e01d389ca4dcc6d5/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0301257Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-e01d389ca4dcc6d5/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0302202Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-e01d389ca4dcc6d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0303164Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-e01d389ca4dcc6d5/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0303952Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-e01d389ca4dcc6d5' from root:root to runner:runner
2025-08-20T22:07:14.0304766Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/indoc-4a85d9b32a691905/lib-indoc' from root:root to runner:runner
2025-08-20T22:07:14.0305601Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/indoc-4a85d9b32a691905/dep-lib-indoc' from root:root to runner:runner
2025-08-20T22:07:14.0306441Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/indoc-4a85d9b32a691905/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0307334Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/indoc-4a85d9b32a691905/lib-indoc.json' from root:root to runner:runner
2025-08-20T22:07:14.0308334Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/indoc-4a85d9b32a691905' from root:root to runner:runner
2025-08-20T22:07:14.0309251Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-automata-0a5f790bb0dd8091/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:07:14.0310139Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-automata-0a5f790bb0dd8091/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0311123Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-automata-0a5f790bb0dd8091/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:07:14.0312245Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-automata-0a5f790bb0dd8091/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:07:14.0313072Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-automata-0a5f790bb0dd8091' from root:root to runner:runner
2025-08-20T22:07:14.0314023Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-029e56d34279f4b4/dep-build-script-build-script-main' from root:root to runner:runner
2025-08-20T22:07:14.0314887Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-029e56d34279f4b4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0315880Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-029e56d34279f4b4/build-script-build-script-main' from root:root to runner:runner
2025-08-20T22:07:14.0316972Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-029e56d34279f4b4/build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T22:07:14.0317978Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-029e56d34279f4b4' from root:root to runner:runner
2025-08-20T22:07:14.0318958Z [00:15:34.845]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-8b7c8ad346c95985/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0319877Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-8b7c8ad346c95985/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0320632Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-8b7c8ad346c95985' from root:root to runner:runner
2025-08-20T22:07:14.0321677Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-65c59b932e3eaf74/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0322680Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-65c59b932e3eaf74/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0323449Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-65c59b932e3eaf74' from root:root to runner:runner
2025-08-20T22:07:14.0324327Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive_more-ec43df886be29cdd/dep-lib-derive_more' from root:root to runner:runner
2025-08-20T22:07:14.0325260Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive_more-ec43df886be29cdd/lib-derive_more.json' from root:root to runner:runner
2025-08-20T22:07:14.0326135Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive_more-ec43df886be29cdd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0326987Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive_more-ec43df886be29cdd/lib-derive_more' from root:root to runner:runner
2025-08-20T22:07:14.0327949Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive_more-ec43df886be29cdd' from root:root to runner:runner
2025-08-20T22:07:14.0329428Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b01e1f8351d85107/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0330801Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b01e1f8351d85107/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0331760Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b01e1f8351d85107/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0332744Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b01e1f8351d85107/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0333564Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b01e1f8351d85107' from root:root to runner:runner
2025-08-20T22:07:14.0334403Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg-if-dfc6513573988143/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0335214Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg-if-dfc6513573988143/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:07:14.0336125Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg-if-dfc6513573988143/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:07:14.0337564Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg-if-dfc6513573988143/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:07:14.0338787Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg-if-dfc6513573988143' from root:root to runner:runner
2025-08-20T22:07:14.0339745Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/miette-derive-7961b94b7f4e2cfd/dep-lib-miette_derive' from root:root to runner:runner
2025-08-20T22:07:14.0340726Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/miette-derive-7961b94b7f4e2cfd/lib-miette_derive' from root:root to runner:runner
2025-08-20T22:07:14.0341624Z [00:15:34.846]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/miette-derive-7961b94b7f4e2cfd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0342510Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/miette-derive-7961b94b7f4e2cfd/lib-miette_derive.json' from root:root to runner:runner
2025-08-20T22:07:14.0343318Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/miette-derive-7961b94b7f4e2cfd' from root:root to runner:runner
2025-08-20T22:07:14.0344178Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-c5081c72a3a147f7/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:07:14.0345111Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-c5081c72a3a147f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0345976Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-c5081c72a3a147f7/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:07:14.0346838Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-c5081c72a3a147f7/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T22:07:14.0347626Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-c5081c72a3a147f7' from root:root to runner:runner
2025-08-20T22:07:14.0348899Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-syntax-eb52f052ae1cce9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0349789Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-syntax-eb52f052ae1cce9a/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:07:14.0350734Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-syntax-eb52f052ae1cce9a/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:07:14.0351671Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-syntax-eb52f052ae1cce9a/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:07:14.0352477Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-syntax-eb52f052ae1cce9a' from root:root to runner:runner
2025-08-20T22:07:14.0353436Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-stream-42ed80e317f7d15e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0354464Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-stream-42ed80e317f7d15e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0355354Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-stream-42ed80e317f7d15e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0356310Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-stream-42ed80e317f7d15e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0357117Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-stream-42ed80e317f7d15e' from root:root to runner:runner
2025-08-20T22:07:14.0358267Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-e6187f4646bef30a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0359307Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-e6187f4646bef30a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0360178Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-e6187f4646bef30a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0361146Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-e6187f4646bef30a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0361948Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-e6187f4646bef30a' from root:root to runner:runner
2025-08-20T22:07:14.0362863Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/blake3-f547be85ee2e2fb6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0363794Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/blake3-f547be85ee2e2fb6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0364704Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/blake3-f547be85ee2e2fb6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0365690Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/blake3-f547be85ee2e2fb6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0366463Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/blake3-f547be85ee2e2fb6' from root:root to runner:runner
2025-08-20T22:07:14.0367392Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-f7f76b7e584c250e/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T22:07:14.0368701Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-f7f76b7e584c250e/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T22:07:14.0369499Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-f7f76b7e584c250e' from root:root to runner:runner
2025-08-20T22:07:14.0370430Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-8e4b4ce6159d3d79/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0371365Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-8e4b4ce6159d3d79/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0372236Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-8e4b4ce6159d3d79/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0373245Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-8e4b4ce6159d3d79/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0374023Z [00:15:34.847]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-8e4b4ce6159d3d79' from root:root to runner:runner
2025-08-20T22:07:14.0375020Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-b5df06ac1ecf1e73/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0375985Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-b5df06ac1ecf1e73/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0376793Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-b5df06ac1ecf1e73' from root:root to runner:runner
2025-08-20T22:07:14.0377955Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-0e3fb803ae5d9e67/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0378942Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-0e3fb803ae5d9e67/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0379778Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-0e3fb803ae5d9e67' from root:root to runner:runner
2025-08-20T22:07:14.0380810Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/walkdir-8ada5ee2a82e51d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0381670Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/walkdir-8ada5ee2a82e51d7/lib-walkdir' from root:root to runner:runner
2025-08-20T22:07:14.0382590Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/walkdir-8ada5ee2a82e51d7/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T22:07:14.0383448Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/walkdir-8ada5ee2a82e51d7/lib-walkdir.json' from root:root to runner:runner
2025-08-20T22:07:14.0384230Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/walkdir-8ada5ee2a82e51d7' from root:root to runner:runner
2025-08-20T22:07:14.0385119Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ppv-lite86-7a38eaa8827825e8/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:07:14.0386154Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ppv-lite86-7a38eaa8827825e8/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T22:07:14.0387098Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ppv-lite86-7a38eaa8827825e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0388205Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ppv-lite86-7a38eaa8827825e8/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:07:14.0389006Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ppv-lite86-7a38eaa8827825e8' from root:root to runner:runner
2025-08-20T22:07:14.0389882Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-8a2525ca78812cd9/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:07:14.0390754Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-8a2525ca78812cd9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0391593Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-8a2525ca78812cd9/lib-getrandom' from root:root to runner:runner
2025-08-20T22:07:14.0392548Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-8a2525ca78812cd9/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:07:14.0393433Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-8a2525ca78812cd9' from root:root to runner:runner
2025-08-20T22:07:14.0394342Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_generator-3ca63892522d81e1/lib-pest_generator.json' from root:root to runner:runner
2025-08-20T22:07:14.0395220Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_generator-3ca63892522d81e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0396169Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_generator-3ca63892522d81e1/lib-pest_generator' from root:root to runner:runner
2025-08-20T22:07:14.0397075Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_generator-3ca63892522d81e1/dep-lib-pest_generator' from root:root to runner:runner
2025-08-20T22:07:14.0398451Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_generator-3ca63892522d81e1' from root:root to runner:runner
2025-08-20T22:07:14.0400009Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-ff0f79df0a77b28a/lib-phf_shared' from root:root to runner:runner
2025-08-20T22:07:14.0401709Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-ff0f79df0a77b28a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0403501Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-ff0f79df0a77b28a/lib-phf_shared.json' from root:root to runner:runner
2025-08-20T22:07:14.0405112Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-ff0f79df0a77b28a/dep-lib-phf_shared' from root:root to runner:runner
2025-08-20T22:07:14.0406569Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-ff0f79df0a77b28a' from root:root to runner:runner
2025-08-20T22:07:14.0408390Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustc_version-9d6e5ee2d4cafbb3/lib-rustc_version' from root:root to runner:runner
2025-08-20T22:07:14.0409349Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustc_version-9d6e5ee2d4cafbb3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0410247Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustc_version-9d6e5ee2d4cafbb3/dep-lib-rustc_version' from root:root to runner:runner
2025-08-20T22:07:14.0411242Z [00:15:34.848]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustc_version-9d6e5ee2d4cafbb3/lib-rustc_version.json' from root:root to runner:runner
2025-08-20T22:07:14.0412131Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustc_version-9d6e5ee2d4cafbb3' from root:root to runner:runner
2025-08-20T22:07:14.0413063Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/httparse-f4e07f0147990cbe/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0414007Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/httparse-f4e07f0147990cbe/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0414923Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/httparse-f4e07f0147990cbe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0415871Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/httparse-f4e07f0147990cbe/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0416649Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/httparse-f4e07f0147990cbe' from root:root to runner:runner
2025-08-20T22:07:14.0417520Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/synstructure-7c2ebad6f8049168/lib-synstructure' from root:root to runner:runner
2025-08-20T22:07:14.0418685Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/synstructure-7c2ebad6f8049168/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0419692Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/synstructure-7c2ebad6f8049168/lib-synstructure.json' from root:root to runner:runner
2025-08-20T22:07:14.0420573Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/synstructure-7c2ebad6f8049168/dep-lib-synstructure' from root:root to runner:runner
2025-08-20T22:07:14.0421382Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/synstructure-7c2ebad6f8049168' from root:root to runner:runner
2025-08-20T22:07:14.0422265Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-ident-f40c8cbc696e0d9b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0423169Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-ident-f40c8cbc696e0d9b/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:07:14.0424052Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-ident-f40c8cbc696e0d9b/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:07:14.0424996Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-ident-f40c8cbc696e0d9b/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:07:14.0425874Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-ident-f40c8cbc696e0d9b' from root:root to runner:runner
2025-08-20T22:07:14.0426789Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/aws-types-3a12056e34446372/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0427729Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/aws-types-3a12056e34446372/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0428854Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/aws-types-3a12056e34446372/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0429818Z [00:15:34.849]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/aws-types-3a12056e34446372/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0430592Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/aws-types-3a12056e34446372' from root:root to runner:runner
2025-08-20T22:07:14.0431396Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tz-rs-77e7a61fdab82606/lib-tz' from root:root to runner:runner
2025-08-20T22:07:14.0432247Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tz-rs-77e7a61fdab82606/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0433112Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tz-rs-77e7a61fdab82606/dep-lib-tz' from root:root to runner:runner
2025-08-20T22:07:14.0433929Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tz-rs-77e7a61fdab82606/lib-tz.json' from root:root to runner:runner
2025-08-20T22:07:14.0434690Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tz-rs-77e7a61fdab82606' from root:root to runner:runner
2025-08-20T22:07:14.0435565Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_core-5a2f60378e1b2472/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0436427Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_core-5a2f60378e1b2472/lib-darling_core' from root:root to runner:runner
2025-08-20T22:07:14.0437306Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_core-5a2f60378e1b2472/lib-darling_core.json' from root:root to runner:runner
2025-08-20T22:07:14.0438504Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_core-5a2f60378e1b2472/dep-lib-darling_core' from root:root to runner:runner
2025-08-20T22:07:14.0439443Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_core-5a2f60378e1b2472' from root:root to runner:runner
2025-08-20T22:07:14.0440349Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shlex-c5b09fd030a75415/dep-lib-shlex' from root:root to runner:runner
2025-08-20T22:07:14.0441212Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shlex-c5b09fd030a75415/lib-shlex.json' from root:root to runner:runner
2025-08-20T22:07:14.0442122Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shlex-c5b09fd030a75415/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0443022Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shlex-c5b09fd030a75415/lib-shlex' from root:root to runner:runner
2025-08-20T22:07:14.0444005Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shlex-c5b09fd030a75415' from root:root to runner:runner
2025-08-20T22:07:14.0444979Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libgit2-sys-07f458a6140f5846/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0446017Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libgit2-sys-07f458a6140f5846/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0446993Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libgit2-sys-07f458a6140f5846/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0448204Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libgit2-sys-07f458a6140f5846/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0449160Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libgit2-sys-07f458a6140f5846' from root:root to runner:runner
2025-08-20T22:07:14.0450176Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-7e5bd86d1b5c6cc0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0451194Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-7e5bd86d1b5c6cc0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0452013Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-7e5bd86d1b5c6cc0' from root:root to runner:runner
2025-08-20T22:07:14.0453102Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-1d8c15afac8b73b5/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0454193Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-1d8c15afac8b73b5/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0455151Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-1d8c15afac8b73b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0456163Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-1d8c15afac8b73b5/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0457037Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-1d8c15afac8b73b5' from root:root to runner:runner
2025-08-20T22:07:14.0458242Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slab-87d74080512f9e07/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0459276Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slab-87d74080512f9e07/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0460212Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slab-87d74080512f9e07/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0461211Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slab-87d74080512f9e07/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0462125Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slab-87d74080512f9e07' from root:root to runner:runner
2025-08-20T22:07:14.0463100Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-scanner-6522ba98a8020a02/lib-wayland_scanner.json' from root:root to runner:runner
2025-08-20T22:07:14.0464070Z [00:15:34.850]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-scanner-6522ba98a8020a02/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0465071Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-scanner-6522ba98a8020a02/dep-lib-wayland_scanner' from root:root to runner:runner
2025-08-20T22:07:14.0466032Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-scanner-6522ba98a8020a02/lib-wayland_scanner' from root:root to runner:runner
2025-08-20T22:07:14.0466874Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-scanner-6522ba98a8020a02' from root:root to runner:runner
2025-08-20T22:07:14.0468343Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/instability-a2a34969cbceaa3c/lib-instability' from root:root to runner:runner
2025-08-20T22:07:14.0469752Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/instability-a2a34969cbceaa3c/lib-instability.json' from root:root to runner:runner
2025-08-20T22:07:14.0470752Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/instability-a2a34969cbceaa3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0471710Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/instability-a2a34969cbceaa3c/dep-lib-instability' from root:root to runner:runner
2025-08-20T22:07:14.0472660Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/instability-a2a34969cbceaa3c' from root:root to runner:runner
2025-08-20T22:07:14.0473656Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const-random-macro-ee0d4418bb6d698f/lib-const_random_macro' from root:root to runner:runner
2025-08-20T22:07:14.0474645Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const-random-macro-ee0d4418bb6d698f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0477968Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const-random-macro-ee0d4418bb6d698f/lib-const_random_macro.json' from root:root to runner:runner
2025-08-20T22:07:14.0479136Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const-random-macro-ee0d4418bb6d698f/dep-lib-const_random_macro' from root:root to runner:runner
2025-08-20T22:07:14.0480120Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const-random-macro-ee0d4418bb6d698f' from root:root to runner:runner
2025-08-20T22:07:14.0481059Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-bdfc6256a313986a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0482068Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-bdfc6256a313986a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0483031Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-bdfc6256a313986a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0483974Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-bdfc6256a313986a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0484789Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-bdfc6256a313986a' from root:root to runner:runner
2025-08-20T22:07:14.0485793Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/procfs-65234152b9940f3a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0486882Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/procfs-65234152b9940f3a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0488032Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/procfs-65234152b9940f3a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0489066Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/procfs-65234152b9940f3a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0489990Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/procfs-65234152b9940f3a' from root:root to runner:runner
2025-08-20T22:07:14.0490911Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pkg-config-d2d7ec3d99e9488c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0491933Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pkg-config-d2d7ec3d99e9488c/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T22:07:14.0492870Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pkg-config-d2d7ec3d99e9488c/lib-pkg_config' from root:root to runner:runner
2025-08-20T22:07:14.0493768Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pkg-config-d2d7ec3d99e9488c/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T22:07:14.0494693Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pkg-config-d2d7ec3d99e9488c' from root:root to runner:runner
2025-08-20T22:07:14.0495549Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-16ec1835964b4915/lib-crunchy' from root:root to runner:runner
2025-08-20T22:07:14.0496496Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-16ec1835964b4915/lib-crunchy.json' from root:root to runner:runner
2025-08-20T22:07:14.0497419Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-16ec1835964b4915/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0498597Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-16ec1835964b4915/dep-lib-crunchy' from root:root to runner:runner
2025-08-20T22:07:14.0499458Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-16ec1835964b4915' from root:root to runner:runner
2025-08-20T22:07:14.0500474Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/byteorder-d58a985b76d1209f/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T22:07:14.0501538Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/byteorder-d58a985b76d1209f/lib-byteorder.json' from root:root to runner:runner
2025-08-20T22:07:14.0502455Z [00:15:34.851]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/byteorder-d58a985b76d1209f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0503373Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/byteorder-d58a985b76d1209f/lib-byteorder' from root:root to runner:runner
2025-08-20T22:07:14.0504191Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/byteorder-d58a985b76d1209f' from root:root to runner:runner
2025-08-20T22:07:14.0505228Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crypto-common-51a463abebca00f1/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T22:07:14.0506220Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crypto-common-51a463abebca00f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0507163Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crypto-common-51a463abebca00f1/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T22:07:14.0508398Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crypto-common-51a463abebca00f1/lib-crypto_common' from root:root to runner:runner
2025-08-20T22:07:14.0509386Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crypto-common-51a463abebca00f1' from root:root to runner:runner
2025-08-20T22:07:14.0510327Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_core-b9dea63b7c5ea650/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T22:07:14.0511281Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_core-b9dea63b7c5ea650/lib-rand_core' from root:root to runner:runner
2025-08-20T22:07:14.0512187Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_core-b9dea63b7c5ea650/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0513112Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_core-b9dea63b7c5ea650/lib-rand_core.json' from root:root to runner:runner
2025-08-20T22:07:14.0513919Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_core-b9dea63b7c5ea650' from root:root to runner:runner
2025-08-20T22:07:14.0514937Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-macros-69658718fb0b8e51/lib-openssl_macros' from root:root to runner:runner
2025-08-20T22:07:14.0515991Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-macros-69658718fb0b8e51/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0516945Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-macros-69658718fb0b8e51/lib-openssl_macros.json' from root:root to runner:runner
2025-08-20T22:07:14.0518203Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-macros-69658718fb0b8e51/dep-lib-openssl_macros' from root:root to runner:runner
2025-08-20T22:07:14.0519059Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-macros-69658718fb0b8e51' from root:root to runner:runner
2025-08-20T22:07:14.0520080Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_chacha-40a357bed9238aef/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T22:07:14.0520969Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_chacha-40a357bed9238aef/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:07:14.0521963Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_chacha-40a357bed9238aef/lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:07:14.0522897Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_chacha-40a357bed9238aef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0523787Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_chacha-40a357bed9238aef' from root:root to runner:runner
2025-08-20T22:07:14.0524824Z [00:15:34.852]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parking_lot_core-baf7489da72495da/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0525811Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parking_lot_core-baf7489da72495da/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0526868Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parking_lot_core-baf7489da72495da/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0528243Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parking_lot_core-baf7489da72495da/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0529121Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parking_lot_core-baf7489da72495da' from root:root to runner:runner
2025-08-20T22:07:14.0530195Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-0fe99d935d772981/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:07:14.0531158Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-0fe99d935d772981/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0532199Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-0fe99d935d772981/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:07:14.0533141Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-0fe99d935d772981/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:07:14.0534035Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-0fe99d935d772981' from root:root to runner:runner
2025-08-20T22:07:14.0535051Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shadow-rs-2753a2a26757813e/lib-shadow_rs' from root:root to runner:runner
2025-08-20T22:07:14.0535932Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shadow-rs-2753a2a26757813e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0537642Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shadow-rs-2753a2a26757813e/dep-lib-shadow_rs' from root:root to runner:runner
2025-08-20T22:07:14.0538877Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shadow-rs-2753a2a26757813e/lib-shadow_rs.json' from root:root to runner:runner
2025-08-20T22:07:14.0539908Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shadow-rs-2753a2a26757813e' from root:root to runner:runner
2025-08-20T22:07:14.0540903Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/oem_cp-64f745be6bef3a81/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0541850Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/oem_cp-64f745be6bef3a81/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0542847Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/oem_cp-64f745be6bef3a81/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0543822Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/oem_cp-64f745be6bef3a81/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0544658Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/oem_cp-64f745be6bef3a81' from root:root to runner:runner
2025-08-20T22:07:14.0545705Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-7840640a1622adb3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0546791Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-7840640a1622adb3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0547696Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-7840640a1622adb3' from root:root to runner:runner
2025-08-20T22:07:14.0548765Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-505b86db035315ce/dep-lib-rustversion' from root:root to runner:runner
2025-08-20T22:07:14.0549720Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-505b86db035315ce/lib-rustversion.json' from root:root to runner:runner
2025-08-20T22:07:14.0550698Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-505b86db035315ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0551617Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-505b86db035315ce/lib-rustversion' from root:root to runner:runner
2025-08-20T22:07:14.0552553Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-505b86db035315ce' from root:root to runner:runner
2025-08-20T22:07:14.0553550Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-efb5f2e732642b2b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0554647Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-efb5f2e732642b2b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0555454Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-efb5f2e732642b2b' from root:root to runner:runner
2025-08-20T22:07:14.0556461Z [00:15:34.853]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-sys-262bffcf824bf0d0/dep-build-script-build-script-main' from root:root to runner:runner
2025-08-20T22:07:14.0557419Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-sys-262bffcf824bf0d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0558565Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-sys-262bffcf824bf0d0/build-script-build-script-main' from root:root to runner:runner
2025-08-20T22:07:14.0559590Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-sys-262bffcf824bf0d0/build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T22:07:14.0560484Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-sys-262bffcf824bf0d0' from root:root to runner:runner
2025-08-20T22:07:14.0561470Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-d01afb55fc166cc6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0562429Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-d01afb55fc166cc6/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:07:14.0563389Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-d01afb55fc166cc6/lib-thiserror' from root:root to runner:runner
2025-08-20T22:07:14.0564312Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-d01afb55fc166cc6/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:07:14.0565198Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-d01afb55fc166cc6' from root:root to runner:runner
2025-08-20T22:07:14.0566112Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-6e2ea0b59a936420/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0567026Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-6e2ea0b59a936420/lib-zerocopy' from root:root to runner:runner
2025-08-20T22:07:14.0568211Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-6e2ea0b59a936420/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T22:07:14.0569229Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-6e2ea0b59a936420/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T22:07:14.0570082Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-6e2ea0b59a936420' from root:root to runner:runner
2025-08-20T22:07:14.0571051Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/stacker-ede252d8c028ae4e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0572091Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/stacker-ede252d8c028ae4e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0573071Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/stacker-ede252d8c028ae4e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0574042Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/stacker-ede252d8c028ae4e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0574946Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/stacker-ede252d8c028ae4e' from root:root to runner:runner
2025-08-20T22:07:14.0576030Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-9c361e41806455a3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0577062Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-9c361e41806455a3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0578154Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-9c361e41806455a3' from root:root to runner:runner
2025-08-20T22:07:14.0579036Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-87756639d53d55c8/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:07:14.0580017Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-87756639d53d55c8/lib-serde.json' from root:root to runner:runner
2025-08-20T22:07:14.0580900Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-87756639d53d55c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0581852Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-87756639d53d55c8/lib-serde' from root:root to runner:runner
2025-08-20T22:07:14.0582701Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-87756639d53d55c8' from root:root to runner:runner
2025-08-20T22:07:14.0583646Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-840cd0b44471ea53/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0584701Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-840cd0b44471ea53/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0585573Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-840cd0b44471ea53/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0586599Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-840cd0b44471ea53/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0587450Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-840cd0b44471ea53' from root:root to runner:runner
2025-08-20T22:07:14.0588411Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-3034dcb88a1d6fb4/lib-regex' from root:root to runner:runner
2025-08-20T22:07:14.0589329Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-3034dcb88a1d6fb4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0590286Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-3034dcb88a1d6fb4/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:07:14.0591274Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-3034dcb88a1d6fb4/lib-regex.json' from root:root to runner:runner
2025-08-20T22:07:14.0592085Z [00:15:34.854]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-3034dcb88a1d6fb4' from root:root to runner:runner
2025-08-20T22:07:14.0593036Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_derive-020f5ce6236a7de2/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T22:07:14.0594031Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_derive-020f5ce6236a7de2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0594947Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_derive-020f5ce6236a7de2/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T22:07:14.0595905Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_derive-020f5ce6236a7de2/lib-serde_derive' from root:root to runner:runner
2025-08-20T22:07:14.0596747Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_derive-020f5ce6236a7de2' from root:root to runner:runner
2025-08-20T22:07:14.0597905Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-812fe74a2e704cd6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0599101Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-812fe74a2e704cd6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0599996Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-812fe74a2e704cd6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0601074Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-812fe74a2e704cd6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0601919Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-812fe74a2e704cd6' from root:root to runner:runner
2025-08-20T22:07:14.0602943Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tracing-attributes-fad3a1e8a4ea9c7f/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T22:07:14.0604590Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tracing-attributes-fad3a1e8a4ea9c7f/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T22:07:14.0605679Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tracing-attributes-fad3a1e8a4ea9c7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0606807Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tracing-attributes-fad3a1e8a4ea9c7f/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T22:07:14.0607690Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tracing-attributes-fad3a1e8a4ea9c7f' from root:root to runner:runner
2025-08-20T22:07:14.0608902Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand-dde15a4a0ea74391/lib-rand.json' from root:root to runner:runner
2025-08-20T22:07:14.0609880Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand-dde15a4a0ea74391/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0610761Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand-dde15a4a0ea74391/lib-rand' from root:root to runner:runner
2025-08-20T22:07:14.0611687Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand-dde15a4a0ea74391/dep-lib-rand' from root:root to runner:runner
2025-08-20T22:07:14.0612500Z [00:15:34.855]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand-dde15a4a0ea74391' from root:root to runner:runner
2025-08-20T22:07:14.0613483Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-fe773e7ee2af341a/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:07:14.0614470Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-fe773e7ee2af341a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0615418Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-fe773e7ee2af341a/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:07:14.0616339Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-fe773e7ee2af341a/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:07:14.0617324Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-fe773e7ee2af341a' from root:root to runner:runner
2025-08-20T22:07:14.0618510Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-d4fd8da686588390/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0619393Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-d4fd8da686588390/lib-paste.json' from root:root to runner:runner
2025-08-20T22:07:14.0620355Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-d4fd8da686588390/lib-paste' from root:root to runner:runner
2025-08-20T22:07:14.0621258Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-d4fd8da686588390/dep-lib-paste' from root:root to runner:runner
2025-08-20T22:07:14.0622175Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-d4fd8da686588390' from root:root to runner:runner
2025-08-20T22:07:14.0623094Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cpufeatures-221d6713c8314f1c/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T22:07:14.0624103Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cpufeatures-221d6713c8314f1c/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T22:07:14.0625089Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cpufeatures-221d6713c8314f1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0625958Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cpufeatures-221d6713c8314f1c/lib-cpufeatures' from root:root to runner:runner
2025-08-20T22:07:14.0626880Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cpufeatures-221d6713c8314f1c' from root:root to runner:runner
2025-08-20T22:07:14.0628059Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-dff2ed38bd560d6e/lib-phf_generator' from root:root to runner:runner
2025-08-20T22:07:14.0629131Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-dff2ed38bd560d6e/lib-phf_generator.json' from root:root to runner:runner
2025-08-20T22:07:14.0630074Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-dff2ed38bd560d6e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0630978Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-dff2ed38bd560d6e/dep-lib-phf_generator' from root:root to runner:runner
2025-08-20T22:07:14.0631925Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-dff2ed38bd560d6e' from root:root to runner:runner
2025-08-20T22:07:14.0632835Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive-new-cd7bd4fdc4c9ca3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0633757Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive-new-cd7bd4fdc4c9ca3e/lib-derive_new' from root:root to runner:runner
2025-08-20T22:07:14.0634759Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive-new-cd7bd4fdc4c9ca3e/lib-derive_new.json' from root:root to runner:runner
2025-08-20T22:07:14.0635741Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive-new-cd7bd4fdc4c9ca3e/dep-lib-derive_new' from root:root to runner:runner
2025-08-20T22:07:14.0636662Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive-new-cd7bd4fdc4c9ca3e' from root:root to runner:runner
2025-08-20T22:07:14.0637606Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-f3436628bdc81ce2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0638807Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-f3436628bdc81ce2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0639735Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-f3436628bdc81ce2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0640721Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-f3436628bdc81ce2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0641637Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-f3436628bdc81ce2' from root:root to runner:runner
2025-08-20T22:07:14.0642553Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format-11e38528bca82e26/dep-lib-const_format' from root:root to runner:runner
2025-08-20T22:07:14.0643587Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format-11e38528bca82e26/lib-const_format' from root:root to runner:runner
2025-08-20T22:07:14.0644485Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format-11e38528bca82e26/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0645411Z [00:15:34.856]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format-11e38528bca82e26/lib-const_format.json' from root:root to runner:runner
2025-08-20T22:07:14.0646338Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format-11e38528bca82e26' from root:root to runner:runner
2025-08-20T22:07:14.0647302Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/native-tls-4ec52d05346929bf/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0648592Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/native-tls-4ec52d05346929bf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0649585Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/native-tls-4ec52d05346929bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0650652Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/native-tls-4ec52d05346929bf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0651539Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/native-tls-4ec52d05346929bf' from root:root to runner:runner
2025-08-20T22:07:14.0652595Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/v_htmlescape-93d382d9fc6dbc10/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0653672Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/v_htmlescape-93d382d9fc6dbc10/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0654580Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/v_htmlescape-93d382d9fc6dbc10/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0655579Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/v_htmlescape-93d382d9fc6dbc10/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0656457Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/v_htmlescape-93d382d9fc6dbc10' from root:root to runner:runner
2025-08-20T22:07:14.0657471Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rayon-core-53d8bf75de0d8ca3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0658781Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rayon-core-53d8bf75de0d8ca3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0659701Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rayon-core-53d8bf75de0d8ca3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0660714Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rayon-core-53d8bf75de0d8ca3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0661643Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rayon-core-53d8bf75de0d8ca3' from root:root to runner:runner
2025-08-20T22:07:14.0662651Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-cmd-lang-72d19c53444c6893/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0663629Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-cmd-lang-72d19c53444c6893/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0664638Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-cmd-lang-72d19c53444c6893/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0665696Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-cmd-lang-72d19c53444c6893/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0666560Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-cmd-lang-72d19c53444c6893' from root:root to runner:runner
2025-08-20T22:07:14.0667478Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling-087e55970902a80a/lib-darling' from root:root to runner:runner
2025-08-20T22:07:14.0668584Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling-087e55970902a80a/dep-lib-darling' from root:root to runner:runner
2025-08-20T22:07:14.0669521Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling-087e55970902a80a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0670982Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling-087e55970902a80a/lib-darling.json' from root:root to runner:runner
2025-08-20T22:07:14.0672062Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling-087e55970902a80a' from root:root to runner:runner
2025-08-20T22:07:14.0673090Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-utils-5e0d156a9a1a03c7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0674175Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-utils-5e0d156a9a1a03c7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0675121Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-utils-5e0d156a9a1a03c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0676247Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-utils-5e0d156a9a1a03c7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0677153Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-utils-5e0d156a9a1a03c7' from root:root to runner:runner
2025-08-20T22:07:14.0678304Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb-e5f88140d6730983/dep-lib-tzdb' from root:root to runner:runner
2025-08-20T22:07:14.0679190Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb-e5f88140d6730983/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0680116Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb-e5f88140d6730983/lib-tzdb.json' from root:root to runner:runner
2025-08-20T22:07:14.0680931Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb-e5f88140d6730983/lib-tzdb' from root:root to runner:runner
2025-08-20T22:07:14.0681836Z [00:15:34.857]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb-e5f88140d6730983' from root:root to runner:runner
2025-08-20T22:07:14.0682764Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/deranged-90593f1109e004f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0683725Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/deranged-90593f1109e004f4/dep-lib-deranged' from root:root to runner:runner
2025-08-20T22:07:14.0684701Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/deranged-90593f1109e004f4/lib-deranged.json' from root:root to runner:runner
2025-08-20T22:07:14.0685547Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/deranged-90593f1109e004f4/lib-deranged' from root:root to runner:runner
2025-08-20T22:07:14.0686451Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/deranged-90593f1109e004f4' from root:root to runner:runner
2025-08-20T22:07:14.0687336Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-conv-ad1370e0f1e32d78/lib-num_conv.json' from root:root to runner:runner
2025-08-20T22:07:14.0688565Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-conv-ad1370e0f1e32d78/dep-lib-num_conv' from root:root to runner:runner
2025-08-20T22:07:14.0689509Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-conv-ad1370e0f1e32d78/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0690437Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-conv-ad1370e0f1e32d78/lib-num_conv' from root:root to runner:runner
2025-08-20T22:07:14.0691422Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-conv-ad1370e0f1e32d78' from root:root to runner:runner
2025-08-20T22:07:14.0692336Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-macros-01520dcedbb0479c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0693255Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-macros-01520dcedbb0479c/lib-time_macros' from root:root to runner:runner
2025-08-20T22:07:14.0694160Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-macros-01520dcedbb0479c/lib-time_macros.json' from root:root to runner:runner
2025-08-20T22:07:14.0695086Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-macros-01520dcedbb0479c/dep-lib-time_macros' from root:root to runner:runner
2025-08-20T22:07:14.0696005Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-macros-01520dcedbb0479c' from root:root to runner:runner
2025-08-20T22:07:14.0696997Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-87c48e351f25a08d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0698265Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-87c48e351f25a08d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0699321Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-87c48e351f25a08d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0700323Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-87c48e351f25a08d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0701251Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-87c48e351f25a08d' from root:root to runner:runner
2025-08-20T22:07:14.0702135Z [00:15:34.858]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/itoa-c44c9bf2cd6b366f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0703028Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/itoa-c44c9bf2cd6b366f/dep-lib-itoa' from root:root to runner:runner
2025-08-20T22:07:14.0703875Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/itoa-c44c9bf2cd6b366f/lib-itoa.json' from root:root to runner:runner
2025-08-20T22:07:14.0704729Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/itoa-c44c9bf2cd6b366f/lib-itoa' from root:root to runner:runner
2025-08-20T22:07:14.0705715Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/itoa-c44c9bf2cd6b366f' from root:root to runner:runner
2025-08-20T22:07:14.0706655Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/autocfg-9c2ea3e11a13c494/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:07:14.0707576Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/autocfg-9c2ea3e11a13c494/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0708575Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/autocfg-9c2ea3e11a13c494/lib-autocfg' from root:root to runner:runner
2025-08-20T22:07:14.0709537Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/autocfg-9c2ea3e11a13c494/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:07:14.0710413Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/autocfg-9c2ea3e11a13c494' from root:root to runner:runner
2025-08-20T22:07:14.0711398Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-d9719c78f7dd65ee/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0712388Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-d9719c78f7dd65ee/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0713269Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-d9719c78f7dd65ee/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0714358Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-d9719c78f7dd65ee/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0715216Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-d9719c78f7dd65ee' from root:root to runner:runner
2025-08-20T22:07:14.0716208Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/snap-fc21099a9d085fc9/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0717167Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/snap-fc21099a9d085fc9/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0718184Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/snap-fc21099a9d085fc9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0719160Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/snap-fc21099a9d085fc9/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0720072Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/snap-fc21099a9d085fc9' from root:root to runner:runner
2025-08-20T22:07:14.0721160Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-arrow-06dc1f98f311e5a3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0722145Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-arrow-06dc1f98f311e5a3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0723128Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-arrow-06dc1f98f311e5a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0724195Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-arrow-06dc1f98f311e5a3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0725094Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-arrow-06dc1f98f311e5a3' from root:root to runner:runner
2025-08-20T22:07:14.0726108Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust_decimal-ee3e1f9bda78c106/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0727090Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust_decimal-ee3e1f9bda78c106/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0728277Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust_decimal-ee3e1f9bda78c106/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0729393Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust_decimal-ee3e1f9bda78c106/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0730292Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust_decimal-ee3e1f9bda78c106' from root:root to runner:runner
2025-08-20T22:07:14.0731291Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-f0033b4533bafdcb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0732287Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-f0033b4533bafdcb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0733194Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-f0033b4533bafdcb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0734215Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-f0033b4533bafdcb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0735088Z [00:15:34.859]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-f0033b4533bafdcb' from root:root to runner:runner
2025-08-20T22:07:14.0736159Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-72863ad374e06107/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0737124Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-72863ad374e06107/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0738845Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-72863ad374e06107/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0740778Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-72863ad374e06107/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0741909Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-72863ad374e06107' from root:root to runner:runner
2025-08-20T22:07:14.0742920Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_macro-e7f394649043497f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0743847Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_macro-e7f394649043497f/lib-darling_macro.json' from root:root to runner:runner
2025-08-20T22:07:14.0744783Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_macro-e7f394649043497f/lib-darling_macro' from root:root to runner:runner
2025-08-20T22:07:14.0745782Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_macro-e7f394649043497f/dep-lib-darling_macro' from root:root to runner:runner
2025-08-20T22:07:14.0746684Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_macro-e7f394649043497f' from root:root to runner:runner
2025-08-20T22:07:14.0747684Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error2-8d6b00f86e10480a/lib-proc_macro_error2.json' from root:root to runner:runner
2025-08-20T22:07:14.0748928Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error2-8d6b00f86e10480a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0749933Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error2-8d6b00f86e10480a/dep-lib-proc_macro_error2' from root:root to runner:runner
2025-08-20T22:07:14.0750959Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error2-8d6b00f86e10480a/lib-proc_macro_error2' from root:root to runner:runner
2025-08-20T22:07:14.0752003Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error2-8d6b00f86e10480a' from root:root to runner:runner
2025-08-20T22:07:14.0752975Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-cb6cb7820aed7842/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0753975Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-cb6cb7820aed7842/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0754903Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-cb6cb7820aed7842/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0755937Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-cb6cb7820aed7842/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0756814Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-cb6cb7820aed7842' from root:root to runner:runner
2025-08-20T22:07:14.0758075Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/icu_provider_macros-663d7c594bafd6e7/lib-icu_provider_macros.json' from root:root to runner:runner
2025-08-20T22:07:14.0759125Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/icu_provider_macros-663d7c594bafd6e7/dep-lib-icu_provider_macros' from root:root to runner:runner
2025-08-20T22:07:14.0760218Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/icu_provider_macros-663d7c594bafd6e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0761162Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/icu_provider_macros-663d7c594bafd6e7/lib-icu_provider_macros' from root:root to runner:runner
2025-08-20T22:07:14.0773525Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/icu_provider_macros-663d7c594bafd6e7' from root:root to runner:runner
2025-08-20T22:07:14.0775209Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ident_case-6e14bfbcdc0138ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0776642Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ident_case-6e14bfbcdc0138ac/dep-lib-ident_case' from root:root to runner:runner
2025-08-20T22:07:14.0778256Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ident_case-6e14bfbcdc0138ac/lib-ident_case.json' from root:root to runner:runner
2025-08-20T22:07:14.0779844Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ident_case-6e14bfbcdc0138ac/lib-ident_case' from root:root to runner:runner
2025-08-20T22:07:14.0781251Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ident_case-6e14bfbcdc0138ac' from root:root to runner:runner
2025-08-20T22:07:14.0782736Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-66d9a3f92e9fc8d6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0784176Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-66d9a3f92e9fc8d6/lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T22:07:14.0785781Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-66d9a3f92e9fc8d6/lib-rust_embed_utils.json' from root:root to runner:runner
2025-08-20T22:07:14.0787332Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-66d9a3f92e9fc8d6/dep-lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T22:07:14.0789017Z [00:15:34.860]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-66d9a3f92e9fc8d6' from root:root to runner:runner
2025-08-20T22:07:14.0790454Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/powerfmt-164c24f572cd7b36/lib-powerfmt' from root:root to runner:runner
2025-08-20T22:07:14.0791894Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/powerfmt-164c24f572cd7b36/dep-lib-powerfmt' from root:root to runner:runner
2025-08-20T22:07:14.0793427Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/powerfmt-164c24f572cd7b36/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0794805Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/powerfmt-164c24f572cd7b36/lib-powerfmt.json' from root:root to runner:runner
2025-08-20T22:07:14.0806603Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/powerfmt-164c24f572cd7b36' from root:root to runner:runner
2025-08-20T22:07:14.0808591Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/recursive-proc-macro-impl-133f31630d73e3b6/dep-lib-recursive_proc_macro_impl' from root:root to runner:runner
2025-08-20T22:07:14.0810285Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/recursive-proc-macro-impl-133f31630d73e3b6/lib-recursive_proc_macro_impl.json' from root:root to runner:runner
2025-08-20T22:07:14.0811983Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/recursive-proc-macro-impl-133f31630d73e3b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0813894Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/recursive-proc-macro-impl-133f31630d73e3b6/lib-recursive_proc_macro_impl' from root:root to runner:runner
2025-08-20T22:07:14.0815003Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/recursive-proc-macro-impl-133f31630d73e3b6' from root:root to runner:runner
2025-08-20T22:07:14.0815978Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-core-7feeb5a8c0de564d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0816948Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-core-7feeb5a8c0de564d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0818132Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-core-7feeb5a8c0de564d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0819148Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-core-7feeb5a8c0de564d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0819949Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-core-7feeb5a8c0de564d' from root:root to runner:runner
2025-08-20T22:07:14.0820769Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/sha2-626b8635c4ee7ae4/lib-sha2.json' from root:root to runner:runner
2025-08-20T22:07:14.0821580Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/sha2-626b8635c4ee7ae4/lib-sha2' from root:root to runner:runner
2025-08-20T22:07:14.0822489Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/sha2-626b8635c4ee7ae4/dep-lib-sha2' from root:root to runner:runner
2025-08-20T22:07:14.0823325Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/sha2-626b8635c4ee7ae4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0824088Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/sha2-626b8635c4ee7ae4' from root:root to runner:runner
2025-08-20T22:07:14.0825033Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-07998f1842027969/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0825991Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-07998f1842027969/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0826857Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-07998f1842027969/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0828036Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-07998f1842027969/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0828925Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-07998f1842027969' from root:root to runner:runner
2025-08-20T22:07:14.0829847Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-sys-bc251e8085e67fc8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0830783Z [00:15:34.861]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-sys-bc251e8085e67fc8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0831698Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-sys-bc251e8085e67fc8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0832642Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-sys-bc251e8085e67fc8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0833441Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-sys-bc251e8085e67fc8' from root:root to runner:runner
2025-08-20T22:07:14.0834386Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-client-cb9e2cddfca383e9/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0835366Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-client-cb9e2cddfca383e9/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0836338Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-client-cb9e2cddfca383e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0837320Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-client-cb9e2cddfca383e9/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0838330Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-client-cb9e2cddfca383e9' from root:root to runner:runner
2025-08-20T22:07:14.0839238Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/block-buffer-331f8eb41b0ee660/lib-block_buffer' from root:root to runner:runner
2025-08-20T22:07:14.0840151Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/block-buffer-331f8eb41b0ee660/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0841038Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/block-buffer-331f8eb41b0ee660/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T22:07:14.0842007Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/block-buffer-331f8eb41b0ee660/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T22:07:14.0842856Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/block-buffer-331f8eb41b0ee660' from root:root to runner:runner
2025-08-20T22:07:14.0843704Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/jobserver-43a7a3c01ff28d74/lib-jobserver' from root:root to runner:runner
2025-08-20T22:07:14.0844577Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/jobserver-43a7a3c01ff28d74/lib-jobserver.json' from root:root to runner:runner
2025-08-20T22:07:14.0845500Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/jobserver-43a7a3c01ff28d74/dep-lib-jobserver' from root:root to runner:runner
2025-08-20T22:07:14.0846367Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/jobserver-43a7a3c01ff28d74/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0847148Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/jobserver-43a7a3c01ff28d74' from root:root to runner:runner
2025-08-20T22:07:14.0848066Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cc-91d153ba9d360732/dep-lib-cc' from root:root to runner:runner
2025-08-20T22:07:14.0848857Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cc-91d153ba9d360732/lib-cc' from root:root to runner:runner
2025-08-20T22:07:14.0849763Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cc-91d153ba9d360732/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0850564Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cc-91d153ba9d360732/lib-cc.json' from root:root to runner:runner
2025-08-20T22:07:14.0851316Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cc-91d153ba9d360732' from root:root to runner:runner
2025-08-20T22:07:14.0852215Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/bytemuck_derive-b63fe2959de36e76/lib-bytemuck_derive' from root:root to runner:runner
2025-08-20T22:07:14.0853099Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/bytemuck_derive-b63fe2959de36e76/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0854002Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/bytemuck_derive-b63fe2959de36e76/dep-lib-bytemuck_derive' from root:root to runner:runner
2025-08-20T22:07:14.0854964Z [00:15:34.862]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/bytemuck_derive-b63fe2959de36e76/lib-bytemuck_derive.json' from root:root to runner:runner
2025-08-20T22:07:14.0855825Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/bytemuck_derive-b63fe2959de36e76' from root:root to runner:runner
2025-08-20T22:07:14.0856640Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9a8eb367ceaeb489/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:07:14.0857471Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9a8eb367ceaeb489/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0858481Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9a8eb367ceaeb489/lib-syn' from root:root to runner:runner
2025-08-20T22:07:14.0859385Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9a8eb367ceaeb489/lib-syn.json' from root:root to runner:runner
2025-08-20T22:07:14.0860158Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9a8eb367ceaeb489' from root:root to runner:runner
2025-08-20T22:07:14.0861048Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerovec-derive-4aac91b94c7ed4d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0861962Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerovec-derive-4aac91b94c7ed4d0/lib-zerovec_derive.json' from root:root to runner:runner
2025-08-20T22:07:14.0862926Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerovec-derive-4aac91b94c7ed4d0/dep-lib-zerovec_derive' from root:root to runner:runner
2025-08-20T22:07:14.0863811Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerovec-derive-4aac91b94c7ed4d0/lib-zerovec_derive' from root:root to runner:runner
2025-08-20T22:07:14.0864615Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerovec-derive-4aac91b94c7ed4d0' from root:root to runner:runner
2025-08-20T22:07:14.0865548Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-c648b170f6ea5c22/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0866501Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-c648b170f6ea5c22/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0867374Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-c648b170f6ea5c22/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0868508Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-c648b170f6ea5c22/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0869364Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-c648b170f6ea5c22' from root:root to runner:runner
2025-08-20T22:07:14.0870250Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tokio-macros-0760b7ecaac6b5af/lib-tokio_macros.json' from root:root to runner:runner
2025-08-20T22:07:14.0871127Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tokio-macros-0760b7ecaac6b5af/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0872008Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tokio-macros-0760b7ecaac6b5af/dep-lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:07:14.0872936Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tokio-macros-0760b7ecaac6b5af/lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:07:14.0873733Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tokio-macros-0760b7ecaac6b5af' from root:root to runner:runner
2025-08-20T22:07:14.0874582Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-4a6bafdab6dd50b1/lib-serde_json' from root:root to runner:runner
2025-08-20T22:07:14.0875452Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-4a6bafdab6dd50b1/lib-serde_json.json' from root:root to runner:runner
2025-08-20T22:07:14.0876364Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-4a6bafdab6dd50b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0877408Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-4a6bafdab6dd50b1/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T22:07:14.0878885Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-4a6bafdab6dd50b1' from root:root to runner:runner
2025-08-20T22:07:14.0879759Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strsim-8151a4195d1e2b85/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:07:14.0880658Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strsim-8151a4195d1e2b85/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0881506Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strsim-8151a4195d1e2b85/lib-strsim' from root:root to runner:runner
2025-08-20T22:07:14.0882432Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strsim-8151a4195d1e2b85/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:07:14.0883212Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strsim-8151a4195d1e2b85' from root:root to runner:runner
2025-08-20T22:07:14.0884200Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-58edf433c32082af/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0885133Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-58edf433c32082af/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0885993Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-58edf433c32082af/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0886990Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-58edf433c32082af/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0887935Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-58edf433c32082af' from root:root to runner:runner
2025-08-20T22:07:14.0888843Z [00:15:34.863]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-src-21ab73ac4d52500b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0889701Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-src-21ab73ac4d52500b/lib-openssl_src' from root:root to runner:runner
2025-08-20T22:07:14.0890581Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-src-21ab73ac4d52500b/dep-lib-openssl_src' from root:root to runner:runner
2025-08-20T22:07:14.0891536Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-src-21ab73ac4d52500b/lib-openssl_src.json' from root:root to runner:runner
2025-08-20T22:07:14.0892332Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-src-21ab73ac4d52500b' from root:root to runner:runner
2025-08-20T22:07:14.0893208Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-trait-e44bdddf6aa46194/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0894078Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-trait-e44bdddf6aa46194/dep-lib-async_trait' from root:root to runner:runner
2025-08-20T22:07:14.0894930Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-trait-e44bdddf6aa46194/lib-async_trait' from root:root to runner:runner
2025-08-20T22:07:14.0895854Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-trait-e44bdddf6aa46194/lib-async_trait.json' from root:root to runner:runner
2025-08-20T22:07:14.0896655Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-trait-e44bdddf6aa46194' from root:root to runner:runner
2025-08-20T22:07:14.0897631Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-a81014a3585f0a40/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0898778Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-a81014a3585f0a40/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0899649Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-a81014a3585f0a40/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0900665Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-a81014a3585f0a40/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0901456Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-a81014a3585f0a40' from root:root to runner:runner
2025-08-20T22:07:14.0902371Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/mime_guess-d47cca69afa52fe2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0903314Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/mime_guess-d47cca69afa52fe2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0904233Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/mime_guess-d47cca69afa52fe2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0905166Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/mime_guess-d47cca69afa52fe2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0905944Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/mime_guess-d47cca69afa52fe2' from root:root to runner:runner
2025-08-20T22:07:14.0906872Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cssparser-macros-143933951c5b48f4/lib-cssparser_macros.json' from root:root to runner:runner
2025-08-20T22:07:14.0907875Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cssparser-macros-143933951c5b48f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0908775Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cssparser-macros-143933951c5b48f4/lib-cssparser_macros' from root:root to runner:runner
2025-08-20T22:07:14.0909778Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cssparser-macros-143933951c5b48f4/dep-lib-cssparser_macros' from root:root to runner:runner
2025-08-20T22:07:14.0910653Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cssparser-macros-143933951c5b48f4' from root:root to runner:runner
2025-08-20T22:07:14.0911486Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/vcpkg-31939969594be859/lib-vcpkg.json' from root:root to runner:runner
2025-08-20T22:07:14.0912321Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/vcpkg-31939969594be859/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0913118Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/vcpkg-31939969594be859/lib-vcpkg' from root:root to runner:runner
2025-08-20T22:07:14.0914032Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/vcpkg-31939969594be859/dep-lib-vcpkg' from root:root to runner:runner
2025-08-20T22:07:14.0914797Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/vcpkg-31939969594be859' from root:root to runner:runner
2025-08-20T22:07:14.0915709Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ring-389bd000477ec9b1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0916628Z [00:15:34.864]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ring-389bd000477ec9b1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0917465Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ring-389bd000477ec9b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0918632Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ring-389bd000477ec9b1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0919399Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ring-389bd000477ec9b1' from root:root to runner:runner
2025-08-20T22:07:14.0920327Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-2e8e63eb54fd263e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0921260Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-2e8e63eb54fd263e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0922122Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-2e8e63eb54fd263e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0923123Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-2e8e63eb54fd263e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0923908Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-2e8e63eb54fd263e' from root:root to runner:runner
2025-08-20T22:07:14.0924817Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicase-66709f9f2f1e2fc0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0925642Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicase-66709f9f2f1e2fc0/lib-unicase' from root:root to runner:runner
2025-08-20T22:07:14.0926484Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicase-66709f9f2f1e2fc0/dep-lib-unicase' from root:root to runner:runner
2025-08-20T22:07:14.0927380Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicase-66709f9f2f1e2fc0/lib-unicase.json' from root:root to runner:runner
2025-08-20T22:07:14.0928276Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicase-66709f9f2f1e2fc0' from root:root to runner:runner
2025-08-20T22:07:14.0929195Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-stream-impl-9fc4899e867a02e0/lib-async_stream_impl' from root:root to runner:runner
2025-08-20T22:07:14.0930094Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-stream-impl-9fc4899e867a02e0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0931026Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-stream-impl-9fc4899e867a02e0/dep-lib-async_stream_impl' from root:root to runner:runner
2025-08-20T22:07:14.0932014Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-stream-impl-9fc4899e867a02e0/lib-async_stream_impl.json' from root:root to runner:runner
2025-08-20T22:07:14.0932836Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-stream-impl-9fc4899e867a02e0' from root:root to runner:runner
2025-08-20T22:07:14.0933770Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-9af7d55ab41a6c54/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0934714Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-9af7d55ab41a6c54/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0935584Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-9af7d55ab41a6c54/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0936589Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-9af7d55ab41a6c54/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0937432Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-9af7d55ab41a6c54' from root:root to runner:runner
2025-08-20T22:07:14.0938556Z [00:15:34.865]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-ops-31fc1fb6eb6f8a25/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0939570Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-ops-31fc1fb6eb6f8a25/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0940461Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-ops-31fc1fb6eb6f8a25/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0941498Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-ops-31fc1fb6eb6f8a25/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0942302Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-ops-31fc1fb6eb6f8a25' from root:root to runner:runner
2025-08-20T22:07:14.0943190Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/doctest-file-c05b706e984cbe72/lib-doctest_file.json' from root:root to runner:runner
2025-08-20T22:07:14.0944076Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/doctest-file-c05b706e984cbe72/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0945431Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/doctest-file-c05b706e984cbe72/dep-lib-doctest_file' from root:root to runner:runner
2025-08-20T22:07:14.0946551Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/doctest-file-c05b706e984cbe72/lib-doctest_file' from root:root to runner:runner
2025-08-20T22:07:14.0947358Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/doctest-file-c05b706e984cbe72' from root:root to runner:runner
2025-08-20T22:07:14.0948359Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-xid-737d6c7f87b8f7f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0949251Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-xid-737d6c7f87b8f7f7/lib-unicode_xid' from root:root to runner:runner
2025-08-20T22:07:14.0950129Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-xid-737d6c7f87b8f7f7/lib-unicode_xid.json' from root:root to runner:runner
2025-08-20T22:07:14.0951096Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-xid-737d6c7f87b8f7f7/dep-lib-unicode_xid' from root:root to runner:runner
2025-08-20T22:07:14.0951973Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-xid-737d6c7f87b8f7f7' from root:root to runner:runner
2025-08-20T22:07:14.0952866Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-17ecd09e58c5d91f/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:07:14.0953743Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-17ecd09e58c5d91f/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:07:14.0954616Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-17ecd09e58c5d91f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0955547Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-17ecd09e58c5d91f/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:07:14.0956338Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-17ecd09e58c5d91f' from root:root to runner:runner
2025-08-20T22:07:14.0957242Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9eae7abeac8fcaec/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0958263Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9eae7abeac8fcaec/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0959180Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9eae7abeac8fcaec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0960098Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9eae7abeac8fcaec/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0960852Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9eae7abeac8fcaec' from root:root to runner:runner
2025-08-20T22:07:14.0961754Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-66b623816621ed8c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0962663Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-66b623816621ed8c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0963486Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-66b623816621ed8c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0964456Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-66b623816621ed8c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0965211Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-66b623816621ed8c' from root:root to runner:runner
2025-08-20T22:07:14.0966187Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-125d7a6f750e0337/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0967101Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-125d7a6f750e0337/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0968059Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-125d7a6f750e0337/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0969066Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-125d7a6f750e0337/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0969831Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-125d7a6f750e0337' from root:root to runner:runner
2025-08-20T22:07:14.0970792Z [00:15:34.866]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-a15706ac7b2dc0b9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0971727Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-a15706ac7b2dc0b9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0972560Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-a15706ac7b2dc0b9' from root:root to runner:runner
2025-08-20T22:07:14.0973371Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ryu-9dd961d960e65758/dep-lib-ryu' from root:root to runner:runner
2025-08-20T22:07:14.0974160Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ryu-9dd961d960e65758/lib-ryu' from root:root to runner:runner
2025-08-20T22:07:14.0975002Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ryu-9dd961d960e65758/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0975832Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ryu-9dd961d960e65758/lib-ryu.json' from root:root to runner:runner
2025-08-20T22:07:14.0976614Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ryu-9dd961d960e65758' from root:root to runner:runner
2025-08-20T22:07:14.0977459Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest-76aad4779472ae34/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0978564Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest-76aad4779472ae34/dep-lib-pest' from root:root to runner:runner
2025-08-20T22:07:14.0979444Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest-76aad4779472ae34/lib-pest' from root:root to runner:runner
2025-08-20T22:07:14.0980282Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest-76aad4779472ae34/lib-pest.json' from root:root to runner:runner
2025-08-20T22:07:14.0981042Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest-76aad4779472ae34' from root:root to runner:runner
2025-08-20T22:07:14.0982066Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-d5b2cff9ce5b2329/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0983023Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-d5b2cff9ce5b2329/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0983812Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-d5b2cff9ce5b2329' from root:root to runner:runner
2025-08-20T22:07:14.0984732Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-35a562d47aad9e49/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0985667Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-35a562d47aad9e49/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.0986578Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-35a562d47aad9e49/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0987516Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-35a562d47aad9e49/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.0988409Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-35a562d47aad9e49' from root:root to runner:runner
2025-08-20T22:07:14.0989267Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-08134796525ad32f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0990073Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-08134796525ad32f/lib-libc' from root:root to runner:runner
2025-08-20T22:07:14.0990890Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-08134796525ad32f/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:07:14.0991771Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-08134796525ad32f/lib-libc.json' from root:root to runner:runner
2025-08-20T22:07:14.0992589Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-08134796525ad32f' from root:root to runner:runner
2025-08-20T22:07:14.0993483Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uucore_procs-8984b3efa9788265/lib-uucore_procs.json' from root:root to runner:runner
2025-08-20T22:07:14.0994363Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uucore_procs-8984b3efa9788265/dep-lib-uucore_procs' from root:root to runner:runner
2025-08-20T22:07:14.0995238Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uucore_procs-8984b3efa9788265/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.0996156Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uucore_procs-8984b3efa9788265/lib-uucore_procs' from root:root to runner:runner
2025-08-20T22:07:14.0996957Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uucore_procs-8984b3efa9788265' from root:root to runner:runner
2025-08-20T22:07:14.0998049Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-44d55ce0e635923d/lib-nu_derive_value.json' from root:root to runner:runner
2025-08-20T22:07:14.0998955Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-44d55ce0e635923d/lib-nu_derive_value' from root:root to runner:runner
2025-08-20T22:07:14.0999921Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-44d55ce0e635923d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1000815Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-44d55ce0e635923d/dep-lib-nu_derive_value' from root:root to runner:runner
2025-08-20T22:07:14.1001633Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-44d55ce0e635923d' from root:root to runner:runner
2025-08-20T22:07:14.1002530Z [00:15:34.867]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uuhelp_parser-89bd4899ecf52dda/lib-uuhelp_parser.json' from root:root to runner:runner
2025-08-20T22:07:14.1003407Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uuhelp_parser-89bd4899ecf52dda/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1004297Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uuhelp_parser-89bd4899ecf52dda/dep-lib-uuhelp_parser' from root:root to runner:runner
2025-08-20T22:07:14.1005223Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uuhelp_parser-89bd4899ecf52dda/lib-uuhelp_parser' from root:root to runner:runner
2025-08-20T22:07:14.1006079Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uuhelp_parser-89bd4899ecf52dda' from root:root to runner:runner
2025-08-20T22:07:14.1007059Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-618cba5715e59e9d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1008135Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-618cba5715e59e9d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1008991Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-618cba5715e59e9d' from root:root to runner:runner
2025-08-20T22:07:14.1009931Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/owo-colors-c3d65a2397b2a154/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1010873Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/owo-colors-c3d65a2397b2a154/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1011738Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/owo-colors-c3d65a2397b2a154/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1012686Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/owo-colors-c3d65a2397b2a154/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1013845Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/owo-colors-c3d65a2397b2a154' from root:root to runner:runner
2025-08-20T22:07:14.1015075Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/version_check-0f687acfe00fe645/lib-version_check' from root:root to runner:runner
2025-08-20T22:07:14.1015973Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/version_check-0f687acfe00fe645/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1016870Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/version_check-0f687acfe00fe645/lib-version_check.json' from root:root to runner:runner
2025-08-20T22:07:14.1017924Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/version_check-0f687acfe00fe645/dep-lib-version_check' from root:root to runner:runner
2025-08-20T22:07:14.1018775Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/version_check-0f687acfe00fe645' from root:root to runner:runner
2025-08-20T22:07:14.1019796Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slotmap-767365a0414cdc3c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1020863Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slotmap-767365a0414cdc3c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1021727Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slotmap-767365a0414cdc3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1022670Z [00:15:34.868]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slotmap-767365a0414cdc3c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1023503Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slotmap-767365a0414cdc3c' from root:root to runner:runner
2025-08-20T22:07:14.1024412Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/psm-e8e607c8bb85a928/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1025322Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/psm-e8e607c8bb85a928/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1026167Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/psm-e8e607c8bb85a928/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1027096Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/psm-e8e607c8bb85a928/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1028025Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/psm-e8e607c8bb85a928' from root:root to runner:runner
2025-08-20T22:07:14.1028966Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/signal-hook-6abc108caf5f9c84/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1029915Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/signal-hook-6abc108caf5f9c84/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1030797Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/signal-hook-6abc108caf5f9c84/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1031750Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/signal-hook-6abc108caf5f9c84/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1032548Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/signal-hook-6abc108caf5f9c84' from root:root to runner:runner
2025-08-20T22:07:14.1033518Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-2c9c4bffe6bd60ec/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1034492Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-2c9c4bffe6bd60ec/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1035329Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-2c9c4bffe6bd60ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1036242Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-2c9c4bffe6bd60ec/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1037054Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-2c9c4bffe6bd60ec' from root:root to runner:runner
2025-08-20T22:07:14.1038023Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-core-1e5e24273b2d9975/lib-time_core.json' from root:root to runner:runner
2025-08-20T22:07:14.1038878Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-core-1e5e24273b2d9975/lib-time_core' from root:root to runner:runner
2025-08-20T22:07:14.1039769Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-core-1e5e24273b2d9975/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1040624Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-core-1e5e24273b2d9975/dep-lib-time_core' from root:root to runner:runner
2025-08-20T22:07:14.1041475Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-core-1e5e24273b2d9975' from root:root to runner:runner
2025-08-20T22:07:14.1042387Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lz4-sys-1bd6143cfd3b3cd3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1043319Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lz4-sys-1bd6143cfd3b3cd3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1044174Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lz4-sys-1bd6143cfd3b3cd3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1045118Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lz4-sys-1bd6143cfd3b3cd3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1045885Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lz4-sys-1bd6143cfd3b3cd3' from root:root to runner:runner
2025-08-20T22:07:14.1046871Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-lazy-63e1bd002397941b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1047985Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-lazy-63e1bd002397941b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1048855Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-lazy-63e1bd002397941b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1049814Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-lazy-63e1bd002397941b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1050665Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-lazy-63e1bd002397941b' from root:root to runner:runner
2025-08-20T22:07:14.1051573Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-e6154b075be348c4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1052491Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-e6154b075be348c4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1053335Z [00:15:34.869]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-e6154b075be348c4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1054256Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-e6154b075be348c4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1055066Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-e6154b075be348c4' from root:root to runner:runner
2025-08-20T22:07:14.1055974Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lock_api-b1319322a7803845/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1056899Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lock_api-b1319322a7803845/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1057919Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lock_api-b1319322a7803845/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1058889Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lock_api-b1319322a7803845/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1059668Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lock_api-b1319322a7803845' from root:root to runner:runner
2025-08-20T22:07:14.1060597Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/digest-95c4282100bdea88/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1061470Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/digest-95c4282100bdea88/lib-digest' from root:root to runner:runner
2025-08-20T22:07:14.1062305Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/digest-95c4282100bdea88/dep-lib-digest' from root:root to runner:runner
2025-08-20T22:07:14.1063142Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/digest-95c4282100bdea88/lib-digest.json' from root:root to runner:runner
2025-08-20T22:07:14.1063968Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/digest-95c4282100bdea88' from root:root to runner:runner
2025-08-20T22:07:14.1064811Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-788918ac2920854d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1065603Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-788918ac2920854d/lib-time' from root:root to runner:runner
2025-08-20T22:07:14.1066419Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-788918ac2920854d/lib-time.json' from root:root to runner:runner
2025-08-20T22:07:14.1067235Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-788918ac2920854d/dep-lib-time' from root:root to runner:runner
2025-08-20T22:07:14.1068164Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-788918ac2920854d' from root:root to runner:runner
2025-08-20T22:07:14.1069039Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_macros-9d96f0b352a418e7/dep-lib-phf_macros' from root:root to runner:runner
2025-08-20T22:07:14.1069881Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_macros-9d96f0b352a418e7/lib-phf_macros' from root:root to runner:runner
2025-08-20T22:07:14.1070753Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_macros-9d96f0b352a418e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1071627Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_macros-9d96f0b352a418e7/lib-phf_macros.json' from root:root to runner:runner
2025-08-20T22:07:14.1072406Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_macros-9d96f0b352a418e7' from root:root to runner:runner
2025-08-20T22:07:14.1073371Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-724eaad38d3d0858/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1074348Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-724eaad38d3d0858/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1075195Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-724eaad38d3d0858/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1076110Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-724eaad38d3d0858/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1076877Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-724eaad38d3d0858' from root:root to runner:runner
2025-08-20T22:07:14.1078038Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/iana-time-zone-d0b739f6cd7fd254/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T22:07:14.1078960Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/iana-time-zone-d0b739f6cd7fd254/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1079846Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/iana-time-zone-d0b739f6cd7fd254/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T22:07:14.1080836Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/iana-time-zone-d0b739f6cd7fd254/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T22:07:14.1082260Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/iana-time-zone-d0b739f6cd7fd254' from root:root to runner:runner
2025-08-20T22:07:14.1083111Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/memchr-ef494630329a9d1d/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:07:14.1083961Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/memchr-ef494630329a9d1d/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:07:14.1084816Z [00:15:34.870]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/memchr-ef494630329a9d1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1085637Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/memchr-ef494630329a9d1d/lib-memchr' from root:root to runner:runner
2025-08-20T22:07:14.1086409Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/memchr-ef494630329a9d1d' from root:root to runner:runner
2025-08-20T22:07:14.1087388Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_consume_macros-13f4b0da849835e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1088457Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_consume_macros-13f4b0da849835e2/lib-pest_consume_macros' from root:root to runner:runner
2025-08-20T22:07:14.1089482Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_consume_macros-13f4b0da849835e2/lib-pest_consume_macros.json' from root:root to runner:runner
2025-08-20T22:07:14.1090412Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_consume_macros-13f4b0da849835e2/dep-lib-pest_consume_macros' from root:root to runner:runner
2025-08-20T22:07:14.1091240Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_consume_macros-13f4b0da849835e2' from root:root to runner:runner
2025-08-20T22:07:14.1092151Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-6c9c95398869a1ca/lib-phf_shared' from root:root to runner:runner
2025-08-20T22:07:14.1093025Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-6c9c95398869a1ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1093881Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-6c9c95398869a1ca/lib-phf_shared.json' from root:root to runner:runner
2025-08-20T22:07:14.1094743Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-6c9c95398869a1ca/dep-lib-phf_shared' from root:root to runner:runner
2025-08-20T22:07:14.1095583Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-6c9c95398869a1ca' from root:root to runner:runner
2025-08-20T22:07:14.1096430Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-9d7698c317bcda08/dep-lib-typenum' from root:root to runner:runner
2025-08-20T22:07:14.1097250Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-9d7698c317bcda08/lib-typenum' from root:root to runner:runner
2025-08-20T22:07:14.1098306Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-9d7698c317bcda08/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1099167Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-9d7698c317bcda08/lib-typenum.json' from root:root to runner:runner
2025-08-20T22:07:14.1099944Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-9d7698c317bcda08' from root:root to runner:runner
2025-08-20T22:07:14.1100854Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ahash-96eda7bd7982974c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1101861Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ahash-96eda7bd7982974c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1102775Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ahash-96eda7bd7982974c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1103703Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ahash-96eda7bd7982974c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1104467Z [00:15:34.871]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ahash-96eda7bd7982974c' from root:root to runner:runner
2025-08-20T22:07:14.1105435Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-build-da53a4051b7ec032/dep-lib-chrono_tz_build' from root:root to runner:runner
2025-08-20T22:07:14.1106346Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-build-da53a4051b7ec032/lib-chrono_tz_build.json' from root:root to runner:runner
2025-08-20T22:07:14.1107233Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-build-da53a4051b7ec032/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1108236Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-build-da53a4051b7ec032/lib-chrono_tz_build' from root:root to runner:runner
2025-08-20T22:07:14.1109122Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-build-da53a4051b7ec032' from root:root to runner:runner
2025-08-20T22:07:14.1109930Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-dd365abeb48567bd/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:07:14.1110760Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-dd365abeb48567bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1111557Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-dd365abeb48567bd/lib-syn' from root:root to runner:runner
2025-08-20T22:07:14.1112378Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-dd365abeb48567bd/lib-syn.json' from root:root to runner:runner
2025-08-20T22:07:14.1113128Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-dd365abeb48567bd' from root:root to runner:runner
2025-08-20T22:07:14.1114066Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libssh2-sys-70f94f1e98cd3ae0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1115096Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libssh2-sys-70f94f1e98cd3ae0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1116025Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libssh2-sys-70f94f1e98cd3ae0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1116980Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libssh2-sys-70f94f1e98cd3ae0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1117882Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libssh2-sys-70f94f1e98cd3ae0' from root:root to runner:runner
2025-08-20T22:07:14.1118810Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quick-xml-fc02d877b2a5ca14/lib-quick_xml.json' from root:root to runner:runner
2025-08-20T22:07:14.1119687Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quick-xml-fc02d877b2a5ca14/dep-lib-quick_xml' from root:root to runner:runner
2025-08-20T22:07:14.1120540Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quick-xml-fc02d877b2a5ca14/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1121385Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quick-xml-fc02d877b2a5ca14/lib-quick_xml' from root:root to runner:runner
2025-08-20T22:07:14.1122171Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quick-xml-fc02d877b2a5ca14' from root:root to runner:runner
2025-08-20T22:07:14.1123189Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr2-3d72dd7c6509f3a6/lib-proc_macro_error_attr2' from root:root to runner:runner
2025-08-20T22:07:14.1124159Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr2-3d72dd7c6509f3a6/dep-lib-proc_macro_error_attr2' from root:root to runner:runner
2025-08-20T22:07:14.1125088Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr2-3d72dd7c6509f3a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1126062Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr2-3d72dd7c6509f3a6/lib-proc_macro_error_attr2.json' from root:root to runner:runner
2025-08-20T22:07:14.1126914Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr2-3d72dd7c6509f3a6' from root:root to runner:runner
2025-08-20T22:07:14.1128011Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libm-c369b295016e5dc6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1128953Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libm-c369b295016e5dc6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1129845Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libm-c369b295016e5dc6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1130766Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libm-c369b295016e5dc6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1131524Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libm-c369b295016e5dc6' from root:root to runner:runner
2025-08-20T22:07:14.1132535Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/portable-atomic-48618f0d2338ceca/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1133518Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/portable-atomic-48618f0d2338ceca/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1134398Z [00:15:34.872]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/portable-atomic-48618f0d2338ceca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1135374Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/portable-atomic-48618f0d2338ceca/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1136242Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/portable-atomic-48618f0d2338ceca' from root:root to runner:runner
2025-08-20T22:07:14.1137110Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/displaydoc-cb456012e5f05a7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1138145Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/displaydoc-cb456012e5f05a7d/lib-displaydoc' from root:root to runner:runner
2025-08-20T22:07:14.1139037Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/displaydoc-cb456012e5f05a7d/dep-lib-displaydoc' from root:root to runner:runner
2025-08-20T22:07:14.1139940Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/displaydoc-cb456012e5f05a7d/lib-displaydoc.json' from root:root to runner:runner
2025-08-20T22:07:14.1140728Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/displaydoc-cb456012e5f05a7d' from root:root to runner:runner
2025-08-20T22:07:14.1141721Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-cd899efe4c4273a4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1142704Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-cd899efe4c4273a4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1143569Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-cd899efe4c4273a4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1144500Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-cd899efe4c4273a4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1145267Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-cd899efe4c4273a4' from root:root to runner:runner
2025-08-20T22:07:14.1146202Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-014c30ac66d1b674/lib-phf_generator' from root:root to runner:runner
2025-08-20T22:07:14.1147097Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-014c30ac66d1b674/lib-phf_generator.json' from root:root to runner:runner
2025-08-20T22:07:14.1148078Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-014c30ac66d1b674/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1148965Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-014c30ac66d1b674/dep-lib-phf_generator' from root:root to runner:runner
2025-08-20T22:07:14.1150277Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-014c30ac66d1b674' from root:root to runner:runner
2025-08-20T22:07:14.1151427Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-2c5a055760d334af/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1152374Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-2c5a055760d334af/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1153245Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-2c5a055760d334af/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1154194Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-2c5a055760d334af/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1154978Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-2c5a055760d334af' from root:root to runner:runner
2025-08-20T22:07:14.1155997Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-53705d2bc7aa806a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1157024Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-53705d2bc7aa806a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1158114Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-53705d2bc7aa806a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1159087Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-53705d2bc7aa806a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1159895Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-53705d2bc7aa806a' from root:root to runner:runner
2025-08-20T22:07:14.1160911Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-16e48a3644e9bb47/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1161875Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-16e48a3644e9bb47/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1162755Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-16e48a3644e9bb47/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1163718Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-16e48a3644e9bb47/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1164578Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-16e48a3644e9bb47' from root:root to runner:runner
2025-08-20T22:07:14.1165456Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_codegen-14bc4f3cd5e626fc/lib-phf_codegen.json' from root:root to runner:runner
2025-08-20T22:07:14.1166317Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_codegen-14bc4f3cd5e626fc/lib-phf_codegen' from root:root to runner:runner
2025-08-20T22:07:14.1167187Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_codegen-14bc4f3cd5e626fc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1168171Z [00:15:34.873]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_codegen-14bc4f3cd5e626fc/dep-lib-phf_codegen' from root:root to runner:runner
2025-08-20T22:07:14.1168964Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_codegen-14bc4f3cd5e626fc' from root:root to runner:runner
2025-08-20T22:07:14.1169874Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/heck-d971cb75bb8270d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1170750Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/heck-d971cb75bb8270d7/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:07:14.1171567Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/heck-d971cb75bb8270d7/lib-heck.json' from root:root to runner:runner
2025-08-20T22:07:14.1172363Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/heck-d971cb75bb8270d7/lib-heck' from root:root to runner:runner
2025-08-20T22:07:14.1173129Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/heck-d971cb75bb8270d7' from root:root to runner:runner
2025-08-20T22:07:14.1174072Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-bd0800023f823300/lib-tiny_keccak.json' from root:root to runner:runner
2025-08-20T22:07:14.1174954Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-bd0800023f823300/dep-lib-tiny_keccak' from root:root to runner:runner
2025-08-20T22:07:14.1175808Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-bd0800023f823300/lib-tiny_keccak' from root:root to runner:runner
2025-08-20T22:07:14.1176680Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-bd0800023f823300/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1177522Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-bd0800023f823300' from root:root to runner:runner
2025-08-20T22:07:14.1178551Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ucd-trie-b194e75dd3796006/lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:07:14.1179413Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ucd-trie-b194e75dd3796006/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1180269Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ucd-trie-b194e75dd3796006/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T22:07:14.1181198Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ucd-trie-b194e75dd3796006/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:07:14.1181969Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ucd-trie-b194e75dd3796006' from root:root to runner:runner
2025-08-20T22:07:14.1182889Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-derive-cb5386b942bc174e/dep-lib-zerocopy_derive' from root:root to runner:runner
2025-08-20T22:07:14.1183839Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-derive-cb5386b942bc174e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1184758Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-derive-cb5386b942bc174e/lib-zerocopy_derive.json' from root:root to runner:runner
2025-08-20T22:07:14.1185650Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-derive-cb5386b942bc174e/lib-zerocopy_derive' from root:root to runner:runner
2025-08-20T22:07:14.1186464Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-derive-cb5386b942bc174e' from root:root to runner:runner
2025-08-20T22:07:14.1187472Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/string_cache_codegen-da18c40b8b01dffe/lib-string_cache_codegen.json' from root:root to runner:runner
2025-08-20T22:07:14.1188575Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/string_cache_codegen-da18c40b8b01dffe/dep-lib-string_cache_codegen' from root:root to runner:runner
2025-08-20T22:07:14.1189482Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/string_cache_codegen-da18c40b8b01dffe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1190405Z [00:15:34.874]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/string_cache_codegen-da18c40b8b01dffe/lib-string_cache_codegen' from root:root to runner:runner
2025-08-20T22:07:14.1191238Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/string_cache_codegen-da18c40b8b01dffe' from root:root to runner:runner
2025-08-20T22:07:14.1192109Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-impl-576802228851f3f9/lib-ref_cast_impl' from root:root to runner:runner
2025-08-20T22:07:14.1192974Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-impl-576802228851f3f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1193929Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-impl-576802228851f3f9/dep-lib-ref_cast_impl' from root:root to runner:runner
2025-08-20T22:07:14.1194861Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-impl-576802228851f3f9/lib-ref_cast_impl.json' from root:root to runner:runner
2025-08-20T22:07:14.1195653Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-impl-576802228851f3f9' from root:root to runner:runner
2025-08-20T22:07:14.1196515Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb_data-b5ad4975cfbc060d/lib-tzdb_data.json' from root:root to runner:runner
2025-08-20T22:07:14.1197368Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb_data-b5ad4975cfbc060d/dep-lib-tzdb_data' from root:root to runner:runner
2025-08-20T22:07:14.1198336Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb_data-b5ad4975cfbc060d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1199171Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb_data-b5ad4975cfbc060d/lib-tzdb_data' from root:root to runner:runner
2025-08-20T22:07:14.1199954Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb_data-b5ad4975cfbc060d' from root:root to runner:runner
2025-08-20T22:07:14.1200950Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-safe-2c3f57cfec6e39e8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1201949Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-safe-2c3f57cfec6e39e8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1202805Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-safe-2c3f57cfec6e39e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1203757Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-safe-2c3f57cfec6e39e8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1204546Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-safe-2c3f57cfec6e39e8' from root:root to runner:runner
2025-08-20T22:07:14.1205397Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/same-file-aac2d23336610936/lib-same_file.json' from root:root to runner:runner
2025-08-20T22:07:14.1206246Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/same-file-aac2d23336610936/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1207141Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/same-file-aac2d23336610936/lib-same_file' from root:root to runner:runner
2025-08-20T22:07:14.1208153Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/same-file-aac2d23336610936/dep-lib-same_file' from root:root to runner:runner
2025-08-20T22:07:14.1208938Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/same-file-aac2d23336610936' from root:root to runner:runner
2025-08-20T22:07:14.1209923Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-4ea56a63ed6ec1af/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1210883Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-4ea56a63ed6ec1af/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1211677Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-4ea56a63ed6ec1af' from root:root to runner:runner
2025-08-20T22:07:14.1212599Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libz-sys-43eb14db8c4636fd/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1213527Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libz-sys-43eb14db8c4636fd/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1214451Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libz-sys-43eb14db8c4636fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1215441Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libz-sys-43eb14db8c4636fd/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1216211Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libz-sys-43eb14db8c4636fd' from root:root to runner:runner
2025-08-20T22:07:14.1217527Z [00:15:34.875]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-sys-73684a031be37e5a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1218914Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-sys-73684a031be37e5a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1219828Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-sys-73684a031be37e5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1220886Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-sys-73684a031be37e5a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1221744Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-sys-73684a031be37e5a' from root:root to runner:runner
2025-08-20T22:07:14.1222538Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/fnv-f20460b8def46d23/lib-fnv' from root:root to runner:runner
2025-08-20T22:07:14.1223376Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/fnv-f20460b8def46d23/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1224188Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/fnv-f20460b8def46d23/dep-lib-fnv' from root:root to runner:runner
2025-08-20T22:07:14.1225050Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/fnv-f20460b8def46d23/lib-fnv.json' from root:root to runner:runner
2025-08-20T22:07:14.1225817Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/fnv-f20460b8def46d23' from root:root to runner:runner
2025-08-20T22:07:14.1226679Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/once_cell-c1f71e7d878f8f58/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1227528Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/once_cell-c1f71e7d878f8f58/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:07:14.1228577Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/once_cell-c1f71e7d878f8f58/lib-once_cell' from root:root to runner:runner
2025-08-20T22:07:14.1229573Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/once_cell-c1f71e7d878f8f58/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:07:14.1230366Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/once_cell-c1f71e7d878f8f58' from root:root to runner:runner
2025-08-20T22:07:14.1231220Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-88af674ae1a6a382/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:07:14.1232103Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-88af674ae1a6a382/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1232983Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-88af674ae1a6a382/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:07:14.1233858Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-88af674ae1a6a382/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T22:07:14.1234709Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-88af674ae1a6a382' from root:root to runner:runner
2025-08-20T22:07:14.1235723Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-backend-ed8633dae849c4f2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1236698Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-backend-ed8633dae849c4f2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1237594Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-backend-ed8633dae849c4f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1238835Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-backend-ed8633dae849c4f2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1239715Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-backend-ed8633dae849c4f2' from root:root to runner:runner
2025-08-20T22:07:14.1240637Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-059fe526b05f08c5/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1241565Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-059fe526b05f08c5/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1242416Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-059fe526b05f08c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1243418Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-059fe526b05f08c5/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1244191Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-059fe526b05f08c5' from root:root to runner:runner
2025-08-20T22:07:14.1245063Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_derive-be995c7f03fff277/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1245947Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_derive-be995c7f03fff277/dep-lib-pest_derive' from root:root to runner:runner
2025-08-20T22:07:14.1246797Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_derive-be995c7f03fff277/lib-pest_derive' from root:root to runner:runner
2025-08-20T22:07:14.1247674Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_derive-be995c7f03fff277/lib-pest_derive.json' from root:root to runner:runner
2025-08-20T22:07:14.1248643Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_derive-be995c7f03fff277' from root:root to runner:runner
2025-08-20T22:07:14.1249582Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num_threads-1c315c551761a596/dep-lib-num_threads' from root:root to runner:runner
2025-08-20T22:07:14.1250453Z [00:15:34.876]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num_threads-1c315c551761a596/lib-num_threads.json' from root:root to runner:runner
2025-08-20T22:07:14.1251317Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num_threads-1c315c551761a596/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1252218Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num_threads-1c315c551761a596/lib-num_threads' from root:root to runner:runner
2025-08-20T22:07:14.1253013Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num_threads-1c315c551761a596' from root:root to runner:runner
2025-08-20T22:07:14.1253939Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-sys-05a6b5cb614e9946/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1254870Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-sys-05a6b5cb614e9946/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1255726Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-sys-05a6b5cb614e9946/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1256722Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-sys-05a6b5cb614e9946/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1257487Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-sys-05a6b5cb614e9946' from root:root to runner:runner
2025-08-20T22:07:14.1258518Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typeid-edb6d28e801ae3a7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1259461Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typeid-edb6d28e801ae3a7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1260320Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typeid-edb6d28e801ae3a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1261257Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typeid-edb6d28e801ae3a7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1262095Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typeid-edb6d28e801ae3a7' from root:root to runner:runner
2025-08-20T22:07:14.1263032Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/yoke-derive-5fce6fcb5e96da01/lib-yoke_derive.json' from root:root to runner:runner
2025-08-20T22:07:14.1263901Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/yoke-derive-5fce6fcb5e96da01/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1264762Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/yoke-derive-5fce6fcb5e96da01/lib-yoke_derive' from root:root to runner:runner
2025-08-20T22:07:14.1265687Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/yoke-derive-5fce6fcb5e96da01/dep-lib-yoke_derive' from root:root to runner:runner
2025-08-20T22:07:14.1266485Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/yoke-derive-5fce6fcb5e96da01' from root:root to runner:runner
2025-08-20T22:07:14.1267403Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-8c36dae309e4f58c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1268524Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-8c36dae309e4f58c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1269394Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-8c36dae309e4f58c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1270408Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-8c36dae309e4f58c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1271172Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-8c36dae309e4f58c' from root:root to runner:runner
2025-08-20T22:07:14.1271985Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-967ca0797cb5c598/lib-semver' from root:root to runner:runner
2025-08-20T22:07:14.1272839Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-967ca0797cb5c598/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1273680Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-967ca0797cb5c598/lib-semver.json' from root:root to runner:runner
2025-08-20T22:07:14.1274507Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-967ca0797cb5c598/dep-lib-semver' from root:root to runner:runner
2025-08-20T22:07:14.1275332Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-967ca0797cb5c598' from root:root to runner:runner
2025-08-20T22:07:14.1276302Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-097830e16e51aa4f/lib-nu_derive_value.json' from root:root to runner:runner
2025-08-20T22:07:14.1277190Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-097830e16e51aa4f/lib-nu_derive_value' from root:root to runner:runner
2025-08-20T22:07:14.1278180Z [00:15:34.877]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-097830e16e51aa4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1279149Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-097830e16e51aa4f/dep-lib-nu_derive_value' from root:root to runner:runner
2025-08-20T22:07:14.1279981Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-097830e16e51aa4f' from root:root to runner:runner
2025-08-20T22:07:14.1280891Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format_proc_macros-e3fae36cd00bbcee/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1281864Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format_proc_macros-e3fae36cd00bbcee/dep-lib-const_format_proc_macros' from root:root to runner:runner
2025-08-20T22:07:14.1282839Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format_proc_macros-e3fae36cd00bbcee/lib-const_format_proc_macros.json' from root:root to runner:runner
2025-08-20T22:07:14.1283846Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format_proc_macros-e3fae36cd00bbcee/lib-const_format_proc_macros' from root:root to runner:runner
2025-08-20T22:07:14.1284688Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format_proc_macros-e3fae36cd00bbcee' from root:root to runner:runner
2025-08-20T22:07:14.1286243Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-cf7592826f5ef5f0/dep-lib-rust_embed_impl' from root:root to runner:runner
2025-08-20T22:07:14.1287201Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-cf7592826f5ef5f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1288214Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-cf7592826f5ef5f0/lib-rust_embed_impl' from root:root to runner:runner
2025-08-20T22:07:14.1289211Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-cf7592826f5ef5f0/lib-rust_embed_impl.json' from root:root to runner:runner
2025-08-20T22:07:14.1290030Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-cf7592826f5ef5f0' from root:root to runner:runner
2025-08-20T22:07:14.1291046Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-compute-8103600b811be3bd/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1292015Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-compute-8103600b811be3bd/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1292901Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-compute-8103600b811be3bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1293931Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-compute-8103600b811be3bd/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1294737Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-compute-8103600b811be3bd' from root:root to runner:runner
2025-08-20T22:07:14.1295603Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strum_macros-2bd840fab42f1cf2/lib-strum_macros' from root:root to runner:runner
2025-08-20T22:07:14.1296487Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strum_macros-2bd840fab42f1cf2/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T22:07:14.1297410Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strum_macros-2bd840fab42f1cf2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1298402Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strum_macros-2bd840fab42f1cf2/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T22:07:14.1299196Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strum_macros-2bd840fab42f1cf2' from root:root to runner:runner
2025-08-20T22:07:14.1300157Z [00:15:34.878]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-5b498cb455579383/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1301121Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-5b498cb455579383/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1301998Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-5b498cb455579383/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1303034Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-5b498cb455579383/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1303894Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-5b498cb455579383' from root:root to runner:runner
2025-08-20T22:07:14.1304796Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-01c44805d6da04b7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1305707Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-01c44805d6da04b7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1306601Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-01c44805d6da04b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1307536Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-01c44805d6da04b7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1308507Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-01c44805d6da04b7' from root:root to runner:runner
2025-08-20T22:07:14.1309433Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerofrom-derive-18b19b1518a32417/dep-lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T22:07:14.1310341Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerofrom-derive-18b19b1518a32417/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1311316Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerofrom-derive-18b19b1518a32417/lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T22:07:14.1312226Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerofrom-derive-18b19b1518a32417/lib-zerofrom_derive.json' from root:root to runner:runner
2025-08-20T22:07:14.1313046Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerofrom-derive-18b19b1518a32417' from root:root to runner:runner
2025-08-20T22:07:14.1313981Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-25f7662009933dc1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1314921Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-25f7662009933dc1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1315786Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-25f7662009933dc1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1316787Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-25f7662009933dc1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1317629Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-25f7662009933dc1' from root:root to runner:runner
2025-08-20T22:07:14.1318667Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quote-804bb9c3a8d9bdc0/lib-quote.json' from root:root to runner:runner
2025-08-20T22:07:14.1319519Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quote-804bb9c3a8d9bdc0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1320408Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quote-804bb9c3a8d9bdc0/lib-quote' from root:root to runner:runner
2025-08-20T22:07:14.1321244Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quote-804bb9c3a8d9bdc0/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:07:14.1322010Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quote-804bb9c3a8d9bdc0' from root:root to runner:runner
2025-08-20T22:07:14.1322863Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_meta-d4d951ade5791d44/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1323712Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_meta-d4d951ade5791d44/lib-pest_meta' from root:root to runner:runner
2025-08-20T22:07:14.1324618Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_meta-d4d951ade5791d44/dep-lib-pest_meta' from root:root to runner:runner
2025-08-20T22:07:14.1325483Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_meta-d4d951ade5791d44/lib-pest_meta.json' from root:root to runner:runner
2025-08-20T22:07:14.1326263Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_meta-d4d951ade5791d44' from root:root to runner:runner
2025-08-20T22:07:14.1327198Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-traits-5a43c5915e428f7d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1328271Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-traits-5a43c5915e428f7d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1329135Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-traits-5a43c5915e428f7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1330158Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-traits-5a43c5915e428f7d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1331006Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-traits-5a43c5915e428f7d' from root:root to runner:runner
2025-08-20T22:07:14.1331931Z [00:15:34.879]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/selectors-74fb3785e8d14db6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1332876Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/selectors-74fb3785e8d14db6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1333737Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/selectors-74fb3785e8d14db6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1334783Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/selectors-74fb3785e8d14db6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1335565Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/selectors-74fb3785e8d14db6' from root:root to runner:runner
2025-08-20T22:07:14.1336434Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typetag-impl-525ec7da24dc57a0/lib-typetag_impl' from root:root to runner:runner
2025-08-20T22:07:14.1337316Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typetag-impl-525ec7da24dc57a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1338361Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typetag-impl-525ec7da24dc57a0/dep-lib-typetag_impl' from root:root to runner:runner
2025-08-20T22:07:14.1339254Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typetag-impl-525ec7da24dc57a0/lib-typetag_impl.json' from root:root to runner:runner
2025-08-20T22:07:14.1340082Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typetag-impl-525ec7da24dc57a0' from root:root to runner:runner
2025-08-20T22:07:14.1341022Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-plan-ae1518486893bd6a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1341972Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-plan-ae1518486893bd6a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1342846Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-plan-ae1518486893bd6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1343864Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-plan-ae1518486893bd6a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1344708Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-plan-ae1518486893bd6a' from root:root to runner:runner
2025-08-20T22:07:14.1345579Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/siphasher-51fd2d5d901c2515/dep-lib-siphasher' from root:root to runner:runner
2025-08-20T22:07:14.1346440Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/siphasher-51fd2d5d901c2515/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1347365Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/siphasher-51fd2d5d901c2515/lib-siphasher.json' from root:root to runner:runner
2025-08-20T22:07:14.1348490Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/siphasher-51fd2d5d901c2515/lib-siphasher' from root:root to runner:runner
2025-08-20T22:07:14.1349283Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/siphasher-51fd2d5d901c2515' from root:root to runner:runner
2025-08-20T22:07:14.1350181Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/futures-macro-5a8590abd7568cd6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1351066Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/futures-macro-5a8590abd7568cd6/lib-futures_macro' from root:root to runner:runner
2025-08-20T22:07:14.1352047Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/futures-macro-5a8590abd7568cd6/lib-futures_macro.json' from root:root to runner:runner
2025-08-20T22:07:14.1352939Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/futures-macro-5a8590abd7568cd6/dep-lib-futures_macro' from root:root to runner:runner
2025-08-20T22:07:14.1353920Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/futures-macro-5a8590abd7568cd6' from root:root to runner:runner
2025-08-20T22:07:14.1355380Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-schema-3c1e7021f7e123db/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1356354Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-schema-3c1e7021f7e123db/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1357241Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-schema-3c1e7021f7e123db/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1358408Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-schema-3c1e7021f7e123db/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1359290Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-schema-3c1e7021f7e123db' from root:root to runner:runner
2025-08-20T22:07:14.1360167Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_repr-d5e1050d5dfc06d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1361036Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_repr-d5e1050d5dfc06d2/dep-lib-serde_repr' from root:root to runner:runner
2025-08-20T22:07:14.1361962Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_repr-d5e1050d5dfc06d2/lib-serde_repr.json' from root:root to runner:runner
2025-08-20T22:07:14.1362811Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_repr-d5e1050d5dfc06d2/lib-serde_repr' from root:root to runner:runner
2025-08-20T22:07:14.1363599Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_repr-d5e1050d5dfc06d2' from root:root to runner:runner
2025-08-20T22:07:14.1364471Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-578c736568b40cd9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1365360Z [00:15:34.880]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-578c736568b40cd9/lib-generic_array' from root:root to runner:runner
2025-08-20T22:07:14.1366308Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-578c736568b40cd9/lib-generic_array.json' from root:root to runner:runner
2025-08-20T22:07:14.1367206Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-578c736568b40cd9/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T22:07:14.1368120Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-578c736568b40cd9' from root:root to runner:runner
2025-08-20T22:07:14.1369023Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-ef20c83383748a6e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1369940Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-ef20c83383748a6e/lib-parse_zoneinfo.json' from root:root to runner:runner
2025-08-20T22:07:14.1370834Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-ef20c83383748a6e/dep-lib-parse_zoneinfo' from root:root to runner:runner
2025-08-20T22:07:14.1371795Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-ef20c83383748a6e/lib-parse_zoneinfo' from root:root to runner:runner
2025-08-20T22:07:14.1372670Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-ef20c83383748a6e' from root:root to runner:runner
2025-08-20T22:07:14.1373588Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/anyhow-4acb5407acaf121b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1374522Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/anyhow-4acb5407acaf121b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.1375434Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/anyhow-4acb5407acaf121b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1376378Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/anyhow-4acb5407acaf121b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.1377145Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/anyhow-4acb5407acaf121b' from root:root to runner:runner
2025-08-20T22:07:14.1378106Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/is_debug-8b4cbb64fe03d3d5/dep-lib-is_debug' from root:root to runner:runner
2025-08-20T22:07:14.1378972Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/is_debug-8b4cbb64fe03d3d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1379871Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/is_debug-8b4cbb64fe03d3d5/lib-is_debug' from root:root to runner:runner
2025-08-20T22:07:14.1380721Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/is_debug-8b4cbb64fe03d3d5/lib-is_debug.json' from root:root to runner:runner
2025-08-20T22:07:14.1381494Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/is_debug-8b4cbb64fe03d3d5' from root:root to runner:runner
2025-08-20T22:07:14.1382174Z [00:15:34.881]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:07:14.1382840Z [00:15:34.882]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/libnu_derive_value.so' retained as runner:runner
2025-08-20T22:07:14.1383463Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:07:14.1384257Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_formats' from root:root to runner:runner
2025-08-20T22:07:14.1385111Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_protocol.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1385924Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/examples' from root:root to runner:runner
2025-08-20T22:07:14.1386728Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_custom_values' from root:root to runner:runner
2025-08-20T22:07:14.1387501Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/incremental' from root:root to runner:runner
2025-08-20T22:07:14.1388536Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_path.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1389413Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_table.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1390249Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_engine.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1391064Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_example.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1391884Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_experimental.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1392719Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_gstat' from root:root to runner:runner
2025-08-20T22:07:14.1393507Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1394270Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:07:14.1395095Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_formats.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1395945Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_test_support.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1396736Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_cmd_base.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1397522Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_utils.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1398591Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_cmd_lang.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1399444Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnuon.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1400260Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_core.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1401039Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_cli.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1401921Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_stress_internals' from root:root to runner:runner
2025-08-20T22:07:14.1402709Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_lsp.rlib' from root:root to runner:runner
2025-08-20T22:07:14.1403593Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-lazy-615db2c46a9550db/out' from root:root to runner:runner
2025-08-20T22:07:14.1404486Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-lazy-615db2c46a9550db/output' from root:root to runner:runner
2025-08-20T22:07:14.1405414Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-lazy-615db2c46a9550db/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1406404Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-lazy-615db2c46a9550db/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1407297Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-lazy-615db2c46a9550db/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1408274Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-lazy-615db2c46a9550db' from root:root to runner:runner
2025-08-20T22:07:14.1409156Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zerocopy-94d9d136d48d4ebc/out' from root:root to runner:runner
2025-08-20T22:07:14.1410046Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zerocopy-94d9d136d48d4ebc/output' from root:root to runner:runner
2025-08-20T22:07:14.1410942Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zerocopy-94d9d136d48d4ebc/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1411934Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zerocopy-94d9d136d48d4ebc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1412861Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zerocopy-94d9d136d48d4ebc/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1413712Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zerocopy-94d9d136d48d4ebc' from root:root to runner:runner
2025-08-20T22:07:14.1414588Z [00:15:34.882]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/owo-colors-957cc0f7d93d9660/out' from root:root to runner:runner
2025-08-20T22:07:14.1415525Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/owo-colors-957cc0f7d93d9660/output' from root:root to runner:runner
2025-08-20T22:07:14.1416438Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/owo-colors-957cc0f7d93d9660/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1417367Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/owo-colors-957cc0f7d93d9660/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1418354Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/owo-colors-957cc0f7d93d9660/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1419214Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/owo-colors-957cc0f7d93d9660' from root:root to runner:runner
2025-08-20T22:07:14.1420133Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-d88a55298ac1cb38/out' from root:root to runner:runner
2025-08-20T22:07:14.1420995Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-d88a55298ac1cb38/output' from root:root to runner:runner
2025-08-20T22:07:14.1421871Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-d88a55298ac1cb38/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1423355Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-d88a55298ac1cb38/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1424371Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-d88a55298ac1cb38/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1425208Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-d88a55298ac1cb38' from root:root to runner:runner
2025-08-20T22:07:14.1426140Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-e4368215916712fa/out' from root:root to runner:runner
2025-08-20T22:07:14.1427055Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-e4368215916712fa/output' from root:root to runner:runner
2025-08-20T22:07:14.1428188Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-e4368215916712fa/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1429106Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-e4368215916712fa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1430029Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-e4368215916712fa/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1430857Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-e4368215916712fa' from root:root to runner:runner
2025-08-20T22:07:14.1431858Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/out/autocfg_9d41846c6f1c0561_1.ll' from root:root to runner:runner
2025-08-20T22:07:14.1432854Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/out/autocfg_9d41846c6f1c0561_0.ll' from root:root to runner:runner
2025-08-20T22:07:14.1433788Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/out' from root:root to runner:runner
2025-08-20T22:07:14.1434676Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/output' from root:root to runner:runner
2025-08-20T22:07:14.1435575Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1436509Z [00:15:34.883]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1437401Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1438356Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48' from root:root to runner:runner
2025-08-20T22:07:14.1439283Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/procfs-91e332d214a9c483/out' from root:root to runner:runner
2025-08-20T22:07:14.1440308Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/procfs-91e332d214a9c483/output' from root:root to runner:runner
2025-08-20T22:07:14.1441204Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/procfs-91e332d214a9c483/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1442122Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/procfs-91e332d214a9c483/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1442990Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/procfs-91e332d214a9c483/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1443883Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/procfs-91e332d214a9c483' from root:root to runner:runner
2025-08-20T22:07:14.1444937Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_compress_sequences.o' from root:root to runner:runner
2025-08-20T22:07:14.1445983Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_compress_literals.o' from root:root to runner:runner
2025-08-20T22:07:14.1446961Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-debug.o' from root:root to runner:runner
2025-08-20T22:07:14.1448112Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_lazy.o' from root:root to runner:runner
2025-08-20T22:07:14.1449155Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/88f362f13b0528ed-zstd_decompress_block.o' from root:root to runner:runner
2025-08-20T22:07:14.1450141Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_fast.o' from root:root to runner:runner
2025-08-20T22:07:14.1451156Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstdmt_compress.o' from root:root to runner:runner
2025-08-20T22:07:14.1452156Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-fse_decompress.o' from root:root to runner:runner
2025-08-20T22:07:14.1453231Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/88f362f13b0528ed-zstd_decompress.o' from root:root to runner:runner
2025-08-20T22:07:14.1454276Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v05.o' from root:root to runner:runner
2025-08-20T22:07:14.1455260Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v03.o' from root:root to runner:runner
2025-08-20T22:07:14.1456257Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-huf_compress.o' from root:root to runner:runner
2025-08-20T22:07:14.1457350Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_compress_superblock.o' from root:root to runner:runner
2025-08-20T22:07:14.1458444Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/a6c81c75fc82913a-cover.o' from root:root to runner:runner
2025-08-20T22:07:14.1459352Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/libzstd.a' from root:root to runner:runner
2025-08-20T22:07:14.1460348Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/a6c81c75fc82913a-fastcover.o' from root:root to runner:runner
2025-08-20T22:07:14.1461398Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_opt.o' from root:root to runner:runner
2025-08-20T22:07:14.1462380Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/a6c81c75fc82913a-divsufsort.o' from root:root to runner:runner
2025-08-20T22:07:14.1463380Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-zstd_common.o' from root:root to runner:runner
2025-08-20T22:07:14.1464387Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_double_fast.o' from root:root to runner:runner
2025-08-20T22:07:14.1465366Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v04.o' from root:root to runner:runner
2025-08-20T22:07:14.1466352Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/88f362f13b0528ed-zstd_ddict.o' from root:root to runner:runner
2025-08-20T22:07:14.1467330Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/flag_check.c' from root:root to runner:runner
2025-08-20T22:07:14.1468560Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/a6c81c75fc82913a-zdict.o' from root:root to runner:runner
2025-08-20T22:07:14.1469474Z [00:15:34.884]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/flag_check' from root:root to runner:runner
2025-08-20T22:07:14.1470464Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_ldm.o' from root:root to runner:runner
2025-08-20T22:07:14.1471507Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-pool.o' from root:root to runner:runner
2025-08-20T22:07:14.1472489Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v02.o' from root:root to runner:runner
2025-08-20T22:07:14.1473418Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/include/zstd.h' from root:root to runner:runner
2025-08-20T22:07:14.1474348Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/include/zdict.h' from root:root to runner:runner
2025-08-20T22:07:14.1475363Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/include/zstd_errors.h' from root:root to runner:runner
2025-08-20T22:07:14.1476278Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/include' from root:root to runner:runner
2025-08-20T22:07:14.1477276Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_compress.o' from root:root to runner:runner
2025-08-20T22:07:14.1478457Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v01.o' from root:root to runner:runner
2025-08-20T22:07:14.1479472Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-entropy_common.o' from root:root to runner:runner
2025-08-20T22:07:14.1480522Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-hist.o' from root:root to runner:runner
2025-08-20T22:07:14.1481508Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v06.o' from root:root to runner:runner
2025-08-20T22:07:14.1482567Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-fse_compress.o' from root:root to runner:runner
2025-08-20T22:07:14.1483603Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/7faed3f8272f2313-huf_decompress_amd64.o' from root:root to runner:runner
2025-08-20T22:07:14.1484657Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/88f362f13b0528ed-huf_decompress.o' from root:root to runner:runner
2025-08-20T22:07:14.1485639Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v07.o' from root:root to runner:runner
2025-08-20T22:07:14.1486633Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-threading.o' from root:root to runner:runner
2025-08-20T22:07:14.1487632Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-error_private.o' from root:root to runner:runner
2025-08-20T22:07:14.1488610Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out' from root:root to runner:runner
2025-08-20T22:07:14.1489562Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/output' from root:root to runner:runner
2025-08-20T22:07:14.1490758Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1492066Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1492949Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1493792Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279' from root:root to runner:runner
2025-08-20T22:07:14.1494755Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/v_htmlescape-3dbfd29f98def6c9/out' from root:root to runner:runner
2025-08-20T22:07:14.1495661Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/v_htmlescape-3dbfd29f98def6c9/output' from root:root to runner:runner
2025-08-20T22:07:14.1496635Z [00:15:34.885]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/v_htmlescape-3dbfd29f98def6c9/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1497579Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/v_htmlescape-3dbfd29f98def6c9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1498590Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/v_htmlescape-3dbfd29f98def6c9/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1499523Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/v_htmlescape-3dbfd29f98def6c9' from root:root to runner:runner
2025-08-20T22:07:14.1500433Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/portable-atomic-bf89508fdd3eb0c5/out' from root:root to runner:runner
2025-08-20T22:07:14.1501344Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/portable-atomic-bf89508fdd3eb0c5/output' from root:root to runner:runner
2025-08-20T22:07:14.1502286Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/portable-atomic-bf89508fdd3eb0c5/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1503298Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/portable-atomic-bf89508fdd3eb0c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1504215Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/portable-atomic-bf89508fdd3eb0c5/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1505097Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/portable-atomic-bf89508fdd3eb0c5' from root:root to runner:runner
2025-08-20T22:07:14.1505939Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-bdc092a484624437/out' from root:root to runner:runner
2025-08-20T22:07:14.1506790Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-bdc092a484624437/output' from root:root to runner:runner
2025-08-20T22:07:14.1507655Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-bdc092a484624437/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1508838Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-bdc092a484624437/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1509749Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-bdc092a484624437/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1510575Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-bdc092a484624437' from root:root to runner:runner
2025-08-20T22:07:14.1511462Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/generic-array-7b507696d1c3f522/out' from root:root to runner:runner
2025-08-20T22:07:14.1512412Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/generic-array-7b507696d1c3f522/output' from root:root to runner:runner
2025-08-20T22:07:14.1513338Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/generic-array-7b507696d1c3f522/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1514273Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/generic-array-7b507696d1c3f522/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1515176Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/generic-array-7b507696d1c3f522/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1516052Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/generic-array-7b507696d1c3f522' from root:root to runner:runner
2025-08-20T22:07:14.1517015Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/out/rules.rs' from root:root to runner:runner
2025-08-20T22:07:14.1517988Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/out' from root:root to runner:runner
2025-08-20T22:07:14.1518867Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/output' from root:root to runner:runner
2025-08-20T22:07:14.1519781Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1520713Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1521590Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1522504Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b' from root:root to runner:runner
2025-08-20T22:07:14.1523453Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-compute-471af232274ed09e/out' from root:root to runner:runner
2025-08-20T22:07:14.1524363Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-compute-471af232274ed09e/output' from root:root to runner:runner
2025-08-20T22:07:14.1525290Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-compute-471af232274ed09e/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1526302Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-compute-471af232274ed09e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1527207Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-compute-471af232274ed09e/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1528190Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-compute-471af232274ed09e' from root:root to runner:runner
2025-08-20T22:07:14.1529074Z [00:15:34.886]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-plan-20a02b4d7fc402da/out' from root:root to runner:runner
2025-08-20T22:07:14.1530036Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-plan-20a02b4d7fc402da/output' from root:root to runner:runner
2025-08-20T22:07:14.1530946Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-plan-20a02b4d7fc402da/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1531875Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-plan-20a02b4d7fc402da/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1532766Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-plan-20a02b4d7fc402da/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1533633Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-plan-20a02b4d7fc402da' from root:root to runner:runner
2025-08-20T22:07:14.1534629Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/22ae6416712856c5-vtls.o' from root:root to runner:runner
2025-08-20T22:07:14.1535694Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-splay.o' from root:root to runner:runner
2025-08-20T22:07:14.1536787Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-content_encoding.o' from root:root to runner:runner
2025-08-20T22:07:14.1537906Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http_digest.o' from root:root to runner:runner
2025-08-20T22:07:14.1538913Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cookie.o' from root:root to runner:runner
2025-08-20T22:07:14.1540003Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-llist.o' from root:root to runner:runner
2025-08-20T22:07:14.1541007Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-select.o' from root:root to runner:runner
2025-08-20T22:07:14.1541989Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-netrc.o' from root:root to runner:runner
2025-08-20T22:07:14.1542995Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-timeval.o' from root:root to runner:runner
2025-08-20T22:07:14.1544030Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-ws.o' from root:root to runner:runner
2025-08-20T22:07:14.1545053Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_memrchr.o' from root:root to runner:runner
2025-08-20T22:07:14.1546084Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-parsedate.o' from root:root to runner:runner
2025-08-20T22:07:14.1547076Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-setopt.o' from root:root to runner:runner
2025-08-20T22:07:14.1548263Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-getinfo.o' from root:root to runner:runner
2025-08-20T22:07:14.1549370Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-mprintf.o' from root:root to runner:runner
2025-08-20T22:07:14.1550422Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hmac.o' from root:root to runner:runner
2025-08-20T22:07:14.1551440Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/22ae6416712856c5-hostcheck.o' from root:root to runner:runner
2025-08-20T22:07:14.1552428Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-vquic.o' from root:root to runner:runner
2025-08-20T22:07:14.1553482Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-fopen.o' from root:root to runner:runner
2025-08-20T22:07:14.1554480Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-multi.o' from root:root to runner:runner
2025-08-20T22:07:14.1555467Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-file.o' from root:root to runner:runner
2025-08-20T22:07:14.1556457Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-sendf.o' from root:root to runner:runner
2025-08-20T22:07:14.1557385Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/libcurl.a' from root:root to runner:runner
2025-08-20T22:07:14.1559182Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-curl_quiche.o' from root:root to runner:runner
2025-08-20T22:07:14.1560234Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/22ae6416712856c5-openssl.o' from root:root to runner:runner
2025-08-20T22:07:14.1561236Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-slist.o' from root:root to runner:runner
2025-08-20T22:07:14.1562249Z [00:15:34.887]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hostasyn.o' from root:root to runner:runner
2025-08-20T22:07:14.1563230Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-doh.o' from root:root to runner:runner
2025-08-20T22:07:14.1564313Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/240958fc840aa3df-digest.o' from root:root to runner:runner
2025-08-20T22:07:14.1565371Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-transfer.o' from root:root to runner:runner
2025-08-20T22:07:14.1566383Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cf-haproxy.o' from root:root to runner:runner
2025-08-20T22:07:14.1567371Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-easy.o' from root:root to runner:runner
2025-08-20T22:07:14.1568658Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hostip6.o' from root:root to runner:runner
2025-08-20T22:07:14.1569695Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-curl_msh3.o' from root:root to runner:runner
2025-08-20T22:07:14.1570716Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http_chunks.o' from root:root to runner:runner
2025-08-20T22:07:14.1571719Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-getenv.o' from root:root to runner:runner
2025-08-20T22:07:14.1572778Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-dynbuf.o' from root:root to runner:runner
2025-08-20T22:07:14.1573799Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_addrinfo.o' from root:root to runner:runner
2025-08-20T22:07:14.1574821Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-inet_pton.o' from root:root to runner:runner
2025-08-20T22:07:14.1575808Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-bufq.o' from root:root to runner:runner
2025-08-20T22:07:14.1576853Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-base64.o' from root:root to runner:runner
2025-08-20T22:07:14.1578083Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-bufref.o' from root:root to runner:runner
2025-08-20T22:07:14.1579137Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-sha256.o' from root:root to runner:runner
2025-08-20T22:07:14.1580174Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_get_line.o' from root:root to runner:runner
2025-08-20T22:07:14.1581171Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-version.o' from root:root to runner:runner
2025-08-20T22:07:14.1582217Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-mime.o' from root:root to runner:runner
2025-08-20T22:07:14.1583275Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_sha512_256.o' from root:root to runner:runner
2025-08-20T22:07:14.1584264Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http.o' from root:root to runner:runner
2025-08-20T22:07:14.1585298Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_range.o' from root:root to runner:runner
2025-08-20T22:07:14.1586361Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-request.o' from root:root to runner:runner
2025-08-20T22:07:14.1587363Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-dynhds.o' from root:root to runner:runner
2025-08-20T22:07:14.1588546Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hash.o' from root:root to runner:runner
2025-08-20T22:07:14.1589559Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-altsvc.o' from root:root to runner:runner
2025-08-20T22:07:14.1590579Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-socketpair.o' from root:root to runner:runner
2025-08-20T22:07:14.1591672Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cf-h1-proxy.o' from root:root to runner:runner
2025-08-20T22:07:14.1592666Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hsts.o' from root:root to runner:runner
2025-08-20T22:07:14.1593708Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-idn.o' from root:root to runner:runner
2025-08-20T22:07:14.1594701Z [00:15:34.888]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-share.o' from root:root to runner:runner
2025-08-20T22:07:14.1595755Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cfilters.o' from root:root to runner:runner
2025-08-20T22:07:14.1596768Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-vquic-tls.o' from root:root to runner:runner
2025-08-20T22:07:14.1597860Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-md5.o' from root:root to runner:runner
2025-08-20T22:07:14.1598869Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-strerror.o' from root:root to runner:runner
2025-08-20T22:07:14.1599863Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-url.o' from root:root to runner:runner
2025-08-20T22:07:14.1600930Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-nonblock.o' from root:root to runner:runner
2025-08-20T22:07:14.1601945Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_threads.o' from root:root to runner:runner
2025-08-20T22:07:14.1602944Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/240958fc840aa3df-vauth.o' from root:root to runner:runner
2025-08-20T22:07:14.1603955Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-strtoofft.o' from root:root to runner:runner
2025-08-20T22:07:14.1604948Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-if2ip.o' from root:root to runner:runner
2025-08-20T22:07:14.1606007Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-strtok.o' from root:root to runner:runner
2025-08-20T22:07:14.1607063Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-urlapi.o' from root:root to runner:runner
2025-08-20T22:07:14.1608174Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cf-socket.o' from root:root to runner:runner
2025-08-20T22:07:14.1609195Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-asyn-thread.o' from root:root to runner:runner
2025-08-20T22:07:14.1610307Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http_aws_sigv4.o' from root:root to runner:runner
2025-08-20T22:07:14.1611349Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-noproxy.o' from root:root to runner:runner
2025-08-20T22:07:14.1612360Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-warnless.o' from root:root to runner:runner
2025-08-20T22:07:14.1613371Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-timediff.o' from root:root to runner:runner
2025-08-20T22:07:14.1614436Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-fileinfo.o' from root:root to runner:runner
2025-08-20T22:07:14.1615434Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hostip.o' from root:root to runner:runner
2025-08-20T22:07:14.1616454Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-inet_ntop.o' from root:root to runner:runner
2025-08-20T22:07:14.1617467Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-conncache.o' from root:root to runner:runner
2025-08-20T22:07:14.1618561Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-mqtt.o' from root:root to runner:runner
2025-08-20T22:07:14.1619620Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-strcase.o' from root:root to runner:runner
2025-08-20T22:07:14.1620699Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-curl_ngtcp2.o' from root:root to runner:runner
2025-08-20T22:07:14.1621690Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/22ae6416712856c5-keylog.o' from root:root to runner:runner
2025-08-20T22:07:14.1622691Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-escape.o' from root:root to runner:runner
2025-08-20T22:07:14.1623745Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-progress.o' from root:root to runner:runner
2025-08-20T22:07:14.1624762Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-curl_osslq.o' from root:root to runner:runner
2025-08-20T22:07:14.1626050Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_trc.o' from root:root to runner:runner
2025-08-20T22:07:14.1627485Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cf-https-connect.o' from root:root to runner:runner
2025-08-20T22:07:14.1628804Z [00:15:34.889]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http1.o' from root:root to runner:runner
2025-08-20T22:07:14.1629814Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-rename.o' from root:root to runner:runner
2025-08-20T22:07:14.1630821Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-formdata.o' from root:root to runner:runner
2025-08-20T22:07:14.1631819Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-socks.o' from root:root to runner:runner
2025-08-20T22:07:14.1632811Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-rand.o' from root:root to runner:runner
2025-08-20T22:07:14.1633880Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cw-out.o' from root:root to runner:runner
2025-08-20T22:07:14.1634888Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-strdup.o' from root:root to runner:runner
2025-08-20T22:07:14.1635945Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-headers.o' from root:root to runner:runner
2025-08-20T22:07:14.1636966Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-speedcheck.o' from root:root to runner:runner
2025-08-20T22:07:14.1638130Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-connect.o' from root:root to runner:runner
2025-08-20T22:07:14.1639141Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-macos.o' from root:root to runner:runner
2025-08-20T22:07:14.1640195Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http_proxy.o' from root:root to runner:runner
2025-08-20T22:07:14.1641087Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build' from root:root to runner:runner
2025-08-20T22:07:14.1642042Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/curl.h' from root:root to runner:runner
2025-08-20T22:07:14.1643079Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/stdcheaders.h' from root:root to runner:runner
2025-08-20T22:07:14.1644038Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/curlver.h' from root:root to runner:runner
2025-08-20T22:07:14.1645017Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/websockets.h' from root:root to runner:runner
2025-08-20T22:07:14.1645975Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/system.h' from root:root to runner:runner
2025-08-20T22:07:14.1646922Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/multi.h' from root:root to runner:runner
2025-08-20T22:07:14.1648172Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/typecheck-gcc.h' from root:root to runner:runner
2025-08-20T22:07:14.1649221Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/options.h' from root:root to runner:runner
2025-08-20T22:07:14.1650184Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/header.h' from root:root to runner:runner
2025-08-20T22:07:14.1651146Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/mprintf.h' from root:root to runner:runner
2025-08-20T22:07:14.1652156Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/urlapi.h' from root:root to runner:runner
2025-08-20T22:07:14.1653118Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/easy.h' from root:root to runner:runner
2025-08-20T22:07:14.1654045Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl' from root:root to runner:runner
2025-08-20T22:07:14.1654941Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include' from root:root to runner:runner
2025-08-20T22:07:14.1655918Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/lib/pkgconfig/libcurl.pc' from root:root to runner:runner
2025-08-20T22:07:14.1656931Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/lib/pkgconfig' from root:root to runner:runner
2025-08-20T22:07:14.1657925Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/lib' from root:root to runner:runner
2025-08-20T22:07:14.1658797Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out' from root:root to runner:runner
2025-08-20T22:07:14.1659676Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/output' from root:root to runner:runner
2025-08-20T22:07:14.1660574Z [00:15:34.890]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1661554Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1662494Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1663338Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549' from root:root to runner:runner
2025-08-20T22:07:14.1664198Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-af222408e541baf1/out' from root:root to runner:runner
2025-08-20T22:07:14.1665085Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-af222408e541baf1/output' from root:root to runner:runner
2025-08-20T22:07:14.1666033Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-af222408e541baf1/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1666952Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-af222408e541baf1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1668000Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-af222408e541baf1/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1668854Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-af222408e541baf1' from root:root to runner:runner
2025-08-20T22:07:14.1669831Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-utils-04cbc54183b6ddac/out' from root:root to runner:runner
2025-08-20T22:07:14.1670729Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-utils-04cbc54183b6ddac/output' from root:root to runner:runner
2025-08-20T22:07:14.1671709Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-utils-04cbc54183b6ddac/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1672705Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-utils-04cbc54183b6ddac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1673606Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-utils-04cbc54183b6ddac/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1674471Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-utils-04cbc54183b6ddac' from root:root to runner:runner
2025-08-20T22:07:14.1675344Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/native-tls-59100df90c6ae24e/out' from root:root to runner:runner
2025-08-20T22:07:14.1676245Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/native-tls-59100df90c6ae24e/output' from root:root to runner:runner
2025-08-20T22:07:14.1677151Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/native-tls-59100df90c6ae24e/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1678200Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/native-tls-59100df90c6ae24e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1679154Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/native-tls-59100df90c6ae24e/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1680063Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/native-tls-59100df90c6ae24e' from root:root to runner:runner
2025-08-20T22:07:14.1680952Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-arrow-18b3c80897d53652/out' from root:root to runner:runner
2025-08-20T22:07:14.1681842Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-arrow-18b3c80897d53652/output' from root:root to runner:runner
2025-08-20T22:07:14.1682762Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-arrow-18b3c80897d53652/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1683705Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-arrow-18b3c80897d53652/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1684593Z [00:15:34.891]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-arrow-18b3c80897d53652/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1685514Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-arrow-18b3c80897d53652' from root:root to runner:runner
2025-08-20T22:07:14.1686465Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/out/consts.rs' from root:root to runner:runner
2025-08-20T22:07:14.1687358Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/out/tests.rs' from root:root to runner:runner
2025-08-20T22:07:14.1688364Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/out/op.rs' from root:root to runner:runner
2025-08-20T22:07:14.1689238Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/out' from root:root to runner:runner
2025-08-20T22:07:14.1690129Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/output' from root:root to runner:runner
2025-08-20T22:07:14.1691019Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1691941Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1692883Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1693999Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0' from root:root to runner:runner
2025-08-20T22:07:14.1695305Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-963d1a32d191db90/out' from root:root to runner:runner
2025-08-20T22:07:14.1696238Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-963d1a32d191db90/output' from root:root to runner:runner
2025-08-20T22:07:14.1697160Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-963d1a32d191db90/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1698243Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-963d1a32d191db90/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1699142Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-963d1a32d191db90/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1700630Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-963d1a32d191db90' from root:root to runner:runner
2025-08-20T22:07:14.1701641Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-core-484da10f532052ff/out' from root:root to runner:runner
2025-08-20T22:07:14.1702534Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-core-484da10f532052ff/output' from root:root to runner:runner
2025-08-20T22:07:14.1703450Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-core-484da10f532052ff/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1704456Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-core-484da10f532052ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1705358Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-core-484da10f532052ff/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1706221Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-core-484da10f532052ff' from root:root to runner:runner
2025-08-20T22:07:14.1707107Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-stream-062cd9ce57d02d35/out' from root:root to runner:runner
2025-08-20T22:07:14.1708293Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-stream-062cd9ce57d02d35/output' from root:root to runner:runner
2025-08-20T22:07:14.1709230Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-stream-062cd9ce57d02d35/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1710193Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-stream-062cd9ce57d02d35/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1711102Z [00:15:34.892]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-stream-062cd9ce57d02d35/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1711972Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-stream-062cd9ce57d02d35' from root:root to runner:runner
2025-08-20T22:07:14.1713075Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/engine.h' from root:root to runner:runner
2025-08-20T22:07:14.1714252Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/encodererr.h' from root:root to runner:runner
2025-08-20T22:07:14.1715441Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/provider.h' from root:root to runner:runner
2025-08-20T22:07:14.1716528Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/decoder.h' from root:root to runner:runner
2025-08-20T22:07:14.1717603Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/trace.h' from root:root to runner:runner
2025-08-20T22:07:14.1718878Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/core_object.h' from root:root to runner:runner
2025-08-20T22:07:14.1719961Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/srtp.h' from root:root to runner:runner
2025-08-20T22:07:14.1721036Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/des.h' from root:root to runner:runner
2025-08-20T22:07:14.1722156Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/configuration.h' from root:root to runner:runner
2025-08-20T22:07:14.1723305Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/safestack.h' from root:root to runner:runner
2025-08-20T22:07:14.1724380Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/crmf.h' from root:root to runner:runner
2025-08-20T22:07:14.1725456Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cmac.h' from root:root to runner:runner
2025-08-20T22:07:14.1726543Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/conferr.h' from root:root to runner:runner
2025-08-20T22:07:14.1727667Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/md5.h' from root:root to runner:runner
2025-08-20T22:07:14.1728972Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/err.h' from root:root to runner:runner
2025-08-20T22:07:14.1730137Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/uierr.h' from root:root to runner:runner
2025-08-20T22:07:14.1731240Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509_vfy.h' from root:root to runner:runner
2025-08-20T22:07:14.1732385Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/e_ostime.h' from root:root to runner:runner
2025-08-20T22:07:14.1733491Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/core_names.h' from root:root to runner:runner
2025-08-20T22:07:14.1734555Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/lhash.h' from root:root to runner:runner
2025-08-20T22:07:14.1735640Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/crypto.h' from root:root to runner:runner
2025-08-20T22:07:14.1736758Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ct.h' from root:root to runner:runner
2025-08-20T22:07:14.1737946Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/fipskey.h' from root:root to runner:runner
2025-08-20T22:07:14.1739027Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ecdsa.h' from root:root to runner:runner
2025-08-20T22:07:14.1740152Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/buffererr.h' from root:root to runner:runner
2025-08-20T22:07:14.1741223Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/dherr.h' from root:root to runner:runner
2025-08-20T22:07:14.1742368Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/storeerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1743517Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cryptoerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1744597Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509err.h' from root:root to runner:runner
2025-08-20T22:07:14.1745676Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/conf_api.h' from root:root to runner:runner
2025-08-20T22:07:14.1746810Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/randerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1748083Z [00:15:34.893]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/e_os2.h' from root:root to runner:runner
2025-08-20T22:07:14.1749165Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/md2.h' from root:root to runner:runner
2025-08-20T22:07:14.1750227Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ui.h' from root:root to runner:runner
2025-08-20T22:07:14.1751373Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/stack.h' from root:root to runner:runner
2025-08-20T22:07:14.1752434Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/md4.h' from root:root to runner:runner
2025-08-20T22:07:14.1753513Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pkcs12.h' from root:root to runner:runner
2025-08-20T22:07:14.1754585Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/idea.h' from root:root to runner:runner
2025-08-20T22:07:14.1755660Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/buffer.h' from root:root to runner:runner
2025-08-20T22:07:14.1756778Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/kdf.h' from root:root to runner:runner
2025-08-20T22:07:14.1758041Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/param_build.h' from root:root to runner:runner
2025-08-20T22:07:14.1759110Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/aes.h' from root:root to runner:runner
2025-08-20T22:07:14.1760295Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/params.h' from root:root to runner:runner
2025-08-20T22:07:14.1761454Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/bnerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1763166Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cterr.h' from root:root to runner:runner
2025-08-20T22:07:14.1764272Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cast.h' from root:root to runner:runner
2025-08-20T22:07:14.1765362Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/asn1err.h' from root:root to runner:runner
2025-08-20T22:07:14.1766525Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rsaerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1767627Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/fips_names.h' from root:root to runner:runner
2025-08-20T22:07:14.1768824Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cmserr.h' from root:root to runner:runner
2025-08-20T22:07:14.1769910Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/comp.h' from root:root to runner:runner
2025-08-20T22:07:14.1771089Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/opensslconf.h' from root:root to runner:runner
2025-08-20T22:07:14.1772161Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/core.h' from root:root to runner:runner
2025-08-20T22:07:14.1773286Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cms.h' from root:root to runner:runner
2025-08-20T22:07:14.1774354Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/hpke.h' from root:root to runner:runner
2025-08-20T22:07:14.1775481Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/asn1t.h' from root:root to runner:runner
2025-08-20T22:07:14.1776555Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ecdh.h' from root:root to runner:runner
2025-08-20T22:07:14.1777625Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509v3.h' from root:root to runner:runner
2025-08-20T22:07:14.1778800Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ts.h' from root:root to runner:runner
2025-08-20T22:07:14.1779954Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ossl_typ.h' from root:root to runner:runner
2025-08-20T22:07:14.1781067Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/objectserr.h' from root:root to runner:runner
2025-08-20T22:07:14.1782173Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/whrlpool.h' from root:root to runner:runner
2025-08-20T22:07:14.1783244Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/seed.h' from root:root to runner:runner
2025-08-20T22:07:14.1784316Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/async.h' from root:root to runner:runner
2025-08-20T22:07:14.1785451Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/prov_ssl.h' from root:root to runner:runner
2025-08-20T22:07:14.1786578Z [00:15:34.894]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/evperr.h' from root:root to runner:runner
2025-08-20T22:07:14.1787657Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/http.h' from root:root to runner:runner
2025-08-20T22:07:14.1788944Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/httperr.h' from root:root to runner:runner
2025-08-20T22:07:14.1790094Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ebcdic.h' from root:root to runner:runner
2025-08-20T22:07:14.1791184Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/asn1_mac.h' from root:root to runner:runner
2025-08-20T22:07:14.1792255Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ocsp.h' from root:root to runner:runner
2025-08-20T22:07:14.1793346Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/tserr.h' from root:root to runner:runner
2025-08-20T22:07:14.1794489Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ripemd.h' from root:root to runner:runner
2025-08-20T22:07:14.1795566Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/bio.h' from root:root to runner:runner
2025-08-20T22:07:14.1796653Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ocsperr.h' from root:root to runner:runner
2025-08-20T22:07:14.1797736Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/comperr.h' from root:root to runner:runner
2025-08-20T22:07:14.1798928Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/sslerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1800068Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/crmferr.h' from root:root to runner:runner
2025-08-20T22:07:14.1801194Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/hmac.h' from root:root to runner:runner
2025-08-20T22:07:14.1802275Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pkcs7.h' from root:root to runner:runner
2025-08-20T22:07:14.1803421Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pkcs12err.h' from root:root to runner:runner
2025-08-20T22:07:14.1804501Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/types.h' from root:root to runner:runner
2025-08-20T22:07:14.1805582Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/asyncerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1806653Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ec.h' from root:root to runner:runner
2025-08-20T22:07:14.1807899Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/indicator.h' from root:root to runner:runner
2025-08-20T22:07:14.1809106Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pkcs7err.h' from root:root to runner:runner
2025-08-20T22:07:14.1810184Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/tls1.h' from root:root to runner:runner
2025-08-20T22:07:14.1811291Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/decodererr.h' from root:root to runner:runner
2025-08-20T22:07:14.1812365Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/store.h' from root:root to runner:runner
2025-08-20T22:07:14.1813509Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/esserr.h' from root:root to runner:runner
2025-08-20T22:07:14.1814625Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pem2.h' from root:root to runner:runner
2025-08-20T22:07:14.1815703Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cmp.h' from root:root to runner:runner
2025-08-20T22:07:14.1816789Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/camellia.h' from root:root to runner:runner
2025-08-20T22:07:14.1818038Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/objects.h' from root:root to runner:runner
2025-08-20T22:07:14.1819121Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/evp.h' from root:root to runner:runner
2025-08-20T22:07:14.1820190Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pemerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1821295Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/self_test.h' from root:root to runner:runner
2025-08-20T22:07:14.1822428Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/dsaerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1823497Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ssl3.h' from root:root to runner:runner
2025-08-20T22:07:14.1824566Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509.h' from root:root to runner:runner
2025-08-20T22:07:14.1825654Z [00:15:34.895]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/proverr.h' from root:root to runner:runner
2025-08-20T22:07:14.1826789Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cryptoerr_legacy.h' from root:root to runner:runner
2025-08-20T22:07:14.1828129Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509_acert.h' from root:root to runner:runner
2025-08-20T22:07:14.1829279Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pem.h' from root:root to runner:runner
2025-08-20T22:07:14.1830720Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/bioerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1832122Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/quic.h' from root:root to runner:runner
2025-08-20T22:07:14.1833324Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/core_dispatch.h' from root:root to runner:runner
2025-08-20T22:07:14.1834395Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/bn.h' from root:root to runner:runner
2025-08-20T22:07:14.1835475Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cmp_util.h' from root:root to runner:runner
2025-08-20T22:07:14.1836542Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/sha.h' from root:root to runner:runner
2025-08-20T22:07:14.1837665Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/asn1.h' from root:root to runner:runner
2025-08-20T22:07:14.1838857Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/conf.h' from root:root to runner:runner
2025-08-20T22:07:14.1840018Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/sslerr_legacy.h' from root:root to runner:runner
2025-08-20T22:07:14.1841099Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ssl2.h' from root:root to runner:runner
2025-08-20T22:07:14.1842196Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509v3err.h' from root:root to runner:runner
2025-08-20T22:07:14.1843325Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rsa.h' from root:root to runner:runner
2025-08-20T22:07:14.1844473Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/encoder.h' from root:root to runner:runner
2025-08-20T22:07:14.1845538Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rc5.h' from root:root to runner:runner
2025-08-20T22:07:14.1846661Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/dsa.h' from root:root to runner:runner
2025-08-20T22:07:14.1847862Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/opensslv.h' from root:root to runner:runner
2025-08-20T22:07:14.1848935Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/mdc2.h' from root:root to runner:runner
2025-08-20T22:07:14.1850029Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/macros.h' from root:root to runner:runner
2025-08-20T22:07:14.1851178Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/symhacks.h' from root:root to runner:runner
2025-08-20T22:07:14.1852259Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rand.h' from root:root to runner:runner
2025-08-20T22:07:14.1853334Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ssl.h' from root:root to runner:runner
2025-08-20T22:07:14.1854427Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/conftypes.h' from root:root to runner:runner
2025-08-20T22:07:14.1855501Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rc4.h' from root:root to runner:runner
2025-08-20T22:07:14.1856621Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/dh.h' from root:root to runner:runner
2025-08-20T22:07:14.1857860Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cmperr.h' from root:root to runner:runner
2025-08-20T22:07:14.1858949Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/txt_db.h' from root:root to runner:runner
2025-08-20T22:07:14.1860017Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ess.h' from root:root to runner:runner
2025-08-20T22:07:14.1861152Z [00:15:34.896]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/modes.h' from root:root to runner:runner
2025-08-20T22:07:14.1862228Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ecerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1863296Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/dtls1.h' from root:root to runner:runner
2025-08-20T22:07:14.1864363Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rc2.h' from root:root to runner:runner
2025-08-20T22:07:14.1865510Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/engineerr.h' from root:root to runner:runner
2025-08-20T22:07:14.1866594Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/obj_mac.h' from root:root to runner:runner
2025-08-20T22:07:14.1867653Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/srp.h' from root:root to runner:runner
2025-08-20T22:07:14.1868973Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/blowfish.h' from root:root to runner:runner
2025-08-20T22:07:14.1870057Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/kdferr.h' from root:root to runner:runner
2025-08-20T22:07:14.1871208Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/thread.h' from root:root to runner:runner
2025-08-20T22:07:14.1872343Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl' from root:root to runner:runner
2025-08-20T22:07:14.1873347Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include' from root:root to runner:runner
2025-08-20T22:07:14.1874392Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/libcrypto.a' from root:root to runner:runner
2025-08-20T22:07:14.1875481Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/libssl.a' from root:root to runner:runner
2025-08-20T22:07:14.1876556Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/pkgconfig/libssl.pc' from root:root to runner:runner
2025-08-20T22:07:14.1877633Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/pkgconfig/openssl.pc' from root:root to runner:runner
2025-08-20T22:07:14.1878834Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/pkgconfig/libcrypto.pc' from root:root to runner:runner
2025-08-20T22:07:14.1879942Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/pkgconfig' from root:root to runner:runner
2025-08-20T22:07:14.1881129Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake' from root:root to runner:runner
2025-08-20T22:07:14.1882275Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/cmake/OpenSSL/OpenSSLConfig.cmake' from root:root to runner:runner
2025-08-20T22:07:14.1883328Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/cmake/OpenSSL' from root:root to runner:runner
2025-08-20T22:07:14.1884332Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/cmake' from root:root to runner:runner
2025-08-20T22:07:14.1885390Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib' from root:root to runner:runner
2025-08-20T22:07:14.1886413Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install' from root:root to runner:runner
2025-08-20T22:07:14.1887370Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/build' from root:root to runner:runner
2025-08-20T22:07:14.1888507Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build' from root:root to runner:runner
2025-08-20T22:07:14.1889476Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out' from root:root to runner:runner
2025-08-20T22:07:14.1890378Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/output' from root:root to runner:runner
2025-08-20T22:07:14.1891298Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1892236Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1893192Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1894050Z [00:15:34.897]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce' from root:root to runner:runner
2025-08-20T22:07:14.1894999Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/out/generated.rs' from root:root to runner:runner
2025-08-20T22:07:14.1895959Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/out/named_entities.rs' from root:root to runner:runner
2025-08-20T22:07:14.1896840Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/out' from root:root to runner:runner
2025-08-20T22:07:14.1898127Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/output' from root:root to runner:runner
2025-08-20T22:07:14.1899437Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1901330Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1903018Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1904607Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4' from root:root to runner:runner
2025-08-20T22:07:14.1906285Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/semver-77e9364e9ea1a29c/out' from root:root to runner:runner
2025-08-20T22:07:14.1908053Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/semver-77e9364e9ea1a29c/output' from root:root to runner:runner
2025-08-20T22:07:14.1909159Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/semver-77e9364e9ea1a29c/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1910089Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/semver-77e9364e9ea1a29c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1910980Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/semver-77e9364e9ea1a29c/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1911939Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/semver-77e9364e9ea1a29c' from root:root to runner:runner
2025-08-20T22:07:14.1912815Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-ddf0882e5a98c5cd/out' from root:root to runner:runner
2025-08-20T22:07:14.1913695Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-ddf0882e5a98c5cd/output' from root:root to runner:runner
2025-08-20T22:07:14.1914588Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-ddf0882e5a98c5cd/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1915508Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-ddf0882e5a98c5cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1916361Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-ddf0882e5a98c5cd/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1917270Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-ddf0882e5a98c5cd' from root:root to runner:runner
2025-08-20T22:07:14.1918425Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rayon-core-2d5d52d3b6984b16/out' from root:root to runner:runner
2025-08-20T22:07:14.1919318Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rayon-core-2d5d52d3b6984b16/output' from root:root to runner:runner
2025-08-20T22:07:14.1920226Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rayon-core-2d5d52d3b6984b16/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1921236Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rayon-core-2d5d52d3b6984b16/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1922130Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rayon-core-2d5d52d3b6984b16/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1922977Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rayon-core-2d5d52d3b6984b16' from root:root to runner:runner
2025-08-20T22:07:14.1923842Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/httparse-35140cb96afa1296/out' from root:root to runner:runner
2025-08-20T22:07:14.1924728Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/httparse-35140cb96afa1296/output' from root:root to runner:runner
2025-08-20T22:07:14.1925677Z [00:15:34.898]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/httparse-35140cb96afa1296/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1926608Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/httparse-35140cb96afa1296/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1927486Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/httparse-35140cb96afa1296/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1928515Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/httparse-35140cb96afa1296' from root:root to runner:runner
2025-08-20T22:07:14.1929396Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-safe-faeeb731f5075b6b/out' from root:root to runner:runner
2025-08-20T22:07:14.1930272Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-safe-faeeb731f5075b6b/output' from root:root to runner:runner
2025-08-20T22:07:14.1931262Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-safe-faeeb731f5075b6b/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1932244Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-safe-faeeb731f5075b6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1933119Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-safe-faeeb731f5075b6b/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1933961Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-safe-faeeb731f5075b6b' from root:root to runner:runner
2025-08-20T22:07:14.1934904Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-schema-dad37a76c59137e7/out' from root:root to runner:runner
2025-08-20T22:07:14.1935807Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-schema-dad37a76c59137e7/output' from root:root to runner:runner
2025-08-20T22:07:14.1936724Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-schema-dad37a76c59137e7/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1937679Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-schema-dad37a76c59137e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1938815Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-schema-dad37a76c59137e7/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1939711Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-schema-dad37a76c59137e7' from root:root to runner:runner
2025-08-20T22:07:14.1940670Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/efce31824dbf3730-lz4.o' from root:root to runner:runner
2025-08-20T22:07:14.1941662Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/efce31824dbf3730-xxhash.o' from root:root to runner:runner
2025-08-20T22:07:14.1942560Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/liblz4.a' from root:root to runner:runner
2025-08-20T22:07:14.1943527Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/efce31824dbf3730-lz4frame.o' from root:root to runner:runner
2025-08-20T22:07:14.1944514Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/lz4.h' from root:root to runner:runner
2025-08-20T22:07:14.1945530Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/lz4frame_static.h' from root:root to runner:runner
2025-08-20T22:07:14.1946451Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/lz4hc.h' from root:root to runner:runner
2025-08-20T22:07:14.1947379Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/xxhash.h' from root:root to runner:runner
2025-08-20T22:07:14.1948540Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/lz4file.h' from root:root to runner:runner
2025-08-20T22:07:14.1949485Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/lz4frame.h' from root:root to runner:runner
2025-08-20T22:07:14.1950366Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include' from root:root to runner:runner
2025-08-20T22:07:14.1951334Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/efce31824dbf3730-lz4hc.o' from root:root to runner:runner
2025-08-20T22:07:14.1952252Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out' from root:root to runner:runner
2025-08-20T22:07:14.1953113Z [00:15:34.899]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/output' from root:root to runner:runner
2025-08-20T22:07:14.1954016Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1954936Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1955806Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1956633Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724' from root:root to runner:runner
2025-08-20T22:07:14.1957738Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/b8423798394d5395-blake3_avx512_x86-64_unix.o' from root:root to runner:runner
2025-08-20T22:07:14.1959168Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/libblake3_avx512_assembly.a' from root:root to runner:runner
2025-08-20T22:07:14.1960214Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/b8423798394d5395-blake3_sse2_x86-64_unix.o' from root:root to runner:runner
2025-08-20T22:07:14.1961164Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/flag_check.c' from root:root to runner:runner
2025-08-20T22:07:14.1962142Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/flag_check' from root:root to runner:runner
2025-08-20T22:07:14.1963195Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/b8423798394d5395-blake3_sse41_x86-64_unix.o' from root:root to runner:runner
2025-08-20T22:07:14.1964201Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/libblake3_sse2_sse41_avx2_assembly.a' from root:root to runner:runner
2025-08-20T22:07:14.1965237Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/b8423798394d5395-blake3_avx2_x86-64_unix.o' from root:root to runner:runner
2025-08-20T22:07:14.1966156Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out' from root:root to runner:runner
2025-08-20T22:07:14.1967024Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/output' from root:root to runner:runner
2025-08-20T22:07:14.1968200Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1969485Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1970676Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1971534Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1' from root:root to runner:runner
2025-08-20T22:07:14.1972493Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slotmap-4dba8e27786d696c/out' from root:root to runner:runner
2025-08-20T22:07:14.1973446Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slotmap-4dba8e27786d696c/output' from root:root to runner:runner
2025-08-20T22:07:14.1974336Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slotmap-4dba8e27786d696c/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1975261Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slotmap-4dba8e27786d696c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1976143Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slotmap-4dba8e27786d696c/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1977039Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slotmap-4dba8e27786d696c' from root:root to runner:runner
2025-08-20T22:07:14.1978175Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/out/README-lib.md' from root:root to runner:runner
2025-08-20T22:07:14.1979057Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/out' from root:root to runner:runner
2025-08-20T22:07:14.1979953Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/output' from root:root to runner:runner
2025-08-20T22:07:14.1980945Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1981893Z [00:15:34.900]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1982784Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1983643Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5' from root:root to runner:runner
2025-08-20T22:07:14.1984515Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/getrandom-8499cb3831ad65a1/out' from root:root to runner:runner
2025-08-20T22:07:14.1985390Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/getrandom-8499cb3831ad65a1/output' from root:root to runner:runner
2025-08-20T22:07:14.1986388Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/getrandom-8499cb3831ad65a1/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1987384Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/getrandom-8499cb3831ad65a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1988433Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/getrandom-8499cb3831ad65a1/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1989291Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/getrandom-8499cb3831ad65a1' from root:root to runner:runner
2025-08-20T22:07:14.1990286Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/out/shadow.rs' from root:root to runner:runner
2025-08-20T22:07:14.1991185Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/out' from root:root to runner:runner
2025-08-20T22:07:14.1992066Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/output' from root:root to runner:runner
2025-08-20T22:07:14.1992974Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/root-output' from root:root to runner:runner
2025-08-20T22:07:14.1993911Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.1994846Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/stderr' from root:root to runner:runner
2025-08-20T22:07:14.1995702Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61' from root:root to runner:runner
2025-08-20T22:07:14.1996627Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/out/build_env.rs' from root:root to runner:runner
2025-08-20T22:07:14.1997495Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/out' from root:root to runner:runner
2025-08-20T22:07:14.1998547Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/output' from root:root to runner:runner
2025-08-20T22:07:14.1999524Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2000467Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2001409Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2002262Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef' from root:root to runner:runner
2025-08-20T22:07:14.2003304Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/out/ascii_case_insensitive_html_attributes.rs' from root:root to runner:runner
2025-08-20T22:07:14.2004240Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/out' from root:root to runner:runner
2025-08-20T22:07:14.2005125Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/output' from root:root to runner:runner
2025-08-20T22:07:14.2006019Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2006951Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2008097Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2008973Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7' from root:root to runner:runner
2025-08-20T22:07:14.2009837Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/anyhow-d57e56ec0dd5202f/out' from root:root to runner:runner
2025-08-20T22:07:14.2010703Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/anyhow-d57e56ec0dd5202f/output' from root:root to runner:runner
2025-08-20T22:07:14.2011597Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/anyhow-d57e56ec0dd5202f/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2012508Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/anyhow-d57e56ec0dd5202f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2013448Z [00:15:34.901]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/anyhow-d57e56ec0dd5202f/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2014342Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/anyhow-d57e56ec0dd5202f' from root:root to runner:runner
2025-08-20T22:07:14.2015216Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-bf84e19262d516c2/out' from root:root to runner:runner
2025-08-20T22:07:14.2016098Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-bf84e19262d516c2/output' from root:root to runner:runner
2025-08-20T22:07:14.2017053Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-bf84e19262d516c2/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2018204Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-bf84e19262d516c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2019092Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-bf84e19262d516c2/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2019944Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-bf84e19262d516c2' from root:root to runner:runner
2025-08-20T22:07:14.2020910Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out/4f9a91766097c4c5-x86_64.o' from root:root to runner:runner
2025-08-20T22:07:14.2021875Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out/libpsm_s.a' from root:root to runner:runner
2025-08-20T22:07:14.2022722Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out' from root:root to runner:runner
2025-08-20T22:07:14.2023572Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/output' from root:root to runner:runner
2025-08-20T22:07:14.2024459Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2025362Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2026219Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2027115Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb' from root:root to runner:runner
2025-08-20T22:07:14.2028328Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde-e84e032023107f80/out' from root:root to runner:runner
2025-08-20T22:07:14.2029212Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde-e84e032023107f80/output' from root:root to runner:runner
2025-08-20T22:07:14.2030097Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde-e84e032023107f80/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2031096Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde-e84e032023107f80/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2031963Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde-e84e032023107f80/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2032794Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde-e84e032023107f80' from root:root to runner:runner
2025-08-20T22:07:14.2038260Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/out/autocfg_58e78926e19e5f1b_0.ll' from root:root to runner:runner
2025-08-20T22:07:14.2039943Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/out' from root:root to runner:runner
2025-08-20T22:07:14.2041625Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/output' from root:root to runner:runner
2025-08-20T22:07:14.2042527Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2043460Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2044335Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2045170Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060' from root:root to runner:runner
2025-08-20T22:07:14.2046013Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libc-1cc9fc2f720baa6a/out' from root:root to runner:runner
2025-08-20T22:07:14.2046947Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libc-1cc9fc2f720baa6a/output' from root:root to runner:runner
2025-08-20T22:07:14.2048131Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libc-1cc9fc2f720baa6a/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2049091Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libc-1cc9fc2f720baa6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2049956Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libc-1cc9fc2f720baa6a/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2050872Z [00:15:34.902]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libc-1cc9fc2f720baa6a' from root:root to runner:runner
2025-08-20T22:07:14.2051794Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/out/rules.rs' from root:root to runner:runner
2025-08-20T22:07:14.2052660Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/out' from root:root to runner:runner
2025-08-20T22:07:14.2053539Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/output' from root:root to runner:runner
2025-08-20T22:07:14.2054452Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2055438Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2056346Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2057213Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1' from root:root to runner:runner
2025-08-20T22:07:14.2058204Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-7452e9a3da0e09b1/out' from root:root to runner:runner
2025-08-20T22:07:14.2059081Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-7452e9a3da0e09b1/output' from root:root to runner:runner
2025-08-20T22:07:14.2060043Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-7452e9a3da0e09b1/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2060979Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-7452e9a3da0e09b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2061903Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-7452e9a3da0e09b1/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2062746Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-7452e9a3da0e09b1' from root:root to runner:runner
2025-08-20T22:07:14.2063601Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ahash-ca3af3bfe14d8d48/out' from root:root to runner:runner
2025-08-20T22:07:14.2064513Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ahash-ca3af3bfe14d8d48/output' from root:root to runner:runner
2025-08-20T22:07:14.2065400Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ahash-ca3af3bfe14d8d48/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2066306Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ahash-ca3af3bfe14d8d48/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2067177Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ahash-ca3af3bfe14d8d48/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2068312Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ahash-ca3af3bfe14d8d48' from root:root to runner:runner
2025-08-20T22:07:14.2069206Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-sys-4c90b4735dd5e28f/out' from root:root to runner:runner
2025-08-20T22:07:14.2070095Z [00:15:34.903]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-sys-4c90b4735dd5e28f/output' from root:root to runner:runner
2025-08-20T22:07:14.2071014Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-sys-4c90b4735dd5e28f/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2071960Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-sys-4c90b4735dd5e28f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2072848Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-sys-4c90b4735dd5e28f/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2073787Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-sys-4c90b4735dd5e28f' from root:root to runner:runner
2025-08-20T22:07:14.2074798Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out/libsqlite3.a' from root:root to runner:runner
2025-08-20T22:07:14.2075734Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out/bindgen.rs' from root:root to runner:runner
2025-08-20T22:07:14.2076745Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out/c877a2978823c39d-sqlite3.o' from root:root to runner:runner
2025-08-20T22:07:14.2077707Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out' from root:root to runner:runner
2025-08-20T22:07:14.2078850Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/output' from root:root to runner:runner
2025-08-20T22:07:14.2079772Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2080729Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2081636Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2082577Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840' from root:root to runner:runner
2025-08-20T22:07:14.2083441Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-16d0f8d5cb09affb/out' from root:root to runner:runner
2025-08-20T22:07:14.2084311Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-16d0f8d5cb09affb/output' from root:root to runner:runner
2025-08-20T22:07:14.2085211Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-16d0f8d5cb09affb/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2086156Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-16d0f8d5cb09affb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2087021Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-16d0f8d5cb09affb/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2088038Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-16d0f8d5cb09affb' from root:root to runner:runner
2025-08-20T22:07:14.2089001Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c8efc10cee21482b/out' from root:root to runner:runner
2025-08-20T22:07:14.2089912Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c8efc10cee21482b/output' from root:root to runner:runner
2025-08-20T22:07:14.2090850Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c8efc10cee21482b/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2091869Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c8efc10cee21482b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2092780Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c8efc10cee21482b/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2093661Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c8efc10cee21482b' from root:root to runner:runner
2025-08-20T22:07:14.2094527Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typeid-99b5b955410c037a/out' from root:root to runner:runner
2025-08-20T22:07:14.2095485Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typeid-99b5b955410c037a/output' from root:root to runner:runner
2025-08-20T22:07:14.2096382Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typeid-99b5b955410c037a/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2097302Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typeid-99b5b955410c037a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2098280Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typeid-99b5b955410c037a/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2099131Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typeid-99b5b955410c037a' from root:root to runner:runner
2025-08-20T22:07:14.2100114Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/out/autocfg_87460d146e62c745_0.ll' from root:root to runner:runner
2025-08-20T22:07:14.2101034Z [00:15:34.904]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/out' from root:root to runner:runner
2025-08-20T22:07:14.2101964Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/output' from root:root to runner:runner
2025-08-20T22:07:14.2102851Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2104030Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2105386Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2106253Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7' from root:root to runner:runner
2025-08-20T22:07:14.2107112Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libz-sys-9fefb525d3b1d2f2/out' from root:root to runner:runner
2025-08-20T22:07:14.2108224Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libz-sys-9fefb525d3b1d2f2/output' from root:root to runner:runner
2025-08-20T22:07:14.2109136Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libz-sys-9fefb525d3b1d2f2/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2110145Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libz-sys-9fefb525d3b1d2f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2111027Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libz-sys-9fefb525d3b1d2f2/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2111871Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libz-sys-9fefb525d3b1d2f2' from root:root to runner:runner
2025-08-20T22:07:14.2112754Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/signal-hook-8b3f330e673c8986/out' from root:root to runner:runner
2025-08-20T22:07:14.2113640Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/signal-hook-8b3f330e673c8986/output' from root:root to runner:runner
2025-08-20T22:07:14.2114555Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/signal-hook-8b3f330e673c8986/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2115553Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/signal-hook-8b3f330e673c8986/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2116488Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/signal-hook-8b3f330e673c8986/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2117347Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/signal-hook-8b3f330e673c8986' from root:root to runner:runner
2025-08-20T22:07:14.2118416Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/stacker-0b5e8d51fe9c0690/out' from root:root to runner:runner
2025-08-20T22:07:14.2119370Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/stacker-0b5e8d51fe9c0690/output' from root:root to runner:runner
2025-08-20T22:07:14.2120277Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/stacker-0b5e8d51fe9c0690/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2121211Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/stacker-0b5e8d51fe9c0690/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2122090Z [00:15:34.905]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/stacker-0b5e8d51fe9c0690/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2122957Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/stacker-0b5e8d51fe9c0690' from root:root to runner:runner
2025-08-20T22:07:14.2123919Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/parking_lot_core-1bd3ee04f356a4c3/out' from root:root to runner:runner
2025-08-20T22:07:14.2124840Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/parking_lot_core-1bd3ee04f356a4c3/output' from root:root to runner:runner
2025-08-20T22:07:14.2125776Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/parking_lot_core-1bd3ee04f356a4c3/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2126740Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/parking_lot_core-1bd3ee04f356a4c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2127641Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/parking_lot_core-1bd3ee04f356a4c3/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2128795Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/parking_lot_core-1bd3ee04f356a4c3' from root:root to runner:runner
2025-08-20T22:07:14.2129873Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-tree.o' from root:root to runner:runner
2025-08-20T22:07:14.2130930Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_tables.o' from root:root to runner:runner
2025-08-20T22:07:14.2131963Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-ssh_libssh2.o' from root:root to runner:runner
2025-08-20T22:07:14.2133028Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-apply.o' from root:root to runner:runner
2025-08-20T22:07:14.2134043Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-fetch.o' from root:root to runner:runner
2025-08-20T22:07:14.2135049Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-rebase.o' from root:root to runner:runner
2025-08-20T22:07:14.2136070Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-strlist.o' from root:root to runner:runner
2025-08-20T22:07:14.2137091Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-fetchhead.o' from root:root to runner:runner
2025-08-20T22:07:14.2138298Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-transport.o' from root:root to runner:runner
2025-08-20T22:07:14.2139338Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-credential.o' from root:root to runner:runner
2025-08-20T22:07:14.2140386Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-strarray.o' from root:root to runner:runner
2025-08-20T22:07:14.2141401Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-remote.o' from root:root to runner:runner
2025-08-20T22:07:14.2142414Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/50055d6c4ddcbeae-llhttp.o' from root:root to runner:runner
2025-08-20T22:07:14.2143486Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-trace.o' from root:root to runner:runner
2025-08-20T22:07:14.2144559Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-regexp.o' from root:root to runner:runner
2025-08-20T22:07:14.2145603Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_chartables.o' from root:root to runner:runner
2025-08-20T22:07:14.2146689Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-auth_sspi.o' from root:root to runner:runner
2025-08-20T22:07:14.2147727Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-commit_graph.o' from root:root to runner:runner
2025-08-20T22:07:14.2148988Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-commit_list.o' from root:root to runner:runner
2025-08-20T22:07:14.2150056Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_maketables.o' from root:root to runner:runner
2025-08-20T22:07:14.2151072Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-rand.o' from root:root to runner:runner
2025-08-20T22:07:14.2152168Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-odb.o' from root:root to runner:runner
2025-08-20T22:07:14.2153207Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-transaction.o' from root:root to runner:runner
2025-08-20T22:07:14.2154237Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_print.o' from root:root to runner:runner
2025-08-20T22:07:14.2155258Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-vector.o' from root:root to runner:runner
2025-08-20T22:07:14.2156266Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-zstream.o' from root:root to runner:runner
2025-08-20T22:07:14.2157358Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xprepare.o' from root:root to runner:runner
2025-08-20T22:07:14.2158624Z [00:15:34.906]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-pool.o' from root:root to runner:runner
2025-08-20T22:07:14.2159650Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config.o' from root:root to runner:runner
2025-08-20T22:07:14.2160686Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_tform.o' from root:root to runner:runner
2025-08-20T22:07:14.2161776Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-odb_loose.o' from root:root to runner:runner
2025-08-20T22:07:14.2162826Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_ord2utf8.o' from root:root to runner:runner
2025-08-20T22:07:14.2163861Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_generate.o' from root:root to runner:runner
2025-08-20T22:07:14.2164869Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-util.o' from root:root to runner:runner
2025-08-20T22:07:14.2165944Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-grafts.o' from root:root to runner:runner
2025-08-20T22:07:14.2166957Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-blame_git.o' from root:root to runner:runner
2025-08-20T22:07:14.2168081Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f5e66aefe9cd60e0-openssl.o' from root:root to runner:runner
2025-08-20T22:07:14.2169092Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-attr.o' from root:root to runner:runner
2025-08-20T22:07:14.2170127Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-odb_mempack.o' from root:root to runner:runner
2025-08-20T22:07:14.2171475Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_newline.o' from root:root to runner:runner
2025-08-20T22:07:14.2173040Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-smart_protocol.o' from root:root to runner:runner
2025-08-20T22:07:14.2174076Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-runtime.o' from root:root to runner:runner
2025-08-20T22:07:14.2175089Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-email.o' from root:root to runner:runner
2025-08-20T22:07:14.2176183Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-attr_file.o' from root:root to runner:runner
2025-08-20T22:07:14.2177205Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/50055d6c4ddcbeae-http.o' from root:root to runner:runner
2025-08-20T22:07:14.2178350Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-openssl.o' from root:root to runner:runner
2025-08-20T22:07:14.2179383Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-settings.o' from root:root to runner:runner
2025-08-20T22:07:14.2180467Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-object.o' from root:root to runner:runner
2025-08-20T22:07:14.2181520Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_byte_order.o' from root:root to runner:runner
2025-08-20T22:07:14.2182540Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-smart.o' from root:root to runner:runner
2025-08-20T22:07:14.2183541Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-notes.o' from root:root to runner:runner
2025-08-20T22:07:14.2184560Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-pqueue.o' from root:root to runner:runner
2025-08-20T22:07:14.2185647Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-index_map.o' from root:root to runner:runner
2025-08-20T22:07:14.2186728Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_parse.o' from root:root to runner:runner
2025-08-20T22:07:14.2187736Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-proxy.o' from root:root to runner:runner
2025-08-20T22:07:14.2189059Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-indexer.o' from root:root to runner:runner
2025-08-20T22:07:14.2190163Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-filter.o' from root:root to runner:runner
2025-08-20T22:07:14.2191174Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-clone.o' from root:root to runner:runner
2025-08-20T22:07:14.2192188Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/5bf81a80010135a0-realpath.o' from root:root to runner:runner
2025-08-20T22:07:14.2193272Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-annotated_commit.o' from root:root to runner:runner
2025-08-20T22:07:14.2194379Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-mbedtls.o' from root:root to runner:runner
2025-08-20T22:07:14.2195425Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-httpclient.o' from root:root to runner:runner
2025-08-20T22:07:14.2196442Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-thread.o' from root:root to runner:runner
2025-08-20T22:07:14.2197508Z [00:15:34.907]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-tls.o' from root:root to runner:runner
2025-08-20T22:07:14.2198734Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-crlf.o' from root:root to runner:runner
2025-08-20T22:07:14.2199826Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-graph.o' from root:root to runner:runner
2025-08-20T22:07:14.2200860Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-fs_path.o' from root:root to runner:runner
2025-08-20T22:07:14.2201878Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-refspec.o' from root:root to runner:runner
2025-08-20T22:07:14.2202913Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-repository.o' from root:root to runner:runner
2025-08-20T22:07:14.2204058Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-merge_driver.o' from root:root to runner:runner
2025-08-20T22:07:14.2205145Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-winhttp.o' from root:root to runner:runner
2025-08-20T22:07:14.2206163Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-varint.o' from root:root to runner:runner
2025-08-20T22:07:14.2207177Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-blame.o' from root:root to runner:runner
2025-08-20T22:07:14.2208400Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-hashsig.o' from root:root to runner:runner
2025-08-20T22:07:14.2209444Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_globals.o' from root:root to runner:runner
2025-08-20T22:07:14.2210530Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-commit.o' from root:root to runner:runner
2025-08-20T22:07:14.2211625Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-pathspec.o' from root:root to runner:runner
2025-08-20T22:07:14.2212672Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_valid_utf8.o' from root:root to runner:runner
2025-08-20T22:07:14.2213683Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-delta.o' from root:root to runner:runner
2025-08-20T22:07:14.2214727Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_printint.o' from root:root to runner:runner
2025-08-20T22:07:14.2215739Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-utf8.o' from root:root to runner:runner
2025-08-20T22:07:14.2216792Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-openssl_legacy.o' from root:root to runner:runner
2025-08-20T22:07:14.2217975Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-oidarray.o' from root:root to runner:runner
2025-08-20T22:07:14.2219068Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/5bf81a80010135a0-process.o' from root:root to runner:runner
2025-08-20T22:07:14.2220078Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-ignore.o' from root:root to runner:runner
2025-08-20T22:07:14.2221083Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-refdb.o' from root:root to runner:runner
2025-08-20T22:07:14.2222124Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/47bcde6b0f28f448-failalloc.o' from root:root to runner:runner
2025-08-20T22:07:14.2223148Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-merge_file.o' from root:root to runner:runner
2025-08-20T22:07:14.2224224Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-attrcache.o' from root:root to runner:runner
2025-08-20T22:07:14.2225315Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_fullinfo.o' from root:root to runner:runner
2025-08-20T22:07:14.2226346Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-object_api.o' from root:root to runner:runner
2025-08-20T22:07:14.2227360Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-filebuf.o' from root:root to runner:runner
2025-08-20T22:07:14.2228593Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/50055d6c4ddcbeae-api.o' from root:root to runner:runner
2025-08-20T22:07:14.2229643Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-refs.o' from root:root to runner:runner
2025-08-20T22:07:14.2230655Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/5bf81a80010135a0-map.o' from root:root to runner:runner
2025-08-20T22:07:14.2231752Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-reflog.o' from root:root to runner:runner
2025-08-20T22:07:14.2232827Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-mwindow.o' from root:root to runner:runner
2025-08-20T22:07:14.2233846Z [00:15:34.908]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-worktree.o' from root:root to runner:runner
2025-08-20T22:07:14.2234871Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-checkout.o' from root:root to runner:runner
2025-08-20T22:07:14.2235887Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-trailer.o' from root:root to runner:runner
2025-08-20T22:07:14.2236912Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-iterator.o' from root:root to runner:runner
2025-08-20T22:07:14.2238112Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff.o' from root:root to runner:runner
2025-08-20T22:07:14.2239757Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-ssh.o' from root:root to runner:runner
2025-08-20T22:07:14.2241067Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-odb_pack.o' from root:root to runner:runner
2025-08-20T22:07:14.2242136Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_jit_compile.o' from root:root to runner:runner
2025-08-20T22:07:14.2243240Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-alloc.o' from root:root to runner:runner
2025-08-20T22:07:14.2244286Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xdiffi.o' from root:root to runner:runner
2025-08-20T22:07:14.2245308Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-reader.o' from root:root to runner:runner
2025-08-20T22:07:14.2246351Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_refcount.o' from root:root to runner:runner
2025-08-20T22:07:14.2247364Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xmerge.o' from root:root to runner:runner
2025-08-20T22:07:14.2248579Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-httpparser.o' from root:root to runner:runner
2025-08-20T22:07:14.2249589Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-push.o' from root:root to runner:runner
2025-08-20T22:07:14.2250595Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-git.o' from root:root to runner:runner
2025-08-20T22:07:14.2251626Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-ssh_exec.o' from root:root to runner:runner
2025-08-20T22:07:14.2252632Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-parse.o' from root:root to runner:runner
2025-08-20T22:07:14.2253724Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_ucd.o' from root:root to runner:runner
2025-08-20T22:07:14.2254804Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_exec.o' from root:root to runner:runner
2025-08-20T22:07:14.2255809Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-merge.o' from root:root to runner:runner
2025-08-20T22:07:14.2256833Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/5f22996a283af3c7-ubc_check.o' from root:root to runner:runner
2025-08-20T22:07:14.2258023Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-cache.o' from root:root to runner:runner
2025-08-20T22:07:14.2259095Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-schannel.o' from root:root to runner:runner
2025-08-20T22:07:14.2260146Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcreposix.o' from root:root to runner:runner
2025-08-20T22:07:14.2261223Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_string_utils.o' from root:root to runner:runner
2025-08-20T22:07:14.2262301Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-errors.o' from root:root to runner:runner
2025-08-20T22:07:14.2263349Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-sortedcache.o' from root:root to runner:runner
2025-08-20T22:07:14.2264373Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-posix.o' from root:root to runner:runner
2025-08-20T22:07:14.2265430Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-pack-objects.o' from root:root to runner:runner
2025-08-20T22:07:14.2266464Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-tree-cache.o' from root:root to runner:runner
2025-08-20T22:07:14.2267559Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-registry.o' from root:root to runner:runner
2025-08-20T22:07:14.2269008Z [00:15:34.909]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_config.o' from root:root to runner:runner
2025-08-20T22:07:14.2270067Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/47bcde6b0f28f448-stdalloc.o' from root:root to runner:runner
2025-08-20T22:07:14.2271087Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xemit.o' from root:root to runner:runner
2025-08-20T22:07:14.2272220Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_xdiff.o' from root:root to runner:runner
2025-08-20T22:07:14.2273307Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f5e66aefe9cd60e0-collisiondetect.o' from root:root to runner:runner
2025-08-20T22:07:14.2274316Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-oid.o' from root:root to runner:runner
2025-08-20T22:07:14.2275348Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-mailmap.o' from root:root to runner:runner
2025-08-20T22:07:14.2276427Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-revert.o' from root:root to runner:runner
2025-08-20T22:07:14.2277486Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_mem.o' from root:root to runner:runner
2025-08-20T22:07:14.2278755Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-signature.o' from root:root to runner:runner
2025-08-20T22:07:14.2279729Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/libgit2.a' from root:root to runner:runner
2025-08-20T22:07:14.2280775Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xhistogram.o' from root:root to runner:runner
2025-08-20T22:07:14.2281864Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-socket.o' from root:root to runner:runner
2025-08-20T22:07:14.2282945Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-describe.o' from root:root to runner:runner
2025-08-20T22:07:14.2284006Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-openssl_dynamic.o' from root:root to runner:runner
2025-08-20T22:07:14.2285021Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-revwalk.o' from root:root to runner:runner
2025-08-20T22:07:14.2286122Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-smart_pkt.o' from root:root to runner:runner
2025-08-20T22:07:14.2287161Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-stransport.o' from root:root to runner:runner
2025-08-20T22:07:14.2288396Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-index.o' from root:root to runner:runner
2025-08-20T22:07:14.2289424Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-net.o' from root:root to runner:runner
2025-08-20T22:07:14.2290516Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/5f22996a283af3c7-sha1.o' from root:root to runner:runner
2025-08-20T22:07:14.2291564Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_parse.o' from root:root to runner:runner
2025-08-20T22:07:14.2292595Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_stats.o' from root:root to runner:runner
2025-08-20T22:07:14.2293650Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-patch_parse.o' from root:root to runner:runner
2025-08-20T22:07:14.2294688Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_study.o' from root:root to runner:runner
2025-08-20T22:07:14.2295751Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-ident.o' from root:root to runner:runner
2025-08-20T22:07:14.2296815Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-reset.o' from root:root to runner:runner
2025-08-20T22:07:14.2297936Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-refdb_fs.o' from root:root to runner:runner
2025-08-20T22:07:14.2298963Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-branch.o' from root:root to runner:runner
2025-08-20T22:07:14.2300037Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-auth.o' from root:root to runner:runner
2025-08-20T22:07:14.2301060Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-tsort.o' from root:root to runner:runner
2025-08-20T22:07:14.2302072Z [00:15:34.910]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-patch.o' from root:root to runner:runner
2025-08-20T22:07:14.2303069Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-tag.o' from root:root to runner:runner
2025-08-20T22:07:14.2304136Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-str.o' from root:root to runner:runner
2025-08-20T22:07:14.2305172Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_compile.o' from root:root to runner:runner
2025-08-20T22:07:14.2306214Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-cherrypick.o' from root:root to runner:runner
2025-08-20T22:07:14.2307247Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_get.o' from root:root to runner:runner
2025-08-20T22:07:14.2308986Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_list.o' from root:root to runner:runner
2025-08-20T22:07:14.2310252Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-auth_ntlmclient.o' from root:root to runner:runner
2025-08-20T22:07:14.2311849Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-wildmatch.o' from root:root to runner:runner
2025-08-20T22:07:14.2315744Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-futils.o' from root:root to runner:runner
2025-08-20T22:07:14.2319777Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-patch_generate.o' from root:root to runner:runner
2025-08-20T22:07:14.2323567Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-pack.o' from root:root to runner:runner
2025-08-20T22:07:14.2326816Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-http.o' from root:root to runner:runner
2025-08-20T22:07:14.2330543Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_driver.o' from root:root to runner:runner
2025-08-20T22:07:14.2334207Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xutils.o' from root:root to runner:runner
2025-08-20T22:07:14.2338165Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_file.o' from root:root to runner:runner
2025-08-20T22:07:14.2342074Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_cache.o' from root:root to runner:runner
2025-08-20T22:07:14.2345719Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-sysdir.o' from root:root to runner:runner
2025-08-20T22:07:14.2348392Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-auth_gssapi.o' from root:root to runner:runner
2025-08-20T22:07:14.2350437Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-midx.o' from root:root to runner:runner
2025-08-20T22:07:14.2352477Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_snapshot.o' from root:root to runner:runner
2025-08-20T22:07:14.2354584Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-blob.o' from root:root to runner:runner
2025-08-20T22:07:14.2356624Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-buf.o' from root:root to runner:runner
2025-08-20T22:07:14.2358686Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-stash.o' from root:root to runner:runner
2025-08-20T22:07:14.2360710Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-libgit2.o' from root:root to runner:runner
2025-08-20T22:07:14.2362694Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_dfa_exec.o' from root:root to runner:runner
2025-08-20T22:07:14.2364695Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_file.o' from root:root to runner:runner
2025-08-20T22:07:14.2366651Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-local.o' from root:root to runner:runner
2025-08-20T22:07:14.2370099Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-path.o' from root:root to runner:runner
2025-08-20T22:07:14.2374055Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-message.o' from root:root to runner:runner
2025-08-20T22:07:14.2378003Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-hash.o' from root:root to runner:runner
2025-08-20T22:07:14.2381714Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-submodule.o' from root:root to runner:runner
2025-08-20T22:07:14.2384667Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-credential_helpers.o' from root:root to runner:runner
2025-08-20T22:07:14.2386731Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xpatience.o' from root:root to runner:runner
2025-08-20T22:07:14.2389129Z [00:15:34.911]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-revparse.o' from root:root to runner:runner
2025-08-20T22:07:14.2391179Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-status.o' from root:root to runner:runner
2025-08-20T22:07:14.2393134Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-date.o' from root:root to runner:runner
2025-08-20T22:07:14.2395112Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_version.o' from root:root to runner:runner
2025-08-20T22:07:14.2397169Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_xclass.o' from root:root to runner:runner
2025-08-20T22:07:14.2399307Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build' from root:root to runner:runner
2025-08-20T22:07:14.2401112Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2_features.h' from root:root to runner:runner
2025-08-20T22:07:14.2402967Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/trace.h' from root:root to runner:runner
2025-08-20T22:07:14.2404916Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/submodule.h' from root:root to runner:runner
2025-08-20T22:07:14.2406792Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/cherrypick.h' from root:root to runner:runner
2025-08-20T22:07:14.2408846Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/refdb.h' from root:root to runner:runner
2025-08-20T22:07:14.2410704Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/indexer.h' from root:root to runner:runner
2025-08-20T22:07:14.2412575Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/transport.h' from root:root to runner:runner
2025-08-20T22:07:14.2414504Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/odb.h' from root:root to runner:runner
2025-08-20T22:07:14.2416427Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/credential.h' from root:root to runner:runner
2025-08-20T22:07:14.2418526Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/oid.h' from root:root to runner:runner
2025-08-20T22:07:14.2420411Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/global.h' from root:root to runner:runner
2025-08-20T22:07:14.2423049Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/ignore.h' from root:root to runner:runner
2025-08-20T22:07:14.2425016Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/transaction.h' from root:root to runner:runner
2025-08-20T22:07:14.2426942Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/cred_helpers.h' from root:root to runner:runner
2025-08-20T22:07:14.2429080Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/buffer.h' from root:root to runner:runner
2025-08-20T22:07:14.2430999Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/transport.h' from root:root to runner:runner
2025-08-20T22:07:14.2433024Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/credential.h' from root:root to runner:runner
2025-08-20T22:07:14.2434964Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/refdb_backend.h' from root:root to runner:runner
2025-08-20T22:07:14.2436879Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/hashsig.h' from root:root to runner:runner
2025-08-20T22:07:14.2439068Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/commit.h' from root:root to runner:runner
2025-08-20T22:07:14.2441027Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/commit_graph.h' from root:root to runner:runner
2025-08-20T22:07:14.2443435Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/remote.h' from root:root to runner:runner
2025-08-20T22:07:14.2445955Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/filter.h' from root:root to runner:runner
2025-08-20T22:07:14.2448154Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/midx.h' from root:root to runner:runner
2025-08-20T22:07:14.2450061Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/config.h' from root:root to runner:runner
2025-08-20T22:07:14.2452044Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/index.h' from root:root to runner:runner
2025-08-20T22:07:14.2453936Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/cred.h' from root:root to runner:runner
2025-08-20T22:07:14.2455829Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/odb_backend.h' from root:root to runner:runner
2025-08-20T22:07:14.2457739Z [00:15:34.912]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/errors.h' from root:root to runner:runner
2025-08-20T22:07:14.2459827Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/openssl.h' from root:root to runner:runner
2025-08-20T22:07:14.2461715Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/email.h' from root:root to runner:runner
2025-08-20T22:07:14.2463616Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/repository.h' from root:root to runner:runner
2025-08-20T22:07:14.2465513Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/diff.h' from root:root to runner:runner
2025-08-20T22:07:14.2467366Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/refs.h' from root:root to runner:runner
2025-08-20T22:07:14.2469545Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/stream.h' from root:root to runner:runner
2025-08-20T22:07:14.2471491Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/alloc.h' from root:root to runner:runner
2025-08-20T22:07:14.2473398Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/path.h' from root:root to runner:runner
2025-08-20T22:07:14.2475567Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/merge.h' from root:root to runner:runner
2025-08-20T22:07:14.2477542Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/mempack.h' from root:root to runner:runner
2025-08-20T22:07:14.2479705Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys' from root:root to runner:runner
2025-08-20T22:07:14.2481550Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/commit.h' from root:root to runner:runner
2025-08-20T22:07:14.2483445Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/refspec.h' from root:root to runner:runner
2025-08-20T22:07:14.2485326Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/pathspec.h' from root:root to runner:runner
2025-08-20T22:07:14.2487291Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/version.h' from root:root to runner:runner
2025-08-20T22:07:14.2489291Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/deprecated.h' from root:root to runner:runner
2025-08-20T22:07:14.2491219Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/annotated_commit.h' from root:root to runner:runner
2025-08-20T22:07:14.2493119Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/remote.h' from root:root to runner:runner
2025-08-20T22:07:14.2495043Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/credential_helpers.h' from root:root to runner:runner
2025-08-20T22:07:14.2497045Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/signature.h' from root:root to runner:runner
2025-08-20T22:07:14.2499089Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/oidarray.h' from root:root to runner:runner
2025-08-20T22:07:14.2500961Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/revert.h' from root:root to runner:runner
2025-08-20T22:07:14.2502825Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/filter.h' from root:root to runner:runner
2025-08-20T22:07:14.2504747Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/config.h' from root:root to runner:runner
2025-08-20T22:07:14.2506616Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/proxy.h' from root:root to runner:runner
2025-08-20T22:07:14.2508690Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/message.h' from root:root to runner:runner
2025-08-20T22:07:14.2510589Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/describe.h' from root:root to runner:runner
2025-08-20T22:07:14.2512712Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/blame.h' from root:root to runner:runner
2025-08-20T22:07:14.2515067Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/tree.h' from root:root to runner:runner
2025-08-20T22:07:14.2516933Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/reset.h' from root:root to runner:runner
2025-08-20T22:07:14.2519026Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/cert.h' from root:root to runner:runner
2025-08-20T22:07:14.2520869Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/attr.h' from root:root to runner:runner
2025-08-20T22:07:14.2522723Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/index.h' from root:root to runner:runner
2025-08-20T22:07:14.2524694Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/worktree.h' from root:root to runner:runner
2025-08-20T22:07:14.2526631Z [00:15:34.913]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/stash.h' from root:root to runner:runner
2025-08-20T22:07:14.2528599Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/status.h' from root:root to runner:runner
2025-08-20T22:07:14.2530465Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/types.h' from root:root to runner:runner
2025-08-20T22:07:14.2532413Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/odb_backend.h' from root:root to runner:runner
2025-08-20T22:07:14.2534284Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/apply.h' from root:root to runner:runner
2025-08-20T22:07:14.2536142Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/clone.h' from root:root to runner:runner
2025-08-20T22:07:14.2538096Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/pack.h' from root:root to runner:runner
2025-08-20T22:07:14.2540089Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/experimental.h' from root:root to runner:runner
2025-08-20T22:07:14.2541990Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/mailmap.h' from root:root to runner:runner
2025-08-20T22:07:14.2543859Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/common.h' from root:root to runner:runner
2025-08-20T22:07:14.2545726Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/strarray.h' from root:root to runner:runner
2025-08-20T22:07:14.2547592Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/patch.h' from root:root to runner:runner
2025-08-20T22:07:14.2549782Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/errors.h' from root:root to runner:runner
2025-08-20T22:07:14.2551707Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/graph.h' from root:root to runner:runner
2025-08-20T22:07:14.2553564Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/notes.h' from root:root to runner:runner
2025-08-20T22:07:14.2555424Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/object.h' from root:root to runner:runner
2025-08-20T22:07:14.2557345Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/net.h' from root:root to runner:runner
2025-08-20T22:07:14.2559491Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/stdint.h' from root:root to runner:runner
2025-08-20T22:07:14.2561344Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/email.h' from root:root to runner:runner
2025-08-20T22:07:14.2563227Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/repository.h' from root:root to runner:runner
2025-08-20T22:07:14.2565099Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/diff.h' from root:root to runner:runner
2025-08-20T22:07:14.2567039Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/blob.h' from root:root to runner:runner
2025-08-20T22:07:14.2569025Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/reflog.h' from root:root to runner:runner
2025-08-20T22:07:14.2570884Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/rebase.h' from root:root to runner:runner
2025-08-20T22:07:14.2572742Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/refs.h' from root:root to runner:runner
2025-08-20T22:07:14.2574644Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/revparse.h' from root:root to runner:runner
2025-08-20T22:07:14.2576586Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/checkout.h' from root:root to runner:runner
2025-08-20T22:07:14.2578634Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/merge.h' from root:root to runner:runner
2025-08-20T22:07:14.2580609Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/tag.h' from root:root to runner:runner
2025-08-20T22:07:14.2583035Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/revwalk.h' from root:root to runner:runner
2025-08-20T22:07:14.2585011Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/branch.h' from root:root to runner:runner
2025-08-20T22:07:14.2586868Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2' from root:root to runner:runner
2025-08-20T22:07:14.2588925Z [00:15:34.914]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2.h' from root:root to runner:runner
2025-08-20T22:07:14.2590710Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include' from root:root to runner:runner
2025-08-20T22:07:14.2592516Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out' from root:root to runner:runner
2025-08-20T22:07:14.2594217Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/output' from root:root to runner:runner
2025-08-20T22:07:14.2595941Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2597722Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2599720Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2601403Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7' from root:root to runner:runner
2025-08-20T22:07:14.2603158Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde_json-382e2c04c4935fac/out' from root:root to runner:runner
2025-08-20T22:07:14.2604887Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde_json-382e2c04c4935fac/output' from root:root to runner:runner
2025-08-20T22:07:14.2606588Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde_json-382e2c04c4935fac/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2608530Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde_json-382e2c04c4935fac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2610352Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde_json-382e2c04c4935fac/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2612034Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde_json-382e2c04c4935fac' from root:root to runner:runner
2025-08-20T22:07:14.2613679Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ref-cast-bf398d5247bf3731/out' from root:root to runner:runner
2025-08-20T22:07:14.2615338Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ref-cast-bf398d5247bf3731/output' from root:root to runner:runner
2025-08-20T22:07:14.2617045Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ref-cast-bf398d5247bf3731/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2619106Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ref-cast-bf398d5247bf3731/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2620837Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ref-cast-bf398d5247bf3731/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2622491Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ref-cast-bf398d5247bf3731' from root:root to runner:runner
2025-08-20T22:07:14.2624332Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-bcrypt_pbkdf.o' from root:root to runner:runner
2025-08-20T22:07:14.2626269Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/libssh2_config.h' from root:root to runner:runner
2025-08-20T22:07:14.2628313Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/libssh2.a' from root:root to runner:runner
2025-08-20T22:07:14.2630311Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-hostkey.o' from root:root to runner:runner
2025-08-20T22:07:14.2632348Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-transport.o' from root:root to runner:runner
2025-08-20T22:07:14.2634283Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-misc.o' from root:root to runner:runner
2025-08-20T22:07:14.2636259Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-mac.o' from root:root to runner:runner
2025-08-20T22:07:14.2638324Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-userauth.o' from root:root to runner:runner
2025-08-20T22:07:14.2640308Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-scp.o' from root:root to runner:runner
2025-08-20T22:07:14.2642265Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-kex.o' from root:root to runner:runner
2025-08-20T22:07:14.2644268Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-userauth_kbd_packet.o' from root:root to runner:runner
2025-08-20T22:07:14.2646345Z [00:15:34.915]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-knownhost.o' from root:root to runner:runner
2025-08-20T22:07:14.2648675Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-global.o' from root:root to runner:runner
2025-08-20T22:07:14.2650994Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-packet.o' from root:root to runner:runner
2025-08-20T22:07:14.2652975Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-publickey.o' from root:root to runner:runner
2025-08-20T22:07:14.2654929Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-pem.o' from root:root to runner:runner
2025-08-20T22:07:14.2656952Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-comp.o' from root:root to runner:runner
2025-08-20T22:07:14.2659201Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-crypt.o' from root:root to runner:runner
2025-08-20T22:07:14.2661155Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-agent.o' from root:root to runner:runner
2025-08-20T22:07:14.2663112Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-session.o' from root:root to runner:runner
2025-08-20T22:07:14.2665142Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-channel.o' from root:root to runner:runner
2025-08-20T22:07:14.2667106Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-blowfish.o' from root:root to runner:runner
2025-08-20T22:07:14.2669355Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-openssl.o' from root:root to runner:runner
2025-08-20T22:07:14.2671384Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-sftp.o' from root:root to runner:runner
2025-08-20T22:07:14.2673734Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-keepalive.o' from root:root to runner:runner
2025-08-20T22:07:14.2675578Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build' from root:root to runner:runner
2025-08-20T22:07:14.2677412Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/include/libssh2_publickey.h' from root:root to runner:runner
2025-08-20T22:07:14.2679427Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/include/libssh2.h' from root:root to runner:runner
2025-08-20T22:07:14.2681288Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/include/libssh2_sftp.h' from root:root to runner:runner
2025-08-20T22:07:14.2683195Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/include' from root:root to runner:runner
2025-08-20T22:07:14.2685096Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/lib/pkgconfig/libssh2.pc' from root:root to runner:runner
2025-08-20T22:07:14.2686942Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/lib/pkgconfig' from root:root to runner:runner
2025-08-20T22:07:14.2688805Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/lib' from root:root to runner:runner
2025-08-20T22:07:14.2690575Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out' from root:root to runner:runner
2025-08-20T22:07:14.2692290Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/output' from root:root to runner:runner
2025-08-20T22:07:14.2694023Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2695796Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2697548Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2699406Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e' from root:root to runner:runner
2025-08-20T22:07:14.2701209Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2703108Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/00c879ee3285a50d-montgomery.o' from root:root to runner:runner
2025-08-20T22:07:14.2704974Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a4019cc0736b0423-cpu_intel.o' from root:root to runner:runner
2025-08-20T22:07:14.2706822Z [00:15:34.916]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a0330e891e733f4e-gfp_p256.o' from root:root to runner:runner
2025-08-20T22:07:14.2709012Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/aaa1ba3e455ee2e1-limbs.o' from root:root to runner:runner
2025-08-20T22:07:14.2710963Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-aes-gcm-avx2-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2712923Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a4019cc0736b0423-crypto.o' from root:root to runner:runner
2025-08-20T22:07:14.2714788Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-x86_64-mont-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2717085Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/25ac62e5b3c53843-curve25519_64_adx.o' from root:root to runner:runner
2025-08-20T22:07:14.2719496Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-p256-x86_64-asm-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2721353Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a4019cc0736b0423-mem.o' from root:root to runner:runner
2025-08-20T22:07:14.2723241Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/e165cd818145c705-fiat_curve25519_adx_mul.o' from root:root to runner:runner
2025-08-20T22:07:14.2725192Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-sha512-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2727180Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-vpaes-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2729170Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/25ac62e5b3c53843-curve25519.o' from root:root to runner:runner
2025-08-20T22:07:14.2731038Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a0330e891e733f4e-ecp_nistz.o' from root:root to runner:runner
2025-08-20T22:07:14.2732911Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a0330e891e733f4e-p256-nistz.o' from root:root to runner:runner
2025-08-20T22:07:14.2734782Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/00c879ee3285a50d-montgomery_inv.o' from root:root to runner:runner
2025-08-20T22:07:14.2736796Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/e165cd818145c705-fiat_curve25519_adx_square.o' from root:root to runner:runner
2025-08-20T22:07:14.2738860Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/libring_core_0_17_13__test.a' from root:root to runner:runner
2025-08-20T22:07:14.2740812Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2742760Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-aesni-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2744698Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a0330e891e733f4e-gfp_p384.o' from root:root to runner:runner
2025-08-20T22:07:14.2746529Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/libring_core_0_17_13_.a' from root:root to runner:runner
2025-08-20T22:07:14.2748625Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a0330e891e733f4e-p256.o' from root:root to runner:runner
2025-08-20T22:07:14.2750516Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-sha256-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2752559Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-ghash-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2754448Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/d5a9841f3dc6e253-poly1305.o' from root:root to runner:runner
2025-08-20T22:07:14.2756337Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-x86_64-mont5-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2758369Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-chacha-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:07:14.2760289Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a4019cc0736b0423-constant_time_test.o' from root:root to runner:runner
2025-08-20T22:07:14.2762246Z [00:15:34.917]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/0bbbd18bda93c05b-aes_nohw.o' from root:root to runner:runner
2025-08-20T22:07:14.2764042Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out' from root:root to runner:runner
2025-08-20T22:07:14.2765693Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/output' from root:root to runner:runner
2025-08-20T22:07:14.2767359Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2769187Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2770948Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2772581Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4' from root:root to runner:runner
2025-08-20T22:07:14.2774251Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-client-3fd415ebe5634856/out' from root:root to runner:runner
2025-08-20T22:07:14.2775984Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-client-3fd415ebe5634856/output' from root:root to runner:runner
2025-08-20T22:07:14.2777905Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-client-3fd415ebe5634856/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2779707Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-client-3fd415ebe5634856/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2781481Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-client-3fd415ebe5634856/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2783192Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-client-3fd415ebe5634856' from root:root to runner:runner
2025-08-20T22:07:14.2785144Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-64828ac5dc1a69fa/out' from root:root to runner:runner
2025-08-20T22:07:14.2787155Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-64828ac5dc1a69fa/output' from root:root to runner:runner
2025-08-20T22:07:14.2789246Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-64828ac5dc1a69fa/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2791049Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-64828ac5dc1a69fa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2792780Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-64828ac5dc1a69fa/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2794415Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-64828ac5dc1a69fa' from root:root to runner:runner
2025-08-20T22:07:14.2796134Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-backend-b3512fe837a36d63/out' from root:root to runner:runner
2025-08-20T22:07:14.2798086Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-backend-b3512fe837a36d63/output' from root:root to runner:runner
2025-08-20T22:07:14.2799868Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-backend-b3512fe837a36d63/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2801685Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-backend-b3512fe837a36d63/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2803481Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-backend-b3512fe837a36d63/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2805274Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-backend-b3512fe837a36d63' from root:root to runner:runner
2025-08-20T22:07:14.2806925Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libm-88676cffa9a85f1b/out' from root:root to runner:runner
2025-08-20T22:07:14.2808677Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libm-88676cffa9a85f1b/output' from root:root to runner:runner
2025-08-20T22:07:14.2810351Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libm-88676cffa9a85f1b/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2812066Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libm-88676cffa9a85f1b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2813770Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libm-88676cffa9a85f1b/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2815461Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libm-88676cffa9a85f1b' from root:root to runner:runner
2025-08-20T22:07:14.2817165Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-ops-7100a26c03aabbe5/out' from root:root to runner:runner
2025-08-20T22:07:14.2818952Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-ops-7100a26c03aabbe5/output' from root:root to runner:runner
2025-08-20T22:07:14.2820670Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-ops-7100a26c03aabbe5/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2822513Z [00:15:34.918]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-ops-7100a26c03aabbe5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2824298Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-ops-7100a26c03aabbe5/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2825970Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-ops-7100a26c03aabbe5' from root:root to runner:runner
2025-08-20T22:07:14.2827673Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/out/crc32_table.rs' from root:root to runner:runner
2025-08-20T22:07:14.2829684Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/out/tag.rs' from root:root to runner:runner
2025-08-20T22:07:14.2831427Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/out' from root:root to runner:runner
2025-08-20T22:07:14.2833082Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/output' from root:root to runner:runner
2025-08-20T22:07:14.2834769Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2836499Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2838296Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2839955Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac' from root:root to runner:runner
2025-08-20T22:07:14.2841665Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-9356aaf3df80bd8c/out' from root:root to runner:runner
2025-08-20T22:07:14.2843393Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-9356aaf3df80bd8c/output' from root:root to runner:runner
2025-08-20T22:07:14.2845079Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-9356aaf3df80bd8c/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2846819Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-9356aaf3df80bd8c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2848695Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-9356aaf3df80bd8c/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2850344Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-9356aaf3df80bd8c' from root:root to runner:runner
2025-08-20T22:07:14.2852063Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/out/generated.rs' from root:root to runner:runner
2025-08-20T22:07:14.2854568Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/out/named_entities.rs' from root:root to runner:runner
2025-08-20T22:07:14.2856450Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/out' from root:root to runner:runner
2025-08-20T22:07:14.2858271Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/output' from root:root to runner:runner
2025-08-20T22:07:14.2860024Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2861820Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2863593Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2865278Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19' from root:root to runner:runner
2025-08-20T22:07:14.2866993Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-04a8bb9904d70ebb/out' from root:root to runner:runner
2025-08-20T22:07:14.2869043Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-04a8bb9904d70ebb/output' from root:root to runner:runner
2025-08-20T22:07:14.2870713Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-04a8bb9904d70ebb/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2872421Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-04a8bb9904d70ebb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2874099Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-04a8bb9904d70ebb/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2875804Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-04a8bb9904d70ebb' from root:root to runner:runner
2025-08-20T22:07:14.2877491Z [00:15:34.919]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/out/code_table.rs' from root:root to runner:runner
2025-08-20T22:07:14.2879378Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/out' from root:root to runner:runner
2025-08-20T22:07:14.2881037Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/output' from root:root to runner:runner
2025-08-20T22:07:14.2882794Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2884515Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2886209Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2887955Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4' from root:root to runner:runner
2025-08-20T22:07:14.2889667Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/out/directory.rs' from root:root to runner:runner
2025-08-20T22:07:14.2891431Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/out/timezones.rs' from root:root to runner:runner
2025-08-20T22:07:14.2893209Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/out' from root:root to runner:runner
2025-08-20T22:07:14.2894950Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/output' from root:root to runner:runner
2025-08-20T22:07:14.2896665Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2898538Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2900345Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2902028Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5' from root:root to runner:runner
2025-08-20T22:07:14.2903784Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/out/mime_types_generated.rs' from root:root to runner:runner
2025-08-20T22:07:14.2905541Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/out' from root:root to runner:runner
2025-08-20T22:07:14.2907223Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/output' from root:root to runner:runner
2025-08-20T22:07:14.2909309Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/root-output' from root:root to runner:runner
2025-08-20T22:07:14.2911086Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.2912834Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/stderr' from root:root to runner:runner
2025-08-20T22:07:14.2914498Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f' from root:root to runner:runner
2025-08-20T22:07:14.2916021Z [00:15:34.920]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build' from root:root to runner:runner
2025-08-20T22:07:14.2917515Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_system.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2919251Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_cmd_plugin.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2920889Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_protocol.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2923136Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_test_support.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2924700Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_std.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2926329Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_polars.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2928123Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmiette-df4921012340ce3f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2929773Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nix-b275ccb43337b7e5.d' from root:root to runner:runner
2025-08-20T22:07:14.2931426Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfloat_cmp-05cf4e98501e2c7b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2933098Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/cssparser-728ec8b265c7a066.d' from root:root to runner:runner
2025-08-20T22:07:14.2934833Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-9dc3818f11f07e16.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2936526Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2938328Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc32fast-6af78ad21a095569.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2940061Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/erased_serde-801ba5c67cf17840.d' from root:root to runner:runner
2025-08-20T22:07:14.2941726Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha2-fe60a345b99169f2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2943383Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_inc-8614b45a9c2fcdd5.d' from root:root to runner:runner
2025-08-20T22:07:14.2945130Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2946887Z [00:15:34.922]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_conv-0f2b5de8085c5a41.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2948852Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnow-c81131046f4d1bb6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2950525Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzlib_rs-c58fe23872fc8ceb.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2952305Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/html5ever-b381fd0956226d41.d' from root:root to runner:runner
2025-08-20T22:07:14.2954014Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_rational-8b5fc12d55390e63.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2955709Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrum-753976f9ef4c00c4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2957392Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtry_lock-9685603b79e055bc.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2959187Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4-be8a016ccab53006.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2960967Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_query-ca13c141b2deb0d7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2962686Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject_store-b6453585943ba029.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2964352Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/digest-774f7dc4d5dc9ce8.d' from root:root to runner:runner
2025-08-20T22:07:14.2966034Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_datetime-d41a81c13c42a0ba.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2967854Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2969574Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_channel-0af6c03886683bf7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2971356Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_polars-4f672c5858857966.d' from root:root to runner:runner
2025-08-20T22:07:14.2973113Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfilesize-7d67a268cc0b9134.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2974798Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2976488Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libservo_arc-aac27d6f011d68af.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2978361Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfoldhash-dbcc77a37defdd66.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2980088Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_probe-b84d8017041f64a7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2981756Z [00:15:34.923]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_core-6821e56da9eb3a1e.rlib' retained as runner:runner
2025-08-20T22:07:14.2983402Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs-b187a1ee660b3fca.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2985069Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libweb_time-2006421450947d6d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2986821Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libraw_cpuid-315ecd3de6af70a2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2989108Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzopfli-47865d081e187006.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2991167Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki_root_certs-980ed7db238c4bb4.d' from root:root to runner:runner
2025-08-20T22:07:14.2992886Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_integer-25bf9e2f94470652.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2994598Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-5ab6f4c9570cc54c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2996380Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtabled-c1f28060bdc1509d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.2998186Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhmac-d9a7d3bee6f07edb.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.2999898Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/snap-410905c7aba2864d.d' from root:root to runner:runner
2025-08-20T22:07:14.3001564Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_task-baefbe77c8cb072c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3003280Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchardetng-ae2cee0105f1a73a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3005019Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libethnum-9358e7cc56614dee.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3006729Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libasync_stream-9c42f560f406f5da.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3008535Z [00:15:34.923]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3010175Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lz4-be8a016ccab53006.d' from root:root to runner:runner
2025-08-20T22:07:14.3011902Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtextwrap-33b3f1826e1adf61.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3013588Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest-5e931a6354c01016.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3015232Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/strsim-47b4338863dd4805.d' from root:root to runner:runner
2025-08-20T22:07:14.3016870Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwant-79e630c432dd6eb8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3018680Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfuzzy_matcher-67b6b854ebdd8028.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3020415Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3022162Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/itertools-dfcf36b7436d22d3.d' from root:root to runner:runner
2025-08-20T22:07:14.3023885Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3025534Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_path-7c90292ca855c4e6.d' from root:root to runner:runner
2025-08-20T22:07:14.3027130Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ryu-783c6cb289bf7403.d' from root:root to runner:runner
2025-08-20T22:07:14.3029048Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp_serde-8fce83ac4076d77b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3030819Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd_safe-d162ccd45dd10ef8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3032533Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libiana_time_zone-9192423d2f0652a5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3035259Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lz4_sys-866a5e22df216a40.d' from root:root to runner:runner
2025-08-20T22:07:14.3037579Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_rustls-24a1271a4834f62d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3040166Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstable_deref_trait-b791c118f73f8ac1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3041927Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-d0e3149d869756cc.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3043663Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3045368Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/arboard-537d1368e510bd15.d' from root:root to runner:runner
2025-08-20T22:07:14.3047037Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libblake3-a21b960c16b08a87.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3048873Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_task-baefbe77c8cb072c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3050896Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_runtime-646306dec52bb003.d' from root:root to runner:runner
2025-08-20T22:07:14.3054016Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpage-ad260becb0ba8aef.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3057140Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_cp-d74b475504517ad5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3059546Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_locid_transform-82e3085f44ad98f5.d' from root:root to runner:runner
2025-08-20T22:07:14.3061859Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties-aefbc4e5237c0c47.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3063636Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-0a4d2c839adb79b5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3065339Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mkdir-8215f9ef6f5bb6d9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3067014Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ppv_lite86-6e49459e122b9eb6.d' from root:root to runner:runner
2025-08-20T22:07:14.3068931Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/base64-d79a005048c457b7.d' from root:root to runner:runner
2025-08-20T22:07:14.3070672Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libssh2_sys-9957f2dbd11e5b6e.d' from root:root to runner:runner
2025-08-20T22:07:14.3072347Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplanus-d8acf1591a4aaf82.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3074040Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfnv-5237c5e632f27eca.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3075737Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsiphasher-d1a8d9c59c93907e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3077416Z [00:15:34.924]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/chrono_tz-cb484778ca4d5860.d' from root:root to runner:runner
2025-08-20T22:07:14.3079270Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libppv_lite86-6e49459e122b9eb6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3081007Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_ci-1137f08c15addfda.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3082740Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/event_listener-74a88250cde70fa4.d' from root:root to runner:runner
2025-08-20T22:07:14.3084428Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_stdlib-4d49fa93d82cd053.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3086085Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/heck-39daa5364b1ef8a0.d' from root:root to runner:runner
2025-08-20T22:07:14.3087979Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_server-1b8340eea542f60d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3089753Z [00:15:34.925]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_table-0088595a2ede17d5.rlib' retained as runner:runner
2025-08-20T22:07:14.3091371Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hashbrown-e799bb394d4305b6.d' from root:root to runner:runner
2025-08-20T22:07:14.3094456Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet-cbda6536ea8ec241.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3097654Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblock_api-1767d6f4baf99d94.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3101030Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/signal_hook_mio-17ee3a9a5126d1ce.d' from root:root to runner:runner
2025-08-20T22:07:14.3103475Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreqwest-df3edca4f9d58cce.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3105502Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-a289a2f2604d89df.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3108238Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_mem_engine-9f514816a2ab1df9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3111435Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_sigv4-7e06e9bf916ce73e.d' from root:root to runner:runner
2025-08-20T22:07:14.3113658Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_native_certs-a289a2f2604d89df.d' from root:root to runner:runner
2025-08-20T22:07:14.3115629Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/linux_raw_sys-f6ecab73b5dbffa2.d' from root:root to runner:runner
2025-08-20T22:07:14.3117366Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-40006865a44fcce4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3119485Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3122856Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocks-bd30d3deaf150bac.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3124767Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-bc2766bbb6a00ff8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3126549Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_syntax-523d3002ffab0ee9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3129121Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf-fe3b4527b481fae5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3130841Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbumpalo-cfaa9c6929b5cd9b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3132500Z [00:15:34.925]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_system-35496a8031b0670a.rlib' retained as runner:runner
2025-08-20T22:07:14.3134118Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_system-35496a8031b0670a.d' from root:root to runner:runner
2025-08-20T22:07:14.3135760Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crc32fast-6af78ad21a095569.d' from root:root to runner:runner
2025-08-20T22:07:14.3137490Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hyper_rustls-ab42500142c68361.d' from root:root to runner:runner
2025-08-20T22:07:14.3139426Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libadler32-99defbd1a2ae2174.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3141156Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwriteable-4c873d47d3162cdc.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3142843Z [00:15:34.925]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3144547Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liberased_serde-801ba5c67cf17840.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3146251Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytecount-80925eb83414e615.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3148081Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ref_cast-020ac1f8cb7b9d2d.d' from root:root to runner:runner
2025-08-20T22:07:14.3149683Z [00:15:34.926]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_lsp-7ebcab1d5c1f6762.rlib' retained as runner:runner
2025-08-20T22:07:14.3151396Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libskiplist-467b7355a472c010.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3153155Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_plan-9affbd028ae8f7aa.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3154849Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tokio_rustls-dbe506b1a392f7f8.d' from root:root to runner:runner
2025-08-20T22:07:14.3156519Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/os_pipe-18783a1c1f4f2ed8.d' from root:root to runner:runner
2025-08-20T22:07:14.3158436Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3160171Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtry_lock-9685603b79e055bc.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3161842Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-253dc85f57c343d6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3163575Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/inotify-1a3477fef977f17d.d' from root:root to runner:runner
2025-08-20T22:07:14.3165322Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/async_stream-9c42f560f406f5da.d' from root:root to runner:runner
2025-08-20T22:07:14.3167018Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libv_htmlescape-97a98f283e49eac0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3168975Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnative_tls-fe370e6af450f02c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3170671Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libical-59626f7e3b824db5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3172329Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hashlink-f68279be559c98f7.d' from root:root to runner:runner
2025-08-20T22:07:14.3174006Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossbeam_channel-bf28dd2448494a8a.d' from root:root to runner:runner
2025-08-20T22:07:14.3175674Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/charset-27a26a61f2b0dd6c.d' from root:root to runner:runner
2025-08-20T22:07:14.3177441Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrim_in_place-cb3975682a90f866.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3179519Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgit2-149e49445902c660.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3181252Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_registry-95fe9393f93bbd05.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3182952Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ethnum-9358e7cc56614dee.d' from root:root to runner:runner
2025-08-20T22:07:14.3184569Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/time-42feb2eb3bd9d36f.d' from root:root to runner:runner
2025-08-20T22:07:14.3186198Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3187990Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaddr2line-9595c82e770d90da.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3189754Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_types-1643268e8cf7d1a1.d' from root:root to runner:runner
2025-08-20T22:07:14.3191553Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminimal_lexical-cd352522f2381349.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3193280Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/serde_urlencoded-885a85f20e1eae20.d' from root:root to runner:runner
2025-08-20T22:07:14.3194983Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace-2c07cd69558b06e1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3197475Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3199466Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtermcolor-6d4eb50635b9c3b1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3201180Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_formats-309407e9df5b3f91.d' from root:root to runner:runner
2025-08-20T22:07:14.3202858Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvsimd-cb52266f376f8b4b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3204548Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3206278Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/cfg_if-c6d20eeedf1e2f8f.d' from root:root to runner:runner
2025-08-20T22:07:14.3208004Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/object-ea92a5313933f785.d' from root:root to runner:runner
2025-08-20T22:07:14.3209659Z [00:15:34.926]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libblake3-a21b960c16b08a87.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3211348Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf16_iter-bd8e0d7a1939bb6d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3213005Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/blake3-a21b960c16b08a87.d' from root:root to runner:runner
2025-08-20T22:07:14.3214721Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3216399Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic-09af666da43367bc.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3218415Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fallible_streaming_iterator-e12849ee5d71bb20.d' from root:root to runner:runner
2025-08-20T22:07:14.3220192Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrength_reduce-a01e3c129344d33a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3221880Z [00:15:34.927]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_polars-a178b50405395559.rlib' retained as runner:runner
2025-08-20T22:07:14.3223639Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtyped_arena-d289dec78accf75f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3225349Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_utils-dbf4f9e23e565d3f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3227047Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_error-2b549322f45a6531.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3228847Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utf16_iter-bd8e0d7a1939bb6d.d' from root:root to runner:runner
2025-08-20T22:07:14.3230572Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv-63112845ad027ebe.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3232221Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dtoa_short-261e8af4aac2c4d6.d' from root:root to runner:runner
2025-08-20T22:07:14.3233887Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_json-ae8b9796c0714309.d' from root:root to runner:runner
2025-08-20T22:07:14.3235542Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/boxcar-0c9bd6ca1fc18542.d' from root:root to runner:runner
2025-08-20T22:07:14.3237222Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_spanned-9857039a31f0fd4c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3239140Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3240942Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwinnow-b2048235cbf0c0f1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3242736Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/streaming_decompression-0eaf1fd5267ff6ac.d' from root:root to runner:runner
2025-08-20T22:07:14.3244475Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicode_truncate-2f2f386e5fafa61d.d' from root:root to runner:runner
2025-08-20T22:07:14.3246194Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_urlencoded-885a85f20e1eae20.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3248093Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_properties_data-281a50421255fb32.d' from root:root to runner:runner
2025-08-20T22:07:14.3249800Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-c1bc0cdea0ee528c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3251521Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_normalizer_data-aa41eb36e0d88854.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3253278Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfuzzy_matcher-67b6b854ebdd8028.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3254996Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3256762Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchumsky-ffb476bdbb48e2cb.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3258704Z [00:15:34.927]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libx11rb_protocol-c27d0f2116060166.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3260454Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3262185Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3264600Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libratatui-be515f7a61d83ef7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3266296Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_stream-54256da8d29a02c9.d' from root:root to runner:runner
2025-08-20T22:07:14.3268187Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3270282Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-28658e2435cf7d87.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3277635Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_format-bf497f67b84d372f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3279841Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_random-ae40a1e5c3e36fd0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3281719Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libshell_words-fab7b27eaa8549a7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3283496Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibflate_lz77-d404e13fbc908005.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3285259Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-9bad974913a05188.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3286130Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zeroize-c534c2641d1d2609.d' from root:root to runner:runner
2025-08-20T22:07:14.3287042Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhuman_date_parser-400b0701e382af71.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3288134Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrypto_common-44f151bbfdd586f4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3289014Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/minimal_lexical-cd352522f2381349.d' from root:root to runner:runner
2025-08-20T22:07:14.3289863Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bit_set-fe5dce40a1b9a271.d' from root:root to runner:runner
2025-08-20T22:07:14.3290729Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/serde_yaml-cda25facc640b2a6.d' from root:root to runner:runner
2025-08-20T22:07:14.3291608Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wayland_backend-5d0350a67aa11b09.d' from root:root to runner:runner
2025-08-20T22:07:14.3292497Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libargminmax-fa52b25f09046643.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3293459Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_executor-ba52c5f2ec7d6422.d' from root:root to runner:runner
2025-08-20T22:07:14.3294429Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_engine-3f01238bbe5ba34c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3295358Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libalphanumeric_sort-c3ff27e0f0c1d649.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3296221Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3297159Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_rs_sys-ba05a4701e3ada1b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3298307Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b7e496eadac97b97.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3299174Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lock_api-1767d6f4baf99d94.d' from root:root to runner:runner
2025-08-20T22:07:14.3300040Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/parking_lot-84dfbf221af39c77.d' from root:root to runner:runner
2025-08-20T22:07:14.3301030Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrsim-47b4338863dd4805.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3301909Z [00:15:34.928]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconsole-12643e17fc3b04e3.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3302808Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibflate_lz77-d404e13fbc908005.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3303711Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libshell_words-fab7b27eaa8549a7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3304584Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgimli-5542d876b8d4336f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3305449Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/clap_builder-e395a28de0a7baeb.d' from root:root to runner:runner
2025-08-20T22:07:14.3306417Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrip_ansi_escapes-1c736223ada06573.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3307379Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_mio-17ee3a9a5126d1ce.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3308355Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/reedline-4cd0232e87a0dff8.d' from root:root to runner:runner
2025-08-20T22:07:14.3309225Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3310130Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_backend-5d0350a67aa11b09.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3311094Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4_sys-866a5e22df216a40.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3311994Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-f6ecab73b5dbffa2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3312910Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_deque-01656f2aca168da2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3313819Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-2eb45abcfa0ed01b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3314738Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/indexmap-bb8ac29bc9027d28.d' from root:root to runner:runner
2025-08-20T22:07:14.3315626Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8parse-568fbb869ba40b86.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3316480Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/float_cmp-05cf4e98501e2c7b.d' from root:root to runner:runner
2025-08-20T22:07:14.3317335Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-899d8de1909acb15.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3318447Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/quoted_printable-caec4a7695f4c78c.d' from root:root to runner:runner
2025-08-20T22:07:14.3319380Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_stress_internals-1abc34b31ed681eb.d' from root:root to runner:runner
2025-08-20T22:07:14.3320346Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibssh2_sys-9957f2dbd11e5b6e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3321309Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsysinfo-6acb9388e4f1b907.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3322166Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/peresil-99da2f639b22a7cc.d' from root:root to runner:runner
2025-08-20T22:07:14.3323067Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libterminal_size-50a22e490a42bde0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3324018Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwriteable-4c873d47d3162cdc.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3324946Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstable_deref_trait-b791c118f73f8ac1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3325822Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/linked_hash_map-ba93eb3849ac5f61.d' from root:root to runner:runner
2025-08-20T22:07:14.3326725Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-dbd1850c9403762a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3327621Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_threads-a50e3667048136bd.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3328681Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_protocol-cbe3887668f111db.d' from root:root to runner:runner
2025-08-20T22:07:14.3329549Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/alloc_stdlib-4d49fa93d82cd053.d' from root:root to runner:runner
2025-08-20T22:07:14.3330867Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_root_certs-980ed7db238c4bb4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3332101Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_registry-95fe9393f93bbd05.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3332934Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/md5-5d79f546fe65219c.d' from root:root to runner:runner
2025-08-20T22:07:14.3333840Z [00:15:34.929]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_adler32-5a5ca4a638b1c078.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3334798Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/itertools-e86eea01e7d22935.d' from root:root to runner:runner
2025-08-20T22:07:14.3335730Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypeid-44868b69461deb74.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3336569Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_lsp-7ebcab1d5c1f6762.d' from root:root to runner:runner
2025-08-20T22:07:14.3337441Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libheck-39daa5364b1ef8a0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3338631Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum-d1dc8ede7cb43b4e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3339550Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/human_date_parser-400b0701e382af71.d' from root:root to runner:runner
2025-08-20T22:07:14.3340487Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3341387Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_lazy-762f687e13b482b5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3342266Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_std-fa4703acf637627b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3343183Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/quick_xml-40006865a44fcce4.d' from root:root to runner:runner
2025-08-20T22:07:14.3344063Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libshadow_rs-9197ff8b0f457719.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3344951Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteyarn-6072912b705efe40.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3345844Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcharset-27a26a61f2b0dd6c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3346723Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libowo_colors-a4931c69d02e1957.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3347682Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibgit2_sys-ccb76ddb1f4f98c0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3348713Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/curl_sys-333ec96fa5cd48e2.d' from root:root to runner:runner
2025-08-20T22:07:14.3349610Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/supports_color-0528b28cf81ac6ef.d' from root:root to runner:runner
2025-08-20T22:07:14.3350512Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtitlecase-f52f63848057842d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3351436Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libordered_multimap-f98a79969ed52c77.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3352421Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_color_config-c005101a1fe2b3e9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3353337Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_collections-453366799e51712c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3354194Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/selectors-87a163e52ec4ce13.d' from root:root to runner:runner
2025-08-20T22:07:14.3355117Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpure_rust_locales-93366b09b4054ded.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3356039Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf-fe3b4527b481fae5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3356907Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/simplelog-fabf45cc93e48f12.d' from root:root to runner:runner
2025-08-20T22:07:14.3358000Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_error-9e8ff36aab83c304.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3358929Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify-6779d5c743dd391b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3359857Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librle_decode_fast-1d16e13e02f2a59a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3360747Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b381fd0956226d41.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3361713Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3362631Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/calamine-14bd018f768b9b84.d' from root:root to runner:runner
2025-08-20T22:07:14.3363496Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/once_cell-ce6f56fb6fb1a8d7.d' from root:root to runner:runner
2025-08-20T22:07:14.3364371Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-d22ae7dcdc92682a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3365321Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansitok-009e16c03ddc16b3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3366218Z [00:15:34.930]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc32fast-6af78ad21a095569.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3367063Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/http_body-275585e7b054e969.d' from root:root to runner:runner
2025-08-20T22:07:14.3368045Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/atomic_waker-8768e274fad1a36e.d' from root:root to runner:runner
2025-08-20T22:07:14.3368961Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libportable_atomic-241c7f3e23b23bdd.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3369901Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand_chacha-ab9197f501a59b39.d' from root:root to runner:runner
2025-08-20T22:07:14.3370745Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/miette-df4921012340ce3f.d' from root:root to runner:runner
2025-08-20T22:07:14.3371625Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_pki_types-2f6f41be2f82d2fd.d' from root:root to runner:runner
2025-08-20T22:07:14.3372519Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttparse-0cf4a8445f87fe40.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3373420Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibflate-56f01d0082008972.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3374278Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand_core-d92d17a09d6c85d0.d' from root:root to runner:runner
2025-08-20T22:07:14.3375184Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zstd_safe-d162ccd45dd10ef8.d' from root:root to runner:runner
2025-08-20T22:07:14.3376130Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimplelog-fabf45cc93e48f12.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3376997Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3377942Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/procfs-e1a5062c9add9b92.d' from root:root to runner:runner
2025-08-20T22:07:14.3379067Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libego_tree-4b067884b93619a7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3379932Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki-48bbc7de4647331c.d' from root:root to runner:runner
2025-08-20T22:07:14.3380793Z [00:15:34.931]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_formats-95058712600b489d.rlib' retained as runner:runner
2025-08-20T22:07:14.3381684Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerofrom-1bcd7210f905f478.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3382614Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime-5845d3fe135b2fc5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3383548Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3384414Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/parking-9d0f580be32cb457.d' from root:root to runner:runner
2025-08-20T22:07:14.3385264Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/oem_cp-33fcb76f70b81cec.d' from root:root to runner:runner
2025-08-20T22:07:14.3386159Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3387045Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_docker-cbd410dfd5e8f44f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3387994Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_cp-d74b475504517ad5.d' from root:root to runner:runner
2025-08-20T22:07:14.3388990Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd_safe-d162ccd45dd10ef8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3389928Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossbeam_deque-01656f2aca168da2.d' from root:root to runner:runner
2025-08-20T22:07:14.3390787Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/writeable-4c873d47d3162cdc.d' from root:root to runner:runner
2025-08-20T22:07:14.3391687Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sigv4-7e06e9bf916ce73e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3392596Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lean_string-dd80437c2ee38581.d' from root:root to runner:runner
2025-08-20T22:07:14.3393499Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/streaming_iterator-be5c301492afe7b9.d' from root:root to runner:runner
2025-08-20T22:07:14.3394388Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcssparser-728ec8b265c7a066.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3395264Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3396183Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_test_support-a3eda67254ea320a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3397326Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimdutf8-aa4ae3360dc91e0a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3398811Z [00:15:34.931]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtinystr-8e6656b30ef14f38.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3399684Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/planus-d8acf1591a4aaf82.d' from root:root to runner:runner
2025-08-20T22:07:14.3400578Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_formats-95058712600b489d.d' from root:root to runner:runner
2025-08-20T22:07:14.3401492Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_gstat-45ed27ad166fbf2d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3402353Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bytesize-bef8ab1ab2c47499.d' from root:root to runner:runner
2025-08-20T22:07:14.3403328Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdunce-8e471e0f7aaf21d7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3404309Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_normalizer_data-aa41eb36e0d88854.d' from root:root to runner:runner
2025-08-20T22:07:14.3405215Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3406161Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-bf28dd2448494a8a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3407069Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/yoke-22ba29b4b7cbfeee.d' from root:root to runner:runner
2025-08-20T22:07:14.3408256Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstatic_assertions-1b2d2f41c3a1ffe7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3409165Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-dfcf36b7436d22d3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3410040Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/quick_error-2b549322f45a6531.d' from root:root to runner:runner
2025-08-20T22:07:14.3410887Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dtoa-bce8de879eef3143.d' from root:root to runner:runner
2025-08-20T22:07:14.3411912Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_test_support-500bb170aa93ba8e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3412761Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_uname-1c7c8907bd01dd98.d' from root:root to runner:runner
2025-08-20T22:07:14.3413680Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3414535Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_conv-0f2b5de8085c5a41.d' from root:root to runner:runner
2025-08-20T22:07:14.3415423Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytecount-80925eb83414e615.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3416378Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_arrow_format-d828df9365df6f4a.d' from root:root to runner:runner
2025-08-20T22:07:14.3417347Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3418355Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8-ad42f944fb0a6f85.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3419268Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/signal_hook_registry-95fe9393f93bbd05.d' from root:root to runner:runner
2025-08-20T22:07:14.3420161Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3421081Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/winnow-b2048235cbf0c0f1.d' from root:root to runner:runner
2025-08-20T22:07:14.3421965Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinotify-1a3477fef977f17d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3422855Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashlink-f68279be559c98f7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3423768Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtower_service-da3b80c2dd45bff6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3424716Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3425571Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/atoi_simd-76f28a6528d4c3c3.d' from root:root to runner:runner
2025-08-20T22:07:14.3426447Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgimli-5542d876b8d4336f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3427314Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mv-822d7fadab091c90.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3428259Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/socks-bd30d3deaf150bac.d' from root:root to runner:runner
2025-08-20T22:07:14.3429147Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbuf_trait-3efefd71a7d20c87.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3430069Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand_core-00065bc91c726ac4.d' from root:root to runner:runner
2025-08-20T22:07:14.3430990Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxattr-fa84d71592add336.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3431863Z [00:15:34.932]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/colorchoice-f7b0c4654c297647.d' from root:root to runner:runner
2025-08-20T22:07:14.3432754Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/brotli_decompressor-e892e89100d7d2c8.d' from root:root to runner:runner
2025-08-20T22:07:14.3433736Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_experimental-f784b96a75eb77a1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3434642Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaho_corasick-0c641a08514c09b4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3435523Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_time-c319a6bbc46d25ff.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3436426Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_datetime-d41a81c13c42a0ba.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3437325Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet-cbda6536ea8ec241.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3438518Z [00:15:34.933]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_std-fa4703acf637627b.rlib' retained as runner:runner
2025-08-20T22:07:14.3439425Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64_simd-c3e52b4397227368.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3440341Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf_shared-873d8c7509a23a1c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3441258Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_normalizer-3ff666bbe59a0e2d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3442129Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_gstat-42c10f00db3cebeb.d' from root:root to runner:runner
2025-08-20T22:07:14.3443014Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3443993Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lockfree_object_pool-1b2777295187b308.d' from root:root to runner:runner
2025-08-20T22:07:14.3444952Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/precomputed_hash-a513819289908bf4.d' from root:root to runner:runner
2025-08-20T22:07:14.3445839Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle-214268fa4e260649.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3446732Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayref-c4d32b8f5ebeca43.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3447660Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3448756Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libini-ca4c10a7fd457d70.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3449620Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/chumsky-ffb476bdbb48e2cb.d' from root:root to runner:runner
2025-08-20T22:07:14.3450509Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeml_parser-89f7d0a0510ce87d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3451386Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/simd_adler32-5a5ca4a638b1c078.d' from root:root to runner:runner
2025-08-20T22:07:14.3452347Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli-ccaf963f87dbc7b8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3453192Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fs_extra-66aff189b6df588a.d' from root:root to runner:runner
2025-08-20T22:07:14.3454057Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/addr2line-9595c82e770d90da.d' from root:root to runner:runner
2025-08-20T22:07:14.3454968Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3455855Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs_sys-d052c5fed58b6f71.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3456725Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_pipe-18783a1c1f4f2ed8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3457692Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnumber_prefix-fdbf7af792dfc9ea.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3458706Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_cli-2f7dd0be37d271a8.d' from root:root to runner:runner
2025-08-20T22:07:14.3459590Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_xpath-5b821ef1e7897d69.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3460509Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_ssooidc-f2b7a62fadcf20e2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3461472Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/supports_hyperlinks-9c06532198922393.d' from root:root to runner:runner
2025-08-20T22:07:14.3462377Z [00:15:34.933]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3463258Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3464130Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/inotify_sys-7f4e06999491fca0.d' from root:root to runner:runner
2025-08-20T22:07:14.3465039Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcpufeatures-4cd02f6d3bc04380.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3466686Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-23e1a0ce648518fb.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3467564Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/memmap2-e4117185f8458c0b.d' from root:root to runner:runner
2025-08-20T22:07:14.3468593Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_automata-bbaf20b09695e3da.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3469497Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsqlite3_sys-5389b2ffac1aaeb2.d' from root:root to runner:runner
2025-08-20T22:07:14.3470408Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_normalizer-3ff666bbe59a0e2d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3471390Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librecursive-19865dfc405ddc86.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3472260Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossterm-449307aca3cc3515.d' from root:root to runner:runner
2025-08-20T22:07:14.3473165Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dlv_list-a604e9b82497b76a.d' from root:root to runner:runner
2025-08-20T22:07:14.3474073Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3474924Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/atomic-09af666da43367bc.d' from root:root to runner:runner
2025-08-20T22:07:14.3475845Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/recursive-19865dfc405ddc86.d' from root:root to runner:runner
2025-08-20T22:07:14.3476734Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_io-555b964945978c09.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3477629Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wayland_protocols_wlr-dfc2a873ad886546.d' from root:root to runner:runner
2025-08-20T22:07:14.3478739Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/const_random-ae40a1e5c3e36fd0.d' from root:root to runner:runner
2025-08-20T22:07:14.3479699Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libloading-87d990afb85c0f01.d' from root:root to runner:runner
2025-08-20T22:07:14.3480636Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_iterator-be5c301492afe7b9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3481549Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_embed_utils-8c572a5c509d75a6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3482445Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle_query-e4e0dece7cb39766.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3483342Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3484188Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/strum-753976f9ef4c00c4.d' from root:root to runner:runner
2025-08-20T22:07:14.3485164Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-55b33249c08faf7c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3486107Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxmlparser-8eb5d729515c0c25.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3487003Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3488096Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdigest-774f7dc4d5dc9ce8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3489058Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3489948Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/markup5ever-2eb45abcfa0ed01b.d' from root:root to runner:runner
2025-08-20T22:07:14.3490806Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/arrayref-c4d32b8f5ebeca43.d' from root:root to runner:runner
2025-08-20T22:07:14.3491647Z [00:15:34.934]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_plugin-4689edd9272ca07e.rlib' retained as runner:runner
2025-08-20T22:07:14.3492559Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3493542Z [00:15:34.934]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-275585e7b054e969.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3494426Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstacker-92bb37db7140da37.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3495328Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_executable-86c7d21d2cd91ca2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3496201Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3497063Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bytecount-80925eb83414e615.d' from root:root to runner:runner
2025-08-20T22:07:14.3498038Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/clap_lex-8cd73176af5b80ca.d' from root:root to runner:runner
2025-08-20T22:07:14.3498983Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboem_cp-33fcb76f70b81cec.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3499904Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sync_wrapper-8309a39299af7249.d' from root:root to runner:runner
2025-08-20T22:07:14.3500765Z [00:15:34.935]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_test_support-a3eda67254ea320a.rlib' retained as runner:runner
2025-08-20T22:07:14.3501662Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-6b89de715644702d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3502550Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/h2-68d42ba4c7bcdee8.d' from root:root to runner:runner
2025-08-20T22:07:14.3503450Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libavro_schema-9ebb369c1d5cc809.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3504321Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rusqlite-e0c37c62d5df9c16.d' from root:root to runner:runner
2025-08-20T22:07:14.3505255Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_iterator-be5c301492afe7b9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3506095Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libm-3c0ee802c563c623.d' from root:root to runner:runner
2025-08-20T22:07:14.3507101Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols-78f4e0fed0db6eb2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3508077Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_executable-86c7d21d2cd91ca2.d' from root:root to runner:runner
2025-08-20T22:07:14.3508940Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_parser-6685ece72543f2f2.d' from root:root to runner:runner
2025-08-20T22:07:14.3509819Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcurl_sys-333ec96fa5cd48e2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3510691Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/openssl_probe-b84d8017041f64a7.d' from root:root to runner:runner
2025-08-20T22:07:14.3511580Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_whoami-7d712bac6d903609.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3512487Z [00:15:34.935]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rlib' retained as runner:runner
2025-08-20T22:07:14.3513457Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_polars-a178b50405395559.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3514301Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zopfli-47865d081e187006.d' from root:root to runner:runner
2025-08-20T22:07:14.3515194Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3516085Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lru-ed594286eef72bae.d' from root:root to runner:runner
2025-08-20T22:07:14.3517009Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libportable_atomic-241c7f3e23b23bdd.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3518171Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3519094Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_humanize-e2650901c76c6de7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3519965Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_ops-98ea475480734012.d' from root:root to runner:runner
2025-08-20T22:07:14.3520914Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp-316bd0d323cd9bcb.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3521763Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_table-0088595a2ede17d5.d' from root:root to runner:runner
2025-08-20T22:07:14.3522665Z [00:15:34.935]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-a04b20f02337a2d8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3523590Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarray_init_cursor-11a3fc5ee4833d65.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3524495Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3525387Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsiphasher-d1a8d9c59c93907e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3526328Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject-ea92a5313933f785.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3527246Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/untrusted-ecffa424b719da75.d' from root:root to runner:runner
2025-08-20T22:07:14.3528336Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmiette-df4921012340ce3f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3529254Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3530227Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace_ext-a223d4ebd2d110a2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3531089Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ratatui-be515f7a61d83ef7.d' from root:root to runner:runner
2025-08-20T22:07:14.3531935Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/servo_arc-aac27d6f011d68af.d' from root:root to runner:runner
2025-08-20T22:07:14.3532825Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_native_certs-46704437ba50518e.d' from root:root to runner:runner
2025-08-20T22:07:14.3533723Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_logger-64a6bd686bd00d63.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3535250Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhmac-d9a7d3bee6f07edb.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3536169Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/file_id-23be9a1dce6f4a30.d' from root:root to runner:runner
2025-08-20T22:07:14.3537064Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_util-513808909860ce7e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3538021Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_wsl-9174ea48d7be3155.d' from root:root to runner:runner
2025-08-20T22:07:14.3538889Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/avro_schema-9ebb369c1d5cc809.d' from root:root to runner:runner
2025-08-20T22:07:14.3539757Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvte-5a6ccada1036894f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3540741Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wayland_sys-866029d706c42c25.d' from root:root to runner:runner
2025-08-20T22:07:14.3541671Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_wsl-9174ea48d7be3155.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3542565Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzip-795a3b7fedc4de71.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3543467Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libowo_colors-a4931c69d02e1957.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3544403Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libboxcar-0c9bd6ca1fc18542.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3545283Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbit_vec-2ad1ea07e42ae05a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3546173Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_touch-e91a4578a4f99fb2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3547118Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3548153Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3549038Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify-6779d5c743dd391b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3549871Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/toml-56d7a949fdddfa20.d' from root:root to runner:runner
2025-08-20T22:07:14.3550778Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhumantime-4a74de14f4c8c8b4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3551693Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3552582Z [00:15:34.936]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_complex-8f8dcb8d81597d93.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3553500Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bincode-1d31f44e86027a08.d' from root:root to runner:runner
2025-08-20T22:07:14.3554448Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbracoxide-ae75182377f381b6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3555367Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_collections-453366799e51712c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3556241Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemmap2-e4117185f8458c0b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3557111Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibm-3c0ee802c563c623.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3558340Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow_format-d828df9365df6f4a.rlib' from root:root to runner:runner
﻿2025-08-20T22:07:14.3563575Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nom-964a3059a3b67acd.d' from root:root to runner:runner
2025-08-20T22:07:14.3564455Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/der-c28589b94316e476.d' from root:root to runner:runner
2025-08-20T22:07:14.3565408Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparse_datetime-1e6a9e3d9ae1cc7a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3566413Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwinnow-b2048235cbf0c0f1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3567334Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-0615a44123b88423.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3568502Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lsp_server-1b8340eea542f60d.d' from root:root to runner:runner
2025-08-20T22:07:14.3569409Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3570312Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libequivalent-172ee25997bd6c00.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3571182Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/alloc_no_stdlib-5b4e15f68c7bf626.d' from root:root to runner:runner
2025-08-20T22:07:14.3572111Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/reqwest-df3edca4f9d58cce.d' from root:root to runner:runner
2025-08-20T22:07:14.3573023Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtree_magic_mini-d31a187d41b3a325.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3573943Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdebug_unreachable-84e4020c8871f4af.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3574832Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcurl_sys-333ec96fa5cd48e2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3575736Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lsp_types-6da021def994144d.d' from root:root to runner:runner
2025-08-20T22:07:14.3576596Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hyper_rustls-24a1271a4834f62d.d' from root:root to runner:runner
2025-08-20T22:07:14.3577554Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/v_htmlescape-97a98f283e49eac0.d' from root:root to runner:runner
2025-08-20T22:07:14.3578575Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibflate-56f01d0082008972.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3579419Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sha2-fe60a345b99169f2.d' from root:root to runner:runner
2025-08-20T22:07:14.3580341Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/xmlparser-8eb5d729515c0c25.d' from root:root to runner:runner
2025-08-20T22:07:14.3581244Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_random-ae40a1e5c3e36fd0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3582112Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/form_urlencoded-22ab86262fa2efd2.d' from root:root to runner:runner
2025-08-20T22:07:14.3582953Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uucore-b56da79c9dbeea29.d' from root:root to runner:runner
2025-08-20T22:07:14.3583841Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-9bad974913a05188.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3584727Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibloading-87d990afb85c0f01.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3585677Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfluent_uri-7b0f695e49e93a29.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3586585Z [00:15:34.937]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-55b33249c08faf7c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3587479Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_json-7a7abc5dd8eb46f6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3588482Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/event_listener_strategy-5486cfbd0cb45f91.d' from root:root to runner:runner
2025-08-20T22:07:14.3589420Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslab-d05a1694e09532ae.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3590311Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-bc2766bbb6a00ff8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3591234Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/castaway-c16cbd267e642195.d' from root:root to runner:runner
2025-08-20T22:07:14.3592087Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_locid-c9007a16b6943922.d' from root:root to runner:runner
2025-08-20T22:07:14.3592982Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_stream-54256da8d29a02c9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3593916Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_color_config-c005101a1fe2b3e9.d' from root:root to runner:runner
2025-08-20T22:07:14.3594786Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3595673Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdialoguer-d829bf0685d4c1d7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3596566Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboption_ext-32fac97542e0c9e7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3597430Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_query-a758aeeadd342389.d' from root:root to runner:runner
2025-08-20T22:07:14.3598571Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/getrandom-113562dca39a5794.d' from root:root to runner:runner
2025-08-20T22:07:14.3599585Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboem_cp-33fcb76f70b81cec.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3600473Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libadler2-6e3a5d6b4398707b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3601359Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboption_ext-32fac97542e0c9e7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3602825Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_integer-25bf9e2f94470652.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3603868Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/same_file-9e20149285ebfce9.d' from root:root to runner:runner
2025-08-20T22:07:14.3604737Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3605691Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-88b9aa086bd56f4f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3606542Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libz_rs_sys-ba05a4701e3ada1b.d' from root:root to runner:runner
2025-08-20T22:07:14.3607412Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-48bbc7de4647331c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3608583Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq_proto-33f25c20f61ebb97.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3609469Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbit_set-fe5dce40a1b9a271.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3610374Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_mio-17ee3a9a5126d1ce.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3611261Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3612165Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_query-ca13c141b2deb0d7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3613118Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_mem_engine-9f514816a2ab1df9.d' from root:root to runner:runner
2025-08-20T22:07:14.3614009Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_utils-dbf4f9e23e565d3f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3614885Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3615767Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/parking_lot_core-5f2752fbc8ec8cc1.d' from root:root to runner:runner
2025-08-20T22:07:14.3616632Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3617511Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rmp-316bd0d323cd9bcb.d' from root:root to runner:runner
2025-08-20T22:07:14.3618460Z [00:15:34.938]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nuon-5716eaaf45d7876c.d' from root:root to runner:runner
2025-08-20T22:07:14.3619415Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgit2_sys-ccb76ddb1f4f98c0.d' from root:root to runner:runner
2025-08-20T22:07:14.3620294Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libglob-7dbad827ab1b7f61.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3621257Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_color_config-c005101a1fe2b3e9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3622126Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml-56d7a949fdddfa20.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3623006Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtextwrap-33b3f1826e1adf61.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3623904Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-e4b0219bbbf6cf91.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3624796Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimplelog-fabf45cc93e48f12.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3625676Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboutref-853c906c9906fba1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3626609Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-d92d17a09d6c85d0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3627492Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrsim-47b4338863dd4805.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3628470Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3629347Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/toml_datetime-d41a81c13c42a0ba.d' from root:root to runner:runner
2025-08-20T22:07:14.3630184Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ureq-e3203c675d8f1316.d' from root:root to runner:runner
2025-08-20T22:07:14.3631138Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvalue_trait-5e23f31df387879f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3632037Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/chrono-7838851ca819f8a4.d' from root:root to runner:runner
2025-08-20T22:07:14.3632892Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_task-baefbe77c8cb072c.d' from root:root to runner:runner
2025-08-20T22:07:14.3633755Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_whoami-7d712bac6d903609.d' from root:root to runner:runner
2025-08-20T22:07:14.3634686Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_whoami-7d712bac6d903609.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3635543Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3636371Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/log-9fd8f72c6bca26d5.d' from root:root to runner:runner
2025-08-20T22:07:14.3637195Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nix-44f220c853d27b1d.d' from root:root to runner:runner
2025-08-20T22:07:14.3638245Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libc-338e0ca149b82eb8.d' from root:root to runner:runner
2025-08-20T22:07:14.3639156Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3640151Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64_simd-c3e52b4397227368.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3641048Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchumsky-ffb476bdbb48e2cb.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3641874Z [00:15:34.939]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_formats-309407e9df5b3f91' retained as runner:runner
2025-08-20T22:07:14.3642767Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrim_in_place-cb3975682a90f866.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3643631Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmd5-5d79f546fe65219c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3644552Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/value_trait-5e23f31df387879f.d' from root:root to runner:runner
2025-08-20T22:07:14.3645463Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-9dc3818f11f07e16.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3646358Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdialoguer-d829bf0685d4c1d7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3647248Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_lite-8619887f50e57907.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3648385Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3649255Z [00:15:34.939]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_cmd_extra-8b85ba61e3f5b147.d' from root:root to runner:runner
2025-08-20T22:07:14.3650161Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot_core-5f2752fbc8ec8cc1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3651044Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libethnum-9358e7cc56614dee.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3651929Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b381fd0956226d41.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3652832Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcpufeatures-4cd02f6d3bc04380.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3653763Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_sdk_sso-e95fdc0ed4325168.d' from root:root to runner:runner
2025-08-20T22:07:14.3654651Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimdutf8-aa4ae3360dc91e0a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3655504Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utf8-ad42f944fb0a6f85.d' from root:root to runner:runner
2025-08-20T22:07:14.3656342Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/memchr-587c5ba3bea2f5ab.d' from root:root to runner:runner
2025-08-20T22:07:14.3657302Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_syntax-523d3002ffab0ee9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3658295Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wayland_client-54ecff6b6fd4db36.d' from root:root to runner:runner
2025-08-20T22:07:14.3659243Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libshadow_rs-9197ff8b0f457719.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3660132Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libderanged-073ace2e5e8a79a2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3661010Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_types-1643268e8cf7d1a1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3661945Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_experimental-f784b96a75eb77a1.d' from root:root to runner:runner
2025-08-20T22:07:14.3662864Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid_transform-82e3085f44ad98f5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3663711Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tinystr-8e6656b30ef14f38.d' from root:root to runner:runner
2025-08-20T22:07:14.3664576Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/platform_info-8d443462e10843bf.d' from root:root to runner:runner
2025-08-20T22:07:14.3665466Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcssparser-728ec8b265c7a066.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3666359Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librusqlite-e0c37c62d5df9c16.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3667280Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8-ad42f944fb0a6f85.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3668306Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever_rcdom-72fbc1c1896b8c23.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3669175Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lazy_static-e4b0219bbbf6cf91.d' from root:root to runner:runner
2025-08-20T22:07:14.3670042Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_error-03ea6283c1410406.d' from root:root to runner:runner
2025-08-20T22:07:14.3671670Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstring_cache-27ee910f3f3664de.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3672578Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_lsp-7ebcab1d5c1f6762.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3673534Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon_core-bacc1e0f3a5cb4f7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3674433Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpage-ad260becb0ba8aef.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3675304Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3676211Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fxhash-49cf8527f30d7f2b.d' from root:root to runner:runner
2025-08-20T22:07:14.3677066Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvte-5a6ccada1036894f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3678207Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num-d1dc8ede7cb43b4e.d' from root:root to runner:runner
2025-08-20T22:07:14.3679113Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblitemap-24fa94a2898e6277.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3679962Z [00:15:34.940]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/scraper-8936ae42f38f5929.d' from root:root to runner:runner
2025-08-20T22:07:14.3680796Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/vsimd-cb52266f376f8b4b.d' from root:root to runner:runner
2025-08-20T22:07:14.3681725Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/env_home-2d11289c9bce15cf.d' from root:root to runner:runner
2025-08-20T22:07:14.3682554Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/h2-899d8de1909acb15.d' from root:root to runner:runner
2025-08-20T22:07:14.3683393Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/console-12643e17fc3b04e3.d' from root:root to runner:runner
2025-08-20T22:07:14.3684306Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_gstat-45ed27ad166fbf2d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3685234Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3686170Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-ebf45e1669754a3e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3687106Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha1_smol-13e65ad0041c7bcc.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3688213Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3690456Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-dbe506b1a392f7f8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3691377Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_iter-a94b1f5340ec7636.d' from root:root to runner:runner
2025-08-20T22:07:14.3692262Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime-961a7ea6c9eb0c17.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3693237Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminiz_oxide-64a0b50c71d34b84.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3694168Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libblock_buffer-bd04e960fa2f85f6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3695054Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-e1a5062c9add9b92.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3695940Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-00065bc91c726ac4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3696844Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_parquet_format-2c974967b44af547.d' from root:root to runner:runner
2025-08-20T22:07:14.3697741Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-e799bb394d4305b6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3698747Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/socket2-bec1a37333192385.d' from root:root to runner:runner
2025-08-20T22:07:14.3699614Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime-42feb2eb3bd9d36f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3700493Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstacker-92bb37db7140da37.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3701455Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf16_iter-bd8e0d7a1939bb6d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3702401Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_inc-487393c4957d7165' from root:root to runner:runner
2025-08-20T22:07:14.3703258Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_expr-79fd8268180f5909.d' from root:root to runner:runner
2025-08-20T22:07:14.3704216Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-ab9197f501a59b39.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3705061Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/outref-853c906c9906fba1.d' from root:root to runner:runner
2025-08-20T22:07:14.3705938Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3706866Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmac-bdd9ecfef067e15b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3707874Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocket2-bec1a37333192385.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3708757Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libucd_trie-249f7664f655894e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3709632Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/backtrace_ext-a223d4ebd2d110a2.d' from root:root to runner:runner
2025-08-20T22:07:14.3710463Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/x11rb-7382b06bc7959e56.d' from root:root to runner:runner
2025-08-20T22:07:14.3711346Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/print_positions-7b22970a74f8ac1e.d' from root:root to runner:runner
2025-08-20T22:07:14.3712261Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_iterator-3388414c1b9bec9c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3713152Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_config-91f1a01a194abf83.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3714030Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_explore-8b61f0e5559a2ae7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3714977Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbincode-1d31f44e86027a08.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3715919Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/array_init_cursor-11a3fc5ee4833d65.d' from root:root to runner:runner
2025-08-20T22:07:14.3716786Z [00:15:34.941]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhome-912337b30fee19c0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3717852Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libforeign_types-2732dc455a911364.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3718892Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-da634158b6f13f93.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3719845Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-b275ccb43337b7e5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3720739Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarboard-537d1368e510bd15.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3721616Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypenum-e22068095b1584db.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3722500Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpapergrid-6862671c88f73198.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3723395Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libblock_buffer-bd04e960fa2f85f6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3724305Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libasync_channel-984ee4f1e05ad5f3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3725188Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_filter-d84b6fd2a35e959b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3726079Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3726968Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcompact_str-a77465cb62671a7b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3728136Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsync_wrapper-8309a39299af7249.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3729079Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/etcetera-faec811a229d7de6.d' from root:root to runner:runner
2025-08-20T22:07:14.3729942Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd-6e0ad0d1c826dd04.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3730792Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sys_locale-e2a08779000bc6d1.d' from root:root to runner:runner
2025-08-20T22:07:14.3731721Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_pipe-18783a1c1f4f2ed8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3732583Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwax-222a9a48cd888c1c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3733488Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/os_display-2afef617786c505a.d' from root:root to runner:runner
2025-08-20T22:07:14.3734360Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3735242Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid-c9007a16b6943922.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3736127Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-be0da8fca778566f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3736991Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rle_decode_fast-1d16e13e02f2a59a.d' from root:root to runner:runner
2025-08-20T22:07:14.3738083Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_touch-e91a4578a4f99fb2.d' from root:root to runner:runner
2025-08-20T22:07:14.3739508Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprint_positions-7b22970a74f8ac1e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3740446Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libidna_adapter-c619ab8a7c3119cb.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3741320Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libweb_time-2006421450947d6d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3742309Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3743248Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_base-38f2d7d412ee3cc0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3744163Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibsqlite3_sys-5389b2ffac1aaeb2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3745091Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libforeign_types_shared-3713f2c7bbbe97ce.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3746044Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpathdiff-ce6a18a4f100fa5e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3746910Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_polars-4f672c5858857966' from root:root to runner:runner
2025-08-20T22:07:14.3747967Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-113562dca39a5794.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3748845Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pori-19135a6c82401e53.d' from root:root to runner:runner
2025-08-20T22:07:14.3749722Z [00:15:34.942]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_collections-453366799e51712c.d' from root:root to runner:runner
2025-08-20T22:07:14.3750625Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libform_urlencoded-22ab86262fa2efd2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3751501Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sigv4-7e06e9bf916ce73e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3752419Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_hyperlinks-9c06532198922393.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3753303Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_document-1e8842a422381c6f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3754179Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3755064Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-6bed09bf06b11ede.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3755992Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/quick_error-9e8ff36aab83c304.d' from root:root to runner:runner
2025-08-20T22:07:14.3756912Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypeid-44868b69461deb74.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3757943Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopen-53d78a52954cfbe3.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3759039Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libadler2-6e3a5d6b4398707b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3759888Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hex-e6776d86f2c5abaf.d' from root:root to runner:runner
2025-08-20T22:07:14.3760756Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsemver-5d28bf5d661ec6e8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3761748Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties_data-281a50421255fb32.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3762633Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libucd_trie-249f7664f655894e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3763549Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_executor-ba52c5f2ec7d6422.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3764443Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblean_string-dd80437c2ee38581.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3765311Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-f4ab9b3ec6b01355.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3766208Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_lazy-762f687e13b482b5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3767121Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3768202Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/cpufeatures-4cd02f6d3bc04380.d' from root:root to runner:runner
2025-08-20T22:07:14.3769129Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libupdate_informer-9ce5290ded720113.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3770178Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbincode-1d31f44e86027a08.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3771070Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libppv_lite86-6e49459e122b9eb6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3771933Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/signal_hook-eaadab8a4ab73297.d' from root:root to runner:runner
2025-08-20T22:07:14.3772923Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_query-a758aeeadd342389.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3773797Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ureq_proto-33f25c20f61ebb97.d' from root:root to runner:runner
2025-08-20T22:07:14.3774702Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki-21ca98e97bcb8077.d' from root:root to runner:runner
2025-08-20T22:07:14.3775605Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject_store-b6453585943ba029.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3776490Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfloat_cmp-05cf4e98501e2c7b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3777353Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/inventory-5c0557aaeda92e81.d' from root:root to runner:runner
2025-08-20T22:07:14.3778353Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/constant_time_eq-fb9e2559c5b80ca8.d' from root:root to runner:runner
2025-08-20T22:07:14.3779251Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_runtime_api-79799e2de1eb4b1f.d' from root:root to runner:runner
2025-08-20T22:07:14.3780141Z [00:15:34.943]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_rustls-ab42500142c68361.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3781033Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing_core-169f221b33d6469d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3781898Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_traits-dc9beeef36f073ec.d' from root:root to runner:runner
2025-08-20T22:07:14.3782876Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_client-54ecff6b6fd4db36.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3783790Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3784724Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid_transform_data-70b7f28036c24602.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3785622Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-2494db94d9f9f543.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3786559Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tower_service-da3b80c2dd45bff6.d' from root:root to runner:runner
2025-08-20T22:07:14.3787412Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_bigint-e6d298f948127473.d' from root:root to runner:runner
2025-08-20T22:07:14.3788487Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_textdocument-978bd6cf4a1417f4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3789343Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zstd_sys-2eaceaacd54f68d9.d' from root:root to runner:runner
2025-08-20T22:07:14.3790233Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libboxcar-0c9bd6ca1fc18542.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3791094Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_integer-25bf9e2f94470652.d' from root:root to runner:runner
2025-08-20T22:07:14.3791989Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3792876Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_format-eb371e0e38bb4643.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3793768Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs_core-8cedd893fcd61367.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3794661Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-dfcf36b7436d22d3.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3795543Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_sso-e95fdc0ed4325168.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3796457Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc-753555d71f3f6388.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3797400Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libselectors-87a163e52ec4ce13.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3798477Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-b275ccb43337b7e5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3799450Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-97c9d03a01c16b3e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3800333Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap_lex-8cd73176af5b80ca.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3801234Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-28658e2435cf7d87.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3802150Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_term_grid-c8ffdb05681cb8ad.d' from root:root to runner:runner
2025-08-20T22:07:14.3803012Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpwd-6cbe16806758f37b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3803874Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand_chacha-28658e2435cf7d87.d' from root:root to runner:runner
2025-08-20T22:07:14.3804748Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nucleo_matcher-b241afad9d4ff121.d' from root:root to runner:runner
2025-08-20T22:07:14.3805605Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_wsl-9174ea48d7be3155.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3806822Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/idna-e1d9b31468bc172b.d' from root:root to runner:runner
2025-08-20T22:07:14.3808198Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibssh2_sys-9957f2dbd11e5b6e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3809136Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3809987Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pin_utils-dbf4f9e23e565d3f.d' from root:root to runner:runner
2025-08-20T22:07:14.3811014Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnative_tls-fe370e6af450f02c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3811920Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/flate2-fa7e7ce6669aee27.d' from root:root to runner:runner
2025-08-20T22:07:14.3812790Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicode_width-a04b20f02337a2d8.d' from root:root to runner:runner
2025-08-20T22:07:14.3813701Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls-bc2766bbb6a00ff8.d' from root:root to runner:runner
2025-08-20T22:07:14.3814617Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_channel-0af6c03886683bf7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3815456Z [00:15:34.944]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/itoa-a8532d36a5ab7961.d' from root:root to runner:runner
2025-08-20T22:07:14.3816379Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_iter-a94b1f5340ec7636.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3817216Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/open-53d78a52954cfbe3.d' from root:root to runner:runner
2025-08-20T22:07:14.3818196Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/terminal_size-50a22e490a42bde0.d' from root:root to runner:runner
2025-08-20T22:07:14.3819045Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dunce-8e471e0f7aaf21d7.d' from root:root to runner:runner
2025-08-20T22:07:14.3819905Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libini-ca4c10a7fd457d70.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3820813Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunsafe_libyaml-e7fe2421eeb86895.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3821715Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcolorchoice-f7b0c4654c297647.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3822557Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libz_sys-5c658d569022504b.d' from root:root to runner:runner
2025-08-20T22:07:14.3823393Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ahash-b6987c5cff7c3ff6.d' from root:root to runner:runner
2025-08-20T22:07:14.3824332Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate_lz77-d404e13fbc908005.d' from root:root to runner:runner
2025-08-20T22:07:14.3825298Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties-aefbc4e5237c0c47.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3826132Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/git2-149e49445902c660.d' from root:root to runner:runner
2025-08-20T22:07:14.3827086Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-3445d5c4516ccd98.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3828061Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_gstat-45ed27ad166fbf2d.d' from root:root to runner:runner
2025-08-20T22:07:14.3828923Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_query-435ab2bb73ca282f' from root:root to runner:runner
2025-08-20T22:07:14.3829873Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_terminal_polyfill-9e3e3213721a8892.d' from root:root to runner:runner
2025-08-20T22:07:14.3830774Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttpdate-79ede0f99ea56afe.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3831634Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tokio_util-bd91d4d2332e4a51.d' from root:root to runner:runner
2025-08-20T22:07:14.3832471Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dlib-f69992effc38bb51.d' from root:root to runner:runner
2025-08-20T22:07:14.3833398Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow_format-d828df9365df6f4a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3834237Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/glob-7dbad827ab1b7f61.d' from root:root to runner:runner
2025-08-20T22:07:14.3835127Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_sts-c1e137be5bce6e21.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3836044Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarray_init_cursor-11a3fc5ee4833d65.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3837039Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_iterator-3388414c1b9bec9c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3838277Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrypto_common-44f151bbfdd586f4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3839177Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbumpalo-cfaa9c6929b5cd9b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3840070Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/html5ever-b7e496eadac97b97.d' from root:root to runner:runner
2025-08-20T22:07:14.3841020Z [00:15:34.945]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rust_decimal-5ab6f4c9570cc54c.d' from root:root to runner:runner
2025-08-20T22:07:14.3841896Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3842837Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicase-584e7c140fb9da42.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3843736Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtermcolor-6d4eb50635b9c3b1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3844625Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-5489ef5caddc6b7d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3845488Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-773a88da4a9fe997.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3846372Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3847244Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibm-3c0ee802c563c623.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3848321Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bytes_utils-59b4b8ae1f9e0280.d' from root:root to runner:runner
2025-08-20T22:07:14.3849199Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fixedbitset-53ac1fa02b85d463.d' from root:root to runner:runner
2025-08-20T22:07:14.3850073Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_pemfile-2494db94d9f9f543.d' from root:root to runner:runner
2025-08-20T22:07:14.3851016Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/indicatif-be0da8fca778566f.d' from root:root to runner:runner
2025-08-20T22:07:14.3851957Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxml5ever-d63ad9cdbf8f5388.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3852848Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librecursive-19865dfc405ddc86.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3853732Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypetag-00437eceaa3f1103.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3854664Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_channel-0af6c03886683bf7.d' from root:root to runner:runner
2025-08-20T22:07:14.3855519Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_lazy-762f687e13b482b5.d' from root:root to runner:runner
2025-08-20T22:07:14.3856451Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars-22424982a07ad673.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3857333Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/percent_encoding-0f6f24316966c721.d' from root:root to runner:runner
2025-08-20T22:07:14.3858339Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_example-16fbcb17ebe866ca.d' from root:root to runner:runner
2025-08-20T22:07:14.3859183Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ical-59626f7e3b824db5.d' from root:root to runner:runner
2025-08-20T22:07:14.3860070Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3860998Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquoted_printable-caec4a7695f4c78c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3861836Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/regex-01f6c3248026931a.d' from root:root to runner:runner
2025-08-20T22:07:14.3862682Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sxd_xpath-5b821ef1e7897d69.d' from root:root to runner:runner
2025-08-20T22:07:14.3863542Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/data_encoding-211769267f57a383.d' from root:root to runner:runner
2025-08-20T22:07:14.3864481Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/walkdir-ab1affa6d1684bbc.d' from root:root to runner:runner
2025-08-20T22:07:14.3865387Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bumpalo-cfaa9c6929b5cd9b.d' from root:root to runner:runner
2025-08-20T22:07:14.3866251Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslab-d05a1694e09532ae.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3867128Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-ebf45e1669754a3e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3868203Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_linebreak-c6d7dada63398a32.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3869073Z [00:15:34.946]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_engine-3f01238bbe5ba34c.rlib' retained as runner:runner
2025-08-20T22:07:14.3870004Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-365ffbf8ae454dce.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3870899Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_yaml-cda25facc640b2a6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3871796Z [00:15:34.946]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_docker-cbd410dfd5e8f44f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3872642Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/raw_cpuid-315ecd3de6af70a2.d' from root:root to runner:runner
2025-08-20T22:07:14.3873573Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-00065bc91c726ac4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3875080Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-2494db94d9f9f543.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3875966Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_util-6384ebfb10cd9285.d' from root:root to runner:runner
2025-08-20T22:07:14.3876872Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_yaml-cda25facc640b2a6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3877897Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libetcetera-faec811a229d7de6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3878952Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplist-8d0e9d1ffb9e6b6a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3879868Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bitflags-a64930d4b1418eda.d' from root:root to runner:runner
2025-08-20T22:07:14.3880758Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon_core-bacc1e0f3a5cb4f7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3881651Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_glob-f2cb9cf61a83330f.d' from root:root to runner:runner
2025-08-20T22:07:14.3882556Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_schema-5944240f1f5c4d5a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3883444Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrash-04167802cfb69fe7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3884373Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_util-513808909860ce7e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3885244Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwant-79e630c432dd6eb8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3886120Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd_sys-2eaceaacd54f68d9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3886966Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/anyhow-2fd745bff2c6550c.d' from root:root to runner:runner
2025-08-20T22:07:14.3888048Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-23e1a0ce648518fb.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3888952Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblean_string-dd80437c2ee38581.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3889888Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-a289a2f2604d89df.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3890768Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_embed-c96d4e425b957897.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3891642Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfxhash-49cf8527f30d7f2b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3892612Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_format-bf497f67b84d372f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3893536Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_utils-cb8016289642c2ca.d' from root:root to runner:runner
2025-08-20T22:07:14.3894383Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/gimli-5542d876b8d4336f.d' from root:root to runner:runner
2025-08-20T22:07:14.3895339Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body_util-c307991f0e3a14bf.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3896171Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/mac-bdd9ecfef067e15b.d' from root:root to runner:runner
2025-08-20T22:07:14.3897023Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_core-a684436aef2ee0a6.d' from root:root to runner:runner
2025-08-20T22:07:14.3898041Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_engine-8566e9a94302fe2e.d' from root:root to runner:runner
2025-08-20T22:07:14.3898964Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_mem_engine-9f514816a2ab1df9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3899818Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/mime_guess-8d76cdd76aa82baf.d' from root:root to runner:runner
2025-08-20T22:07:14.3900716Z [00:15:34.947]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3901607Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburlencoding-3308d9a5f08cfb5e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3902500Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayvec-34958b1da5b2639e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3903358Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest-5e931a6354c01016.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3904214Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnow-c81131046f4d1bb6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3905064Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/thiserror-0dc1baa09712230a.d' from root:root to runner:runner
2025-08-20T22:07:14.3906030Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicode_segmentation-882d83e719bd69f3.d' from root:root to runner:runner
2025-08-20T22:07:14.3906947Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pest_consume-074867f769ca5fd8.d' from root:root to runner:runner
2025-08-20T22:07:14.3907943Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3908925Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot_core-5f2752fbc8ec8cc1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3909767Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dirs-b187a1ee660b3fca.d' from root:root to runner:runner
2025-08-20T22:07:14.3910744Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-6b89de715644702d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3911615Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime-42feb2eb3bd9d36f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3912498Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfxhash-49cf8527f30d7f2b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3913411Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplatform_info-8d443462e10843bf.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3914299Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-b2f0f39103690718.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3915187Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq_proto-33f25c20f61ebb97.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3916047Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libder-c28589b94316e476.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3916935Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64ct-fa66f3a4feb1c865.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3918037Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime_guess-8d76cdd76aa82baf.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3919108Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconcurrent_queue-c1ff578697c99a66.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3920060Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_display-2afef617786c505a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3920940Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/update_informer-9ce5290ded720113.d' from root:root to runner:runner
2025-08-20T22:07:14.3921782Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futf-8fc113b695d9bd90.d' from root:root to runner:runner
2025-08-20T22:07:14.3922723Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtinystr-8e6656b30ef14f38.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3923583Z [00:15:34.948]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_stress_internals-1abc34b31ed681eb' retained as runner:runner
2025-08-20T22:07:14.3924491Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/byteorder-213f235268f0a30c.d' from root:root to runner:runner
2025-08-20T22:07:14.3925332Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/which-1c7cfe5e3e336e8f.d' from root:root to runner:runner
2025-08-20T22:07:14.3926203Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboutref-853c906c9906fba1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3927089Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_json-7a7abc5dd8eb46f6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3928144Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/shadow_rs-9197ff8b0f457719.d' from root:root to runner:runner
2025-08-20T22:07:14.3929062Z [00:15:34.948]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_credential_types-67b972b8d2cfeee2.d' from root:root to runner:runner
2025-08-20T22:07:14.3929971Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquoted_printable-caec4a7695f4c78c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3930868Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_plugin-4689edd9272ca07e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3931724Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcurl-e9ee9faa46783275.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3932690Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatoi_simd-76f28a6528d4c3c3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3933635Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/portable_atomic-241c7f3e23b23bdd.d' from root:root to runner:runner
2025-08-20T22:07:14.3934540Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_config-91f1a01a194abf83.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3935418Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle-214268fa4e260649.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3936326Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/siphasher-d1a8d9c59c93907e.d' from root:root to runner:runner
2025-08-20T22:07:14.3937173Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/anstyle-214268fa4e260649.d' from root:root to runner:runner
2025-08-20T22:07:14.3938221Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_error-9e8ff36aab83c304.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3939178Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify_debouncer_full-b8dcf4a9044e0bbd.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3940100Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpapergrid-6862671c88f73198.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3940979Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf_shared-ab7ab6b3e78e35ec.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3941903Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fs4-f8455b531eff6f86.d' from root:root to runner:runner
2025-08-20T22:07:14.3943336Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/powerfmt-53a8ff0e932f6462.d' from root:root to runner:runner
2025-08-20T22:07:14.3944247Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinotify_sys-7f4e06999491fca0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3945102Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/arrayvec-34958b1da5b2639e.d' from root:root to runner:runner
2025-08-20T22:07:14.3945963Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3946953Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchardetng-ae2cee0105f1a73a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3948014Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsync_wrapper-8309a39299af7249.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3948864Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rayon-f756c26217b59600.d' from root:root to runner:runner
2025-08-20T22:07:14.3949807Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_json-74202b9c98fa5f44.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3950674Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_row-caecdb598bffb879.d' from root:root to runner:runner
2025-08-20T22:07:14.3951552Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-2fd745bff2c6550c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3952483Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdlv_list-a604e9b82497b76a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3953376Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpowerfmt-53a8ff0e932f6462.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3954255Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblitemap-24fa94a2898e6277.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3955135Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs_sys-d052c5fed58b6f71.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3955992Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3956876Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_bigint-e6d298f948127473.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3957903Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libalphanumeric_sort-c3ff27e0f0c1d649.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3958907Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libx11rb-7382b06bc7959e56.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3959781Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/http_body_util-c307991f0e3a14bf.d' from root:root to runner:runner
2025-08-20T22:07:14.3960777Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconstant_time_eq-fb9e2559c5b80ca8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3961722Z [00:15:34.949]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_inc-8614b45a9c2fcdd5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3962570Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/owo_colors-a4931c69d02e1957.d' from root:root to runner:runner
2025-08-20T22:07:14.3963481Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/downcast_rs-daab5685abe555b2.d' from root:root to runner:runner
2025-08-20T22:07:14.3964329Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bit_vec-2ad1ea07e42ae05a.d' from root:root to runner:runner
2025-08-20T22:07:14.3965282Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunsafe_libyaml-e7fe2421eeb86895.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3966166Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/stable_deref_trait-b791c118f73f8ac1.d' from root:root to runner:runner
2025-08-20T22:07:14.3967045Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64ct-fa66f3a4feb1c865.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3968125Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libical-59626f7e3b824db5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3968987Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_ci-1137f08c15addfda.d' from root:root to runner:runner
2025-08-20T22:07:14.3969854Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_sdk_ssooidc-f2b7a62fadcf20e2.d' from root:root to runner:runner
2025-08-20T22:07:14.3970751Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3971646Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-ed398d067c364df9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3972533Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3973488Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimilar-53aad22c0e77d052.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3974409Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrum-753976f9ef4c00c4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3975276Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/serde_spanned-9857039a31f0fd4c.d' from root:root to runner:runner
2025-08-20T22:07:14.3976158Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_rs_sys-ba05a4701e3ada1b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3977074Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/foldhash-dbcc77a37defdd66.d' from root:root to runner:runner
2025-08-20T22:07:14.3978086Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liberased_serde-801ba5c67cf17840.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3979033Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3979937Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinterprocess-6b548cfc83a85547.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3980798Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/simdutf8-aa4ae3360dc91e0a.d' from root:root to runner:runner
2025-08-20T22:07:14.3981666Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/typed_arena-d289dec78accf75f.d' from root:root to runner:runner
2025-08-20T22:07:14.3982493Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ring-86a8c85dddc43966.d' from root:root to runner:runner
2025-08-20T22:07:14.3983382Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3984253Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3985125Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgjson-5c66bac0240344e4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3986004Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfast_float2-fe340760a2b24033.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3986926Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsnap-410905c7aba2864d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3987941Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/termcolor-6d4eb50635b9c3b1.d' from root:root to runner:runner
2025-08-20T22:07:14.3988772Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/csv-63112845ad027ebe.d' from root:root to runner:runner
2025-08-20T22:07:14.3989670Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3990590Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustix-8e0ea445b4a54dc9.d' from root:root to runner:runner
2025-08-20T22:07:14.3991517Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3992536Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_row-caecdb598bffb879.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3993437Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/alphanumeric_sort-c3ff27e0f0c1d649.d' from root:root to runner:runner
2025-08-20T22:07:14.3994337Z [00:15:34.950]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body_util-c307991f0e3a14bf.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3995223Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_home-2d11289c9bce15cf.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3996055Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sct-3669c2c5c90be5cc.d' from root:root to runner:runner
2025-08-20T22:07:14.3996936Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplanus-d8acf1591a4aaf82.rlib' from root:root to runner:runner
2025-08-20T22:07:14.3997980Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fastrand-7f5a6b006db81192.d' from root:root to runner:runner
2025-08-20T22:07:14.3999017Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli_decompressor-e892e89100d7d2c8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.3999885Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libctrlc-4526ad91c8aa25dc.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4000862Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_system-35496a8031b0670a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4001764Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/plist-8d0e9d1ffb9e6b6a.d' from root:root to runner:runner
2025-08-20T22:07:14.4002698Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/textwrap-33b3f1826e1adf61.d' from root:root to runner:runner
2025-08-20T22:07:14.4003601Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_io-555b964945978c09.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4004549Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b7e496eadac97b97.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4005439Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4006327Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/want-79e630c432dd6eb8.d' from root:root to runner:runner
2025-08-20T22:07:14.4007207Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4008324Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-f6ecab73b5dbffa2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4009213Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rust_embed_utils-8c572a5c509d75a6.d' from root:root to runner:runner
2025-08-20T22:07:14.4010050Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/curl-e9ee9faa46783275.d' from root:root to runner:runner
2025-08-20T22:07:14.4011471Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime_core-59441e71e9752f5a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4012468Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tokio_rustls-0a6cf909067e6955.d' from root:root to runner:runner
2025-08-20T22:07:14.4013346Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_edit-0eb82479c9602bf0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4014242Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-5ab6f4c9570cc54c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4015259Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_root_certs-9fd12e384a0b1c64.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4016197Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimilar-53aad22c0e77d052.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4017096Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfixedbitset-53ac1fa02b85d463.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4018164Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpage-ad260becb0ba8aef.d' from root:root to runner:runner
2025-08-20T22:07:14.4019084Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibsqlite3_sys-5389b2ffac1aaeb2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4020003Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols-78f4e0fed0db6eb2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4020940Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_uname-1c7c8907bd01dd98.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4021795Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ansitok-009e16c03ddc16b3.d' from root:root to runner:runner
2025-08-20T22:07:14.4022691Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcolorchoice-f7b0c4654c297647.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4023563Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/anstyle_query-e4e0dece7cb39766.d' from root:root to runner:runner
2025-08-20T22:07:14.4024426Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4_sys-866a5e22df216a40.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4025288Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pem_rfc7468-7713b95c4356f62e.d' from root:root to runner:runner
2025-08-20T22:07:14.4026204Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4027038Z [00:15:34.951]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand-328cb79e1068f009.d' from root:root to runner:runner
2025-08-20T22:07:14.4028030Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibgit2_sys-ccb76ddb1f4f98c0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4028968Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarboard-537d1368e510bd15.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4029879Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/phf_shared-ab7ab6b3e78e35ec.d' from root:root to runner:runner
2025-08-20T22:07:14.4030827Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_decompression-0eaf1fd5267ff6ac.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4031785Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_xml-f5d63c19685c5272.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4032705Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_client-54ecff6b6fd4db36.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4033617Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml-56d7a949fdddfa20.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4034478Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4035384Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparse_datetime-1e6a9e3d9ae1cc7a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4036271Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxxhash_rust-c605d70efe7fb469.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4037156Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfiletime-2631b54affefe3a0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4038258Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4039139Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pathdiff-ce6a18a4f100fa5e.d' from root:root to runner:runner
2025-08-20T22:07:14.4040088Z [00:15:34.952]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rlib' retained as runner:runner
2025-08-20T22:07:14.4041019Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_urlencoded-885a85f20e1eae20.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4042000Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrip_ansi_escapes-1c736223ada06573.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4042888Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsys_locale-e2a08779000bc6d1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4043756Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_example-16fbcb17ebe866ca' from root:root to runner:runner
2025-08-20T22:07:14.4044643Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libperesil-99da2f639b22a7cc.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4045537Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wax-222a9a48cd888c1c.d' from root:root to runner:runner
2025-08-20T22:07:14.4046429Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libselectors-87a163e52ec4ce13.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4047352Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-21ca98e97bcb8077.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4048442Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libder-c28589b94316e476.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4049335Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libumask-8a8bba2028d1d7a2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4050232Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthread_local-ac0f82058745b480.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4051163Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_hyperlinks-9c06532198922393.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4052048Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_iter-a94b1f5340ec7636.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4053007Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4053866Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/compact_str-a77465cb62671a7b.d' from root:root to runner:runner
2025-08-20T22:07:14.4054745Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansi_str-8f1cdc543a6aa459.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4055738Z [00:15:34.952]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli_decompressor-e892e89100d7d2c8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4056604Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_plan-9affbd028ae8f7aa.d' from root:root to runner:runner
2025-08-20T22:07:14.4057495Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstring_cache-27ee910f3f3664de.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4058440Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/psm-a64e58c0a1f0261a.d' from root:root to runner:runner
2025-08-20T22:07:14.4059371Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzip-795a3b7fedc4de71.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4060316Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libevent_listener_strategy-5486cfbd0cb45f91.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4061242Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate2-fa7e7ce6669aee27.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4062099Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/openssl-9278b7e80da04325.d' from root:root to runner:runner
2025-08-20T22:07:14.4062981Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerofrom-1bcd7210f905f478.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4063873Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libiana_time_zone-9192423d2f0652a5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4064764Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmultipart_rs-5e0871eccb3d282b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4065603Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utils-ae7fb18b83f5a1cc.d' from root:root to runner:runner
2025-08-20T22:07:14.4066556Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-be0da8fca778566f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4067389Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand-9dc3818f11f07e16.d' from root:root to runner:runner
2025-08-20T22:07:14.4068389Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplatform_info-8d443462e10843bf.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4069320Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rayon_core-bacc1e0f3a5cb4f7.d' from root:root to runner:runner
2025-08-20T22:07:14.4070197Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_logger-64a6bd686bd00d63.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4071069Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdigest-774f7dc4d5dc9ce8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4071970Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/typeid-44868b69461deb74.d' from root:root to runner:runner
2025-08-20T22:07:14.4072855Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwhich-1c7cfe5e3e336e8f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4073720Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4-be8a016ccab53006.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4074632Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwild-a79e3a62a9716a61.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4075522Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-c1bc0cdea0ee528c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4076419Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing_core-169f221b33d6469d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4077276Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/codepage-798438fea7d12e7f.d' from root:root to runner:runner
2025-08-20T22:07:14.4078797Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4079911Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdevicons-e7803fbe564e1915.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4080901Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblru-ed594286eef72bae.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4081783Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_touch-e91a4578a4f99fb2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4082645Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfnv-5237c5e632f27eca.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4083556Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/write16-39b201264c2a8c83.d' from root:root to runner:runner
2025-08-20T22:07:14.4084442Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_term_grid-c8ffdb05681cb8ad.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4085314Z [00:15:34.953]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsame_file-9e20149285ebfce9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4086242Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-2fd745bff2c6550c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4087117Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsemver-5d28bf5d661ec6e8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4088216Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libservo_arc-aac27d6f011d68af.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4089117Z [00:15:34.954]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cli-2f7dd0be37d271a8.rlib' retained as runner:runner
2025-08-20T22:07:14.4090015Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_inc-8614b45a9c2fcdd5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4090927Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_epoch-19f39cf11b6698c7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4091845Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdebug_unreachable-84e4020c8871f4af.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4092699Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsnap-410905c7aba2864d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4093562Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/devicons-e7803fbe564e1915.d' from root:root to runner:runner
2025-08-20T22:07:14.4094505Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-5489ef5caddc6b7d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4095366Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/petgraph-9511a98d8829f201.d' from root:root to runner:runner
2025-08-20T22:07:14.4096220Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-d0e3149d869756cc.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4097182Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrength_reduce-a01e3c129344d33a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4098207Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4099080Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsubtle-def2060a7e288ba7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4100063Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprecomputed_hash-a513819289908bf4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4100949Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdevicons-e7803fbe564e1915.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4101890Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtparse-11c375aa0b1e486b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4102774Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfoldhash-dbcc77a37defdd66.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4103697Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4104580Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatoi_simd-76f28a6528d4c3c3.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4105466Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_pretty_hex-3a94500256f1e78a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4106338Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_types-1643268e8cf7d1a1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4107242Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_embed_utils-8c572a5c509d75a6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4108299Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfastrand-7f5a6b006db81192.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4109175Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/regex_automata-bbaf20b09695e3da.d' from root:root to runner:runner
2025-08-20T22:07:14.4110096Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/getrandom-0a4d2c839adb79b5.d' from root:root to runner:runner
2025-08-20T22:07:14.4110968Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd-6e0ad0d1c826dd04.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4111836Z [00:15:34.954]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wl_clipboard_rs-4da0376e0617a292.d' from root:root to runner:runner
2025-08-20T22:07:14.4112692Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/anstream-b0fa21c5f8dcbacf.d' from root:root to runner:runner
2025-08-20T22:07:14.4113608Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4114438Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pwd-6cbe16806758f37b.d' from root:root to runner:runner
2025-08-20T22:07:14.4115330Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/umask-8a8bba2028d1d7a2.d' from root:root to runner:runner
2025-08-20T22:07:14.4116185Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/trim_in_place-cb3975682a90f866.d' from root:root to runner:runner
2025-08-20T22:07:14.4117056Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime-961a7ea6c9eb0c17.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4118045Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tendril-1528da0e1100a21c.d' from root:root to runner:runner
2025-08-20T22:07:14.4119050Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_expr-79fd8268180f5909.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4119945Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcassowary-b8dabd976d8d4c1d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4120902Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mktemp-cb6d8679911eeb83.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4121756Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/xxhash_rust-c605d70efe7fb469.d' from root:root to runner:runner
2025-08-20T22:07:14.4122612Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/humantime-4a74de14f4c8c8b4.d' from root:root to runner:runner
2025-08-20T22:07:14.4123608Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-2eb45abcfa0ed01b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4124489Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_display-2afef617786c505a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4125392Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdata_encoding-211769267f57a383.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4126278Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libavro_schema-9ebb369c1d5cc809.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4127209Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pure_rust_locales-93366b09b4054ded.d' from root:root to runner:runner
2025-08-20T22:07:14.4128303Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansitok-009e16c03ddc16b3.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4129237Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/httparse-0cf4a8445f87fe40.d' from root:root to runner:runner
2025-08-20T22:07:14.4130152Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtree_magic_mini-d31a187d41b3a325.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4131052Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic_waker-8768e274fad1a36e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4131965Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_platform_verifier-f7fc884ead5c23b9.d' from root:root to runner:runner
2025-08-20T22:07:14.4132856Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttpdate-79ede0f99ea56afe.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4133711Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-68d42ba4c7bcdee8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4134652Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_embed-c96d4e425b957897.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4135498Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_format-eb371e0e38bb4643.d' from root:root to runner:runner
2025-08-20T22:07:14.4136394Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconstant_time_eq-fb9e2559c5b80ca8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4137339Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_runtime-646306dec52bb003.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4138314Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libx11rb-7382b06bc7959e56.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4139158Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/xattr-fa84d71592add336.d' from root:root to runner:runner
2025-08-20T22:07:14.4140113Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/number_prefix-fdbf7af792dfc9ea.d' from root:root to runner:runner
2025-08-20T22:07:14.4140982Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_sink-6b89de715644702d.d' from root:root to runner:runner
2025-08-20T22:07:14.4141889Z [00:15:34.955]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_unicode-133fbb5973e6c6a2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4142832Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcastaway-c16cbd267e642195.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4143728Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgeneric_array-48d5082c9662bc72.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4144568Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/notify-6779d5c743dd391b.d' from root:root to runner:runner
2025-08-20T22:07:14.4145552Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtabled-c1f28060bdc1509d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4146957Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_query-ca13c141b2deb0d7.d' from root:root to runner:runner
2025-08-20T22:07:14.4148077Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdyn_clone-3a55b8eb1be4a805.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4149105Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_color-0528b28cf81ac6ef.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4149961Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4150821Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4151732Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rust_embed-c96d4e425b957897.d' from root:root to runner:runner
2025-08-20T22:07:14.4152573Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_json-2e277dd6984781f0.d' from root:root to runner:runner
2025-08-20T22:07:14.4153472Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/deranged-073ace2e5e8a79a2.d' from root:root to runner:runner
2025-08-20T22:07:14.4154426Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmultipart_rs-5e0871eccb3d282b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4155306Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha1_smol-13e65ad0041c7bcc.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4156162Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_xml-f5d63c19685c5272.d' from root:root to runner:runner
2025-08-20T22:07:14.4157079Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_queue-4740e9e0f0f15176.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4158064Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libipnet-9bb6d5bdb876969f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4158973Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballocator_api2-818ab6a2632f5eb1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4159838Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libctrlc-4526ad91c8aa25dc.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4160694Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libglob-7dbad827ab1b7f61.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4161606Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/gjson-5c66bac0240344e4.d' from root:root to runner:runner
2025-08-20T22:07:14.4162509Z [00:15:34.956]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_base-38f2d7d412ee3cc0.rlib' retained as runner:runner
2025-08-20T22:07:14.4163402Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4164322Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4165201Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libidna-e1d9b31468bc172b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4166136Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet_format-2c974967b44af547.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4167067Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscraper-8936ae42f38f5929.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4168149Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_cmd_lang-c7d8c380dc6957b1.d' from root:root to runner:runner
2025-08-20T22:07:14.4168989Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/mio-773a88da4a9fe997.d' from root:root to runner:runner
2025-08-20T22:07:14.4169894Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4170789Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_xml-f5d63c19685c5272.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4171654Z [00:15:34.956]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_example-c3f420c3fe045ee5.rlib' retained as runner:runner
2025-08-20T22:07:14.4172526Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfd_lock-9026c5966c80db4a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4173390Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_json-2e277dd6984781f0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4174344Z [00:15:34.956]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_decompression-0eaf1fd5267ff6ac.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4175341Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/brotli-ccaf963f87dbc7b8.d' from root:root to runner:runner
2025-08-20T22:07:14.4176267Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4177200Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_protocol-cbe3887668f111db.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4178199Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utils-ae7fb18b83f5a1cc' from root:root to runner:runner
2025-08-20T22:07:14.4179088Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbit_set-fe5dce40a1b9a271.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4180021Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstream-b0fa21c5f8dcbacf.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4180879Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_command-8bda19ea2fa375f8.d' from root:root to runner:runner
2025-08-20T22:07:14.4181728Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/typenum-e22068095b1584db.d' from root:root to runner:runner
2025-08-20T22:07:14.4182616Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_row-caecdb598bffb879.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4183524Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnucleo_matcher-b241afad9d4ff121.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4184384Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcurl-e9ee9faa46783275.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4185332Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libevent_listener_strategy-5486cfbd0cb45f91.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4186232Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap_builder-e395a28de0a7baeb.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4187081Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/csv_core-d22ae06eca562004.d' from root:root to runner:runner
2025-08-20T22:07:14.4188222Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/comfy_table-21187869a289ff9c.d' from root:root to runner:runner
2025-08-20T22:07:14.4189211Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libref_cast-020ac1f8cb7b9d2d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4190090Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic-09af666da43367bc.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4190966Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv_core-d22ae06eca562004.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4191914Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_term_grid-c8ffdb05681cb8ad.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4192816Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnumber_prefix-fdbf7af792dfc9ea.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4193754Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_explore-8b61f0e5559a2ae7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4194644Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/debug_unreachable-84e4020c8871f4af.d' from root:root to runner:runner
2025-08-20T22:07:14.4195499Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_threads-a50e3667048136bd.d' from root:root to runner:runner
2025-08-20T22:07:14.4196371Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid-c9007a16b6943922.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4197251Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace-2c07cd69558b06e1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4198206Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars-22424982a07ad673.d' from root:root to runner:runner
2025-08-20T22:07:14.4199091Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfilesize-7d67a268cc0b9134.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4199972Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcomfy_table-21187869a289ff9c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4200823Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_mkdir-8215f9ef6f5bb6d9.d' from root:root to runner:runner
2025-08-20T22:07:14.4201757Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unsafe_libyaml-e7fe2421eeb86895.d' from root:root to runner:runner
2025-08-20T22:07:14.4202627Z [00:15:34.957]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnuon-5716eaaf45d7876c.rlib' retained as runner:runner
2025-08-20T22:07:14.4203489Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aho_corasick-0c641a08514c09b4.d' from root:root to runner:runner
2025-08-20T22:07:14.4204337Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_io-191c9c23aab3cad1.d' from root:root to runner:runner
2025-08-20T22:07:14.4205272Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_lang-c7d8c380dc6957b1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4206191Z [00:15:34.957]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_root_certs-9fd12e384a0b1c64.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4207165Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconcurrent_queue-c1ff578697c99a66.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4208285Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_deque-01656f2aca168da2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4209229Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libforeign_types_shared-3713f2c7bbbe97ce.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4210100Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_conv-0f2b5de8085c5a41.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4210962Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/env_filter-d84b6fd2a35e959b.d' from root:root to runner:runner
2025-08-20T22:07:14.4211842Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwrite16-39b201264c2a8c83.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4212667Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_mv-822d7fadab091c90.d' from root:root to runner:runner
2025-08-20T22:07:14.4213503Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wild-a79e3a62a9716a61.d' from root:root to runner:runner
2025-08-20T22:07:14.4214459Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/mime-961a7ea6c9eb0c17.d' from root:root to runner:runner
2025-08-20T22:07:14.4215912Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fd_lock-9026c5966c80db4a.d' from root:root to runner:runner
2025-08-20T22:07:14.4216872Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/chardetng-ae2cee0105f1a73a.d' from root:root to runner:runner
2025-08-20T22:07:14.4217998Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_debug-6a069819be2fd5de.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4218859Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin-f9c9a17f9fd71d3e.d' from root:root to runner:runner
2025-08-20T22:07:14.4219832Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburlencoding-3308d9a5f08cfb5e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4220723Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfluent_uri-7b0f695e49e93a29.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4221606Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zip-795a3b7fedc4de71.d' from root:root to runner:runner
2025-08-20T22:07:14.4222526Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librle_decode_fast-1d16e13e02f2a59a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4223371Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls-27eeec221f3ac0c6.d' from root:root to runner:runner
2025-08-20T22:07:14.4224266Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libforeign_types-2732dc455a911364.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4225138Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libahash-b6987c5cff7c3ff6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4226033Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-88b9aa086bd56f4f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4226892Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-964a3059a3b67acd.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4227845Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/procfs_core-8cedd893fcd61367.d' from root:root to runner:runner
2025-08-20T22:07:14.4228844Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4229848Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4230773Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utf8parse-568fbb869ba40b86.d' from root:root to runner:runner
2025-08-20T22:07:14.4231651Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate2-fa7e7ce6669aee27.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4232577Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mkdir-8215f9ef6f5bb6d9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4233478Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbracoxide-ae75182377f381b6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4234370Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4235308Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfs_extra-66aff189b6df588a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4236215Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossbeam_epoch-19f39cf11b6698c7.d' from root:root to runner:runner
2025-08-20T22:07:14.4237084Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/byteyarn-6072912b705efe40.d' from root:root to runner:runner
2025-08-20T22:07:14.4238034Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uuid-aaefcdd53ce6461f.d' from root:root to runner:runner
2025-08-20T22:07:14.4238919Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsubtle-def2060a7e288ba7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4239857Z [00:15:34.958]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_linebreak-c6d7dada63398a32.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4240751Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_complex-8f8dcb8d81597d93.d' from root:root to runner:runner
2025-08-20T22:07:14.4241615Z [00:15:34.959]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_experimental-f784b96a75eb77a1.rlib' retained as runner:runner
2025-08-20T22:07:14.4242498Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_uname-1c7c8907bd01dd98.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4243464Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsqlparser-532b81b1cc6e6ad7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4244397Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rfc2047_decoder-53b4307177694c0a.d' from root:root to runner:runner
2025-08-20T22:07:14.4245297Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtyped_arena-d289dec78accf75f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4246317Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_streaming_iterator-e12849ee5d71bb20.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4247208Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxml5ever-d63ad9cdbf8f5388.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4248248Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/http-8c953989138211f3.d' from root:root to runner:runner
2025-08-20T22:07:14.4249194Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sqlparser-532b81b1cc6e6ad7.d' from root:root to runner:runner
2025-08-20T22:07:14.4250096Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest_consume-074867f769ca5fd8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4250959Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpsm-a64e58c0a1f0261a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4251828Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs-b187a1ee660b3fca.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4252691Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpori-19135a6c82401e53.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4253560Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfs4-f8455b531eff6f86.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4254423Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/markup5ever-dbd1850c9403762a.d' from root:root to runner:runner
2025-08-20T22:07:14.4255314Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzeroize-c534c2641d1d2609.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4256185Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-21ca98e97bcb8077.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4257102Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/xml5ever-d63ad9cdbf8f5388.d' from root:root to runner:runner
2025-08-20T22:07:14.4258147Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpathdiff-ce6a18a4f100fa5e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4259020Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsct-3669c2c5c90be5cc.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4260032Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4260979Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols_wlr-dfc2a873ad886546.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4261886Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4262779Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-0a6cf909067e6955.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4263674Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-f4ab9b3ec6b01355.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4264569Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicode_linebreak-c6d7dada63398a32.d' from root:root to runner:runner
2025-08-20T22:07:14.4265472Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_ssooidc-f2b7a62fadcf20e2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4266370Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibloading-87d990afb85c0f01.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4267249Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_sys-866029d706c42c25.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4268439Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblockfree_object_pool-1b2777295187b308.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4269335Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslotmap-db7e07194dd82ec1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4270311Z [00:15:34.959]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblscolors-dd8f9fbfab476ed6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4271283Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libevent_listener-74a88250cde70fa4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4272146Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutf-8fc113b695d9bd90.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4273000Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hyper_util-513808909860ce7e.d' from root:root to runner:runner
2025-08-20T22:07:14.4273941Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_error-2b549322f45a6531.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4274849Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsqlparser-532b81b1cc6e6ad7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4275779Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_test_support-a3eda67254ea320a.d' from root:root to runner:runner
2025-08-20T22:07:14.4276626Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ipnet-9bb6d5bdb876969f.d' from root:root to runner:runner
2025-08-20T22:07:14.4277509Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdlv_list-a604e9b82497b76a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4278524Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libterminal_size-50a22e490a42bde0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4279433Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgeneric_array-48d5082c9662bc72.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4280322Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcodepage-798438fea7d12e7f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4281221Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxmlparser-8eb5d729515c0c25.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4282349Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crc_catalog-a0a1653e388b06af.d' from root:root to runner:runner
2025-08-20T22:07:14.4283614Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_schema-5944240f1f5c4d5a.d' from root:root to runner:runner
2025-08-20T22:07:14.4284620Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl-9278b7e80da04325.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4285570Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_runtime-5845d3fe135b2fc5.d' from root:root to runner:runner
2025-08-20T22:07:14.4286450Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_json-2e277dd6984781f0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4287382Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_edit-0eb82479c9602bf0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4288489Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayvec-34958b1da5b2639e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4289405Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthread_local-ac0f82058745b480.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4290339Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpwd-6cbe16806758f37b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4291242Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-fa82214b1e1af40a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4292108Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/anstyle_parse-0a62d2c6fc5df59d.d' from root:root to runner:runner
2025-08-20T22:07:14.4292947Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/clap-cdd5b5cb83ca1c95.d' from root:root to runner:runner
2025-08-20T22:07:14.4293800Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/base64-23e1a0ce648518fb.d' from root:root to runner:runner
2025-08-20T22:07:14.4294682Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtendril-1528da0e1100a21c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4295550Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fluent_uri-7b0f695e49e93a29.d' from root:root to runner:runner
2025-08-20T22:07:14.4296417Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocket2-bec1a37333192385.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4297291Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/chrono_humanize-e2650901c76c6de7.d' from root:root to runner:runner
2025-08-20T22:07:14.4298308Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ansi_str-8f1cdc543a6aa459.d' from root:root to runner:runner
2025-08-20T22:07:14.4299263Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-113562dca39a5794.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4300187Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-bf28dd2448494a8a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4301145Z [00:15:34.960]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_backend-5d0350a67aa11b09.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4302040Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcalamine-14bd018f768b9b84.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4302927Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhalfbrown-2d641baf78990a92.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4303811Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/phf-fe3b4527b481fae5.d' from root:root to runner:runner
2025-08-20T22:07:14.4304705Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpowerfmt-53a8ff0e932f6462.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4305621Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_json-ae8b9796c0714309.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4306487Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/foreign_types-2732dc455a911364.d' from root:root to runner:runner
2025-08-20T22:07:14.4307332Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sysinfo-6acb9388e4f1b907.d' from root:root to runner:runner
2025-08-20T22:07:14.4308472Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-6bed09bf06b11ede.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4309326Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hmac-d9a7d3bee6f07edb.d' from root:root to runner:runner
2025-08-20T22:07:14.4310196Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_json-7a7abc5dd8eb46f6.d' from root:root to runner:runner
2025-08-20T22:07:14.4311099Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-d92d17a09d6c85d0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4312042Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures-931eb4d2a2e11f41.d' from root:root to runner:runner
2025-08-20T22:07:14.4312988Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_sso-e95fdc0ed4325168.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4313884Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_executable-86c7d21d2cd91ca2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4314789Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/http_body-365ffbf8ae454dce.d' from root:root to runner:runner
2025-08-20T22:07:14.4315673Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libego_tree-4b067884b93619a7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4316609Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking-9d0f580be32cb457.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4317471Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bitflags-f4ab9b3ec6b01355.d' from root:root to runner:runner
2025-08-20T22:07:14.4318489Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_extra-8b85ba61e3f5b147.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4319373Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfile_id-23be9a1dce6f4a30.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4320263Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-ed398d067c364df9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4321118Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/stacker-92bb37db7140da37.d' from root:root to runner:runner
2025-08-20T22:07:14.4322033Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_humanize-e2650901c76c6de7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4322927Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxxhash_rust-c605d70efe7fb469.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4323812Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/static_assertions-1b2d2f41c3a1ffe7.d' from root:root to runner:runner
2025-08-20T22:07:14.4324758Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnuon-5716eaaf45d7876c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4325705Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_debug-6a069819be2fd5de.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4326561Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/encoding_rs-59df10a4b642aa56.d' from root:root to runner:runner
2025-08-20T22:07:14.4327485Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle_parse-0a62d2c6fc5df59d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4328663Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_plan-9affbd028ae8f7aa.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4329550Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4330537Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libroxmltree-bc958d464ecc89e1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4331441Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace_ext-a223d4ebd2d110a2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4332305Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/time_core-59441e71e9752f5a.d' from root:root to runner:runner
2025-08-20T22:07:14.4333168Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libidna-e1d9b31468bc172b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4334047Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_async-5cfea17bf4f9274d.d' from root:root to runner:runner
2025-08-20T22:07:14.4334960Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinked_hash_map-ba93eb3849ac5f61.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4335814Z [00:15:34.961]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/filetime-2631b54affefe3a0.d' from root:root to runner:runner
2025-08-20T22:07:14.4336927Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hashbrown-9a1ca9dd1be3cbd2.d' from root:root to runner:runner
2025-08-20T22:07:14.4337950Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4338905Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sha1_smol-13e65ad0041c7bcc.d' from root:root to runner:runner
2025-08-20T22:07:14.4339796Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/url-87a9d79468950076.d' from root:root to runner:runner
2025-08-20T22:07:14.4340688Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4341569Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libahash-b6987c5cff7c3ff6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4342491Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/object_store-b6453585943ba029.d' from root:root to runner:runner
2025-08-20T22:07:14.4343624Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4344628Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_query-a758aeeadd342389.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4345547Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_provider-a2b09b08beacc726.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4346417Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/iana_time_zone-9192423d2f0652a5.d' from root:root to runner:runner
2025-08-20T22:07:14.4347305Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libetcetera-faec811a229d7de6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4348847Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libasync_channel-984ee4f1e05ad5f3.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4350445Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/urlencoding-3308d9a5f08cfb5e.d' from root:root to runner:runner
2025-08-20T22:07:14.4352018Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_sdk_sts-c1e137be5bce6e21.d' from root:root to runner:runner
2025-08-20T22:07:14.4353719Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rmp_serde-8fce83ac4076d77b.d' from root:root to runner:runner
2025-08-20T22:07:14.4355411Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvalue_trait-5e23f31df387879f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4357321Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstatic_assertions-1b2d2f41c3a1ffe7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4359354Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-dbd1850c9403762a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4360930Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreedline-4cd0232e87a0dff8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4362086Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hyper-da634158b6f13f93.d' from root:root to runner:runner
2025-08-20T22:07:14.4363013Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sxd_document-1e8842a422381c6f.d' from root:root to runner:runner
2025-08-20T22:07:14.4363888Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_ci-1137f08c15addfda.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4364808Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_protocol-232cea543884ccd3.d' from root:root to runner:runner
2025-08-20T22:07:14.4365677Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/eml_parser-89f7d0a0510ce87d.d' from root:root to runner:runner
2025-08-20T22:07:14.4366547Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxattr-fa84d71592add336.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4367421Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject-ea92a5313933f785.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4368519Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypetag-00437eceaa3f1103.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4369406Z [00:15:34.962]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crypto_common-44f151bbfdd586f4.d' from root:root to runner:runner
2025-08-20T22:07:14.4370264Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/regex_lite-8619887f50e57907.d' from root:root to runner:runner
2025-08-20T22:07:14.4371152Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhalfbrown-2d641baf78990a92.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4372033Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/papergrid-6862671c88f73198.d' from root:root to runner:runner
2025-08-20T22:07:14.4373003Z [00:15:34.963]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_test_support-500bb170aa93ba8e.rlib' retained as runner:runner
2025-08-20T22:07:14.4373891Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/mio-d0e3149d869756cc.d' from root:root to runner:runner
2025-08-20T22:07:14.4374744Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/adler32-99defbd1a2ae2174.d' from root:root to runner:runner
2025-08-20T22:07:14.4375648Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/skiplist-467b7355a472c010.d' from root:root to runner:runner
2025-08-20T22:07:14.4376532Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscraper-8936ae42f38f5929.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4377422Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsame_file-9e20149285ebfce9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4378700Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_test_support-500bb170aa93ba8e.d' from root:root to runner:runner
2025-08-20T22:07:14.4379677Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblockfree_object_pool-1b2777295187b308.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4380576Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayref-c4d32b8f5ebeca43.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4381483Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_core-6821e56da9eb3a1e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4382361Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcalamine-14bd018f768b9b84.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4383253Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-253dc85f57c343d6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4384090Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nom-d22ae7dcdc92682a.d' from root:root to runner:runner
2025-08-20T22:07:14.4384991Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_runtime-646306dec52bb003.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4385879Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconsole-12643e17fc3b04e3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4386836Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd_sys-2eaceaacd54f68d9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4387985Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libidna_adapter-c619ab8a7c3119cb.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4388896Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_engine-3f01238bbe5ba34c.d' from root:root to runner:runner
2025-08-20T22:07:14.4389865Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wayland_protocols-78f4e0fed0db6eb2.d' from root:root to runner:runner
2025-08-20T22:07:14.4390726Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lscolors-dd8f9fbfab476ed6.d' from root:root to runner:runner
2025-08-20T22:07:14.4391547Z [00:15:34.963]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_gstat-42c10f00db3cebeb' retained as runner:runner
2025-08-20T22:07:14.4392611Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4393472Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicase-584e7c140fb9da42.d' from root:root to runner:runner
2025-08-20T22:07:14.4394358Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dialoguer-d829bf0685d4c1d7.d' from root:root to runner:runner
2025-08-20T22:07:14.4395281Z [00:15:34.963]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinterprocess-6b548cfc83a85547.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4396213Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libordered_multimap-f98a79969ed52c77.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4397090Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cli-2f7dd0be37d271a8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4398286Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever_rcdom-72fbc1c1896b8c23.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4399169Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/string_cache-27ee910f3f3664de.d' from root:root to runner:runner
2025-08-20T22:07:14.4400131Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwild-a79e3a62a9716a61.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4401073Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_pemfile-55b33249c08faf7c.d' from root:root to runner:runner
2025-08-20T22:07:14.4401960Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinventory-5c0557aaeda92e81.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4402849Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp_serde-8fce83ac4076d77b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4403803Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_pretty_hex-3a94500256f1e78a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4404667Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/base64_simd-c3e52b4397227368.d' from root:root to runner:runner
2025-08-20T22:07:14.4405597Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_query-435ab2bb73ca282f.d' from root:root to runner:runner
2025-08-20T22:07:14.4406496Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminiz_oxide-64a0b50c71d34b84.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4407407Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnucleo_matcher-b241afad9d4ff121.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4408649Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/regex_syntax-523d3002ffab0ee9.d' from root:root to runner:runner
2025-08-20T22:07:14.4409544Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfile_id-23be9a1dce6f4a30.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4410466Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/quick_xml-97c9d03a01c16b3e.d' from root:root to runner:runner
2025-08-20T22:07:14.4411527Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hyper-253dc85f57c343d6.d' from root:root to runner:runner
2025-08-20T22:07:14.4412393Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/itertools-88b9aa086bd56f4f.d' from root:root to runner:runner
2025-08-20T22:07:14.4413288Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-ab9197f501a59b39.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4414223Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tabled-c1f28060bdc1509d.d' from root:root to runner:runner
2025-08-20T22:07:14.4415266Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfs4-f8455b531eff6f86.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4416226Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-da634158b6f13f93.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4417129Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook-eaadab8a4ab73297.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4418307Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime_core-59441e71e9752f5a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4419202Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-773a88da4a9fe997.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4420141Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcharset-27a26a61f2b0dd6c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4421021Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgjson-5c66bac0240344e4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4421906Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemmap2-e4117185f8458c0b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4422766Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsct-3669c2c5c90be5cc.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4423649Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpem_rfc7468-7713b95c4356f62e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4424573Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-46704437ba50518e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4425439Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpori-19135a6c82401e53.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4426288Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhome-912337b30fee19c0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4427176Z [00:15:34.964]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_format-eb371e0e38bb4643.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4428961Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_util-bd91d4d2332e4a51.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4430186Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libskiplist-467b7355a472c010.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4431101Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuntrusted-ecffa424b719da75.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4431965Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_core-3f00352cb42bc3d8.d' from root:root to runner:runner
2025-08-20T22:07:14.4432923Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8_iter-a3735ad5624c2682.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4433828Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libevent_listener-74a88250cde70fa4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4434744Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/thread_local-ac0f82058745b480.d' from root:root to runner:runner
2025-08-20T22:07:14.4435634Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsysinfo-6acb9388e4f1b907.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4436497Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq-e3203c675d8f1316.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4437378Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4438492Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4439388Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/allocator_api2-818ab6a2632f5eb1.d' from root:root to runner:runner
2025-08-20T22:07:14.4440268Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustix-c1bc0cdea0ee528c.d' from root:root to runner:runner
2025-08-20T22:07:14.4441154Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librusqlite-e0c37c62d5df9c16.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4442074Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_no_stdlib-5b4e15f68c7bf626.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4443012Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pest-5e931a6354c01016.d' from root:root to runner:runner
2025-08-20T22:07:14.4443967Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_server-1b8340eea542f60d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4444879Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_automata-bbaf20b09695e3da.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4445878Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwl_clipboard_rs-4da0376e0617a292.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4446760Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_arrow-0dbcbb6bb64457a1.d' from root:root to runner:runner
2025-08-20T22:07:14.4447675Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhuman_date_parser-400b0701e382af71.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4448895Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuntrusted-ecffa424b719da75.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4449780Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/async_channel-984ee4f1e05ad5f3.d' from root:root to runner:runner
2025-08-20T22:07:14.4450680Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl-9278b7e80da04325.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4451576Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4452455Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ordered_multimap-f98a79969ed52c77.d' from root:root to runner:runner
2025-08-20T22:07:14.4453397Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify_debouncer_full-b8dcf4a9044e0bbd.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4454286Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4455130Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bytes-433fc7ed325720c4.d' from root:root to runner:runner
2025-08-20T22:07:14.4455976Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_docker-cbd410dfd5e8f44f.d' from root:root to runner:runner
2025-08-20T22:07:14.4456925Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_types-6da021def994144d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4457985Z [00:15:34.965]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/concurrent_queue-c1ff578697c99a66.d' from root:root to runner:runner
2025-08-20T22:07:14.4458870Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfs_extra-66aff189b6df588a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4459796Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/phf_shared-873d8c7509a23a1c.d' from root:root to runner:runner
2025-08-20T22:07:14.4460707Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4461604Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/subtle-def2060a7e288ba7.d' from root:root to runner:runner
2025-08-20T22:07:14.4462460Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4463331Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/linux_raw_sys-9bad974913a05188.d' from root:root to runner:runner
2025-08-20T22:07:14.4464217Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_distr-b1829190e6def08f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4465094Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4465964Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/miniz_oxide-64a0b50c71d34b84.d' from root:root to runner:runner
2025-08-20T22:07:14.4466821Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdlib-f69992effc38bb51.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4467869Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid_transform_data-70b7f28036c24602.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4468746Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/interprocess-6b548cfc83a85547.d' from root:root to runner:runner
2025-08-20T22:07:14.4469708Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4470616Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/similar-53aad22c0e77d052.d' from root:root to runner:runner
2025-08-20T22:07:14.4471507Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libargminmax-fa52b25f09046643.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4472389Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki_root_certs-9fd12e384a0b1c64.d' from root:root to runner:runner
2025-08-20T22:07:14.4473334Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpetgraph-9511a98d8829f201.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4474236Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaho_corasick-0c641a08514c09b4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4475320Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/titlecase-f52f63848057842d.d' from root:root to runner:runner
2025-08-20T22:07:14.4476299Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum-d1dc8ede7cb43b4e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4477461Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_custom_values-ed9ca32ba236e62b.d' from root:root to runner:runner
2025-08-20T22:07:14.4478539Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_debug-6a069819be2fd5de.d' from root:root to runner:runner
2025-08-20T22:07:14.4479452Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_compute-c7f305d24302e07e.d' from root:root to runner:runner
2025-08-20T22:07:14.4480438Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/scopeguard-ed398d067c364df9.d' from root:root to runner:runner
2025-08-20T22:07:14.4486835Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_probe-b84d8017041f64a7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4487720Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tempfile-0615a44123b88423.d' from root:root to runner:runner
2025-08-20T22:07:14.4488911Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_util-bd91d4d2332e4a51.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4489957Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinotify-1a3477fef977f17d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4490920Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_types-6da021def994144d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4491850Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_document-1e8842a422381c6f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4492749Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4493714Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-3445d5c4516ccd98.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4494615Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfiletime-2631b54affefe3a0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4496238Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4497434Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4498471Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle_parse-0a62d2c6fc5df59d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4499342Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwax-222a9a48cd888c1c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4500232Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_provider-a2b09b08beacc726.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4501137Z [00:15:34.966]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libequivalent-172ee25997bd6c00.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4502064Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_normalizer_data-aa41eb36e0d88854.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4502973Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdyn_clone-3a55b8eb1be4a805.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4504385Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhex-e6776d86f2c5abaf.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4505918Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmac-bdd9ecfef067e15b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4507434Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/foreign_types_shared-3713f2c7bbbe97ce.d' from root:root to runner:runner
2025-08-20T22:07:14.4509033Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwl_clipboard_rs-4da0376e0617a292.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4510504Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/httpdate-79ede0f99ea56afe.d' from root:root to runner:runner
2025-08-20T22:07:14.4511642Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tree_magic_mini-d31a187d41b3a325.d' from root:root to runner:runner
2025-08-20T22:07:14.4512524Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv-63112845ad027ebe.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4513469Z [00:15:34.967]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_lang-c7d8c380dc6957b1.rlib' retained as runner:runner
2025-08-20T22:07:14.4514353Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zerovec-4bd946feea8e9f73.d' from root:root to runner:runner
2025-08-20T22:07:14.4515220Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/thiserror-9b61f9e6060f7cf1.d' from root:root to runner:runner
2025-08-20T22:07:14.4516124Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdowncast_rs-daab5685abe555b2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4517017Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_schema-5944240f1f5c4d5a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4518048Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-40006865a44fcce4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4518931Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap_lex-8cd73176af5b80ca.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4519835Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinventory-5c0557aaeda92e81.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4520694Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/base64ct-fa66f3a4feb1c865.d' from root:root to runner:runner
2025-08-20T22:07:14.4521649Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_filter-d84b6fd2a35e959b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4522626Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-46704437ba50518e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4523494Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-68d42ba4c7bcdee8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4524451Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-e1a5062c9add9b92.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4525327Z [00:15:34.967]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_protocol-cbe3887668f111db.rlib' retained as runner:runner
2025-08-20T22:07:14.4526303Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_sys-866029d706c42c25.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4527205Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4528348Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ego_tree-4b067884b93619a7.d' from root:root to runner:runner
2025-08-20T22:07:14.4529251Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashlink-f68279be559c98f7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4530140Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreedline-4cd0232e87a0dff8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4531026Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcomfy_table-21187869a289ff9c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4531889Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_io-555b964945978c09.d' from root:root to runner:runner
2025-08-20T22:07:14.4532827Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/scoped_tls-5489ef5caddc6b7d.d' from root:root to runner:runner
2025-08-20T22:07:14.4533707Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_normalizer-3ff666bbe59a0e2d.d' from root:root to runner:runner
2025-08-20T22:07:14.4534631Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/backtrace-2c07cd69558b06e1.d' from root:root to runner:runner
2025-08-20T22:07:14.4535486Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zerofrom-1bcd7210f905f478.d' from root:root to runner:runner
2025-08-20T22:07:14.4536312Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zstd-6e0ad0d1c826dd04.d' from root:root to runner:runner
2025-08-20T22:07:14.4537203Z [00:15:34.967]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_distr-b1829190e6def08f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4538236Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhex-e6776d86f2c5abaf.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4539105Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_provider-a2b09b08beacc726.d' from root:root to runner:runner
2025-08-20T22:07:14.4540065Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libref_cast-020ac1f8cb7b9d2d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4540942Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/web_time-2006421450947d6d.d' from root:root to runner:runner
2025-08-20T22:07:14.4541806Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/home-912337b30fee19c0.d' from root:root to runner:runner
2025-08-20T22:07:14.4542692Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libperesil-99da2f639b22a7cc.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4543550Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpsm-a64e58c0a1f0261a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4544458Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_rustls-24a1271a4834f62d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4545344Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcompact_str-a77465cb62671a7b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4546286Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-fa82214b1e1af40a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4547390Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4548627Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq-e3203c675d8f1316.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4549510Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/toml_edit-0eb82479c9602bf0.d' from root:root to runner:runner
2025-08-20T22:07:14.4550382Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libipnet-9bb6d5bdb876969f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4551274Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8parse-568fbb869ba40b86.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4552447Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf_shared-873d8c7509a23a1c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4553356Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslotmap-db7e07194dd82ec1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4554313Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcassowary-b8dabd976d8d4c1d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4555190Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pin_project_lite-7141a35ff92d90b5.d' from root:root to runner:runner
2025-08-20T22:07:14.4556080Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttparse-0cf4a8445f87fe40.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4556954Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustc_demangle-3445d5c4516ccd98.d' from root:root to runner:runner
2025-08-20T22:07:14.4557985Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4558825Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/trash-04167802cfb69fe7.d' from root:root to runner:runner
2025-08-20T22:07:14.4559757Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_rational-8b5fc12d55390e63.d' from root:root to runner:runner
2025-08-20T22:07:14.4560610Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_cmd_base-38f2d7d412ee3cc0.d' from root:root to runner:runner
2025-08-20T22:07:14.4561495Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4562458Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/notify_debouncer_full-b8dcf4a9044e0bbd.d' from root:root to runner:runner
2025-08-20T22:07:14.4563320Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fast_float2-fe340760a2b24033.d' from root:root to runner:runner
2025-08-20T22:07:14.4564184Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgit2-149e49445902c660.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4565699Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zerocopy-ebf45e1669754a3e.d' from root:root to runner:runner
2025-08-20T22:07:14.4566897Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fancy_regex-88f1a790cbc05e6c.d' from root:root to runner:runner
2025-08-20T22:07:14.4568085Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_spanned-9857039a31f0fd4c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4569029Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dtparse-11c375aa0b1e486b.d' from root:root to runner:runner
2025-08-20T22:07:14.4569923Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/supports_unicode-133fbb5973e6c6a2.d' from root:root to runner:runner
2025-08-20T22:07:14.4570750Z [00:15:34.968]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/http-63d72ab7a698bef3.d' from root:root to runner:runner
2025-08-20T22:07:14.4571616Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/roxmltree-bc958d464ecc89e1.d' from root:root to runner:runner
2025-08-20T22:07:14.4572504Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4573384Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/parse_datetime-1e6a9e3d9ae1cc7a.d' from root:root to runner:runner
2025-08-20T22:07:14.4574340Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4575244Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librfc2047_decoder-53b4307177694c0a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4576115Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_sys-5c658d569022504b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4577095Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid_transform-82e3085f44ad98f5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4578070Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/multipart_rs-5e0871eccb3d282b.d' from root:root to runner:runner
2025-08-20T22:07:14.4578972Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_adler32-5a5ca4a638b1c078.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4579852Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/now-c81131046f4d1bb6.d' from root:root to runner:runner
2025-08-20T22:07:14.4580773Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_unicode-133fbb5973e6c6a2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4581660Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_expr-79fd8268180f5909.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4582609Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc_catalog-a0a1653e388b06af.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4583491Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypenum-e22068095b1584db.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4584381Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-0a6cf909067e6955.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4585261Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libadler32-99defbd1a2ae2174.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4586139Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4587017Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/strength_reduce-a01e3c129344d33a.d' from root:root to runner:runner
2025-08-20T22:07:14.4588081Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/buf_trait-3efefd71a7d20c87.d' from root:root to runner:runner
2025-08-20T22:07:14.4589038Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhumantime-4a74de14f4c8c8b4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4589917Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzeroize-c534c2641d1d2609.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4590861Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fuzzy_matcher-67b6b854ebdd8028.d' from root:root to runner:runner
2025-08-20T22:07:14.4591728Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha2-fe60a345b99169f2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4592571Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/try_lock-9685603b79e055bc.d' from root:root to runner:runner
2025-08-20T22:07:14.4593503Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/vte-5a6ccada1036894f.d' from root:root to runner:runner
2025-08-20T22:07:14.4594381Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_sys-5c658d569022504b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4595248Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4596275Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_streaming_iterator-e12849ee5d71bb20.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4597151Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicode_width-2f41ceae2c32dc55.d' from root:root to runner:runner
2025-08-20T22:07:14.4598148Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-275585e7b054e969.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4599041Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_extra-8b85ba61e3f5b147.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4599925Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8_iter-a3735ad5624c2682.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4600782Z [00:15:34.969]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/cassowary-b8dabd976d8d4c1d.d' from root:root to runner:runner
2025-08-20T22:07:14.4601712Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-964a3059a3b67acd.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4602612Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_rustls-ab42500142c68361.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4603553Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtparse-11c375aa0b1e486b.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4604451Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libasync_stream-9c42f560f406f5da.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4605282Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_std-fa4703acf637627b.d' from root:root to runner:runner
2025-08-20T22:07:14.4606174Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-365ffbf8ae454dce.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4607130Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpem_rfc7468-7713b95c4356f62e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4608173Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ctrlc-4526ad91c8aa25dc.d' from root:root to runner:runner
2025-08-20T22:07:14.4609139Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwrite16-39b201264c2a8c83.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4610026Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpetgraph-9511a98d8829f201.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4610908Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_parquet-cbda6536ea8ec241.d' from root:root to runner:runner
2025-08-20T22:07:14.4611813Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libform_urlencoded-22ab86262fa2efd2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4612663Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ucd_trie-249f7664f655894e.d' from root:root to runner:runner
2025-08-20T22:07:14.4613555Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4614636Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopen-53d78a52954cfbe3.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4615610Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblock_api-1767d6f4baf99d94.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4616521Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_queue-4740e9e0f0f15176.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4617471Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4618528Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_cp-d74b475504517ad5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4619538Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/serde_json-4dd45923b59e2689.d' from root:root to runner:runner
2025-08-20T22:07:14.4620373Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crc-753555d71f3f6388.d' from root:root to runner:runner
2025-08-20T22:07:14.4621343Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaddr2line-9595c82e770d90da.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4622240Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking-9d0f580be32cb457.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4623131Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tokio-2a2713766cfb1228.d' from root:root to runner:runner
2025-08-20T22:07:14.4623988Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/shell_words-fab7b27eaa8549a7.d' from root:root to runner:runner
2025-08-20T22:07:14.4624874Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcastaway-c16cbd267e642195.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4625734Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bytemuck-8ea2e35d7b997ac4.d' from root:root to runner:runner
2025-08-20T22:07:14.4626631Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4627509Z [00:15:34.970]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-97c9d03a01c16b3e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4628726Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_textdocument-978bd6cf4a1417f4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4629623Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-e4b0219bbbf6cf91.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4630545Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librfc2047_decoder-53b4307177694c0a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4632117Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeml_parser-89f7d0a0510ce87d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4633285Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libyoke-22ba29b4b7cbfeee.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4634222Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_no_stdlib-5b4e15f68c7bf626.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4635149Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime-5845d3fe135b2fc5.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4636115Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/litemap-24fa94a2898e6277.d' from root:root to runner:runner
2025-08-20T22:07:14.4636991Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tracing_core-169f221b33d6469d.d' from root:root to runner:runner
2025-08-20T22:07:14.4638112Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbit_vec-2ad1ea07e42ae05a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4639020Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_threads-a50e3667048136bd.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4639893Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libumask-8a8bba2028d1d7a2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4640836Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_color-0528b28cf81ac6ef.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4641731Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-0a4d2c839adb79b5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4642625Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4643537Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_mktemp-cb6d8679911eeb83.d' from root:root to runner:runner
2025-08-20T22:07:14.4644411Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_home-2d11289c9bce15cf.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4645267Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmd5-5d79f546fe65219c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4646193Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/idna_adapter-c619ab8a7c3119cb.d' from root:root to runner:runner
2025-08-20T22:07:14.4647109Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_example-c3f420c3fe045ee5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4648337Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_executor-ba52c5f2ec7d6422.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4649297Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-d22ae7dcdc92682a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4650197Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytesize-bef8ab1ab2c47499.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4651075Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli-ccaf963f87dbc7b8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4651972Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/strip_ansi_escapes-1c736223ada06573.d' from root:root to runner:runner
2025-08-20T22:07:14.4652840Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/equivalent-172ee25997bd6c00.d' from root:root to runner:runner
2025-08-20T22:07:14.4653695Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_ansi_term-49dc5e5e9d9ce7de.d' from root:root to runner:runner
2025-08-20T22:07:14.4654549Z [00:15:34.971]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_custom_values-ed9ca32ba236e62b' retained as runner:runner
2025-08-20T22:07:14.4655385Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_utils-987c3be9b7a0ad8d.d' from root:root to runner:runner
2025-08-20T22:07:14.4656345Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtoa_short-261e8af4aac2c4d6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4657310Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_truncate-2f2f386e5fafa61d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4658332Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprint_positions-7b22970a74f8ac1e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4659283Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4660191Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libx11rb_protocol-c27d0f2116060166.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4661049Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/native_tls-fe370e6af450f02c.d' from root:root to runner:runner
2025-08-20T22:07:14.4661956Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bracoxide-ae75182377f381b6.d' from root:root to runner:runner
2025-08-20T22:07:14.4662859Z [00:15:34.971]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-b2f0f39103690718.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4663720Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mv-822d7fadab091c90.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4664583Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_explore-8b61f0e5559a2ae7.d' from root:root to runner:runner
2025-08-20T22:07:14.4665414Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/serde-edf8eac1daae5528.d' from root:root to runner:runner
2025-08-20T22:07:14.4666321Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4667216Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4668334Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_stdlib-4d49fa93d82cd053.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4669290Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4670248Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplist-8d0e9d1ffb9e6b6a.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4671169Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/typetag-00437eceaa3f1103.d' from root:root to runner:runner
2025-08-20T22:07:14.4672078Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_stream-54256da8d29a02c9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4673004Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_xpath-5b821ef1e7897d69.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4673864Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_inc-487393c4957d7165.d' from root:root to runner:runner
2025-08-20T22:07:14.4674815Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle_query-e4e0dece7cb39766.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4675739Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprecomputed_hash-a513819289908bf4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4676636Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest_consume-074867f769ca5fd8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4677573Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet_format-2c974967b44af547.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4678606Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_truncate-2f2f386e5fafa61d.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4679442Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ini-ca4c10a7fd457d70.d' from root:root to runner:runner
2025-08-20T22:07:14.4680302Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand_distr-b1829190e6def08f.d' from root:root to runner:runner
2025-08-20T22:07:14.4681383Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-48bbc7de4647331c.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4682273Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdlib-f69992effc38bb51.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4683214Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dyn_clone-3a55b8eb1be4a805.d' from root:root to runner:runner
2025-08-20T22:07:14.4684157Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/markup5ever_rcdom-72fbc1c1896b8c23.d' from root:root to runner:runner
2025-08-20T22:07:14.4685046Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libratatui-be515f7a61d83ef7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4686151Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_locid_transform_data-70b7f28036c24602.d' from root:root to runner:runner
2025-08-20T22:07:14.4687113Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki_roots-6bed09bf06b11ede.d' from root:root to runner:runner
2025-08-20T22:07:14.4688240Z [00:15:34.972]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstream-b0fa21c5f8dcbacf.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4689194Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/const_format-bf497f67b84d372f.d' from root:root to runner:runner
2025-08-20T22:07:14.4690098Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdata_encoding-211769267f57a383.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4690992Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-dbe506b1a392f7f8.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4691900Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libupdate_informer-9ce5290ded720113.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4692831Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols_wlr-dfc2a873ad886546.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4693724Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsys_locale-e2a08779000bc6d1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4694572Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/adler2-6e3a5d6b4398707b.d' from root:root to runner:runner
2025-08-20T22:07:14.4695448Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtendril-1528da0e1100a21c.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4696323Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv_core-d22ae06eca562004.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4697229Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/either-24032c2e85e4715f.d' from root:root to runner:runner
2025-08-20T22:07:14.4698914Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki_roots-b2f0f39103690718.d' from root:root to runner:runner
2025-08-20T22:07:14.4700464Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblru-ed594286eef72bae.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4701594Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/option_ext-32fac97542e0c9e7.d' from root:root to runner:runner
2025-08-20T22:07:14.4702547Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_config-91f1a01a194abf83.d' from root:root to runner:runner
2025-08-20T22:07:14.4703418Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_core-6821e56da9eb3a1e.d' from root:root to runner:runner
2025-08-20T22:07:14.4704331Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_time-c319a6bbc46d25ff.d' from root:root to runner:runner
2025-08-20T22:07:14.4705207Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicase-584e7c140fb9da42.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4706068Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/argminmax-fa52b25f09046643.d' from root:root to runner:runner
2025-08-20T22:07:14.4706936Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocks-bd30d3deaf150bac.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4708034Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc_catalog-a0a1653e388b06af.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4708977Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_rational-8b5fc12d55390e63.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4709825Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/env_logger-64a6bd686bd00d63.d' from root:root to runner:runner
2025-08-20T22:07:14.4710667Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/semver-5d28bf5d661ec6e8.d' from root:root to runner:runner
2025-08-20T22:07:14.4711515Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/halfbrown-2d641baf78990a92.d' from root:root to runner:runner
2025-08-20T22:07:14.4712455Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/filesize-7d67a268cc0b9134.d' from root:root to runner:runner
2025-08-20T22:07:14.4713349Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/smallvec-89ecd48a17763de0.d' from root:root to runner:runner
2025-08-20T22:07:14.4714232Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcodepage-798438fea7d12e7f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4715126Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytesize-bef8ab1ab2c47499.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4716063Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-0615a44123b88423.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4716947Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_sts-c1e137be5bce6e21.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4718008Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime_guess-8d76cdd76aa82baf.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4718877Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zerocopy-fa82214b1e1af40a.d' from root:root to runner:runner
2025-08-20T22:07:14.4719760Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_table-0088595a2ede17d5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4720607Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_pretty_hex-3a94500256f1e78a.d' from root:root to runner:runner
2025-08-20T22:07:14.4721495Z [00:15:34.973]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs_core-8cedd893fcd61367.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4722377Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreqwest-df3edca4f9d58cce.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4723252Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lsp_textdocument-978bd6cf4a1417f4.d' from root:root to runner:runner
2025-08-20T22:07:14.4724157Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_formats-95058712600b489d.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4725025Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_properties-aefbc4e5237c0c47.d' from root:root to runner:runner
2025-08-20T22:07:14.4725963Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/block_buffer-bd04e960fa2f85f6.d' from root:root to runner:runner
2025-08-20T22:07:14.4726902Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_complex-8f8dcb8d81597d93.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4727953Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4728967Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap_builder-e395a28de0a7baeb.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4729829Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/simd_json-74202b9c98fa5f44.d' from root:root to runner:runner
2025-08-20T22:07:14.4730712Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libderanged-073ace2e5e8a79a2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4731651Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf_shared-ab7ab6b3e78e35ec.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4732529Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdunce-8e471e0f7aaf21d7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4733407Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_lite-8619887f50e57907.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4734284Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_polars-a178b50405395559.d' from root:root to runner:runner
2025-08-20T22:07:14.4735152Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansi_str-8f1cdc543a6aa459.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4736040Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-e799bb394d4305b6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4736922Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinotify_sys-7f4e06999491fca0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4737932Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminimal_lexical-cd352522f2381349.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4738899Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic_waker-8768e274fad1a36e.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4739842Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdowncast_rs-daab5685abe555b2.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4740702Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fnv-5237c5e632f27eca.d' from root:root to runner:runner
2025-08-20T22:07:14.4741589Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fallible_iterator-3388414c1b9bec9c.d' from root:root to runner:runner
2025-08-20T22:07:14.4742545Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfixedbitset-53ac1fa02b85d463.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4743429Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossbeam_queue-4740e9e0f0f15176.d' from root:root to runner:runner
2025-08-20T22:07:14.4744397Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpure_rust_locales-93366b09b4054ded.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4745262Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate-56f01d0082008972.d' from root:root to runner:runner
2025-08-20T22:07:14.4746158Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/x11rb_protocol-c27d0f2116060166.d' from root:root to runner:runner
2025-08-20T22:07:14.4747034Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/generic_array-48d5082c9662bc72.d' from root:root to runner:runner
2025-08-20T22:07:14.4748007Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/slab-d05a1694e09532ae.d' from root:root to runner:runner
2025-08-20T22:07:14.4748972Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zlib_rs-c58fe23872fc8ceb.d' from root:root to runner:runner
2025-08-20T22:07:14.4749871Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes_utils-59b4b8ae1f9e0280.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4750762Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes_utils-59b4b8ae1f9e0280.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4751643Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4752579Z [00:15:34.974]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dirs_sys-d052c5fed58b6f71.d' from root:root to runner:runner
2025-08-20T22:07:14.4753514Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_example-c3f420c3fe045ee5.d' from root:root to runner:runner
2025-08-20T22:07:14.4754388Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4755304Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_terminal_polyfill-9e3e3213721a8892.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4756243Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4757108Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libyoke-22ba29b4b7cbfeee.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4758173Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libroxmltree-bc958d464ecc89e1.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4759059Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_json-74202b9c98fa5f44.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4759927Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libheck-39daa5364b1ef8a0.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4760758Z [00:15:34.975]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rlib' retained as runner:runner
2025-08-20T22:07:14.4761663Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_epoch-19f39cf11b6698c7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4762557Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfast_float2-fe340760a2b24033.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4763482Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_terminal_polyfill-9e3e3213721a8892.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4764353Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvsimd-cb52266f376f8b4b.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4765226Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_types-7791f685ef99ded5.d' from root:root to runner:runner
2025-08-20T22:07:14.4766633Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tracing-b829ce7108aadf27.d' from root:root to runner:runner
2025-08-20T22:07:14.4767942Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzopfli-47865d081e187006.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4768871Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mktemp-cb6d8679911eeb83.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4769738Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_http-f2906d3b0014fa24.d' from root:root to runner:runner
2025-08-20T22:07:14.4770676Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc-753555d71f3f6388.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4771501Z [00:15:34.975]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rlib' retained as runner:runner
2025-08-20T22:07:14.4772404Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/slotmap-db7e07194dd82ec1.d' from root:root to runner:runner
2025-08-20T22:07:14.4773258Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/openssl_sys-60eb4382f4d53489.d' from root:root to runner:runner
2025-08-20T22:07:14.4774177Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_root_certs-980ed7db238c4bb4.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4775076Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-a04b20f02337a2d8.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4775974Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libv_htmlescape-97a98f283e49eac0.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4776925Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_platform_verifier-f7fc884ead5c23b9.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4777905Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwhich-1c7cfe5e3e336e8f.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4778781Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfd_lock-9026c5966c80db4a.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4779674Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballocator_api2-818ab6a2632f5eb1.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4780945Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties_data-281a50421255fb32.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4781873Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libraw_cpuid-315ecd3de6af70a2.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4782733Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-899d8de1909acb15.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4783659Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutf-8fc113b695d9bd90.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4784527Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrash-04167802cfb69fe7.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4785401Z [00:15:34.975]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbuf_trait-3efefd71a7d20c87.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4786334Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzlib_rs-c58fe23872fc8ceb.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4787210Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossbeam_utils-ea31c9c628322cb2.d' from root:root to runner:runner
2025-08-20T22:07:14.4788342Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtower_service-da3b80c2dd45bff6.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4789250Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_json-ae8b9796c0714309.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4790112Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp-316bd0d323cd9bcb.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4791013Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_time-c319a6bbc46d25ff.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4791885Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtoa-bce8de879eef3143.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4792745Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utf8_iter-a3735ad5624c2682.d' from root:root to runner:runner
2025-08-20T22:07:14.4793629Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtoa_short-261e8af4aac2c4d6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4794595Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfastrand-7f5a6b006db81192.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4795542Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4796436Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblscolors-dd8f9fbfab476ed6.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4797359Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_cmd_plugin-4689edd9272ca07e.d' from root:root to runner:runner
2025-08-20T22:07:14.4798355Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars-22424982a07ad673.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4799298Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtoa-bce8de879eef3143.rmeta' from root:root to runner:runner
2025-08-20T22:07:14.4800180Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteyarn-6072912b705efe40.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4801092Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinked_hash_map-ba93eb3849ac5f61.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4801960Z [00:15:34.976]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4802847Z [00:15:34.977]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_bigint-e6d298f948127473.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4803734Z [00:15:34.977]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook-eaadab8a4ab73297.rlib' from root:root to runner:runner
2025-08-20T22:07:14.4804470Z [00:15:34.977]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps' from root:root to runner:runner
2025-08-20T22:07:14.4805239Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_gstat.rlib' retained as runner:runner
2025-08-20T22:07:14.4805976Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_explore.rlib' retained as runner:runner
2025-08-20T22:07:14.4806703Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_glob.rlib' retained as runner:runner
2025-08-20T22:07:14.4807536Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_engine.rlib' retained as runner:runner
2025-08-20T22:07:14.4808563Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_query.rlib' retained as runner:runner
2025-08-20T22:07:14.4809332Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_pretty_hex.rlib' retained as runner:runner
2025-08-20T22:07:14.4810058Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_polars' retained as runner:runner
2025-08-20T22:07:14.4810886Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_query' retained as runner:runner
2025-08-20T22:07:14.4811632Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_example' retained as runner:runner
2025-08-20T22:07:14.4812360Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_json.rlib' retained as runner:runner
2025-08-20T22:07:14.4813132Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_inc' retained as runner:runner
2025-08-20T22:07:14.4813888Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_term_grid.rlib' retained as runner:runner
2025-08-20T22:07:14.4814642Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_inc.rlib' retained as runner:runner
2025-08-20T22:07:14.4815330Z [00:15:34.977]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/utils' retained as runner:runner
2025-08-20T22:07:14.4816257Z [00:15:34.977]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_cp-d74b475504517ad5/lib-uu_cp.json' from root:root to runner:runner
2025-08-20T22:07:14.4817170Z [00:15:34.977]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_cp-d74b475504517ad5/dep-lib-uu_cp' from root:root to runner:runner
2025-08-20T22:07:14.4818180Z [00:15:34.977]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_cp-d74b475504517ad5/lib-uu_cp' from root:root to runner:runner
2025-08-20T22:07:14.4819107Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_cp-d74b475504517ad5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4819960Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_cp-d74b475504517ad5' from root:root to runner:runner
2025-08-20T22:07:14.4821006Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-ab9197f501a59b39/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T22:07:14.4822393Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-ab9197f501a59b39/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:07:14.4823689Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-ab9197f501a59b39/lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:07:14.4825557Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-ab9197f501a59b39/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4827268Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-ab9197f501a59b39' from root:root to runner:runner
2025-08-20T22:07:14.4829364Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-7382b06bc7959e56/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4831154Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-7382b06bc7959e56/dep-lib-x11rb' from root:root to runner:runner
2025-08-20T22:07:14.4832887Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-7382b06bc7959e56/lib-x11rb' from root:root to runner:runner
2025-08-20T22:07:14.4834702Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-7382b06bc7959e56/lib-x11rb.json' from root:root to runner:runner
2025-08-20T22:07:14.4836381Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-7382b06bc7959e56' from root:root to runner:runner
2025-08-20T22:07:14.4838484Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-9bad974913a05188/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:07:14.4840466Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-9bad974913a05188/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.4842358Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-9bad974913a05188/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4844238Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-9bad974913a05188/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:07:14.4846137Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-9bad974913a05188' from root:root to runner:runner
2025-08-20T22:07:14.4848409Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d/dep-lib-nu_plugin_formats' from root:root to runner:runner
2025-08-20T22:07:14.4850320Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4852451Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d/output-lib-nu_plugin_formats' from root:root to runner:runner
2025-08-20T22:07:14.4854399Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d/lib-nu_plugin_formats' from root:root to runner:runner
2025-08-20T22:07:14.4856792Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d/lib-nu_plugin_formats.json' from root:root to runner:runner
2025-08-20T22:07:14.4858775Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d' from root:root to runner:runner
2025-08-20T22:07:14.4860672Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4862002Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1/dep-lib-nu_cmd_lang' from root:root to runner:runner
2025-08-20T22:07:14.4863012Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1/lib-nu_cmd_lang' from root:root to runner:runner
2025-08-20T22:07:14.4864017Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1/lib-nu_cmd_lang.json' from root:root to runner:runner
2025-08-20T22:07:14.4865006Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1/output-lib-nu_cmd_lang' from root:root to runner:runner
2025-08-20T22:07:14.4865911Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1' from root:root to runner:runner
2025-08-20T22:07:14.4866989Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-hyperlinks-9c06532198922393/lib-supports_hyperlinks.json' from root:root to runner:runner
2025-08-20T22:07:14.4868453Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-hyperlinks-9c06532198922393/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4869506Z [00:15:34.978]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-hyperlinks-9c06532198922393/lib-supports_hyperlinks' from root:root to runner:runner
2025-08-20T22:07:14.4870554Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-hyperlinks-9c06532198922393/dep-lib-supports_hyperlinks' from root:root to runner:runner
2025-08-20T22:07:14.4871564Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-hyperlinks-9c06532198922393' from root:root to runner:runner
2025-08-20T22:07:14.4872830Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid-c9007a16b6943922/dep-lib-icu_locid' from root:root to runner:runner
2025-08-20T22:07:14.4874458Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid-c9007a16b6943922/lib-icu_locid.json' from root:root to runner:runner
2025-08-20T22:07:14.4875830Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid-c9007a16b6943922/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4876784Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid-c9007a16b6943922/lib-icu_locid' from root:root to runner:runner
2025-08-20T22:07:14.4877665Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid-c9007a16b6943922' from root:root to runner:runner
2025-08-20T22:07:14.4878834Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lscolors-dd8f9fbfab476ed6/lib-lscolors.json' from root:root to runner:runner
2025-08-20T22:07:14.4879781Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lscolors-dd8f9fbfab476ed6/dep-lib-lscolors' from root:root to runner:runner
2025-08-20T22:07:14.4880742Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lscolors-dd8f9fbfab476ed6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4881677Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lscolors-dd8f9fbfab476ed6/lib-lscolors' from root:root to runner:runner
2025-08-20T22:07:14.4882655Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lscolors-dd8f9fbfab476ed6' from root:root to runner:runner
2025-08-20T22:07:14.4883791Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-615db2c46a9550db/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.4884844Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-615db2c46a9550db/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.4885792Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-615db2c46a9550db' from root:root to runner:runner
2025-08-20T22:07:14.4886764Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-json-7a7abc5dd8eb46f6/lib-polars_json' from root:root to runner:runner
2025-08-20T22:07:14.4887887Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-json-7a7abc5dd8eb46f6/dep-lib-polars_json' from root:root to runner:runner
2025-08-20T22:07:14.4888976Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-json-7a7abc5dd8eb46f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4889957Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-json-7a7abc5dd8eb46f6/lib-polars_json.json' from root:root to runner:runner
2025-08-20T22:07:14.4890842Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-json-7a7abc5dd8eb46f6' from root:root to runner:runner
2025-08-20T22:07:14.4891737Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-44f220c853d27b1d/dep-lib-nix' from root:root to runner:runner
2025-08-20T22:07:14.4892668Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-44f220c853d27b1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4893545Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-44f220c853d27b1d/lib-nix' from root:root to runner:runner
2025-08-20T22:07:14.4894648Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-44f220c853d27b1d/lib-nix.json' from root:root to runner:runner
2025-08-20T22:07:14.4895521Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-44f220c853d27b1d' from root:root to runner:runner
2025-08-20T22:07:14.4896525Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-b829ce7108aadf27/lib-tracing' from root:root to runner:runner
2025-08-20T22:07:14.4897526Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-b829ce7108aadf27/lib-tracing.json' from root:root to runner:runner
2025-08-20T22:07:14.4898647Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-b829ce7108aadf27/dep-lib-tracing' from root:root to runner:runner
2025-08-20T22:07:14.4899771Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-b829ce7108aadf27/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4900732Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-b829ce7108aadf27' from root:root to runner:runner
2025-08-20T22:07:14.4901668Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shadow-rs-9197ff8b0f457719/lib-shadow_rs' from root:root to runner:runner
2025-08-20T22:07:14.4902683Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shadow-rs-9197ff8b0f457719/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4903632Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shadow-rs-9197ff8b0f457719/dep-lib-shadow_rs' from root:root to runner:runner
2025-08-20T22:07:14.4904587Z [00:15:34.979]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shadow-rs-9197ff8b0f457719/lib-shadow_rs.json' from root:root to runner:runner
2025-08-20T22:07:14.4905455Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shadow-rs-9197ff8b0f457719' from root:root to runner:runner
2025-08-20T22:07:14.4906519Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-94d9d136d48d4ebc/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.4907556Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-94d9d136d48d4ebc/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.4908682Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-94d9d136d48d4ebc' from root:root to runner:runner
2025-08-20T22:07:14.4909669Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fast-float2-fe340760a2b24033/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4910709Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fast-float2-fe340760a2b24033/lib-fast_float2' from root:root to runner:runner
2025-08-20T22:07:14.4912042Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fast-float2-fe340760a2b24033/dep-lib-fast_float2' from root:root to runner:runner
2025-08-20T22:07:14.4913426Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fast-float2-fe340760a2b24033/lib-fast_float2.json' from root:root to runner:runner
2025-08-20T22:07:14.4914522Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fast-float2-fe340760a2b24033' from root:root to runner:runner
2025-08-20T22:07:14.4915565Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/digest-774f7dc4d5dc9ce8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4916491Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/digest-774f7dc4d5dc9ce8/lib-digest' from root:root to runner:runner
2025-08-20T22:07:14.4917469Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/digest-774f7dc4d5dc9ce8/dep-lib-digest' from root:root to runner:runner
2025-08-20T22:07:14.4918649Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/digest-774f7dc4d5dc9ce8/lib-digest.json' from root:root to runner:runner
2025-08-20T22:07:14.4919525Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/digest-774f7dc4d5dc9ce8' from root:root to runner:runner
2025-08-20T22:07:14.4920463Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc32fast-6af78ad21a095569/lib-crc32fast' from root:root to runner:runner
2025-08-20T22:07:14.4921406Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc32fast-6af78ad21a095569/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4922364Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc32fast-6af78ad21a095569/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T22:07:14.4923318Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc32fast-6af78ad21a095569/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T22:07:14.4924195Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc32fast-6af78ad21a095569' from root:root to runner:runner
2025-08-20T22:07:14.4925288Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/allocator-api2-818ab6a2632f5eb1/lib-allocator_api2' from root:root to runner:runner
2025-08-20T22:07:14.4926332Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/allocator-api2-818ab6a2632f5eb1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4928204Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/allocator-api2-818ab6a2632f5eb1/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T22:07:14.4929969Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/allocator-api2-818ab6a2632f5eb1/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T22:07:14.4931623Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/allocator-api2-818ab6a2632f5eb1' from root:root to runner:runner
2025-08-20T22:07:14.4933307Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-ab7ab6b3e78e35ec/lib-phf_shared' from root:root to runner:runner
2025-08-20T22:07:14.4935071Z [00:15:34.980]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-ab7ab6b3e78e35ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4936106Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-ab7ab6b3e78e35ec/lib-phf_shared.json' from root:root to runner:runner
2025-08-20T22:07:14.4937097Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-ab7ab6b3e78e35ec/dep-lib-phf_shared' from root:root to runner:runner
2025-08-20T22:07:14.4938244Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-ab7ab6b3e78e35ec' from root:root to runner:runner
2025-08-20T22:07:14.4939278Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-xml-f5d63c19685c5272/dep-lib-aws_smithy_xml' from root:root to runner:runner
2025-08-20T22:07:14.4940316Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-xml-f5d63c19685c5272/lib-aws_smithy_xml.json' from root:root to runner:runner
2025-08-20T22:07:14.4941317Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-xml-f5d63c19685c5272/lib-aws_smithy_xml' from root:root to runner:runner
2025-08-20T22:07:14.4942339Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-xml-f5d63c19685c5272/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4943338Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-xml-f5d63c19685c5272' from root:root to runner:runner
2025-08-20T22:07:14.4944444Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-980ed7db238c4bb4/lib-webpki_root_certs.json' from root:root to runner:runner
2025-08-20T22:07:14.4945473Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-980ed7db238c4bb4/lib-webpki_root_certs' from root:root to runner:runner
2025-08-20T22:07:14.4946548Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-980ed7db238c4bb4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4947565Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-980ed7db238c4bb4/dep-lib-webpki_root_certs' from root:root to runner:runner
2025-08-20T22:07:14.4949142Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-980ed7db238c4bb4' from root:root to runner:runner
2025-08-20T22:07:14.4950122Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-e799bb394d4305b6/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:07:14.4951109Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-e799bb394d4305b6/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:07:14.4952074Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-e799bb394d4305b6/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:07:14.4953026Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-e799bb394d4305b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4953913Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-e799bb394d4305b6' from root:root to runner:runner
2025-08-20T22:07:14.4954936Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-241c7f3e23b23bdd/lib-portable_atomic.json' from root:root to runner:runner
2025-08-20T22:07:14.4955927Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-241c7f3e23b23bdd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4956930Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-241c7f3e23b23bdd/dep-lib-portable_atomic' from root:root to runner:runner
2025-08-20T22:07:14.4958125Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-241c7f3e23b23bdd/lib-portable_atomic' from root:root to runner:runner
2025-08-20T22:07:14.4959121Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-241c7f3e23b23bdd' from root:root to runner:runner
2025-08-20T22:07:14.4960218Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-streaming-iterator-e12849ee5d71bb20/lib-fallible_streaming_iterator' from root:root to runner:runner
2025-08-20T22:07:14.4961344Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-streaming-iterator-e12849ee5d71bb20/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4962474Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-streaming-iterator-e12849ee5d71bb20/lib-fallible_streaming_iterator.json' from root:root to runner:runner
2025-08-20T22:07:14.4963640Z [00:15:34.981]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-streaming-iterator-e12849ee5d71bb20/dep-lib-fallible_streaming_iterator' from root:root to runner:runner
2025-08-20T22:07:14.4964621Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-streaming-iterator-e12849ee5d71bb20' from root:root to runner:runner
2025-08-20T22:07:14.4965584Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/option-ext-32fac97542e0c9e7/lib-option_ext.json' from root:root to runner:runner
2025-08-20T22:07:14.4966549Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/option-ext-32fac97542e0c9e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4967499Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/option-ext-32fac97542e0c9e7/lib-option_ext' from root:root to runner:runner
2025-08-20T22:07:14.4968691Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/option-ext-32fac97542e0c9e7/dep-lib-option_ext' from root:root to runner:runner
2025-08-20T22:07:14.4969592Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/option-ext-32fac97542e0c9e7' from root:root to runner:runner
2025-08-20T22:07:14.4970549Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/once_cell-ce6f56fb6fb1a8d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4971594Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/once_cell-ce6f56fb6fb1a8d7/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:07:14.4972587Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/once_cell-ce6f56fb6fb1a8d7/lib-once_cell' from root:root to runner:runner
2025-08-20T22:07:14.4973550Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/once_cell-ce6f56fb6fb1a8d7/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:07:14.4974435Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/once_cell-ce6f56fb6fb1a8d7' from root:root to runner:runner
2025-08-20T22:07:14.4975406Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-ccaf963f87dbc7b8/lib-brotli' from root:root to runner:runner
2025-08-20T22:07:14.4976365Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-ccaf963f87dbc7b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4977350Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-ccaf963f87dbc7b8/lib-brotli.json' from root:root to runner:runner
2025-08-20T22:07:14.4978623Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-ccaf963f87dbc7b8/dep-lib-brotli' from root:root to runner:runner
2025-08-20T22:07:14.4979525Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-ccaf963f87dbc7b8' from root:root to runner:runner
2025-08-20T22:07:14.4980477Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/titlecase-f52f63848057842d/dep-lib-titlecase' from root:root to runner:runner
2025-08-20T22:07:14.4981437Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/titlecase-f52f63848057842d/lib-titlecase.json' from root:root to runner:runner
2025-08-20T22:07:14.4982396Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/titlecase-f52f63848057842d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4983337Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/titlecase-f52f63848057842d/lib-titlecase' from root:root to runner:runner
2025-08-20T22:07:14.4984219Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/titlecase-f52f63848057842d' from root:root to runner:runner
2025-08-20T22:07:14.4985490Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-dfcf36b7436d22d3/lib-itertools' from root:root to runner:runner
2025-08-20T22:07:14.4987619Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-dfcf36b7436d22d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4989603Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-dfcf36b7436d22d3/dep-lib-itertools' from root:root to runner:runner
2025-08-20T22:07:14.4991327Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-dfcf36b7436d22d3/lib-itertools.json' from root:root to runner:runner
2025-08-20T22:07:14.4992605Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-dfcf36b7436d22d3' from root:root to runner:runner
2025-08-20T22:07:14.4993603Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indicatif-be0da8fca778566f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4994619Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indicatif-be0da8fca778566f/lib-indicatif' from root:root to runner:runner
2025-08-20T22:07:14.4995833Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indicatif-be0da8fca778566f/lib-indicatif.json' from root:root to runner:runner
2025-08-20T22:07:14.4996843Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indicatif-be0da8fca778566f/dep-lib-indicatif' from root:root to runner:runner
2025-08-20T22:07:14.4997741Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indicatif-be0da8fca778566f' from root:root to runner:runner
2025-08-20T22:07:14.4998995Z [00:15:34.982]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-48d5082c9662bc72/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.4999983Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-48d5082c9662bc72/lib-generic_array' from root:root to runner:runner
2025-08-20T22:07:14.5000998Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-48d5082c9662bc72/lib-generic_array.json' from root:root to runner:runner
2025-08-20T22:07:14.5002766Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-48d5082c9662bc72/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T22:07:14.5004607Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-48d5082c9662bc72' from root:root to runner:runner
2025-08-20T22:07:14.5006560Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-utils-dbf4f9e23e565d3f/lib-pin_utils.json' from root:root to runner:runner
2025-08-20T22:07:14.5008538Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-utils-dbf4f9e23e565d3f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5010248Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-utils-dbf4f9e23e565d3f/lib-pin_utils' from root:root to runner:runner
2025-08-20T22:07:14.5012102Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-utils-dbf4f9e23e565d3f/dep-lib-pin_utils' from root:root to runner:runner
2025-08-20T22:07:14.5013030Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-utils-dbf4f9e23e565d3f' from root:root to runner:runner
2025-08-20T22:07:14.5014631Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-format-d828df9365df6f4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5016544Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-format-d828df9365df6f4a/lib-polars_arrow_format' from root:root to runner:runner
2025-08-20T22:07:14.5018676Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-format-d828df9365df6f4a/dep-lib-polars_arrow_format' from root:root to runner:runner
2025-08-20T22:07:14.5020716Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-format-d828df9365df6f4a/lib-polars_arrow_format.json' from root:root to runner:runner
2025-08-20T22:07:14.5022455Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-format-d828df9365df6f4a' from root:root to runner:runner
2025-08-20T22:07:14.5024267Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf16_iter-bd8e0d7a1939bb6d/dep-lib-utf16_iter' from root:root to runner:runner
2025-08-20T22:07:14.5026011Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf16_iter-bd8e0d7a1939bb6d/lib-utf16_iter' from root:root to runner:runner
2025-08-20T22:07:14.5027950Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf16_iter-bd8e0d7a1939bb6d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5029898Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf16_iter-bd8e0d7a1939bb6d/lib-utf16_iter.json' from root:root to runner:runner
2025-08-20T22:07:14.5031647Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf16_iter-bd8e0d7a1939bb6d' from root:root to runner:runner
2025-08-20T22:07:14.5033473Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-0dbcbb6bb64457a1/lib-polars_arrow' from root:root to runner:runner
2025-08-20T22:07:14.5035418Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-0dbcbb6bb64457a1/lib-polars_arrow.json' from root:root to runner:runner
2025-08-20T22:07:14.5037636Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-0dbcbb6bb64457a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5039862Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-0dbcbb6bb64457a1/dep-lib-polars_arrow' from root:root to runner:runner
2025-08-20T22:07:14.5041612Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-0dbcbb6bb64457a1' from root:root to runner:runner
2025-08-20T22:07:14.5043359Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytesize-bef8ab1ab2c47499/lib-bytesize' from root:root to runner:runner
2025-08-20T22:07:14.5045138Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytesize-bef8ab1ab2c47499/lib-bytesize.json' from root:root to runner:runner
2025-08-20T22:07:14.5046947Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytesize-bef8ab1ab2c47499/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5048950Z [00:15:34.983]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytesize-bef8ab1ab2c47499/dep-lib-bytesize' from root:root to runner:runner
2025-08-20T22:07:14.5050652Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytesize-bef8ab1ab2c47499' from root:root to runner:runner
2025-08-20T22:07:14.5052517Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-complex-8f8dcb8d81597d93/lib-num_complex' from root:root to runner:runner
2025-08-20T22:07:14.5054295Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-complex-8f8dcb8d81597d93/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5056264Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-complex-8f8dcb8d81597d93/dep-lib-num_complex' from root:root to runner:runner
2025-08-20T22:07:14.5058417Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-complex-8f8dcb8d81597d93/lib-num_complex.json' from root:root to runner:runner
2025-08-20T22:07:14.5060108Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-complex-8f8dcb8d81597d93' from root:root to runner:runner
2025-08-20T22:07:14.5061997Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mac-bdd9ecfef067e15b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5063718Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mac-bdd9ecfef067e15b/dep-lib-mac' from root:root to runner:runner
2025-08-20T22:07:14.5065384Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mac-bdd9ecfef067e15b/lib-mac' from root:root to runner:runner
2025-08-20T22:07:14.5067229Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mac-bdd9ecfef067e15b/lib-mac.json' from root:root to runner:runner
2025-08-20T22:07:14.5069091Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mac-bdd9ecfef067e15b' from root:root to runner:runner
2025-08-20T22:07:14.5070999Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-humanize-e2650901c76c6de7/lib-chrono_humanize.json' from root:root to runner:runner
2025-08-20T22:07:14.5072829Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-humanize-e2650901c76c6de7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5074697Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-humanize-e2650901c76c6de7/lib-chrono_humanize' from root:root to runner:runner
2025-08-20T22:07:14.5076560Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-humanize-e2650901c76c6de7/dep-lib-chrono_humanize' from root:root to runner:runner
2025-08-20T22:07:14.5078422Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-humanize-e2650901c76c6de7' from root:root to runner:runner
2025-08-20T22:07:14.5080358Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-957cc0f7d93d9660/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5082401Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-957cc0f7d93d9660/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5084133Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-957cc0f7d93d9660' from root:root to runner:runner
2025-08-20T22:07:14.5086050Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-ccb76ddb1f4f98c0/dep-lib-libgit2_sys' from root:root to runner:runner
2025-08-20T22:07:14.5088300Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-ccb76ddb1f4f98c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5090226Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-ccb76ddb1f4f98c0/lib-libgit2_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.5092139Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-ccb76ddb1f4f98c0/lib-libgit2_sys' from root:root to runner:runner
2025-08-20T22:07:14.5093274Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-ccb76ddb1f4f98c0' from root:root to runner:runner
2025-08-20T22:07:14.5094453Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xattr-fa84d71592add336/lib-xattr.json' from root:root to runner:runner
2025-08-20T22:07:14.5095379Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xattr-fa84d71592add336/lib-xattr' from root:root to runner:runner
2025-08-20T22:07:14.5096319Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xattr-fa84d71592add336/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5097663Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xattr-fa84d71592add336/dep-lib-xattr' from root:root to runner:runner
2025-08-20T22:07:14.5100049Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xattr-fa84d71592add336' from root:root to runner:runner
2025-08-20T22:07:14.5101921Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-sys-7f4e06999491fca0/lib-inotify_sys' from root:root to runner:runner
2025-08-20T22:07:14.5103813Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-sys-7f4e06999491fca0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5105865Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-sys-7f4e06999491fca0/lib-inotify_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.5107966Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-sys-7f4e06999491fca0/dep-lib-inotify_sys' from root:root to runner:runner
2025-08-20T22:07:14.5109701Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-sys-7f4e06999491fca0' from root:root to runner:runner
2025-08-20T22:07:14.5111682Z [00:15:34.984]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zlib-rs-c58fe23872fc8ceb/dep-lib-zlib_rs' from root:root to runner:runner
2025-08-20T22:07:14.5113519Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zlib-rs-c58fe23872fc8ceb/lib-zlib_rs.json' from root:root to runner:runner
2025-08-20T22:07:14.5115415Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zlib-rs-c58fe23872fc8ceb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5117207Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zlib-rs-c58fe23872fc8ceb/lib-zlib_rs' from root:root to runner:runner
2025-08-20T22:07:14.5119064Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zlib-rs-c58fe23872fc8ceb' from root:root to runner:runner
2025-08-20T22:07:14.5120905Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerofrom-1bcd7210f905f478/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5122722Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerofrom-1bcd7210f905f478/dep-lib-zerofrom' from root:root to runner:runner
2025-08-20T22:07:14.5124513Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerofrom-1bcd7210f905f478/lib-zerofrom' from root:root to runner:runner
2025-08-20T22:07:14.5126529Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerofrom-1bcd7210f905f478/lib-zerofrom.json' from root:root to runner:runner
2025-08-20T22:07:14.5128414Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerofrom-1bcd7210f905f478' from root:root to runner:runner
2025-08-20T22:07:14.5130141Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cfg-if-c6d20eeedf1e2f8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5132039Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cfg-if-c6d20eeedf1e2f8f/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:07:14.5133792Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cfg-if-c6d20eeedf1e2f8f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:07:14.5135557Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cfg-if-c6d20eeedf1e2f8f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:07:14.5137338Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cfg-if-c6d20eeedf1e2f8f' from root:root to runner:runner
2025-08-20T22:07:14.5139483Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-d88a55298ac1cb38/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5141503Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-d88a55298ac1cb38/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5143076Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-d88a55298ac1cb38' from root:root to runner:runner
2025-08-20T22:07:14.5144913Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-mem-engine-9f514816a2ab1df9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5146788Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-mem-engine-9f514816a2ab1df9/dep-lib-polars_mem_engine' from root:root to runner:runner
2025-08-20T22:07:14.5148868Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-mem-engine-9f514816a2ab1df9/lib-polars_mem_engine.json' from root:root to runner:runner
2025-08-20T22:07:14.5150684Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-mem-engine-9f514816a2ab1df9/lib-polars_mem_engine' from root:root to runner:runner
2025-08-20T22:07:14.5152554Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-mem-engine-9f514816a2ab1df9' from root:root to runner:runner
2025-08-20T22:07:14.5154460Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7/output-lib-nu_explore' from root:root to runner:runner
2025-08-20T22:07:14.5156281Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7/dep-lib-nu_explore' from root:root to runner:runner
2025-08-20T22:07:14.5158380Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7/lib-nu_explore.json' from root:root to runner:runner
2025-08-20T22:07:14.5160159Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5161867Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7/lib-nu_explore' from root:root to runner:runner
2025-08-20T22:07:14.5163542Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7' from root:root to runner:runner
2025-08-20T22:07:14.5165236Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_uname-1c7c8907bd01dd98/lib-uu_uname' from root:root to runner:runner
2025-08-20T22:07:14.5167107Z [00:15:34.985]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_uname-1c7c8907bd01dd98/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5169057Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_uname-1c7c8907bd01dd98/dep-lib-uu_uname' from root:root to runner:runner
2025-08-20T22:07:14.5170819Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_uname-1c7c8907bd01dd98/lib-uu_uname.json' from root:root to runner:runner
2025-08-20T22:07:14.5172413Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_uname-1c7c8907bd01dd98' from root:root to runner:runner
2025-08-20T22:07:14.5174255Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-e4368215916712fa/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5176143Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-e4368215916712fa/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5178044Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-e4368215916712fa' from root:root to runner:runner
2025-08-20T22:07:14.5179815Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mktemp-cb6d8679911eeb83/lib-uu_mktemp.json' from root:root to runner:runner
2025-08-20T22:07:14.5181592Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mktemp-cb6d8679911eeb83/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5183434Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mktemp-cb6d8679911eeb83/dep-lib-uu_mktemp' from root:root to runner:runner
2025-08-20T22:07:14.5185162Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mktemp-cb6d8679911eeb83/lib-uu_mktemp' from root:root to runner:runner
2025-08-20T22:07:14.5187136Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mktemp-cb6d8679911eeb83' from root:root to runner:runner
2025-08-20T22:07:14.5189527Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-9054f466d93efd48/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5191500Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-9054f466d93efd48/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5193246Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-9054f466d93efd48' from root:root to runner:runner
2025-08-20T22:07:14.5194977Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-020ac1f8cb7b9d2d/lib-ref_cast' from root:root to runner:runner
2025-08-20T22:07:14.5196787Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-020ac1f8cb7b9d2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5198781Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-020ac1f8cb7b9d2d/lib-ref_cast.json' from root:root to runner:runner
2025-08-20T22:07:14.5200593Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-020ac1f8cb7b9d2d/dep-lib-ref_cast' from root:root to runner:runner
2025-08-20T22:07:14.5202261Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-020ac1f8cb7b9d2d' from root:root to runner:runner
2025-08-20T22:07:14.5204223Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-6bed09bf06b11ede/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:07:14.5206097Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-6bed09bf06b11ede/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5208238Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-6bed09bf06b11ede/lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:07:14.5210371Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-6bed09bf06b11ede/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T22:07:14.5212146Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-6bed09bf06b11ede' from root:root to runner:runner
2025-08-20T22:07:14.5213999Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-d92d17a09d6c85d0/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T22:07:14.5215975Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-d92d17a09d6c85d0/lib-rand_core' from root:root to runner:runner
2025-08-20T22:07:14.5218115Z [00:15:34.986]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-d92d17a09d6c85d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5220106Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-d92d17a09d6c85d0/lib-rand_core.json' from root:root to runner:runner
2025-08-20T22:07:14.5221802Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-d92d17a09d6c85d0' from root:root to runner:runner
2025-08-20T22:07:14.5223619Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filesize-7d67a268cc0b9134/dep-lib-filesize' from root:root to runner:runner
2025-08-20T22:07:14.5225457Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filesize-7d67a268cc0b9134/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5227338Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filesize-7d67a268cc0b9134/lib-filesize.json' from root:root to runner:runner
2025-08-20T22:07:14.5229409Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filesize-7d67a268cc0b9134/lib-filesize' from root:root to runner:runner
2025-08-20T22:07:14.5231310Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filesize-7d67a268cc0b9134' from root:root to runner:runner
2025-08-20T22:07:14.5233219Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/print-positions-7b22970a74f8ac1e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5235144Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/print-positions-7b22970a74f8ac1e/lib-print_positions' from root:root to runner:runner
2025-08-20T22:07:14.5237266Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/print-positions-7b22970a74f8ac1e/dep-lib-print_positions' from root:root to runner:runner
2025-08-20T22:07:14.5239538Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/print-positions-7b22970a74f8ac1e/lib-print_positions.json' from root:root to runner:runner
2025-08-20T22:07:14.5241407Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/print-positions-7b22970a74f8ac1e' from root:root to runner:runner
2025-08-20T22:07:14.5243441Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-sys-d052c5fed58b6f71/dep-lib-dirs_sys' from root:root to runner:runner
2025-08-20T22:07:14.5245307Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-sys-d052c5fed58b6f71/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5247309Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-sys-d052c5fed58b6f71/lib-dirs_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.5249350Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-sys-d052c5fed58b6f71/lib-dirs_sys' from root:root to runner:runner
2025-08-20T22:07:14.5251170Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-sys-d052c5fed58b6f71' from root:root to runner:runner
2025-08-20T22:07:14.5252975Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-2fd745bff2c6550c/lib-anyhow' from root:root to runner:runner
2025-08-20T22:07:14.5254840Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-2fd745bff2c6550c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5256677Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-2fd745bff2c6550c/lib-anyhow.json' from root:root to runner:runner
2025-08-20T22:07:14.5258862Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-2fd745bff2c6550c/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T22:07:14.5260568Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-2fd745bff2c6550c' from root:root to runner:runner
2025-08-20T22:07:14.5261965Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parse_datetime-1e6a9e3d9ae1cc7a/dep-lib-parse_datetime' from root:root to runner:runner
2025-08-20T22:07:14.5263161Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parse_datetime-1e6a9e3d9ae1cc7a/lib-parse_datetime.json' from root:root to runner:runner
2025-08-20T22:07:14.5264397Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parse_datetime-1e6a9e3d9ae1cc7a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5265411Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parse_datetime-1e6a9e3d9ae1cc7a/lib-parse_datetime' from root:root to runner:runner
2025-08-20T22:07:14.5266396Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parse_datetime-1e6a9e3d9ae1cc7a' from root:root to runner:runner
2025-08-20T22:07:14.5267365Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pathdiff-ce6a18a4f100fa5e/lib-pathdiff.json' from root:root to runner:runner
2025-08-20T22:07:14.5269119Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pathdiff-ce6a18a4f100fa5e/lib-pathdiff' from root:root to runner:runner
2025-08-20T22:07:14.5270914Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pathdiff-ce6a18a4f100fa5e/dep-lib-pathdiff' from root:root to runner:runner
2025-08-20T22:07:14.5272945Z [00:15:34.987]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pathdiff-ce6a18a4f100fa5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5274717Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pathdiff-ce6a18a4f100fa5e' from root:root to runner:runner
2025-08-20T22:07:14.5276483Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha1_smol-13e65ad0041c7bcc/lib-sha1_smol' from root:root to runner:runner
2025-08-20T22:07:14.5278482Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha1_smol-13e65ad0041c7bcc/lib-sha1_smol.json' from root:root to runner:runner
2025-08-20T22:07:14.5280424Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha1_smol-13e65ad0041c7bcc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5281839Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha1_smol-13e65ad0041c7bcc/dep-lib-sha1_smol' from root:root to runner:runner
2025-08-20T22:07:14.5282987Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha1_smol-13e65ad0041c7bcc' from root:root to runner:runner
2025-08-20T22:07:14.5284097Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayref-c4d32b8f5ebeca43/lib-arrayref' from root:root to runner:runner
2025-08-20T22:07:14.5285066Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayref-c4d32b8f5ebeca43/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5286021Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayref-c4d32b8f5ebeca43/dep-lib-arrayref' from root:root to runner:runner
2025-08-20T22:07:14.5287046Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayref-c4d32b8f5ebeca43/lib-arrayref.json' from root:root to runner:runner
2025-08-20T22:07:14.5288251Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayref-c4d32b8f5ebeca43' from root:root to runner:runner
2025-08-20T22:07:14.5289526Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml-56d7a949fdddfa20/dep-lib-toml' from root:root to runner:runner
2025-08-20T22:07:14.5290443Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml-56d7a949fdddfa20/lib-toml' from root:root to runner:runner
2025-08-20T22:07:14.5292107Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml-56d7a949fdddfa20/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5293103Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml-56d7a949fdddfa20/lib-toml.json' from root:root to runner:runner
2025-08-20T22:07:14.5293968Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml-56d7a949fdddfa20' from root:root to runner:runner
2025-08-20T22:07:14.5295025Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-91e332d214a9c483/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5296169Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-91e332d214a9c483/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5297029Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-91e332d214a9c483' from root:root to runner:runner
2025-08-20T22:07:14.5298299Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-a2a714a4fdb95279/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5299444Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-a2a714a4fdb95279/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5300340Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-a2a714a4fdb95279' from root:root to runner:runner
2025-08-20T22:07:14.5301329Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e/lib-nu_plugin_core' from root:root to runner:runner
2025-08-20T22:07:14.5302382Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e/dep-lib-nu_plugin_core' from root:root to runner:runner
2025-08-20T22:07:14.5303381Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e/lib-nu_plugin_core.json' from root:root to runner:runner
2025-08-20T22:07:14.5304402Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5305412Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e/output-lib-nu_plugin_core' from root:root to runner:runner
2025-08-20T22:07:14.5306305Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e' from root:root to runner:runner
2025-08-20T22:07:14.5307236Z [00:15:34.988]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-wsl-9174ea48d7be3155/lib-is_wsl.json' from root:root to runner:runner
2025-08-20T22:07:14.5308417Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-wsl-9174ea48d7be3155/lib-is_wsl' from root:root to runner:runner
2025-08-20T22:07:14.5309463Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-wsl-9174ea48d7be3155/dep-lib-is_wsl' from root:root to runner:runner
2025-08-20T22:07:14.5310468Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-wsl-9174ea48d7be3155/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5311333Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-wsl-9174ea48d7be3155' from root:root to runner:runner
2025-08-20T22:07:14.5312394Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/form_urlencoded-22ab86262fa2efd2/lib-form_urlencoded.json' from root:root to runner:runner
2025-08-20T22:07:14.5313393Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/form_urlencoded-22ab86262fa2efd2/lib-form_urlencoded' from root:root to runner:runner
2025-08-20T22:07:14.5314441Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/form_urlencoded-22ab86262fa2efd2/dep-lib-form_urlencoded' from root:root to runner:runner
2025-08-20T22:07:14.5315418Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/form_urlencoded-22ab86262fa2efd2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5316318Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/form_urlencoded-22ab86262fa2efd2' from root:root to runner:runner
2025-08-20T22:07:14.5317275Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/same-file-9e20149285ebfce9/lib-same_file.json' from root:root to runner:runner
2025-08-20T22:07:14.5318493Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/same-file-9e20149285ebfce9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5319443Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/same-file-9e20149285ebfce9/lib-same_file' from root:root to runner:runner
2025-08-20T22:07:14.5320397Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/same-file-9e20149285ebfce9/dep-lib-same_file' from root:root to runner:runner
2025-08-20T22:07:14.5321265Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/same-file-9e20149285ebfce9' from root:root to runner:runner
2025-08-20T22:07:14.5322210Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/plist-8d0e9d1ffb9e6b6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5323218Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/plist-8d0e9d1ffb9e6b6a/lib-plist.json' from root:root to runner:runner
2025-08-20T22:07:14.5324194Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/plist-8d0e9d1ffb9e6b6a/dep-lib-plist' from root:root to runner:runner
2025-08-20T22:07:14.5325101Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/plist-8d0e9d1ffb9e6b6a/lib-plist' from root:root to runner:runner
2025-08-20T22:07:14.5326017Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/plist-8d0e9d1ffb9e6b6a' from root:root to runner:runner
2025-08-20T22:07:14.5326991Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zeroize-c534c2641d1d2609/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5328083Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zeroize-c534c2641d1d2609/lib-zeroize' from root:root to runner:runner
2025-08-20T22:07:14.5329107Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zeroize-c534c2641d1d2609/dep-lib-zeroize' from root:root to runner:runner
2025-08-20T22:07:14.5330070Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zeroize-c534c2641d1d2609/lib-zeroize.json' from root:root to runner:runner
2025-08-20T22:07:14.5330939Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zeroize-c534c2641d1d2609' from root:root to runner:runner
2025-08-20T22:07:14.5331932Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-c7f305d24302e07e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5332932Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-c7f305d24302e07e/dep-lib-polars_compute' from root:root to runner:runner
2025-08-20T22:07:14.5333927Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-c7f305d24302e07e/lib-polars_compute' from root:root to runner:runner
2025-08-20T22:07:14.5334921Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-c7f305d24302e07e/lib-polars_compute.json' from root:root to runner:runner
2025-08-20T22:07:14.5335831Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-c7f305d24302e07e' from root:root to runner:runner
2025-08-20T22:07:14.5336814Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlib-f69992effc38bb51/lib-dlib.json' from root:root to runner:runner
2025-08-20T22:07:14.5337919Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlib-f69992effc38bb51/dep-lib-dlib' from root:root to runner:runner
2025-08-20T22:07:14.5338866Z [00:15:34.989]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlib-f69992effc38bb51/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5339825Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlib-f69992effc38bb51/lib-dlib' from root:root to runner:runner
2025-08-20T22:07:14.5340720Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlib-f69992effc38bb51' from root:root to runner:runner
2025-08-20T22:07:14.5341699Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-core-3f00352cb42bc3d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5342741Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-core-3f00352cb42bc3d8/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T22:07:14.5343707Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-core-3f00352cb42bc3d8/lib-futures_core' from root:root to runner:runner
2025-08-20T22:07:14.5344684Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-core-3f00352cb42bc3d8/lib-futures_core.json' from root:root to runner:runner
2025-08-20T22:07:14.5345580Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-core-3f00352cb42bc3d8' from root:root to runner:runner
2025-08-20T22:07:14.5346484Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-d1dc8ede7cb43b4e/dep-lib-num' from root:root to runner:runner
2025-08-20T22:07:14.5347411Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-d1dc8ede7cb43b4e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5348533Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-d1dc8ede7cb43b4e/lib-num.json' from root:root to runner:runner
2025-08-20T22:07:14.5349611Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-d1dc8ede7cb43b4e/lib-num' from root:root to runner:runner
2025-08-20T22:07:14.5350581Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-d1dc8ede7cb43b4e' from root:root to runner:runner
2025-08-20T22:07:14.5351612Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-error-03ea6283c1410406/lib-polars_error' from root:root to runner:runner
2025-08-20T22:07:14.5352600Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-error-03ea6283c1410406/lib-polars_error.json' from root:root to runner:runner
2025-08-20T22:07:14.5353619Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-error-03ea6283c1410406/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5354597Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-error-03ea6283c1410406/dep-lib-polars_error' from root:root to runner:runner
2025-08-20T22:07:14.5355623Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-error-03ea6283c1410406' from root:root to runner:runner
2025-08-20T22:07:14.5356777Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-3dbfd29f98def6c9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5358056Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-3dbfd29f98def6c9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5358967Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-3dbfd29f98def6c9' from root:root to runner:runner
2025-08-20T22:07:14.5359913Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cassowary-b8dabd976d8d4c1d/lib-cassowary' from root:root to runner:runner
2025-08-20T22:07:14.5361086Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cassowary-b8dabd976d8d4c1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5362820Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cassowary-b8dabd976d8d4c1d/dep-lib-cassowary' from root:root to runner:runner
2025-08-20T22:07:14.5364586Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cassowary-b8dabd976d8d4c1d/lib-cassowary.json' from root:root to runner:runner
2025-08-20T22:07:14.5366333Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cassowary-b8dabd976d8d4c1d' from root:root to runner:runner
2025-08-20T22:07:14.5368531Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-demangle-3445d5c4516ccd98/lib-rustc_demangle' from root:root to runner:runner
2025-08-20T22:07:14.5370539Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-demangle-3445d5c4516ccd98/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5372408Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-demangle-3445d5c4516ccd98/dep-lib-rustc_demangle' from root:root to runner:runner
2025-08-20T22:07:14.5373981Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-demangle-3445d5c4516ccd98/lib-rustc_demangle.json' from root:root to runner:runner
2025-08-20T22:07:14.5375149Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-demangle-3445d5c4516ccd98' from root:root to runner:runner
2025-08-20T22:07:14.5376370Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-bf89508fdd3eb0c5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5377463Z [00:15:34.990]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-bf89508fdd3eb0c5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5378630Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-bf89508fdd3eb0c5' from root:root to runner:runner
2025-08-20T22:07:14.5379624Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-365ffbf8ae454dce/dep-lib-http_body' from root:root to runner:runner
2025-08-20T22:07:14.5380605Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-365ffbf8ae454dce/lib-http_body.json' from root:root to runner:runner
2025-08-20T22:07:14.5381586Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-365ffbf8ae454dce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5382571Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-365ffbf8ae454dce/lib-http_body' from root:root to runner:runner
2025-08-20T22:07:14.5384162Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-365ffbf8ae454dce' from root:root to runner:runner
2025-08-20T22:07:14.5385146Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-e22068095b1584db/dep-lib-typenum' from root:root to runner:runner
2025-08-20T22:07:14.5386201Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-e22068095b1584db/lib-typenum' from root:root to runner:runner
2025-08-20T22:07:14.5387215Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-e22068095b1584db/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5388372Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-e22068095b1584db/lib-typenum.json' from root:root to runner:runner
2025-08-20T22:07:14.5389331Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-e22068095b1584db' from root:root to runner:runner
2025-08-20T22:07:14.5390355Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/constant_time_eq-fb9e2559c5b80ca8/lib-constant_time_eq.json' from root:root to runner:runner
2025-08-20T22:07:14.5391388Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/constant_time_eq-fb9e2559c5b80ca8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5392419Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/constant_time_eq-fb9e2559c5b80ca8/dep-lib-constant_time_eq' from root:root to runner:runner
2025-08-20T22:07:14.5393440Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/constant_time_eq-fb9e2559c5b80ca8/lib-constant_time_eq' from root:root to runner:runner
2025-08-20T22:07:14.5394349Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/constant_time_eq-fb9e2559c5b80ca8' from root:root to runner:runner
2025-08-20T22:07:14.5395382Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-bdc092a484624437/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5396386Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-bdc092a484624437/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5397236Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-bdc092a484624437' from root:root to runner:runner
2025-08-20T22:07:14.5398455Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num_threads-a50e3667048136bd/dep-lib-num_threads' from root:root to runner:runner
2025-08-20T22:07:14.5399462Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num_threads-a50e3667048136bd/lib-num_threads.json' from root:root to runner:runner
2025-08-20T22:07:14.5400604Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num_threads-a50e3667048136bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5401547Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num_threads-a50e3667048136bd/lib-num_threads' from root:root to runner:runner
2025-08-20T22:07:14.5402430Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num_threads-a50e3667048136bd' from root:root to runner:runner
2025-08-20T22:07:14.5403414Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-8c953989138211f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5404307Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-8c953989138211f3/lib-http' from root:root to runner:runner
2025-08-20T22:07:14.5405270Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-8c953989138211f3/dep-lib-http' from root:root to runner:runner
2025-08-20T22:07:14.5406179Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-8c953989138211f3/lib-http.json' from root:root to runner:runner
2025-08-20T22:07:14.5407036Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-8c953989138211f3' from root:root to runner:runner
2025-08-20T22:07:14.5408378Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-7b507696d1c3f522/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5409443Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-7b507696d1c3f522/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5410348Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-7b507696d1c3f522' from root:root to runner:runner
2025-08-20T22:07:14.5411314Z [00:15:34.991]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fluent-uri-7b0f695e49e93a29/dep-lib-fluent_uri' from root:root to runner:runner
2025-08-20T22:07:14.5412284Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fluent-uri-7b0f695e49e93a29/lib-fluent_uri.json' from root:root to runner:runner
2025-08-20T22:07:14.5413244Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fluent-uri-7b0f695e49e93a29/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5414321Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fluent-uri-7b0f695e49e93a29/lib-fluent_uri' from root:root to runner:runner
2025-08-20T22:07:14.5415203Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fluent-uri-7b0f695e49e93a29' from root:root to runner:runner
2025-08-20T22:07:14.5416158Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-conv-0f2b5de8085c5a41/lib-num_conv.json' from root:root to runner:runner
2025-08-20T22:07:14.5417164Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-conv-0f2b5de8085c5a41/dep-lib-num_conv' from root:root to runner:runner
2025-08-20T22:07:14.5418357Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-conv-0f2b5de8085c5a41/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5419375Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-conv-0f2b5de8085c5a41/lib-num_conv' from root:root to runner:runner
2025-08-20T22:07:14.5420255Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-conv-0f2b5de8085c5a41' from root:root to runner:runner
2025-08-20T22:07:14.5421192Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate-56f01d0082008972/lib-libflate' from root:root to runner:runner
2025-08-20T22:07:14.5422146Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate-56f01d0082008972/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5423089Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate-56f01d0082008972/lib-libflate.json' from root:root to runner:runner
2025-08-20T22:07:14.5424035Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate-56f01d0082008972/dep-lib-libflate' from root:root to runner:runner
2025-08-20T22:07:14.5424907Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate-56f01d0082008972' from root:root to runner:runner
2025-08-20T22:07:14.5425907Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fuzzy-matcher-67b6b854ebdd8028/lib-fuzzy_matcher' from root:root to runner:runner
2025-08-20T22:07:14.5426907Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fuzzy-matcher-67b6b854ebdd8028/lib-fuzzy_matcher.json' from root:root to runner:runner
2025-08-20T22:07:14.5428253Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fuzzy-matcher-67b6b854ebdd8028/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5429263Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fuzzy-matcher-67b6b854ebdd8028/dep-lib-fuzzy_matcher' from root:root to runner:runner
2025-08-20T22:07:14.5430159Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fuzzy-matcher-67b6b854ebdd8028' from root:root to runner:runner
2025-08-20T22:07:14.5431198Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-cb484778ca4d5860/dep-lib-chrono_tz' from root:root to runner:runner
2025-08-20T22:07:14.5432137Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-cb484778ca4d5860/lib-chrono_tz' from root:root to runner:runner
2025-08-20T22:07:14.5433142Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-cb484778ca4d5860/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5434106Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-cb484778ca4d5860/lib-chrono_tz.json' from root:root to runner:runner
2025-08-20T22:07:14.5434975Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-cb484778ca4d5860' from root:root to runner:runner
2025-08-20T22:07:14.5435887Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wild-a79e3a62a9716a61/lib-wild.json' from root:root to runner:runner
2025-08-20T22:07:14.5436795Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wild-a79e3a62a9716a61/dep-lib-wild' from root:root to runner:runner
2025-08-20T22:07:14.5437733Z [00:15:34.992]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wild-a79e3a62a9716a61/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5438805Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wild-a79e3a62a9716a61/lib-wild' from root:root to runner:runner
2025-08-20T22:07:14.5439661Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wild-a79e3a62a9716a61' from root:root to runner:runner
2025-08-20T22:07:14.5440599Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-63112845ad027ebe/lib-csv.json' from root:root to runner:runner
2025-08-20T22:07:14.5441742Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-63112845ad027ebe/lib-csv' from root:root to runner:runner
2025-08-20T22:07:14.5442852Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-63112845ad027ebe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5443772Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-63112845ad027ebe/dep-lib-csv' from root:root to runner:runner
2025-08-20T22:07:14.5444692Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-63112845ad027ebe' from root:root to runner:runner
2025-08-20T22:07:14.5445647Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-format-eb371e0e38bb4643/lib-num_format' from root:root to runner:runner
2025-08-20T22:07:14.5446665Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-format-eb371e0e38bb4643/dep-lib-num_format' from root:root to runner:runner
2025-08-20T22:07:14.5447620Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-format-eb371e0e38bb4643/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5448926Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-format-eb371e0e38bb4643/lib-num_format.json' from root:root to runner:runner
2025-08-20T22:07:14.5449829Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-format-eb371e0e38bb4643' from root:root to runner:runner
2025-08-20T22:07:14.5450786Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/roxmltree-bc958d464ecc89e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5451745Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/roxmltree-bc958d464ecc89e1/lib-roxmltree.json' from root:root to runner:runner
2025-08-20T22:07:14.5452759Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/roxmltree-bc958d464ecc89e1/lib-roxmltree' from root:root to runner:runner
2025-08-20T22:07:14.5454480Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/roxmltree-bc958d464ecc89e1/dep-lib-roxmltree' from root:root to runner:runner
2025-08-20T22:07:14.5456099Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/roxmltree-bc958d464ecc89e1' from root:root to runner:runner
2025-08-20T22:07:14.5458354Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-types-7791f685ef99ded5/dep-lib-aws_smithy_types' from root:root to runner:runner
2025-08-20T22:07:14.5460420Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-types-7791f685ef99ded5/lib-aws_smithy_types.json' from root:root to runner:runner
2025-08-20T22:07:14.5462299Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-types-7791f685ef99ded5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5464269Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-types-7791f685ef99ded5/lib-aws_smithy_types' from root:root to runner:runner
2025-08-20T22:07:14.5465693Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-types-7791f685ef99ded5' from root:root to runner:runner
2025-08-20T22:07:14.5466911Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vte-5a6ccada1036894f/lib-vte.json' from root:root to runner:runner
2025-08-20T22:07:14.5468084Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vte-5a6ccada1036894f/dep-lib-vte' from root:root to runner:runner
2025-08-20T22:07:14.5469050Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vte-5a6ccada1036894f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5469944Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vte-5a6ccada1036894f/lib-vte' from root:root to runner:runner
2025-08-20T22:07:14.5470804Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vte-5a6ccada1036894f' from root:root to runner:runner
2025-08-20T22:07:14.5471764Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-f4ab9b3ec6b01355/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5472721Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-f4ab9b3ec6b01355/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:07:14.5473667Z [00:15:34.993]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-f4ab9b3ec6b01355/lib-bitflags' from root:root to runner:runner
2025-08-20T22:07:14.5474617Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-f4ab9b3ec6b01355/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:07:14.5475805Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-f4ab9b3ec6b01355' from root:root to runner:runner
2025-08-20T22:07:14.5477397Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-utils-8c572a5c509d75a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5478693Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-utils-8c572a5c509d75a6/lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T22:07:14.5479828Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-utils-8c572a5c509d75a6/lib-rust_embed_utils.json' from root:root to runner:runner
2025-08-20T22:07:14.5480850Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-utils-8c572a5c509d75a6/dep-lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T22:07:14.5481821Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-utils-8c572a5c509d75a6' from root:root to runner:runner
2025-08-20T22:07:14.5482721Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf-fe3b4527b481fae5/dep-lib-phf' from root:root to runner:runner
2025-08-20T22:07:14.5483642Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf-fe3b4527b481fae5/lib-phf.json' from root:root to runner:runner
2025-08-20T22:07:14.5484526Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf-fe3b4527b481fae5/lib-phf' from root:root to runner:runner
2025-08-20T22:07:14.5485461Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf-fe3b4527b481fae5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5486320Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf-fe3b4527b481fae5' from root:root to runner:runner
2025-08-20T22:07:14.5487198Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-753555d71f3f6388/lib-crc' from root:root to runner:runner
2025-08-20T22:07:14.5488300Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-753555d71f3f6388/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5489198Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-753555d71f3f6388/dep-lib-crc' from root:root to runner:runner
2025-08-20T22:07:14.5490182Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-753555d71f3f6388/lib-crc.json' from root:root to runner:runner
2025-08-20T22:07:14.5491087Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-753555d71f3f6388' from root:root to runner:runner
2025-08-20T22:07:14.5492054Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-probe-b84d8017041f64a7/lib-openssl_probe' from root:root to runner:runner
2025-08-20T22:07:14.5493090Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-probe-b84d8017041f64a7/dep-lib-openssl_probe' from root:root to runner:runner
2025-08-20T22:07:14.5494067Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-probe-b84d8017041f64a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5495107Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-probe-b84d8017041f64a7/lib-openssl_probe.json' from root:root to runner:runner
2025-08-20T22:07:14.5495998Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-probe-b84d8017041f64a7' from root:root to runner:runner
2025-08-20T22:07:14.5496938Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/etcetera-faec811a229d7de6/lib-etcetera' from root:root to runner:runner
2025-08-20T22:07:14.5498053Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/etcetera-faec811a229d7de6/lib-etcetera.json' from root:root to runner:runner
2025-08-20T22:07:14.5499007Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/etcetera-faec811a229d7de6/dep-lib-etcetera' from root:root to runner:runner
2025-08-20T22:07:14.5499961Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/etcetera-faec811a229d7de6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5500834Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/etcetera-faec811a229d7de6' from root:root to runner:runner
2025-08-20T22:07:14.5501796Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-core-8cedd893fcd61367/lib-procfs_core' from root:root to runner:runner
2025-08-20T22:07:14.5502757Z [00:15:34.994]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-core-8cedd893fcd61367/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5503803Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-core-8cedd893fcd61367/dep-lib-procfs_core' from root:root to runner:runner
2025-08-20T22:07:14.5504828Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-core-8cedd893fcd61367/lib-procfs_core.json' from root:root to runner:runner
2025-08-20T22:07:14.5505720Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-core-8cedd893fcd61367' from root:root to runner:runner
2025-08-20T22:07:14.5506841Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-61c6306df470991b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5508123Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-61c6306df470991b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5509143Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-61c6306df470991b' from root:root to runner:runner
2025-08-20T22:07:14.5510159Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform-82e3085f44ad98f5/lib-icu_locid_transform' from root:root to runner:runner
2025-08-20T22:07:14.5511173Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform-82e3085f44ad98f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5512215Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform-82e3085f44ad98f5/lib-icu_locid_transform.json' from root:root to runner:runner
2025-08-20T22:07:14.5513240Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform-82e3085f44ad98f5/dep-lib-icu_locid_transform' from root:root to runner:runner
2025-08-20T22:07:14.5514151Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform-82e3085f44ad98f5' from root:root to runner:runner
2025-08-20T22:07:14.5515134Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unsafe-libyaml-e7fe2421eeb86895/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5516130Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unsafe-libyaml-e7fe2421eeb86895/dep-lib-unsafe_libyaml' from root:root to runner:runner
2025-08-20T22:07:14.5517130Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unsafe-libyaml-e7fe2421eeb86895/lib-unsafe_libyaml.json' from root:root to runner:runner
2025-08-20T22:07:14.5518516Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unsafe-libyaml-e7fe2421eeb86895/lib-unsafe_libyaml' from root:root to runner:runner
2025-08-20T22:07:14.5519437Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unsafe-libyaml-e7fe2421eeb86895' from root:root to runner:runner
2025-08-20T22:07:14.5520413Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/colorchoice-f7b0c4654c297647/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T22:07:14.5521449Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/colorchoice-f7b0c4654c297647/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5522410Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/colorchoice-f7b0c4654c297647/lib-colorchoice' from root:root to runner:runner
2025-08-20T22:07:14.5523436Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/colorchoice-f7b0c4654c297647/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T22:07:14.5524331Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/colorchoice-f7b0c4654c297647' from root:root to runner:runner
2025-08-20T22:07:14.5525237Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zip-795a3b7fedc4de71/dep-lib-zip' from root:root to runner:runner
2025-08-20T22:07:14.5526164Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zip-795a3b7fedc4de71/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5527064Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zip-795a3b7fedc4de71/lib-zip.json' from root:root to runner:runner
2025-08-20T22:07:14.5528107Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zip-795a3b7fedc4de71/lib-zip' from root:root to runner:runner
2025-08-20T22:07:14.5528972Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zip-795a3b7fedc4de71' from root:root to runner:runner
2025-08-20T22:07:14.5529944Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/urlencoding-3308d9a5f08cfb5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5530913Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/urlencoding-3308d9a5f08cfb5e/dep-lib-urlencoding' from root:root to runner:runner
2025-08-20T22:07:14.5531948Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/urlencoding-3308d9a5f08cfb5e/lib-urlencoding' from root:root to runner:runner
2025-08-20T22:07:14.5533133Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/urlencoding-3308d9a5f08cfb5e/lib-urlencoding.json' from root:root to runner:runner
2025-08-20T22:07:14.5534040Z [00:15:34.995]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/urlencoding-3308d9a5f08cfb5e' from root:root to runner:runner
2025-08-20T22:07:14.5535078Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scoped-tls-5489ef5caddc6b7d/lib-scoped_tls.json' from root:root to runner:runner
2025-08-20T22:07:14.5536051Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scoped-tls-5489ef5caddc6b7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5537057Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scoped-tls-5489ef5caddc6b7d/lib-scoped_tls' from root:root to runner:runner
2025-08-20T22:07:14.5538907Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scoped-tls-5489ef5caddc6b7d/dep-lib-scoped_tls' from root:root to runner:runner
2025-08-20T22:07:14.5540104Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scoped-tls-5489ef5caddc6b7d' from root:root to runner:runner
2025-08-20T22:07:14.5541128Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-97c9d03a01c16b3e/lib-quick_xml.json' from root:root to runner:runner
2025-08-20T22:07:14.5542093Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-97c9d03a01c16b3e/dep-lib-quick_xml' from root:root to runner:runner
2025-08-20T22:07:14.5543055Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-97c9d03a01c16b3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5543993Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-97c9d03a01c16b3e/lib-quick_xml' from root:root to runner:runner
2025-08-20T22:07:14.5545588Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-97c9d03a01c16b3e' from root:root to runner:runner
2025-08-20T22:07:14.5547384Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-sink-6b89de715644702d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5549575Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-sink-6b89de715644702d/lib-futures_sink' from root:root to runner:runner
2025-08-20T22:07:14.5551528Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-sink-6b89de715644702d/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T22:07:14.5553355Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-sink-6b89de715644702d/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T22:07:14.5555157Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-sink-6b89de715644702d' from root:root to runner:runner
2025-08-20T22:07:14.5556883Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/winnow-b2048235cbf0c0f1/lib-winnow' from root:root to runner:runner
2025-08-20T22:07:14.5558977Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/winnow-b2048235cbf0c0f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5560785Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/winnow-b2048235cbf0c0f1/dep-lib-winnow' from root:root to runner:runner
2025-08-20T22:07:14.5562522Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/winnow-b2048235cbf0c0f1/lib-winnow.json' from root:root to runner:runner
2025-08-20T22:07:14.5564113Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/winnow-b2048235cbf0c0f1' from root:root to runner:runner
2025-08-20T22:07:14.5565938Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-stdlib-4d49fa93d82cd053/lib-alloc_stdlib.json' from root:root to runner:runner
2025-08-20T22:07:14.5567917Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-stdlib-4d49fa93d82cd053/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5569722Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-stdlib-4d49fa93d82cd053/lib-alloc_stdlib' from root:root to runner:runner
2025-08-20T22:07:14.5571477Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-stdlib-4d49fa93d82cd053/dep-lib-alloc_stdlib' from root:root to runner:runner
2025-08-20T22:07:14.5573390Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-stdlib-4d49fa93d82cd053' from root:root to runner:runner
2025-08-20T22:07:14.5575254Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nuon-5716eaaf45d7876c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5576964Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nuon-5716eaaf45d7876c/lib-nuon.json' from root:root to runner:runner
2025-08-20T22:07:14.5578882Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nuon-5716eaaf45d7876c/dep-lib-nuon' from root:root to runner:runner
2025-08-20T22:07:14.5580682Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nuon-5716eaaf45d7876c/lib-nuon' from root:root to runner:runner
2025-08-20T22:07:14.5582273Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nuon-5716eaaf45d7876c' from root:root to runner:runner
2025-08-20T22:07:14.5584114Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-core-d22ae06eca562004/lib-csv_core.json' from root:root to runner:runner
2025-08-20T22:07:14.5585925Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-core-d22ae06eca562004/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5587670Z [00:15:34.996]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-core-d22ae06eca562004/lib-csv_core' from root:root to runner:runner
2025-08-20T22:07:14.5589647Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-core-d22ae06eca562004/dep-lib-csv_core' from root:root to runner:runner
2025-08-20T22:07:14.5591320Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-core-d22ae06eca562004' from root:root to runner:runner
2025-08-20T22:07:14.5593128Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/web-time-2006421450947d6d/lib-web_time.json' from root:root to runner:runner
2025-08-20T22:07:14.5594927Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/web-time-2006421450947d6d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5596677Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/web-time-2006421450947d6d/dep-lib-web_time' from root:root to runner:runner
2025-08-20T22:07:14.5598586Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/web-time-2006421450947d6d/lib-web_time' from root:root to runner:runner
2025-08-20T22:07:14.5600378Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/web-time-2006421450947d6d' from root:root to runner:runner
2025-08-20T22:07:14.5602296Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filetime-2631b54affefe3a0/dep-lib-filetime' from root:root to runner:runner
2025-08-20T22:07:14.5604123Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filetime-2631b54affefe3a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5606029Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filetime-2631b54affefe3a0/lib-filetime.json' from root:root to runner:runner
2025-08-20T22:07:14.5608002Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filetime-2631b54affefe3a0/lib-filetime' from root:root to runner:runner
2025-08-20T22:07:14.5609740Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filetime-2631b54affefe3a0' from root:root to runner:runner
2025-08-20T22:07:14.5611628Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-2f41ceae2c32dc55/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:07:14.5613514Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-2f41ceae2c32dc55/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:07:14.5615359Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-2f41ceae2c32dc55/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:07:14.5617210Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-2f41ceae2c32dc55/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5619084Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-2f41ceae2c32dc55' from root:root to runner:runner
2025-08-20T22:07:14.5620878Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-253dc85f57c343d6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5622673Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-253dc85f57c343d6/lib-hyper.json' from root:root to runner:runner
2025-08-20T22:07:14.5624396Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-253dc85f57c343d6/dep-lib-hyper' from root:root to runner:runner
2025-08-20T22:07:14.5626237Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-253dc85f57c343d6/lib-hyper' from root:root to runner:runner
2025-08-20T22:07:14.5628184Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-253dc85f57c343d6' from root:root to runner:runner
2025-08-20T22:07:14.5630226Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-471af232274ed09e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5632298Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-471af232274ed09e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5633967Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-471af232274ed09e' from root:root to runner:runner
2025-08-20T22:07:14.5636001Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-20a02b4d7fc402da/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5638099Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-20a02b4d7fc402da/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5639810Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-20a02b4d7fc402da' from root:root to runner:runner
2025-08-20T22:07:14.5641650Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-773a88da4a9fe997/lib-mio.json' from root:root to runner:runner
2025-08-20T22:07:14.5643352Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-773a88da4a9fe997/dep-lib-mio' from root:root to runner:runner
2025-08-20T22:07:14.5645111Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-773a88da4a9fe997/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5646747Z [00:15:34.997]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-773a88da4a9fe997/lib-mio' from root:root to runner:runner
2025-08-20T22:07:14.5648520Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-773a88da4a9fe997' from root:root to runner:runner
2025-08-20T22:07:14.5650293Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-09af666da43367bc/dep-lib-atomic' from root:root to runner:runner
2025-08-20T22:07:14.5652134Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-09af666da43367bc/lib-atomic' from root:root to runner:runner
2025-08-20T22:07:14.5653987Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-09af666da43367bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5655696Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-09af666da43367bc/lib-atomic.json' from root:root to runner:runner
2025-08-20T22:07:14.5657381Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-09af666da43367bc' from root:root to runner:runner
2025-08-20T22:07:14.5659360Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/raw-cpuid-315ecd3de6af70a2/lib-raw_cpuid' from root:root to runner:runner
2025-08-20T22:07:14.5661232Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/raw-cpuid-315ecd3de6af70a2/dep-lib-raw_cpuid' from root:root to runner:runner
2025-08-20T22:07:14.5662996Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/raw-cpuid-315ecd3de6af70a2/lib-raw_cpuid.json' from root:root to runner:runner
2025-08-20T22:07:14.5664909Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/raw-cpuid-315ecd3de6af70a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5666564Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/raw-cpuid-315ecd3de6af70a2' from root:root to runner:runner
2025-08-20T22:07:14.5668715Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-5f215d6e5fe02549/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5670658Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-5f215d6e5fe02549/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5672253Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-5f215d6e5fe02549' from root:root to runner:runner
2025-08-20T22:07:14.5674038Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-row-caecdb598bffb879/dep-lib-polars_row' from root:root to runner:runner
2025-08-20T22:07:14.5675840Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-row-caecdb598bffb879/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5677965Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-row-caecdb598bffb879/lib-polars_row.json' from root:root to runner:runner
2025-08-20T22:07:14.5679901Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-row-caecdb598bffb879/lib-polars_row' from root:root to runner:runner
2025-08-20T22:07:14.5681565Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-row-caecdb598bffb879' from root:root to runner:runner
2025-08-20T22:07:14.5683732Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-af222408e541baf1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5685691Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-af222408e541baf1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5687397Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-af222408e541baf1' from root:root to runner:runner
2025-08-20T22:07:14.5689432Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scopeguard-ed398d067c364df9/lib-scopeguard' from root:root to runner:runner
2025-08-20T22:07:14.5691274Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scopeguard-ed398d067c364df9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5693126Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scopeguard-ed398d067c364df9/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T22:07:14.5694979Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scopeguard-ed398d067c364df9/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T22:07:14.5696640Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scopeguard-ed398d067c364df9' from root:root to runner:runner
2025-08-20T22:07:14.5698709Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-shared-3713f2c7bbbe97ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5700653Z [00:15:34.998]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-shared-3713f2c7bbbe97ce/lib-foreign_types_shared' from root:root to runner:runner
2025-08-20T22:07:14.5702774Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-shared-3713f2c7bbbe97ce/dep-lib-foreign_types_shared' from root:root to runner:runner
2025-08-20T22:07:14.5704881Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-shared-3713f2c7bbbe97ce/lib-foreign_types_shared.json' from root:root to runner:runner
2025-08-20T22:07:14.5706642Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-shared-3713f2c7bbbe97ce' from root:root to runner:runner
2025-08-20T22:07:14.5708685Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tree_magic_mini-d31a187d41b3a325/dep-lib-tree_magic_mini' from root:root to runner:runner
2025-08-20T22:07:14.5710657Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tree_magic_mini-d31a187d41b3a325/lib-tree_magic_mini' from root:root to runner:runner
2025-08-20T22:07:14.5712510Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tree_magic_mini-d31a187d41b3a325/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5714514Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tree_magic_mini-d31a187d41b3a325/lib-tree_magic_mini.json' from root:root to runner:runner
2025-08-20T22:07:14.5716240Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tree_magic_mini-d31a187d41b3a325' from root:root to runner:runner
2025-08-20T22:07:14.5718291Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-9b61f9e6060f7cf1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5720115Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-9b61f9e6060f7cf1/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:07:14.5721906Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-9b61f9e6060f7cf1/lib-thiserror' from root:root to runner:runner
2025-08-20T22:07:14.5723673Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-9b61f9e6060f7cf1/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:07:14.5725256Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-9b61f9e6060f7cf1' from root:root to runner:runner
2025-08-20T22:07:14.5726283Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8parse-568fbb869ba40b86/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T22:07:14.5727375Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8parse-568fbb869ba40b86/lib-utf8parse' from root:root to runner:runner
2025-08-20T22:07:14.5729028Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8parse-568fbb869ba40b86/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5730004Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8parse-568fbb869ba40b86/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T22:07:14.5731139Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8parse-568fbb869ba40b86' from root:root to runner:runner
2025-08-20T22:07:14.5732124Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/writeable-4c873d47d3162cdc/dep-lib-writeable' from root:root to runner:runner
2025-08-20T22:07:14.5733106Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/writeable-4c873d47d3162cdc/lib-writeable.json' from root:root to runner:runner
2025-08-20T22:07:14.5734127Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/writeable-4c873d47d3162cdc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5735064Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/writeable-4c873d47d3162cdc/lib-writeable' from root:root to runner:runner
2025-08-20T22:07:14.5735944Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/writeable-4c873d47d3162cdc' from root:root to runner:runner
2025-08-20T22:07:14.5737021Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-04cbc54183b6ddac/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5738259Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-04cbc54183b6ddac/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5739171Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-04cbc54183b6ddac' from root:root to runner:runner
2025-08-20T22:07:14.5740705Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-d05a1694e09532ae/lib-slab.json' from root:root to runner:runner
2025-08-20T22:07:14.5742497Z [00:15:34.999]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-d05a1694e09532ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5744331Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-d05a1694e09532ae/dep-lib-slab' from root:root to runner:runner
2025-08-20T22:07:14.5746079Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-d05a1694e09532ae/lib-slab' from root:root to runner:runner
2025-08-20T22:07:14.5747640Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-d05a1694e09532ae' from root:root to runner:runner
2025-08-20T22:07:14.5749675Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ratatui-be515f7a61d83ef7/dep-lib-ratatui' from root:root to runner:runner
2025-08-20T22:07:14.5751065Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ratatui-be515f7a61d83ef7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5752053Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ratatui-be515f7a61d83ef7/lib-ratatui.json' from root:root to runner:runner
2025-08-20T22:07:14.5753082Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ratatui-be515f7a61d83ef7/lib-ratatui' from root:root to runner:runner
2025-08-20T22:07:14.5753971Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ratatui-be515f7a61d83ef7' from root:root to runner:runner
2025-08-20T22:07:14.5754930Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-runtime-646306dec52bb003/lib-aws_runtime' from root:root to runner:runner
2025-08-20T22:07:14.5755893Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-runtime-646306dec52bb003/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5756855Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-runtime-646306dec52bb003/dep-lib-aws_runtime' from root:root to runner:runner
2025-08-20T22:07:14.5758055Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-runtime-646306dec52bb003/lib-aws_runtime.json' from root:root to runner:runner
2025-08-20T22:07:14.5758993Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-runtime-646306dec52bb003' from root:root to runner:runner
2025-08-20T22:07:14.5759970Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gjson-5c66bac0240344e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5761027Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gjson-5c66bac0240344e4/dep-lib-gjson' from root:root to runner:runner
2025-08-20T22:07:14.5762019Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gjson-5c66bac0240344e4/lib-gjson.json' from root:root to runner:runner
2025-08-20T22:07:14.5762928Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gjson-5c66bac0240344e4/lib-gjson' from root:root to runner:runner
2025-08-20T22:07:14.5763781Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gjson-5c66bac0240344e4' from root:root to runner:runner
2025-08-20T22:07:14.5764782Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futf-8fc113b695d9bd90/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5765700Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futf-8fc113b695d9bd90/dep-lib-futf' from root:root to runner:runner
2025-08-20T22:07:14.5766667Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futf-8fc113b695d9bd90/lib-futf.json' from root:root to runner:runner
2025-08-20T22:07:14.5767569Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futf-8fc113b695d9bd90/lib-futf' from root:root to runner:runner
2025-08-20T22:07:14.5768658Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futf-8fc113b695d9bd90' from root:root to runner:runner
2025-08-20T22:07:14.5769641Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-762f687e13b482b5/lib-polars_lazy' from root:root to runner:runner
2025-08-20T22:07:14.5770618Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-762f687e13b482b5/lib-polars_lazy.json' from root:root to runner:runner
2025-08-20T22:07:14.5771591Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-762f687e13b482b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5772573Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-762f687e13b482b5/dep-lib-polars_lazy' from root:root to runner:runner
2025-08-20T22:07:14.5773451Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-762f687e13b482b5' from root:root to runner:runner
2025-08-20T22:07:14.5774459Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/git2-149e49445902c660/dep-lib-git2' from root:root to runner:runner
2025-08-20T22:07:14.5775403Z [00:15:35.000]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/git2-149e49445902c660/lib-git2' from root:root to runner:runner
2025-08-20T22:07:14.5776337Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/git2-149e49445902c660/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5777249Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/git2-149e49445902c660/lib-git2.json' from root:root to runner:runner
2025-08-20T22:07:14.5778455Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/git2-149e49445902c660' from root:root to runner:runner
2025-08-20T22:07:14.5779477Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/iana-time-zone-9192423d2f0652a5/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T22:07:14.5780507Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/iana-time-zone-9192423d2f0652a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5781489Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/iana-time-zone-9192423d2f0652a5/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T22:07:14.5782487Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/iana-time-zone-9192423d2f0652a5/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T22:07:14.5783383Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/iana-time-zone-9192423d2f0652a5' from root:root to runner:runner
2025-08-20T22:07:14.5784451Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-59100df90c6ae24e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5785493Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-59100df90c6ae24e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5786377Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-59100df90c6ae24e' from root:root to runner:runner
2025-08-20T22:07:14.5787391Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quoted_printable-caec4a7695f4c78c/dep-lib-quoted_printable' from root:root to runner:runner
2025-08-20T22:07:14.5788604Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quoted_printable-caec4a7695f4c78c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5789706Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quoted_printable-caec4a7695f4c78c/lib-quoted_printable.json' from root:root to runner:runner
2025-08-20T22:07:14.5790703Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quoted_printable-caec4a7695f4c78c/lib-quoted_printable' from root:root to runner:runner
2025-08-20T22:07:14.5791667Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quoted_printable-caec4a7695f4c78c' from root:root to runner:runner
2025-08-20T22:07:14.5792596Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-d79a005048c457b7/dep-lib-base64' from root:root to runner:runner
2025-08-20T22:07:14.5793536Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-d79a005048c457b7/lib-base64.json' from root:root to runner:runner
2025-08-20T22:07:14.5794538Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-d79a005048c457b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5795449Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-d79a005048c457b7/lib-base64' from root:root to runner:runner
2025-08-20T22:07:14.5796316Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-d79a005048c457b7' from root:root to runner:runner
2025-08-20T22:07:14.5797259Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/try-lock-9685603b79e055bc/dep-lib-try_lock' from root:root to runner:runner
2025-08-20T22:07:14.5798338Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/try-lock-9685603b79e055bc/lib-try_lock' from root:root to runner:runner
2025-08-20T22:07:14.5799307Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/try-lock-9685603b79e055bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5800316Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/try-lock-9685603b79e055bc/lib-try_lock.json' from root:root to runner:runner
2025-08-20T22:07:14.5801189Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/try-lock-9685603b79e055bc' from root:root to runner:runner
2025-08-20T22:07:14.5802290Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-wlr-dfc2a873ad886546/lib-wayland_protocols_wlr' from root:root to runner:runner
2025-08-20T22:07:14.5803317Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-wlr-dfc2a873ad886546/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5804384Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-wlr-dfc2a873ad886546/lib-wayland_protocols_wlr.json' from root:root to runner:runner
2025-08-20T22:07:14.5805498Z [00:15:35.001]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-wlr-dfc2a873ad886546/dep-lib-wayland_protocols_wlr' from root:root to runner:runner
2025-08-20T22:07:14.5806456Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-wlr-dfc2a873ad886546' from root:root to runner:runner
2025-08-20T22:07:14.5807705Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-util-6384ebfb10cd9285/lib-futures_util' from root:root to runner:runner
2025-08-20T22:07:14.5808941Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-util-6384ebfb10cd9285/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5809943Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-util-6384ebfb10cd9285/lib-futures_util.json' from root:root to runner:runner
2025-08-20T22:07:14.5810931Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-util-6384ebfb10cd9285/dep-lib-futures_util' from root:root to runner:runner
2025-08-20T22:07:14.5811829Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-util-6384ebfb10cd9285' from root:root to runner:runner
2025-08-20T22:07:14.5812786Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteorder-213f235268f0a30c/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T22:07:14.5813987Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteorder-213f235268f0a30c/lib-byteorder.json' from root:root to runner:runner
2025-08-20T22:07:14.5814956Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteorder-213f235268f0a30c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5815891Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteorder-213f235268f0a30c/lib-byteorder' from root:root to runner:runner
2025-08-20T22:07:14.5816892Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteorder-213f235268f0a30c' from root:root to runner:runner
2025-08-20T22:07:14.5817955Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-b275ccb43337b7e5/dep-lib-nix' from root:root to runner:runner
2025-08-20T22:07:14.5819648Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-b275ccb43337b7e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5821388Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-b275ccb43337b7e5/lib-nix' from root:root to runner:runner
2025-08-20T22:07:14.5823060Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-b275ccb43337b7e5/lib-nix.json' from root:root to runner:runner
2025-08-20T22:07:14.5824772Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-b275ccb43337b7e5' from root:root to runner:runner
2025-08-20T22:07:14.5826649Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-6e0ad0d1c826dd04/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5828568Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-6e0ad0d1c826dd04/lib-zstd' from root:root to runner:runner
2025-08-20T22:07:14.5830307Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-6e0ad0d1c826dd04/lib-zstd.json' from root:root to runner:runner
2025-08-20T22:07:14.5831526Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-6e0ad0d1c826dd04/dep-lib-zstd' from root:root to runner:runner
2025-08-20T22:07:14.5832619Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-6e0ad0d1c826dd04' from root:root to runner:runner
2025-08-20T22:07:14.5833597Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/heck-39daa5364b1ef8a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5834617Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/heck-39daa5364b1ef8a0/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:07:14.5835545Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/heck-39daa5364b1ef8a0/lib-heck.json' from root:root to runner:runner
2025-08-20T22:07:14.5836513Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/heck-39daa5364b1ef8a0/lib-heck' from root:root to runner:runner
2025-08-20T22:07:14.5837367Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/heck-39daa5364b1ef8a0' from root:root to runner:runner
2025-08-20T22:07:14.5839029Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-ea31c9c628322cb2/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:07:14.5840076Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-ea31c9c628322cb2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5841990Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-ea31c9c628322cb2/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:07:14.5843070Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-ea31c9c628322cb2/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T22:07:14.5844051Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-ea31c9c628322cb2' from root:root to runner:runner
2025-08-20T22:07:14.5844954Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ical-59626f7e3b824db5/lib-ical' from root:root to runner:runner
2025-08-20T22:07:14.5845893Z [00:15:35.002]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ical-59626f7e3b824db5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5846807Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ical-59626f7e3b824db5/lib-ical.json' from root:root to runner:runner
2025-08-20T22:07:14.5847719Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ical-59626f7e3b824db5/dep-lib-ical' from root:root to runner:runner
2025-08-20T22:07:14.5848796Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ical-59626f7e3b824db5' from root:root to runner:runner
2025-08-20T22:07:14.5849834Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteyarn-6072912b705efe40/dep-lib-byteyarn' from root:root to runner:runner
2025-08-20T22:07:14.5850794Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteyarn-6072912b705efe40/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5851802Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteyarn-6072912b705efe40/lib-byteyarn.json' from root:root to runner:runner
2025-08-20T22:07:14.5852730Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteyarn-6072912b705efe40/lib-byteyarn' from root:root to runner:runner
2025-08-20T22:07:14.5853597Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteyarn-6072912b705efe40' from root:root to runner:runner
2025-08-20T22:07:14.5854539Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf-8-ad42f944fb0a6f85/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5855506Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf-8-ad42f944fb0a6f85/dep-lib-utf8' from root:root to runner:runner
2025-08-20T22:07:14.5856406Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf-8-ad42f944fb0a6f85/lib-utf8' from root:root to runner:runner
2025-08-20T22:07:14.5857363Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf-8-ad42f944fb0a6f85/lib-utf8.json' from root:root to runner:runner
2025-08-20T22:07:14.5858393Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf-8-ad42f944fb0a6f85' from root:root to runner:runner
2025-08-20T22:07:14.5859344Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cssparser-728ec8b265c7a066/lib-cssparser' from root:root to runner:runner
2025-08-20T22:07:14.5860298Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cssparser-728ec8b265c7a066/dep-lib-cssparser' from root:root to runner:runner
2025-08-20T22:07:14.5861261Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cssparser-728ec8b265c7a066/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5862224Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cssparser-728ec8b265c7a066/lib-cssparser.json' from root:root to runner:runner
2025-08-20T22:07:14.5863174Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cssparser-728ec8b265c7a066' from root:root to runner:runner
2025-08-20T22:07:14.5864092Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mv-822d7fadab091c90/dep-lib-uu_mv' from root:root to runner:runner
2025-08-20T22:07:14.5865003Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mv-822d7fadab091c90/lib-uu_mv.json' from root:root to runner:runner
2025-08-20T22:07:14.5865987Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mv-822d7fadab091c90/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5866879Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mv-822d7fadab091c90/lib-uu_mv' from root:root to runner:runner
2025-08-20T22:07:14.5867735Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mv-822d7fadab091c90' from root:root to runner:runner
2025-08-20T22:07:14.5868952Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-system-35496a8031b0670a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5869916Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-system-35496a8031b0670a/dep-lib-nu_system' from root:root to runner:runner
2025-08-20T22:07:14.5870922Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-system-35496a8031b0670a/lib-nu_system.json' from root:root to runner:runner
2025-08-20T22:07:14.5871854Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-system-35496a8031b0670a/lib-nu_system' from root:root to runner:runner
2025-08-20T22:07:14.5872724Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-system-35496a8031b0670a' from root:root to runner:runner
2025-08-20T22:07:14.5873664Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-proto-33f25c20f61ebb97/lib-ureq_proto' from root:root to runner:runner
2025-08-20T22:07:14.5874618Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-proto-33f25c20f61ebb97/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5875582Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-proto-33f25c20f61ebb97/lib-ureq_proto.json' from root:root to runner:runner
2025-08-20T22:07:14.5876601Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-proto-33f25c20f61ebb97/dep-lib-ureq_proto' from root:root to runner:runner
2025-08-20T22:07:14.5877481Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-proto-33f25c20f61ebb97' from root:root to runner:runner
2025-08-20T22:07:14.5878595Z [00:15:35.003]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/calamine-14bd018f768b9b84/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5879626Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/calamine-14bd018f768b9b84/dep-lib-calamine' from root:root to runner:runner
2025-08-20T22:07:14.5880552Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/calamine-14bd018f768b9b84/lib-calamine' from root:root to runner:runner
2025-08-20T22:07:14.5881496Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/calamine-14bd018f768b9b84/lib-calamine.json' from root:root to runner:runner
2025-08-20T22:07:14.5882425Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/calamine-14bd018f768b9b84' from root:root to runner:runner
2025-08-20T22:07:14.5883400Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-ansi-term-49dc5e5e9d9ce7de/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T22:07:14.5884406Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-ansi-term-49dc5e5e9d9ce7de/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T22:07:14.5885374Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-ansi-term-49dc5e5e9d9ce7de/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5886349Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-ansi-term-49dc5e5e9d9ce7de/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T22:07:14.5887233Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-ansi-term-49dc5e5e9d9ce7de' from root:root to runner:runner
2025-08-20T22:07:14.5888481Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-18b3c80897d53652/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5889546Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-18b3c80897d53652/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5890511Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-18b3c80897d53652' from root:root to runner:runner
2025-08-20T22:07:14.5891448Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-33fcb76f70b81cec/dep-lib-oem_cp' from root:root to runner:runner
2025-08-20T22:07:14.5892355Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-33fcb76f70b81cec/lib-oem_cp' from root:root to runner:runner
2025-08-20T22:07:14.5893352Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-33fcb76f70b81cec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5894276Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-33fcb76f70b81cec/lib-oem_cp.json' from root:root to runner:runner
2025-08-20T22:07:14.5895133Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-33fcb76f70b81cec' from root:root to runner:runner
2025-08-20T22:07:14.5896227Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-c600bf0ab32e26a0/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T22:07:14.5897277Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-c600bf0ab32e26a0/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T22:07:14.5898368Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-c600bf0ab32e26a0' from root:root to runner:runner
2025-08-20T22:07:14.5899597Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ordered-multimap-f98a79969ed52c77/lib-ordered_multimap.json' from root:root to runner:runner
2025-08-20T22:07:14.5900607Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ordered-multimap-f98a79969ed52c77/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5901628Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ordered-multimap-f98a79969ed52c77/dep-lib-ordered_multimap' from root:root to runner:runner
2025-08-20T22:07:14.5902625Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ordered-multimap-f98a79969ed52c77/lib-ordered_multimap' from root:root to runner:runner
2025-08-20T22:07:14.5903540Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ordered-multimap-f98a79969ed52c77' from root:root to runner:runner
2025-08-20T22:07:14.5904639Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/array-init-cursor-11a3fc5ee4833d65/lib-array_init_cursor.json' from root:root to runner:runner
2025-08-20T22:07:14.5905767Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/array-init-cursor-11a3fc5ee4833d65/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5906861Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/array-init-cursor-11a3fc5ee4833d65/lib-array_init_cursor' from root:root to runner:runner
2025-08-20T22:07:14.5908132Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/array-init-cursor-11a3fc5ee4833d65/dep-lib-array_init_cursor' from root:root to runner:runner
2025-08-20T22:07:14.5909059Z [00:15:35.004]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/array-init-cursor-11a3fc5ee4833d65' from root:root to runner:runner
2025-08-20T22:07:14.5910106Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-24a1271a4834f62d/lib-hyper_rustls' from root:root to runner:runner
2025-08-20T22:07:14.5911617Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-24a1271a4834f62d/dep-lib-hyper_rustls' from root:root to runner:runner
2025-08-20T22:07:14.5913404Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-24a1271a4834f62d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5915315Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-24a1271a4834f62d/lib-hyper_rustls.json' from root:root to runner:runner
2025-08-20T22:07:14.5917139Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-24a1271a4834f62d' from root:root to runner:runner
2025-08-20T22:07:14.5919114Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/textwrap-33b3f1826e1adf61/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5920906Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/textwrap-33b3f1826e1adf61/dep-lib-textwrap' from root:root to runner:runner
2025-08-20T22:07:14.5922651Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/textwrap-33b3f1826e1adf61/lib-textwrap' from root:root to runner:runner
2025-08-20T22:07:14.5923901Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/textwrap-33b3f1826e1adf61/lib-textwrap.json' from root:root to runner:runner
2025-08-20T22:07:14.5925540Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/textwrap-33b3f1826e1adf61' from root:root to runner:runner
2025-08-20T22:07:14.5926537Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-28658e2435cf7d87/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T22:07:14.5927584Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-28658e2435cf7d87/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:07:14.5929011Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-28658e2435cf7d87/lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:07:14.5930077Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-28658e2435cf7d87/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5931025Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-28658e2435cf7d87' from root:root to runner:runner
2025-08-20T22:07:14.5931992Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-json-74202b9c98fa5f44/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5933379Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-json-74202b9c98fa5f44/lib-simd_json.json' from root:root to runner:runner
2025-08-20T22:07:14.5934642Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-json-74202b9c98fa5f44/dep-lib-simd_json' from root:root to runner:runner
2025-08-20T22:07:14.5935591Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-json-74202b9c98fa5f44/lib-simd_json' from root:root to runner:runner
2025-08-20T22:07:14.5936489Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-json-74202b9c98fa5f44' from root:root to runner:runner
2025-08-20T22:07:14.5937431Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_debug-6a069819be2fd5de/dep-lib-is_debug' from root:root to runner:runner
2025-08-20T22:07:14.5938600Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_debug-6a069819be2fd5de/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5939694Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_debug-6a069819be2fd5de/lib-is_debug' from root:root to runner:runner
2025-08-20T22:07:14.5940761Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_debug-6a069819be2fd5de/lib-is_debug.json' from root:root to runner:runner
2025-08-20T22:07:14.5941696Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_debug-6a069819be2fd5de' from root:root to runner:runner
2025-08-20T22:07:14.5942849Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform_data-70b7f28036c24602/lib-icu_locid_transform_data.json' from root:root to runner:runner
2025-08-20T22:07:14.5952431Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform_data-70b7f28036c24602/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5953758Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform_data-70b7f28036c24602/dep-lib-icu_locid_transform_data' from root:root to runner:runner
2025-08-20T22:07:14.5954871Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform_data-70b7f28036c24602/lib-icu_locid_transform_data' from root:root to runner:runner
2025-08-20T22:07:14.5955818Z [00:15:35.005]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform_data-70b7f28036c24602' from root:root to runner:runner
2025-08-20T22:07:14.5956793Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicase-584e7c140fb9da42/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5957717Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicase-584e7c140fb9da42/lib-unicase' from root:root to runner:runner
2025-08-20T22:07:14.5958952Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicase-584e7c140fb9da42/dep-lib-unicase' from root:root to runner:runner
2025-08-20T22:07:14.5959924Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicase-584e7c140fb9da42/lib-unicase.json' from root:root to runner:runner
2025-08-20T22:07:14.5960810Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicase-584e7c140fb9da42' from root:root to runner:runner
2025-08-20T22:07:14.5961955Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/concurrent-queue-c1ff578697c99a66/lib-concurrent_queue.json' from root:root to runner:runner
2025-08-20T22:07:14.5963012Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/concurrent-queue-c1ff578697c99a66/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5964015Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/concurrent-queue-c1ff578697c99a66/lib-concurrent_queue' from root:root to runner:runner
2025-08-20T22:07:14.5965084Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/concurrent-queue-c1ff578697c99a66/dep-lib-concurrent_queue' from root:root to runner:runner
2025-08-20T22:07:14.5965997Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/concurrent-queue-c1ff578697c99a66' from root:root to runner:runner
2025-08-20T22:07:14.5966962Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansi-str-8f1cdc543a6aa459/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5968248Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansi-str-8f1cdc543a6aa459/lib-ansi_str' from root:root to runner:runner
2025-08-20T22:07:14.5969247Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansi-str-8f1cdc543a6aa459/lib-ansi_str.json' from root:root to runner:runner
2025-08-20T22:07:14.5970197Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansi-str-8f1cdc543a6aa459/dep-lib-ansi_str' from root:root to runner:runner
2025-08-20T22:07:14.5971072Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansi-str-8f1cdc543a6aa459' from root:root to runner:runner
2025-08-20T22:07:14.5972090Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/update-informer-9ce5290ded720113/dep-lib-update_informer' from root:root to runner:runner
2025-08-20T22:07:14.5973077Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/update-informer-9ce5290ded720113/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5974063Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/update-informer-9ce5290ded720113/lib-update_informer' from root:root to runner:runner
2025-08-20T22:07:14.5975080Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/update-informer-9ce5290ded720113/lib-update_informer.json' from root:root to runner:runner
2025-08-20T22:07:14.5976058Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/update-informer-9ce5290ded720113' from root:root to runner:runner
2025-08-20T22:07:14.5977183Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-963d1a32d191db90/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.5978392Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-963d1a32d191db90/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.5979366Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-963d1a32d191db90' from root:root to runner:runner
2025-08-20T22:07:14.5980384Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-channel-0af6c03886683bf7/dep-lib-futures_channel' from root:root to runner:runner
2025-08-20T22:07:14.5981441Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-channel-0af6c03886683bf7/lib-futures_channel.json' from root:root to runner:runner
2025-08-20T22:07:14.5982427Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-channel-0af6c03886683bf7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5983415Z [00:15:35.006]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-channel-0af6c03886683bf7/lib-futures_channel' from root:root to runner:runner
2025-08-20T22:07:14.5984318Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-channel-0af6c03886683bf7' from root:root to runner:runner
2025-08-20T22:07:14.5985271Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fastrand-7f5a6b006db81192/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T22:07:14.5986224Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fastrand-7f5a6b006db81192/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5987155Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fastrand-7f5a6b006db81192/lib-fastrand' from root:root to runner:runner
2025-08-20T22:07:14.5988341Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fastrand-7f5a6b006db81192/lib-fastrand.json' from root:root to runner:runner
2025-08-20T22:07:14.5989337Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fastrand-7f5a6b006db81192' from root:root to runner:runner
2025-08-20T22:07:14.5990447Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossterm-449307aca3cc3515/lib-crossterm.json' from root:root to runner:runner
2025-08-20T22:07:14.5991447Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossterm-449307aca3cc3515/lib-crossterm' from root:root to runner:runner
2025-08-20T22:07:14.5992411Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossterm-449307aca3cc3515/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5993416Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossterm-449307aca3cc3515/dep-lib-crossterm' from root:root to runner:runner
2025-08-20T22:07:14.5994297Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossterm-449307aca3cc3515' from root:root to runner:runner
2025-08-20T22:07:14.5995258Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-316bd0d323cd9bcb/dep-lib-rmp' from root:root to runner:runner
2025-08-20T22:07:14.5996293Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-316bd0d323cd9bcb/lib-rmp' from root:root to runner:runner
2025-08-20T22:07:14.5997227Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-316bd0d323cd9bcb/lib-rmp.json' from root:root to runner:runner
2025-08-20T22:07:14.5998375Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-316bd0d323cd9bcb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.5999244Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-316bd0d323cd9bcb' from root:root to runner:runner
2025-08-20T22:07:14.6000194Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tempfile-0615a44123b88423/dep-lib-tempfile' from root:root to runner:runner
2025-08-20T22:07:14.6001782Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tempfile-0615a44123b88423/lib-tempfile.json' from root:root to runner:runner
2025-08-20T22:07:14.6003525Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tempfile-0615a44123b88423/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6005228Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tempfile-0615a44123b88423/lib-tempfile' from root:root to runner:runner
2025-08-20T22:07:14.6007145Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tempfile-0615a44123b88423' from root:root to runner:runner
2025-08-20T22:07:14.6009199Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-9278b7e80da04325/lib-openssl' from root:root to runner:runner
2025-08-20T22:07:14.6011006Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-9278b7e80da04325/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6012865Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-9278b7e80da04325/dep-lib-openssl' from root:root to runner:runner
2025-08-20T22:07:14.6014036Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-9278b7e80da04325/lib-openssl.json' from root:root to runner:runner
2025-08-20T22:07:14.6015153Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-9278b7e80da04325' from root:root to runner:runner
2025-08-20T22:07:14.6016177Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-5d28bf5d661ec6e8/lib-semver' from root:root to runner:runner
2025-08-20T22:07:14.6017141Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-5d28bf5d661ec6e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6018352Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-5d28bf5d661ec6e8/lib-semver.json' from root:root to runner:runner
2025-08-20T22:07:14.6019306Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-5d28bf5d661ec6e8/dep-lib-semver' from root:root to runner:runner
2025-08-20T22:07:14.6020174Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-5d28bf5d661ec6e8' from root:root to runner:runner
2025-08-20T22:07:14.6021129Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simdutf8-aa4ae3360dc91e0a/lib-simdutf8.json' from root:root to runner:runner
2025-08-20T22:07:14.6022091Z [00:15:35.007]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simdutf8-aa4ae3360dc91e0a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6023513Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simdutf8-aa4ae3360dc91e0a/lib-simdutf8' from root:root to runner:runner
2025-08-20T22:07:14.6024811Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simdutf8-aa4ae3360dc91e0a/dep-lib-simdutf8' from root:root to runner:runner
2025-08-20T22:07:14.6025786Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simdutf8-aa4ae3360dc91e0a' from root:root to runner:runner
2025-08-20T22:07:14.6026888Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-platform-verifier-f7fc884ead5c23b9/lib-rustls_platform_verifier.json' from root:root to runner:runner
2025-08-20T22:07:14.6028250Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-platform-verifier-f7fc884ead5c23b9/dep-lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T22:07:14.6029312Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-platform-verifier-f7fc884ead5c23b9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6030446Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-platform-verifier-f7fc884ead5c23b9/lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T22:07:14.6031408Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-platform-verifier-f7fc884ead5c23b9' from root:root to runner:runner
2025-08-20T22:07:14.6032452Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lockfree-object-pool-1b2777295187b308/lib-lockfree_object_pool' from root:root to runner:runner
2025-08-20T22:07:14.6033462Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lockfree-object-pool-1b2777295187b308/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6034505Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lockfree-object-pool-1b2777295187b308/dep-lib-lockfree_object_pool' from root:root to runner:runner
2025-08-20T22:07:14.6035557Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lockfree-object-pool-1b2777295187b308/lib-lockfree_object_pool.json' from root:root to runner:runner
2025-08-20T22:07:14.6036494Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lockfree-object-pool-1b2777295187b308' from root:root to runner:runner
2025-08-20T22:07:14.6037473Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fancy-regex-88f1a790cbc05e6c/dep-lib-fancy_regex' from root:root to runner:runner
2025-08-20T22:07:14.6038598Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fancy-regex-88f1a790cbc05e6c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6039711Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fancy-regex-88f1a790cbc05e6c/lib-fancy_regex.json' from root:root to runner:runner
2025-08-20T22:07:14.6040703Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fancy-regex-88f1a790cbc05e6c/lib-fancy_regex' from root:root to runner:runner
2025-08-20T22:07:14.6041592Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fancy-regex-88f1a790cbc05e6c' from root:root to runner:runner
2025-08-20T22:07:14.6042590Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/buf-trait-3efefd71a7d20c87/lib-buf_trait' from root:root to runner:runner
2025-08-20T22:07:14.6043547Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/buf-trait-3efefd71a7d20c87/lib-buf_trait.json' from root:root to runner:runner
2025-08-20T22:07:14.6044560Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/buf-trait-3efefd71a7d20c87/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6045545Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/buf-trait-3efefd71a7d20c87/dep-lib-buf_trait' from root:root to runner:runner
2025-08-20T22:07:14.6046435Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/buf-trait-3efefd71a7d20c87' from root:root to runner:runner
2025-08-20T22:07:14.6047388Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chumsky-ffb476bdbb48e2cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6048563Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chumsky-ffb476bdbb48e2cb/lib-chumsky' from root:root to runner:runner
2025-08-20T22:07:14.6049514Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chumsky-ffb476bdbb48e2cb/dep-lib-chumsky' from root:root to runner:runner
2025-08-20T22:07:14.6050461Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chumsky-ffb476bdbb48e2cb/lib-chumsky.json' from root:root to runner:runner
2025-08-20T22:07:14.6051327Z [00:15:35.008]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chumsky-ffb476bdbb48e2cb' from root:root to runner:runner
2025-08-20T22:07:14.6052417Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-484da10f532052ff/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6053599Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-484da10f532052ff/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6054486Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-484da10f532052ff' from root:root to runner:runner
2025-08-20T22:07:14.6055430Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-fe370e6af450f02c/lib-native_tls' from root:root to runner:runner
2025-08-20T22:07:14.6056457Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-fe370e6af450f02c/dep-lib-native_tls' from root:root to runner:runner
2025-08-20T22:07:14.6057420Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-fe370e6af450f02c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6058742Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-fe370e6af450f02c/lib-native_tls.json' from root:root to runner:runner
2025-08-20T22:07:14.6059649Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-fe370e6af450f02c' from root:root to runner:runner
2025-08-20T22:07:14.6060612Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-40006865a44fcce4/lib-quick_xml.json' from root:root to runner:runner
2025-08-20T22:07:14.6061559Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-40006865a44fcce4/dep-lib-quick_xml' from root:root to runner:runner
2025-08-20T22:07:14.6062511Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-40006865a44fcce4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6063447Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-40006865a44fcce4/lib-quick_xml' from root:root to runner:runner
2025-08-20T22:07:14.6064322Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-40006865a44fcce4' from root:root to runner:runner
2025-08-20T22:07:14.6065275Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-1a3477fef977f17d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6066280Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-1a3477fef977f17d/lib-inotify.json' from root:root to runner:runner
2025-08-20T22:07:14.6067294Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-1a3477fef977f17d/lib-inotify' from root:root to runner:runner
2025-08-20T22:07:14.6068392Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-1a3477fef977f17d/dep-lib-inotify' from root:root to runner:runner
2025-08-20T22:07:14.6069273Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-1a3477fef977f17d' from root:root to runner:runner
2025-08-20T22:07:14.6070353Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-linebreak-c6d7dada63398a32/lib-unicode_linebreak' from root:root to runner:runner
2025-08-20T22:07:14.6071398Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-linebreak-c6d7dada63398a32/lib-unicode_linebreak.json' from root:root to runner:runner
2025-08-20T22:07:14.6072448Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-linebreak-c6d7dada63398a32/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6073471Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-linebreak-c6d7dada63398a32/dep-lib-unicode_linebreak' from root:root to runner:runner
2025-08-20T22:07:14.6074388Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-linebreak-c6d7dada63398a32' from root:root to runner:runner
2025-08-20T22:07:14.6075349Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/eml-parser-89f7d0a0510ce87d/lib-eml_parser' from root:root to runner:runner
2025-08-20T22:07:14.6076311Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/eml-parser-89f7d0a0510ce87d/dep-lib-eml_parser' from root:root to runner:runner
2025-08-20T22:07:14.6077282Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/eml-parser-89f7d0a0510ce87d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6078608Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/eml-parser-89f7d0a0510ce87d/lib-eml_parser.json' from root:root to runner:runner
2025-08-20T22:07:14.6079523Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/eml-parser-89f7d0a0510ce87d' from root:root to runner:runner
2025-08-20T22:07:14.6080617Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libloading-87d990afb85c0f01/lib-libloading.json' from root:root to runner:runner
2025-08-20T22:07:14.6081801Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libloading-87d990afb85c0f01/lib-libloading' from root:root to runner:runner
2025-08-20T22:07:14.6082785Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libloading-87d990afb85c0f01/dep-lib-libloading' from root:root to runner:runner
2025-08-20T22:07:14.6083747Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libloading-87d990afb85c0f01/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6084714Z [00:15:35.009]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libloading-87d990afb85c0f01' from root:root to runner:runner
2025-08-20T22:07:14.6085672Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-a64930d4b1418eda/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6086684Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-a64930d4b1418eda/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:07:14.6087663Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-a64930d4b1418eda/lib-bitflags' from root:root to runner:runner
2025-08-20T22:07:14.6088938Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-a64930d4b1418eda/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:07:14.6089840Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-a64930d4b1418eda' from root:root to runner:runner
2025-08-20T22:07:14.6090922Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-062cd9ce57d02d35/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6091989Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-062cd9ce57d02d35/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6093219Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-062cd9ce57d02d35' from root:root to runner:runner
2025-08-20T22:07:14.6095146Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-c7fdf84d32f534ce/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T22:07:14.6097237Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-c7fdf84d32f534ce/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T22:07:14.6099339Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-c7fdf84d32f534ce' from root:root to runner:runner
2025-08-20T22:07:14.6101142Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miette-df4921012340ce3f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6103023Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miette-df4921012340ce3f/lib-miette.json' from root:root to runner:runner
2025-08-20T22:07:14.6104759Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miette-df4921012340ce3f/lib-miette' from root:root to runner:runner
2025-08-20T22:07:14.6106520Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miette-df4921012340ce3f/dep-lib-miette' from root:root to runner:runner
2025-08-20T22:07:14.6108493Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miette-df4921012340ce3f' from root:root to runner:runner
2025-08-20T22:07:14.6110291Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-338e0ca149b82eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6111960Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-338e0ca149b82eb8/lib-libc' from root:root to runner:runner
2025-08-20T22:07:14.6113633Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-338e0ca149b82eb8/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:07:14.6115302Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-338e0ca149b82eb8/lib-libc.json' from root:root to runner:runner
2025-08-20T22:07:14.6116688Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-338e0ca149b82eb8' from root:root to runner:runner
2025-08-20T22:07:14.6117730Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-21ca98e97bcb8077/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6118925Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-21ca98e97bcb8077/lib-webpki' from root:root to runner:runner
2025-08-20T22:07:14.6120048Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-21ca98e97bcb8077/dep-lib-webpki' from root:root to runner:runner
2025-08-20T22:07:14.6121102Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-21ca98e97bcb8077/lib-webpki.json' from root:root to runner:runner
2025-08-20T22:07:14.6122021Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-21ca98e97bcb8077' from root:root to runner:runner
2025-08-20T22:07:14.6122972Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typetag-00437eceaa3f1103/dep-lib-typetag' from root:root to runner:runner
2025-08-20T22:07:14.6123967Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typetag-00437eceaa3f1103/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6124925Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typetag-00437eceaa3f1103/lib-typetag' from root:root to runner:runner
2025-08-20T22:07:14.6125926Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typetag-00437eceaa3f1103/lib-typetag.json' from root:root to runner:runner
2025-08-20T22:07:14.6126816Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typetag-00437eceaa3f1103' from root:root to runner:runner
2025-08-20T22:07:14.6127954Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/comfy-table-21187869a289ff9c/lib-comfy_table.json' from root:root to runner:runner
2025-08-20T22:07:14.6128954Z [00:15:35.010]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/comfy-table-21187869a289ff9c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6129927Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/comfy-table-21187869a289ff9c/dep-lib-comfy_table' from root:root to runner:runner
2025-08-20T22:07:14.6130877Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/comfy-table-21187869a289ff9c/lib-comfy_table' from root:root to runner:runner
2025-08-20T22:07:14.6131771Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/comfy-table-21187869a289ff9c' from root:root to runner:runner
2025-08-20T22:07:14.6132860Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-fad9dc2e95b3abb4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6133987Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-fad9dc2e95b3abb4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6134939Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-fad9dc2e95b3abb4' from root:root to runner:runner
2025-08-20T22:07:14.6135978Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-77e9364e9ea1a29c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6137056Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-77e9364e9ea1a29c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6138163Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-77e9364e9ea1a29c' from root:root to runner:runner
2025-08-20T22:07:14.6139101Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ctrlc-4526ad91c8aa25dc/dep-lib-ctrlc' from root:root to runner:runner
2025-08-20T22:07:14.6140102Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ctrlc-4526ad91c8aa25dc/lib-ctrlc.json' from root:root to runner:runner
2025-08-20T22:07:14.6141082Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ctrlc-4526ad91c8aa25dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6141991Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ctrlc-4526ad91c8aa25dc/lib-ctrlc' from root:root to runner:runner
2025-08-20T22:07:14.6142848Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ctrlc-4526ad91c8aa25dc' from root:root to runner:runner
2025-08-20T22:07:14.6143812Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e/output-lib-nu_plugin' from root:root to runner:runner
2025-08-20T22:07:14.6144759Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e/dep-lib-nu_plugin' from root:root to runner:runner
2025-08-20T22:07:14.6145686Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e/lib-nu_plugin' from root:root to runner:runner
2025-08-20T22:07:14.6146636Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e/lib-nu_plugin.json' from root:root to runner:runner
2025-08-20T22:07:14.6147659Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6148920Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e' from root:root to runner:runner
2025-08-20T22:07:14.6149926Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-45ed27ad166fbf2d/dep-lib-nu_plugin_gstat' from root:root to runner:runner
2025-08-20T22:07:14.6150997Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-45ed27ad166fbf2d/lib-nu_plugin_gstat.json' from root:root to runner:runner
2025-08-20T22:07:14.6151983Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-45ed27ad166fbf2d/lib-nu_plugin_gstat' from root:root to runner:runner
2025-08-20T22:07:14.6152950Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-45ed27ad166fbf2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6153904Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-45ed27ad166fbf2d' from root:root to runner:runner
2025-08-20T22:07:14.6154846Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socks-bd30d3deaf150bac/lib-socks.json' from root:root to runner:runner
2025-08-20T22:07:14.6155747Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socks-bd30d3deaf150bac/lib-socks' from root:root to runner:runner
2025-08-20T22:07:14.6156689Z [00:15:35.011]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socks-bd30d3deaf150bac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6157617Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socks-bd30d3deaf150bac/dep-lib-socks' from root:root to runner:runner
2025-08-20T22:07:14.6158662Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socks-bd30d3deaf150bac' from root:root to runner:runner
2025-08-20T22:07:14.6159623Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_lex-8cd73176af5b80ca/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:07:14.6160569Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_lex-8cd73176af5b80ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6161600Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_lex-8cd73176af5b80ca/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:07:14.6162571Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_lex-8cd73176af5b80ca/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:07:14.6163443Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_lex-8cd73176af5b80ca' from root:root to runner:runner
2025-08-20T22:07:14.6164579Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-api-79799e2de1eb4b1f/lib-aws_smithy_runtime_api.json' from root:root to runner:runner
2025-08-20T22:07:14.6165647Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-api-79799e2de1eb4b1f/lib-aws_smithy_runtime_api' from root:root to runner:runner
2025-08-20T22:07:14.6166770Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-api-79799e2de1eb4b1f/dep-lib-aws_smithy_runtime_api' from root:root to runner:runner
2025-08-20T22:07:14.6167936Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-api-79799e2de1eb4b1f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6168998Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-api-79799e2de1eb4b1f' from root:root to runner:runner
2025-08-20T22:07:14.6169983Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-http-f2906d3b0014fa24/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6170968Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-http-f2906d3b0014fa24/lib-aws_smithy_http' from root:root to runner:runner
2025-08-20T22:07:14.6171975Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-http-f2906d3b0014fa24/dep-lib-aws_smithy_http' from root:root to runner:runner
2025-08-20T22:07:14.6172976Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-http-f2906d3b0014fa24/lib-aws_smithy_http.json' from root:root to runner:runner
2025-08-20T22:07:14.6174013Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-http-f2906d3b0014fa24' from root:root to runner:runner
2025-08-20T22:07:14.6175073Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-309407e9df5b3f91/bin-nu_plugin_formats.json' from root:root to runner:runner
2025-08-20T22:07:14.6176148Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-309407e9df5b3f91/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6177190Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-309407e9df5b3f91/bin-nu_plugin_formats' from root:root to runner:runner
2025-08-20T22:07:14.6178517Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-309407e9df5b3f91/dep-bin-nu_plugin_formats' from root:root to runner:runner
2025-08-20T22:07:14.6179510Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-309407e9df5b3f91' from root:root to runner:runner
2025-08-20T22:07:14.6180488Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-f6ecab73b5dbffa2/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:07:14.6181699Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-f6ecab73b5dbffa2/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.6182681Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-f6ecab73b5dbffa2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6183665Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-f6ecab73b5dbffa2/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:07:14.6184559Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-f6ecab73b5dbffa2' from root:root to runner:runner
2025-08-20T22:07:14.6185684Z [00:15:35.012]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_touch-e91a4578a4f99fb2/lib-uu_touch' from root:root to runner:runner
2025-08-20T22:07:14.6187409Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_touch-e91a4578a4f99fb2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6189299Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_touch-e91a4578a4f99fb2/lib-uu_touch.json' from root:root to runner:runner
2025-08-20T22:07:14.6191156Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_touch-e91a4578a4f99fb2/dep-lib-uu_touch' from root:root to runner:runner
2025-08-20T22:07:14.6193017Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_touch-e91a4578a4f99fb2' from root:root to runner:runner
2025-08-20T22:07:14.6194838Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-e3203c675d8f1316/dep-lib-ureq' from root:root to runner:runner
2025-08-20T22:07:14.6196566Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-e3203c675d8f1316/lib-ureq.json' from root:root to runner:runner
2025-08-20T22:07:14.6198383Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-e3203c675d8f1316/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6199628Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-e3203c675d8f1316/lib-ureq' from root:root to runner:runner
2025-08-20T22:07:14.6200549Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-e3203c675d8f1316' from root:root to runner:runner
2025-08-20T22:07:14.6201531Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-bce8de879eef3143/dep-lib-dtoa' from root:root to runner:runner
2025-08-20T22:07:14.6202473Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-bce8de879eef3143/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6203379Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-bce8de879eef3143/lib-dtoa' from root:root to runner:runner
2025-08-20T22:07:14.6204297Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-bce8de879eef3143/lib-dtoa.json' from root:root to runner:runner
2025-08-20T22:07:14.6205166Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-bce8de879eef3143' from root:root to runner:runner
2025-08-20T22:07:14.6206129Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/charset-27a26a61f2b0dd6c/dep-lib-charset' from root:root to runner:runner
2025-08-20T22:07:14.6207055Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/charset-27a26a61f2b0dd6c/lib-charset' from root:root to runner:runner
2025-08-20T22:07:14.6208869Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/charset-27a26a61f2b0dd6c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6209945Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/charset-27a26a61f2b0dd6c/lib-charset.json' from root:root to runner:runner
2025-08-20T22:07:14.6210923Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/charset-27a26a61f2b0dd6c' from root:root to runner:runner
2025-08-20T22:07:14.6211971Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-color-config-c005101a1fe2b3e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6212995Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-color-config-c005101a1fe2b3e9/dep-lib-nu_color_config' from root:root to runner:runner
2025-08-20T22:07:14.6214041Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-color-config-c005101a1fe2b3e9/lib-nu_color_config' from root:root to runner:runner
2025-08-20T22:07:14.6215050Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-color-config-c005101a1fe2b3e9/lib-nu_color_config.json' from root:root to runner:runner
2025-08-20T22:07:14.6216001Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-color-config-c005101a1fe2b3e9' from root:root to runner:runner
2025-08-20T22:07:14.6216951Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rusqlite-e0c37c62d5df9c16/lib-rusqlite' from root:root to runner:runner
2025-08-20T22:07:14.6218108Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rusqlite-e0c37c62d5df9c16/lib-rusqlite.json' from root:root to runner:runner
2025-08-20T22:07:14.6219078Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rusqlite-e0c37c62d5df9c16/dep-lib-rusqlite' from root:root to runner:runner
2025-08-20T22:07:14.6220033Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rusqlite-e0c37c62d5df9c16/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6220910Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rusqlite-e0c37c62d5df9c16' from root:root to runner:runner
2025-08-20T22:07:14.6221862Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-vec-2ad1ea07e42ae05a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6222793Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-vec-2ad1ea07e42ae05a/dep-lib-bit_vec' from root:root to runner:runner
2025-08-20T22:07:14.6223723Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-vec-2ad1ea07e42ae05a/lib-bit_vec.json' from root:root to runner:runner
2025-08-20T22:07:14.6224723Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-vec-2ad1ea07e42ae05a/lib-bit_vec' from root:root to runner:runner
2025-08-20T22:07:14.6225641Z [00:15:35.013]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-vec-2ad1ea07e42ae05a' from root:root to runner:runner
2025-08-20T22:07:14.6226661Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-deque-01656f2aca168da2/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T22:07:14.6227692Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-deque-01656f2aca168da2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6228958Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-deque-01656f2aca168da2/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T22:07:14.6230050Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-deque-01656f2aca168da2/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T22:07:14.6230966Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-deque-01656f2aca168da2' from root:root to runner:runner
2025-08-20T22:07:14.6231954Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const-random-ae40a1e5c3e36fd0/dep-lib-const_random' from root:root to runner:runner
2025-08-20T22:07:14.6232922Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const-random-ae40a1e5c3e36fd0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6233893Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const-random-ae40a1e5c3e36fd0/lib-const_random' from root:root to runner:runner
2025-08-20T22:07:14.6234880Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const-random-ae40a1e5c3e36fd0/lib-const_random.json' from root:root to runner:runner
2025-08-20T22:07:14.6235764Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const-random-ae40a1e5c3e36fd0' from root:root to runner:runner
2025-08-20T22:07:14.6236681Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hmac-d9a7d3bee6f07edb/dep-lib-hmac' from root:root to runner:runner
2025-08-20T22:07:14.6237615Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hmac-d9a7d3bee6f07edb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6238874Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hmac-d9a7d3bee6f07edb/lib-hmac.json' from root:root to runner:runner
2025-08-20T22:07:14.6239848Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hmac-d9a7d3bee6f07edb/lib-hmac' from root:root to runner:runner
2025-08-20T22:07:14.6240750Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hmac-d9a7d3bee6f07edb' from root:root to runner:runner
2025-08-20T22:07:14.6241770Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/encoding_rs-59df10a4b642aa56/lib-encoding_rs' from root:root to runner:runner
2025-08-20T22:07:14.6242741Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/encoding_rs-59df10a4b642aa56/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6243766Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/encoding_rs-59df10a4b642aa56/lib-encoding_rs.json' from root:root to runner:runner
2025-08-20T22:07:14.6244729Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/encoding_rs-59df10a4b642aa56/dep-lib-encoding_rs' from root:root to runner:runner
2025-08-20T22:07:14.6245613Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/encoding_rs-59df10a4b642aa56' from root:root to runner:runner
2025-08-20T22:07:14.6246585Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xmlparser-8eb5d729515c0c25/lib-xmlparser.json' from root:root to runner:runner
2025-08-20T22:07:14.6247535Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xmlparser-8eb5d729515c0c25/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6248649Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xmlparser-8eb5d729515c0c25/dep-lib-xmlparser' from root:root to runner:runner
2025-08-20T22:07:14.6249591Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xmlparser-8eb5d729515c0c25/lib-xmlparser' from root:root to runner:runner
2025-08-20T22:07:14.6250474Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xmlparser-8eb5d729515c0c25' from root:root to runner:runner
2025-08-20T22:07:14.6251506Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pki-types-2f6f41be2f82d2fd/dep-lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T22:07:14.6252588Z [00:15:35.014]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pki-types-2f6f41be2f82d2fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6253658Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pki-types-2f6f41be2f82d2fd/lib-rustls_pki_types.json' from root:root to runner:runner
2025-08-20T22:07:14.6254660Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pki-types-2f6f41be2f82d2fd/lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T22:07:14.6255617Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pki-types-2f6f41be2f82d2fd' from root:root to runner:runner
2025-08-20T22:07:14.6256640Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/static_assertions-1b2d2f41c3a1ffe7/lib-static_assertions.json' from root:root to runner:runner
2025-08-20T22:07:14.6257712Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/static_assertions-1b2d2f41c3a1ffe7/dep-lib-static_assertions' from root:root to runner:runner
2025-08-20T22:07:14.6258992Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/static_assertions-1b2d2f41c3a1ffe7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6260020Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/static_assertions-1b2d2f41c3a1ffe7/lib-static_assertions' from root:root to runner:runner
2025-08-20T22:07:14.6260934Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/static_assertions-1b2d2f41c3a1ffe7' from root:root to runner:runner
2025-08-20T22:07:14.6261902Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-487393c4957d7165/bin-nu_plugin_inc' from root:root to runner:runner
2025-08-20T22:07:14.6262884Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-487393c4957d7165/bin-nu_plugin_inc.json' from root:root to runner:runner
2025-08-20T22:07:14.6263840Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-487393c4957d7165/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6264799Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-487393c4957d7165/dep-bin-nu_plugin_inc' from root:root to runner:runner
2025-08-20T22:07:14.6265930Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-487393c4957d7165' from root:root to runner:runner
2025-08-20T22:07:14.6267090Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-ddf0882e5a98c5cd/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6268320Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-ddf0882e5a98c5cd/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6269273Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-ddf0882e5a98c5cd' from root:root to runner:runner
2025-08-20T22:07:14.6270346Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-2d5d52d3b6984b16/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6271444Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-2d5d52d3b6984b16/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6272480Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-2d5d52d3b6984b16' from root:root to runner:runner
2025-08-20T22:07:14.6273410Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lru-ed594286eef72bae/dep-lib-lru' from root:root to runner:runner
2025-08-20T22:07:14.6274293Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lru-ed594286eef72bae/lib-lru' from root:root to runner:runner
2025-08-20T22:07:14.6275222Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lru-ed594286eef72bae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6276122Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lru-ed594286eef72bae/lib-lru.json' from root:root to runner:runner
2025-08-20T22:07:14.6277482Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lru-ed594286eef72bae' from root:root to runner:runner
2025-08-20T22:07:14.6279379Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/umask-8a8bba2028d1d7a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6281052Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/umask-8a8bba2028d1d7a2/lib-umask' from root:root to runner:runner
2025-08-20T22:07:14.6283021Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/umask-8a8bba2028d1d7a2/dep-lib-umask' from root:root to runner:runner
2025-08-20T22:07:14.6284893Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/umask-8a8bba2028d1d7a2/lib-umask.json' from root:root to runner:runner
2025-08-20T22:07:14.6286525Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/umask-8a8bba2028d1d7a2' from root:root to runner:runner
2025-08-20T22:07:14.6288451Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-931eb4d2a2e11f41/lib-futures.json' from root:root to runner:runner
2025-08-20T22:07:14.6289978Z [00:15:35.015]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-931eb4d2a2e11f41/dep-lib-futures' from root:root to runner:runner
2025-08-20T22:07:14.6291217Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-931eb4d2a2e11f41/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6292239Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-931eb4d2a2e11f41/lib-futures' from root:root to runner:runner
2025-08-20T22:07:14.6293149Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-931eb4d2a2e11f41' from root:root to runner:runner
2025-08-20T22:07:14.6294082Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-glob-f2cb9cf61a83330f/lib-nu_glob' from root:root to runner:runner
2025-08-20T22:07:14.6295036Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-glob-f2cb9cf61a83330f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6295961Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-glob-f2cb9cf61a83330f/lib-nu_glob.json' from root:root to runner:runner
2025-08-20T22:07:14.6296897Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-glob-f2cb9cf61a83330f/dep-lib-nu_glob' from root:root to runner:runner
2025-08-20T22:07:14.6297929Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-glob-f2cb9cf61a83330f' from root:root to runner:runner
2025-08-20T22:07:14.6299746Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-unicode-133fbb5973e6c6a2/dep-lib-supports_unicode' from root:root to runner:runner
2025-08-20T22:07:14.6301036Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-unicode-133fbb5973e6c6a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6302120Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-unicode-133fbb5973e6c6a2/lib-supports_unicode' from root:root to runner:runner
2025-08-20T22:07:14.6303151Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-unicode-133fbb5973e6c6a2/lib-supports_unicode.json' from root:root to runner:runner
2025-08-20T22:07:14.6304065Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-unicode-133fbb5973e6c6a2' from root:root to runner:runner
2025-08-20T22:07:14.6305098Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dialoguer-d829bf0685d4c1d7/lib-dialoguer.json' from root:root to runner:runner
2025-08-20T22:07:14.6306069Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dialoguer-d829bf0685d4c1d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6307111Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dialoguer-d829bf0685d4c1d7/dep-lib-dialoguer' from root:root to runner:runner
2025-08-20T22:07:14.6308279Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dialoguer-d829bf0685d4c1d7/lib-dialoguer' from root:root to runner:runner
2025-08-20T22:07:14.6309231Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dialoguer-d829bf0685d4c1d7' from root:root to runner:runner
2025-08-20T22:07:14.6310228Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_distr-b1829190e6def08f/lib-rand_distr' from root:root to runner:runner
2025-08-20T22:07:14.6311185Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_distr-b1829190e6def08f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6312158Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_distr-b1829190e6def08f/lib-rand_distr.json' from root:root to runner:runner
2025-08-20T22:07:14.6313125Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_distr-b1829190e6def08f/dep-lib-rand_distr' from root:root to runner:runner
2025-08-20T22:07:14.6314000Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_distr-b1829190e6def08f' from root:root to runner:runner
2025-08-20T22:07:14.6315046Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bracoxide-ae75182377f381b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6316064Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bracoxide-ae75182377f381b6/lib-bracoxide.json' from root:root to runner:runner
2025-08-20T22:07:14.6316991Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bracoxide-ae75182377f381b6/lib-bracoxide' from root:root to runner:runner
2025-08-20T22:07:14.6318175Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bracoxide-ae75182377f381b6/dep-lib-bracoxide' from root:root to runner:runner
2025-08-20T22:07:14.6319136Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bracoxide-ae75182377f381b6' from root:root to runner:runner
2025-08-20T22:07:14.6320107Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-xpath-5b821ef1e7897d69/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6321123Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-xpath-5b821ef1e7897d69/dep-lib-sxd_xpath' from root:root to runner:runner
2025-08-20T22:07:14.6322052Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-xpath-5b821ef1e7897d69/lib-sxd_xpath' from root:root to runner:runner
2025-08-20T22:07:14.6323000Z [00:15:35.016]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-xpath-5b821ef1e7897d69/lib-sxd_xpath.json' from root:root to runner:runner
2025-08-20T22:07:14.6323868Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-xpath-5b821ef1e7897d69' from root:root to runner:runner
2025-08-20T22:07:14.6324839Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-time-c319a6bbc46d25ff/dep-lib-polars_time' from root:root to runner:runner
2025-08-20T22:07:14.6325830Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-time-c319a6bbc46d25ff/lib-polars_time' from root:root to runner:runner
2025-08-20T22:07:14.6326797Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-time-c319a6bbc46d25ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6327928Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-time-c319a6bbc46d25ff/lib-polars_time.json' from root:root to runner:runner
2025-08-20T22:07:14.6328996Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-time-c319a6bbc46d25ff' from root:root to runner:runner
2025-08-20T22:07:14.6330186Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-35140cb96afa1296/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6331237Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-35140cb96afa1296/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6332179Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-35140cb96afa1296' from root:root to runner:runner
2025-08-20T22:07:14.6333138Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-db7e07194dd82ec1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6334078Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-db7e07194dd82ec1/lib-slotmap.json' from root:root to runner:runner
2025-08-20T22:07:14.6335079Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-db7e07194dd82ec1/lib-slotmap' from root:root to runner:runner
2025-08-20T22:07:14.6336035Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-db7e07194dd82ec1/dep-lib-slotmap' from root:root to runner:runner
2025-08-20T22:07:14.6336913Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-db7e07194dd82ec1' from root:root to runner:runner
2025-08-20T22:07:14.6338185Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-9fd12e384a0b1c64/lib-webpki_root_certs.json' from root:root to runner:runner
2025-08-20T22:07:14.6339206Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-9fd12e384a0b1c64/lib-webpki_root_certs' from root:root to runner:runner
2025-08-20T22:07:14.6340202Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-9fd12e384a0b1c64/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6341252Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-9fd12e384a0b1c64/dep-lib-webpki_root_certs' from root:root to runner:runner
2025-08-20T22:07:14.6342167Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-9fd12e384a0b1c64' from root:root to runner:runner
2025-08-20T22:07:14.6343241Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-4f672c5858857966/bin-nu_plugin_polars' from root:root to runner:runner
2025-08-20T22:07:14.6344302Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-4f672c5858857966/bin-nu_plugin_polars.json' from root:root to runner:runner
2025-08-20T22:07:14.6345273Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-4f672c5858857966/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6346316Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-4f672c5858857966/dep-bin-nu_plugin_polars' from root:root to runner:runner
2025-08-20T22:07:14.6347223Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-4f672c5858857966' from root:root to runner:runner
2025-08-20T22:07:14.6348470Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strength_reduce-a01e3c129344d33a/lib-strength_reduce.json' from root:root to runner:runner
2025-08-20T22:07:14.6349464Z [00:15:35.017]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strength_reduce-a01e3c129344d33a/lib-strength_reduce' from root:root to runner:runner
2025-08-20T22:07:14.6350448Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strength_reduce-a01e3c129344d33a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6351442Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strength_reduce-a01e3c129344d33a/dep-lib-strength_reduce' from root:root to runner:runner
2025-08-20T22:07:14.6352338Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strength_reduce-a01e3c129344d33a' from root:root to runner:runner
2025-08-20T22:07:14.6353295Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ppv-lite86-6e49459e122b9eb6/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:07:14.6354263Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ppv-lite86-6e49459e122b9eb6/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T22:07:14.6355217Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ppv-lite86-6e49459e122b9eb6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6356152Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ppv-lite86-6e49459e122b9eb6/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:07:14.6357094Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ppv-lite86-6e49459e122b9eb6' from root:root to runner:runner
2025-08-20T22:07:14.6358438Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-integer-25bf9e2f94470652/lib-num_integer' from root:root to runner:runner
2025-08-20T22:07:14.6359436Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-integer-25bf9e2f94470652/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6360497Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-integer-25bf9e2f94470652/lib-num_integer.json' from root:root to runner:runner
2025-08-20T22:07:14.6361464Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-integer-25bf9e2f94470652/dep-lib-num_integer' from root:root to runner:runner
2025-08-20T22:07:14.6362405Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-integer-25bf9e2f94470652' from root:root to runner:runner
2025-08-20T22:07:14.6363475Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-debouncer-full-b8dcf4a9044e0bbd/lib-notify_debouncer_full.json' from root:root to runner:runner
2025-08-20T22:07:14.6364520Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-debouncer-full-b8dcf4a9044e0bbd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6365720Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-debouncer-full-b8dcf4a9044e0bbd/dep-lib-notify_debouncer_full' from root:root to runner:runner
2025-08-20T22:07:14.6366756Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-debouncer-full-b8dcf4a9044e0bbd/lib-notify_debouncer_full' from root:root to runner:runner
2025-08-20T22:07:14.6367696Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-debouncer-full-b8dcf4a9044e0bbd' from root:root to runner:runner
2025-08-20T22:07:14.6368910Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/either-24032c2e85e4715f/dep-lib-either' from root:root to runner:runner
2025-08-20T22:07:14.6370206Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/either-24032c2e85e4715f/lib-either' from root:root to runner:runner
2025-08-20T22:07:14.6372060Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/either-24032c2e85e4715f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6373759Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/either-24032c2e85e4715f/lib-either.json' from root:root to runner:runner
2025-08-20T22:07:14.6375496Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/either-24032c2e85e4715f' from root:root to runner:runner
2025-08-20T22:07:14.6377337Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-expr-79fd8268180f5909/lib-polars_expr.json' from root:root to runner:runner
2025-08-20T22:07:14.6379491Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-expr-79fd8268180f5909/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6381308Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-expr-79fd8268180f5909/lib-polars_expr' from root:root to runner:runner
2025-08-20T22:07:14.6382797Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-expr-79fd8268180f5909/dep-lib-polars_expr' from root:root to runner:runner
2025-08-20T22:07:14.6383949Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-expr-79fd8268180f5909' from root:root to runner:runner
2025-08-20T22:07:14.6384956Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-0dc1baa09712230a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6385941Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-0dc1baa09712230a/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:07:14.6386888Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-0dc1baa09712230a/lib-thiserror' from root:root to runner:runner
2025-08-20T22:07:14.6388102Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-0dc1baa09712230a/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:07:14.6389304Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-0dc1baa09712230a' from root:root to runner:runner
2025-08-20T22:07:14.6390269Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-d162ccd45dd10ef8/dep-lib-zstd_safe' from root:root to runner:runner
2025-08-20T22:07:14.6391332Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-d162ccd45dd10ef8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6393012Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-d162ccd45dd10ef8/lib-zstd_safe.json' from root:root to runner:runner
2025-08-20T22:07:14.6393984Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-d162ccd45dd10ef8/lib-zstd_safe' from root:root to runner:runner
2025-08-20T22:07:14.6394859Z [00:15:35.018]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-d162ccd45dd10ef8' from root:root to runner:runner
2025-08-20T22:07:14.6395888Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sigv4-7e06e9bf916ce73e/lib-aws_sigv4' from root:root to runner:runner
2025-08-20T22:07:14.6396849Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sigv4-7e06e9bf916ce73e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6398066Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sigv4-7e06e9bf916ce73e/dep-lib-aws_sigv4' from root:root to runner:runner
2025-08-20T22:07:14.6399061Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sigv4-7e06e9bf916ce73e/lib-aws_sigv4.json' from root:root to runner:runner
2025-08-20T22:07:14.6399938Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sigv4-7e06e9bf916ce73e' from root:root to runner:runner
2025-08-20T22:07:14.6400898Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-98ea475480734012/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6401856Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-98ea475480734012/dep-lib-polars_ops' from root:root to runner:runner
2025-08-20T22:07:14.6402794Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-98ea475480734012/lib-polars_ops' from root:root to runner:runner
2025-08-20T22:07:14.6403822Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-98ea475480734012/lib-polars_ops.json' from root:root to runner:runner
2025-08-20T22:07:14.6404694Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-98ea475480734012' from root:root to runner:runner
2025-08-20T22:07:14.6405682Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object-ea92a5313933f785/dep-lib-object' from root:root to runner:runner
2025-08-20T22:07:14.6406623Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object-ea92a5313933f785/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6407553Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object-ea92a5313933f785/lib-object.json' from root:root to runner:runner
2025-08-20T22:07:14.6408641Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object-ea92a5313933f785/lib-object' from root:root to runner:runner
2025-08-20T22:07:14.6409590Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object-ea92a5313933f785' from root:root to runner:runner
2025-08-20T22:07:14.6410642Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-78f4e0fed0db6eb2/lib-wayland_protocols.json' from root:root to runner:runner
2025-08-20T22:07:14.6411692Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-78f4e0fed0db6eb2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6412698Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-78f4e0fed0db6eb2/lib-wayland_protocols' from root:root to runner:runner
2025-08-20T22:07:14.6413721Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-78f4e0fed0db6eb2/dep-lib-wayland_protocols' from root:root to runner:runner
2025-08-20T22:07:14.6414633Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-78f4e0fed0db6eb2' from root:root to runner:runner
2025-08-20T22:07:14.6415687Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-faeeb731f5075b6b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6416717Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-faeeb731f5075b6b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6417665Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-faeeb731f5075b6b' from root:root to runner:runner
2025-08-20T22:07:14.6418941Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-5944240f1f5c4d5a/dep-lib-polars_schema' from root:root to runner:runner
2025-08-20T22:07:14.6420006Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-5944240f1f5c4d5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6421012Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-5944240f1f5c4d5a/lib-polars_schema.json' from root:root to runner:runner
2025-08-20T22:07:14.6421982Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-5944240f1f5c4d5a/lib-polars_schema' from root:root to runner:runner
2025-08-20T22:07:14.6422978Z [00:15:35.019]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-5944240f1f5c4d5a' from root:root to runner:runner
2025-08-20T22:07:14.6423967Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linked-hash-map-ba93eb3849ac5f61/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6425005Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linked-hash-map-ba93eb3849ac5f61/lib-linked_hash_map' from root:root to runner:runner
2025-08-20T22:07:14.6426005Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linked-hash-map-ba93eb3849ac5f61/lib-linked_hash_map.json' from root:root to runner:runner
2025-08-20T22:07:14.6427007Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linked-hash-map-ba93eb3849ac5f61/dep-lib-linked_hash_map' from root:root to runner:runner
2025-08-20T22:07:14.6428186Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linked-hash-map-ba93eb3849ac5f61' from root:root to runner:runner
2025-08-20T22:07:14.6429179Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-8614b45a9c2fcdd5/lib-nu_plugin_inc.json' from root:root to runner:runner
2025-08-20T22:07:14.6430139Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-8614b45a9c2fcdd5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6431169Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-8614b45a9c2fcdd5/lib-nu_plugin_inc' from root:root to runner:runner
2025-08-20T22:07:14.6432133Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-8614b45a9c2fcdd5/dep-lib-nu_plugin_inc' from root:root to runner:runner
2025-08-20T22:07:14.6433014Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-8614b45a9c2fcdd5' from root:root to runner:runner
2025-08-20T22:07:14.6434085Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_urlencoded-885a85f20e1eae20/dep-lib-serde_urlencoded' from root:root to runner:runner
2025-08-20T22:07:14.6435061Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_urlencoded-885a85f20e1eae20/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6436051Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_urlencoded-885a85f20e1eae20/lib-serde_urlencoded' from root:root to runner:runner
2025-08-20T22:07:14.6437104Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_urlencoded-885a85f20e1eae20/lib-serde_urlencoded.json' from root:root to runner:runner
2025-08-20T22:07:14.6438183Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_urlencoded-885a85f20e1eae20' from root:root to runner:runner
2025-08-20T22:07:14.6439193Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpage-ad260becb0ba8aef/dep-lib-webpage' from root:root to runner:runner
2025-08-20T22:07:14.6440143Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpage-ad260becb0ba8aef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6441100Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpage-ad260becb0ba8aef/lib-webpage' from root:root to runner:runner
2025-08-20T22:07:14.6442036Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpage-ad260becb0ba8aef/lib-webpage.json' from root:root to runner:runner
2025-08-20T22:07:14.6442911Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpage-ad260becb0ba8aef' from root:root to runner:runner
2025-08-20T22:07:14.6443855Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tinystr-8e6656b30ef14f38/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6444851Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tinystr-8e6656b30ef14f38/dep-lib-tinystr' from root:root to runner:runner
2025-08-20T22:07:14.6445786Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tinystr-8e6656b30ef14f38/lib-tinystr.json' from root:root to runner:runner
2025-08-20T22:07:14.6446696Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tinystr-8e6656b30ef14f38/lib-tinystr' from root:root to runner:runner
2025-08-20T22:07:14.6447619Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tinystr-8e6656b30ef14f38' from root:root to runner:runner
2025-08-20T22:07:14.6448839Z [00:15:35.020]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/want-79e630c432dd6eb8/dep-lib-want' from root:root to runner:runner
2025-08-20T22:07:14.6449937Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/want-79e630c432dd6eb8/lib-want.json' from root:root to runner:runner
2025-08-20T22:07:14.6450965Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/want-79e630c432dd6eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6451859Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/want-79e630c432dd6eb8/lib-want' from root:root to runner:runner
2025-08-20T22:07:14.6452775Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/want-79e630c432dd6eb8' from root:root to runner:runner
2025-08-20T22:07:14.6453850Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-dad37a76c59137e7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6454906Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-dad37a76c59137e7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6455795Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-dad37a76c59137e7' from root:root to runner:runner
2025-08-20T22:07:14.6456907Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/codepage-798438fea7d12e7f/lib-codepage.json' from root:root to runner:runner
2025-08-20T22:07:14.6458072Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/codepage-798438fea7d12e7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6459110Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/codepage-798438fea7d12e7f/lib-codepage' from root:root to runner:runner
2025-08-20T22:07:14.6460070Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/codepage-798438fea7d12e7f/dep-lib-codepage' from root:root to runner:runner
2025-08-20T22:07:14.6460939Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/codepage-798438fea7d12e7f' from root:root to runner:runner
2025-08-20T22:07:14.6462717Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer_data-aa41eb36e0d88854/lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T22:07:14.6464539Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer_data-aa41eb36e0d88854/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6466461Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer_data-aa41eb36e0d88854/lib-icu_normalizer_data.json' from root:root to runner:runner
2025-08-20T22:07:14.6468750Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer_data-aa41eb36e0d88854/dep-lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T22:07:14.6470495Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer_data-aa41eb36e0d88854' from root:root to runner:runner
2025-08-20T22:07:14.6472560Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-f522da5546e55724/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6474248Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-f522da5546e55724/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6475367Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-f522da5546e55724' from root:root to runner:runner
2025-08-20T22:07:14.6476372Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-54256da8d29a02c9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6477362Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-54256da8d29a02c9/dep-lib-polars_stream' from root:root to runner:runner
2025-08-20T22:07:14.6478625Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-54256da8d29a02c9/lib-polars_stream' from root:root to runner:runner
2025-08-20T22:07:14.6479734Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-54256da8d29a02c9/lib-polars_stream.json' from root:root to runner:runner
2025-08-20T22:07:14.6480628Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-54256da8d29a02c9' from root:root to runner:runner
2025-08-20T22:07:14.6481645Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansitok-009e16c03ddc16b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6482581Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansitok-009e16c03ddc16b3/dep-lib-ansitok' from root:root to runner:runner
2025-08-20T22:07:14.6483969Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansitok-009e16c03ddc16b3/lib-ansitok' from root:root to runner:runner
2025-08-20T22:07:14.6485695Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansitok-009e16c03ddc16b3/lib-ansitok.json' from root:root to runner:runner
2025-08-20T22:07:14.6487400Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansitok-009e16c03ddc16b3' from root:root to runner:runner
2025-08-20T22:07:14.6489604Z [00:15:35.021]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-d6219be04eb0f8d1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6491663Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-d6219be04eb0f8d1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6493344Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-d6219be04eb0f8d1' from root:root to runner:runner
2025-08-20T22:07:14.6495321Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-strategy-5486cfbd0cb45f91/lib-event_listener_strategy' from root:root to runner:runner
2025-08-20T22:07:14.6497328Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-strategy-5486cfbd0cb45f91/lib-event_listener_strategy.json' from root:root to runner:runner
2025-08-20T22:07:14.6499480Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-strategy-5486cfbd0cb45f91/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6501481Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-strategy-5486cfbd0cb45f91/dep-lib-event_listener_strategy' from root:root to runner:runner
2025-08-20T22:07:14.6503398Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-strategy-5486cfbd0cb45f91' from root:root to runner:runner
2025-08-20T22:07:14.6505139Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-bc2766bbb6a00ff8/dep-lib-rustls' from root:root to runner:runner
2025-08-20T22:07:14.6506976Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-bc2766bbb6a00ff8/lib-rustls' from root:root to runner:runner
2025-08-20T22:07:14.6508945Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-bc2766bbb6a00ff8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6510746Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-bc2766bbb6a00ff8/lib-rustls.json' from root:root to runner:runner
2025-08-20T22:07:14.6512507Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-bc2766bbb6a00ff8' from root:root to runner:runner
2025-08-20T22:07:14.6514231Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/peresil-99da2f639b22a7cc/lib-peresil' from root:root to runner:runner
2025-08-20T22:07:14.6516002Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/peresil-99da2f639b22a7cc/dep-lib-peresil' from root:root to runner:runner
2025-08-20T22:07:14.6518146Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/peresil-99da2f639b22a7cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6520023Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/peresil-99da2f639b22a7cc/lib-peresil.json' from root:root to runner:runner
2025-08-20T22:07:14.6521692Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/peresil-99da2f639b22a7cc' from root:root to runner:runner
2025-08-20T22:07:14.6523663Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-4dba8e27786d696c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6525567Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-4dba8e27786d696c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6527435Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-4dba8e27786d696c' from root:root to runner:runner
2025-08-20T22:07:14.6529647Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-5d0350a67aa11b09/lib-wayland_backend' from root:root to runner:runner
2025-08-20T22:07:14.6531522Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-5d0350a67aa11b09/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6533568Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-5d0350a67aa11b09/dep-lib-wayland_backend' from root:root to runner:runner
2025-08-20T22:07:14.6535496Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-5d0350a67aa11b09/lib-wayland_backend.json' from root:root to runner:runner
2025-08-20T22:07:14.6537328Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-5d0350a67aa11b09' from root:root to runner:runner
2025-08-20T22:07:14.6539457Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-54ecff6b6fd4db36/dep-lib-wayland_client' from root:root to runner:runner
2025-08-20T22:07:14.6541407Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-54ecff6b6fd4db36/lib-wayland_client.json' from root:root to runner:runner
2025-08-20T22:07:14.6543262Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-54ecff6b6fd4db36/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6545134Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-54ecff6b6fd4db36/lib-wayland_client' from root:root to runner:runner
2025-08-20T22:07:14.6546852Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-54ecff6b6fd4db36' from root:root to runner:runner
2025-08-20T22:07:14.6548778Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/planus-d8acf1591a4aaf82/dep-lib-planus' from root:root to runner:runner
2025-08-20T22:07:14.6550536Z [00:15:35.022]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/planus-d8acf1591a4aaf82/lib-planus.json' from root:root to runner:runner
2025-08-20T22:07:14.6551631Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/planus-d8acf1591a4aaf82/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6552644Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/planus-d8acf1591a4aaf82/lib-planus' from root:root to runner:runner
2025-08-20T22:07:14.6553537Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/planus-d8acf1591a4aaf82' from root:root to runner:runner
2025-08-20T22:07:14.6554425Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fnv-5237c5e632f27eca/lib-fnv' from root:root to runner:runner
2025-08-20T22:07:14.6555623Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fnv-5237c5e632f27eca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6556567Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fnv-5237c5e632f27eca/dep-lib-fnv' from root:root to runner:runner
2025-08-20T22:07:14.6557544Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fnv-5237c5e632f27eca/lib-fnv.json' from root:root to runner:runner
2025-08-20T22:07:14.6558682Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fnv-5237c5e632f27eca' from root:root to runner:runner
2025-08-20T22:07:14.6559728Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-textdocument-978bd6cf4a1417f4/lib-lsp_textdocument.json' from root:root to runner:runner
2025-08-20T22:07:14.6560750Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-textdocument-978bd6cf4a1417f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6562363Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-textdocument-978bd6cf4a1417f4/dep-lib-lsp_textdocument' from root:root to runner:runner
2025-08-20T22:07:14.6564219Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-textdocument-978bd6cf4a1417f4/lib-lsp_textdocument' from root:root to runner:runner
2025-08-20T22:07:14.6565954Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-textdocument-978bd6cf4a1417f4' from root:root to runner:runner
2025-08-20T22:07:14.6567972Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-b2f0f39103690718/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:07:14.6569914Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-b2f0f39103690718/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6571794Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-b2f0f39103690718/lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:07:14.6573612Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-b2f0f39103690718/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T22:07:14.6574767Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-b2f0f39103690718' from root:root to runner:runner
2025-08-20T22:07:14.6575866Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/data-encoding-211769267f57a383/dep-lib-data_encoding' from root:root to runner:runner
2025-08-20T22:07:14.6576843Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/data-encoding-211769267f57a383/lib-data_encoding' from root:root to runner:runner
2025-08-20T22:07:14.6578113Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/data-encoding-211769267f57a383/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6579138Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/data-encoding-211769267f57a383/lib-data_encoding.json' from root:root to runner:runner
2025-08-20T22:07:14.6580035Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/data-encoding-211769267f57a383' from root:root to runner:runner
2025-08-20T22:07:14.6581069Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/percent-encoding-0f6f24316966c721/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T22:07:14.6582074Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/percent-encoding-0f6f24316966c721/lib-percent_encoding' from root:root to runner:runner
2025-08-20T22:07:14.6583070Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/percent-encoding-0f6f24316966c721/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6584084Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/percent-encoding-0f6f24316966c721/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T22:07:14.6584992Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/percent-encoding-0f6f24316966c721' from root:root to runner:runner
2025-08-20T22:07:14.6586004Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-json-2e277dd6984781f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6586971Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-json-2e277dd6984781f0/lib-nu_json' from root:root to runner:runner
2025-08-20T22:07:14.6588161Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-json-2e277dd6984781f0/dep-lib-nu_json' from root:root to runner:runner
2025-08-20T22:07:14.6589194Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-json-2e277dd6984781f0/lib-nu_json.json' from root:root to runner:runner
2025-08-20T22:07:14.6590078Z [00:15:35.023]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-json-2e277dd6984781f0' from root:root to runner:runner
2025-08-20T22:07:14.6591213Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-82b7dbc2f71a72d5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6592257Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-82b7dbc2f71a72d5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6593157Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-82b7dbc2f71a72d5' from root:root to runner:runner
2025-08-20T22:07:14.6594126Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-query-e4e0dece7cb39766/lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:07:14.6595106Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-query-e4e0dece7cb39766/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6596102Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-query-e4e0dece7cb39766/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T22:07:14.6597089Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-query-e4e0dece7cb39766/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:07:14.6598303Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-query-e4e0dece7cb39766' from root:root to runner:runner
2025-08-20T22:07:14.6599401Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-435ab2bb73ca282f/bin-nu_plugin_query.json' from root:root to runner:runner
2025-08-20T22:07:14.6600481Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-435ab2bb73ca282f/dep-bin-nu_plugin_query' from root:root to runner:runner
2025-08-20T22:07:14.6601523Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-435ab2bb73ca282f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6602496Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-435ab2bb73ca282f/bin-nu_plugin_query' from root:root to runner:runner
2025-08-20T22:07:14.6603449Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-435ab2bb73ca282f' from root:root to runner:runner
2025-08-20T22:07:14.6604455Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-executor-ba52c5f2ec7d6422/lib-futures_executor' from root:root to runner:runner
2025-08-20T22:07:14.6605492Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-executor-ba52c5f2ec7d6422/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6606509Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-executor-ba52c5f2ec7d6422/dep-lib-futures_executor' from root:root to runner:runner
2025-08-20T22:07:14.6607517Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-executor-ba52c5f2ec7d6422/lib-futures_executor.json' from root:root to runner:runner
2025-08-20T22:07:14.6608608Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-executor-ba52c5f2ec7d6422' from root:root to runner:runner
2025-08-20T22:07:14.6609539Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-ini-ca4c10a7fd457d70/lib-ini.json' from root:root to runner:runner
2025-08-20T22:07:14.6610503Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-ini-ca4c10a7fd457d70/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6611406Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-ini-ca4c10a7fd457d70/lib-ini' from root:root to runner:runner
2025-08-20T22:07:14.6612333Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-ini-ca4c10a7fd457d70/dep-lib-ini' from root:root to runner:runner
2025-08-20T22:07:14.6613209Z [00:15:35.024]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-ini-ca4c10a7fd457d70' from root:root to runner:runner
2025-08-20T22:07:14.6614257Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pem-rfc7468-7713b95c4356f62e/lib-pem_rfc7468.json' from root:root to runner:runner
2025-08-20T22:07:14.6615274Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pem-rfc7468-7713b95c4356f62e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6616220Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pem-rfc7468-7713b95c4356f62e/lib-pem_rfc7468' from root:root to runner:runner
2025-08-20T22:07:14.6617242Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pem-rfc7468-7713b95c4356f62e/dep-lib-pem_rfc7468' from root:root to runner:runner
2025-08-20T22:07:14.6618300Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pem-rfc7468-7713b95c4356f62e' from root:root to runner:runner
2025-08-20T22:07:14.6619354Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-866029d706c42c25/lib-wayland_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.6620323Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-866029d706c42c25/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6621278Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-866029d706c42c25/lib-wayland_sys' from root:root to runner:runner
2025-08-20T22:07:14.6622255Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-866029d706c42c25/dep-lib-wayland_sys' from root:root to runner:runner
2025-08-20T22:07:14.6623129Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-866029d706c42c25' from root:root to runner:runner
2025-08-20T22:07:14.6624107Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const_format-bf497f67b84d372f/dep-lib-const_format' from root:root to runner:runner
2025-08-20T22:07:14.6625066Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const_format-bf497f67b84d372f/lib-const_format' from root:root to runner:runner
2025-08-20T22:07:14.6626025Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const_format-bf497f67b84d372f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6627059Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const_format-bf497f67b84d372f/lib-const_format.json' from root:root to runner:runner
2025-08-20T22:07:14.6628200Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const_format-bf497f67b84d372f' from root:root to runner:runner
2025-08-20T22:07:14.6629162Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httpdate-79ede0f99ea56afe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6630287Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httpdate-79ede0f99ea56afe/dep-lib-httpdate' from root:root to runner:runner
2025-08-20T22:07:14.6631312Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httpdate-79ede0f99ea56afe/lib-httpdate' from root:root to runner:runner
2025-08-20T22:07:14.6632277Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httpdate-79ede0f99ea56afe/lib-httpdate.json' from root:root to runner:runner
2025-08-20T22:07:14.6633200Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httpdate-79ede0f99ea56afe' from root:root to runner:runner
2025-08-20T22:07:14.6634149Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtparse-11c375aa0b1e486b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6635094Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtparse-11c375aa0b1e486b/lib-dtparse.json' from root:root to runner:runner
2025-08-20T22:07:14.6636031Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtparse-11c375aa0b1e486b/dep-lib-dtparse' from root:root to runner:runner
2025-08-20T22:07:14.6637092Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtparse-11c375aa0b1e486b/lib-dtparse' from root:root to runner:runner
2025-08-20T22:07:14.6638226Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtparse-11c375aa0b1e486b' from root:root to runner:runner
2025-08-20T22:07:14.6639318Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-8499cb3831ad65a1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6640365Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-8499cb3831ad65a1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6641539Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-8499cb3831ad65a1' from root:root to runner:runner
2025-08-20T22:07:14.6643294Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vsimd-cb52266f376f8b4b/lib-vsimd.json' from root:root to runner:runner
2025-08-20T22:07:14.6644977Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vsimd-cb52266f376f8b4b/dep-lib-vsimd' from root:root to runner:runner
2025-08-20T22:07:14.6646820Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vsimd-cb52266f376f8b4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6648844Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vsimd-cb52266f376f8b4b/lib-vsimd' from root:root to runner:runner
2025-08-20T22:07:14.6650494Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vsimd-cb52266f376f8b4b' from root:root to runner:runner
2025-08-20T22:07:14.6652421Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sqlparser-532b81b1cc6e6ad7/lib-sqlparser.json' from root:root to runner:runner
2025-08-20T22:07:14.6654196Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sqlparser-532b81b1cc6e6ad7/lib-sqlparser' from root:root to runner:runner
2025-08-20T22:07:14.6655462Z [00:15:35.025]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sqlparser-532b81b1cc6e6ad7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6656611Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sqlparser-532b81b1cc6e6ad7/dep-lib-sqlparser' from root:root to runner:runner
2025-08-20T22:07:14.6657524Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sqlparser-532b81b1cc6e6ad7' from root:root to runner:runner
2025-08-20T22:07:14.6658815Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna_adapter-c619ab8a7c3119cb/dep-lib-idna_adapter' from root:root to runner:runner
2025-08-20T22:07:14.6659806Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna_adapter-c619ab8a7c3119cb/lib-idna_adapter' from root:root to runner:runner
2025-08-20T22:07:14.6660772Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna_adapter-c619ab8a7c3119cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6661755Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna_adapter-c619ab8a7c3119cb/lib-idna_adapter.json' from root:root to runner:runner
2025-08-20T22:07:14.6662810Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna_adapter-c619ab8a7c3119cb' from root:root to runner:runner
2025-08-20T22:07:14.6663973Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-truncate-2f2f386e5fafa61d/lib-unicode_truncate.json' from root:root to runner:runner
2025-08-20T22:07:14.6665568Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-truncate-2f2f386e5fafa61d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6666702Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-truncate-2f2f386e5fafa61d/dep-lib-unicode_truncate' from root:root to runner:runner
2025-08-20T22:07:14.6667707Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-truncate-2f2f386e5fafa61d/lib-unicode_truncate' from root:root to runner:runner
2025-08-20T22:07:14.6668906Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-truncate-2f2f386e5fafa61d' from root:root to runner:runner
2025-08-20T22:07:14.6669876Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/castaway-c16cbd267e642195/lib-castaway.json' from root:root to runner:runner
2025-08-20T22:07:14.6670820Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/castaway-c16cbd267e642195/dep-lib-castaway' from root:root to runner:runner
2025-08-20T22:07:14.6671771Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/castaway-c16cbd267e642195/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6672692Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/castaway-c16cbd267e642195/lib-castaway' from root:root to runner:runner
2025-08-20T22:07:14.6673573Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/castaway-c16cbd267e642195' from root:root to runner:runner
2025-08-20T22:07:14.6674552Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_collections-453366799e51712c/lib-icu_collections' from root:root to runner:runner
2025-08-20T22:07:14.6675527Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_collections-453366799e51712c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6676588Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_collections-453366799e51712c/lib-icu_collections.json' from root:root to runner:runner
2025-08-20T22:07:14.6677626Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_collections-453366799e51712c/dep-lib-icu_collections' from root:root to runner:runner
2025-08-20T22:07:14.6678720Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_collections-453366799e51712c' from root:root to runner:runner
2025-08-20T22:07:14.6679664Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-a21b960c16b08a87/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6680696Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-a21b960c16b08a87/lib-blake3.json' from root:root to runner:runner
2025-08-20T22:07:14.6681649Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-a21b960c16b08a87/dep-lib-blake3' from root:root to runner:runner
2025-08-20T22:07:14.6682610Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-a21b960c16b08a87/lib-blake3' from root:root to runner:runner
2025-08-20T22:07:14.6683489Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-a21b960c16b08a87' from root:root to runner:runner
2025-08-20T22:07:14.6684504Z [00:15:35.026]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-experimental-f784b96a75eb77a1/lib-nu_experimental.json' from root:root to runner:runner
2025-08-20T22:07:14.6685495Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-experimental-f784b96a75eb77a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6686487Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-experimental-f784b96a75eb77a1/lib-nu_experimental' from root:root to runner:runner
2025-08-20T22:07:14.6687488Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-experimental-f784b96a75eb77a1/dep-lib-nu_experimental' from root:root to runner:runner
2025-08-20T22:07:14.6688672Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-experimental-f784b96a75eb77a1' from root:root to runner:runner
2025-08-20T22:07:14.6689635Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-866a5e22df216a40/dep-lib-lz4_sys' from root:root to runner:runner
2025-08-20T22:07:14.6690726Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-866a5e22df216a40/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6691697Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-866a5e22df216a40/lib-lz4_sys' from root:root to runner:runner
2025-08-20T22:07:14.6692632Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-866a5e22df216a40/lib-lz4_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.6693490Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-866a5e22df216a40' from root:root to runner:runner
2025-08-20T22:07:14.6694571Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-decompression-0eaf1fd5267ff6ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6695665Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-decompression-0eaf1fd5267ff6ac/lib-streaming_decompression.json' from root:root to runner:runner
2025-08-20T22:07:14.6696804Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-decompression-0eaf1fd5267ff6ac/dep-lib-streaming_decompression' from root:root to runner:runner
2025-08-20T22:07:14.6698115Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-decompression-0eaf1fd5267ff6ac/lib-streaming_decompression' from root:root to runner:runner
2025-08-20T22:07:14.6699145Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-decompression-0eaf1fd5267ff6ac' from root:root to runner:runner
2025-08-20T22:07:14.6700130Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/papergrid-6862671c88f73198/dep-lib-papergrid' from root:root to runner:runner
2025-08-20T22:07:14.6701099Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/papergrid-6862671c88f73198/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6702059Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/papergrid-6862671c88f73198/lib-papergrid.json' from root:root to runner:runner
2025-08-20T22:07:14.6702999Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/papergrid-6862671c88f73198/lib-papergrid' from root:root to runner:runner
2025-08-20T22:07:14.6703877Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/papergrid-6862671c88f73198' from root:root to runner:runner
2025-08-20T22:07:14.6705037Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-28e59d291f4ffe61/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6706148Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-28e59d291f4ffe61/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6707027Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-28e59d291f4ffe61' from root:root to runner:runner
2025-08-20T22:07:14.6708479Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-e1a5062c9add9b92/dep-lib-procfs' from root:root to runner:runner
2025-08-20T22:07:14.6710251Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-e1a5062c9add9b92/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6711715Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-e1a5062c9add9b92/lib-procfs' from root:root to runner:runner
2025-08-20T22:07:14.6712665Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-e1a5062c9add9b92/lib-procfs.json' from root:root to runner:runner
2025-08-20T22:07:14.6713539Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-e1a5062c9add9b92' from root:root to runner:runner
2025-08-20T22:07:14.6714500Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-0a4d2c839adb79b5/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:07:14.6715463Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-0a4d2c839adb79b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6716407Z [00:15:35.027]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-0a4d2c839adb79b5/lib-getrandom' from root:root to runner:runner
2025-08-20T22:07:14.6717371Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-0a4d2c839adb79b5/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:07:14.6718446Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-0a4d2c839adb79b5' from root:root to runner:runner
2025-08-20T22:07:14.6719408Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/siphasher-d1a8d9c59c93907e/dep-lib-siphasher' from root:root to runner:runner
2025-08-20T22:07:14.6720450Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/siphasher-d1a8d9c59c93907e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6721499Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/siphasher-d1a8d9c59c93907e/lib-siphasher.json' from root:root to runner:runner
2025-08-20T22:07:14.6722450Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/siphasher-d1a8d9c59c93907e/lib-siphasher' from root:root to runner:runner
2025-08-20T22:07:14.6723600Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/siphasher-d1a8d9c59c93907e' from root:root to runner:runner
2025-08-20T22:07:14.6724597Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/humantime-4a74de14f4c8c8b4/lib-humantime.json' from root:root to runner:runner
2025-08-20T22:07:14.6725625Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/humantime-4a74de14f4c8c8b4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6726573Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/humantime-4a74de14f4c8c8b4/lib-humantime' from root:root to runner:runner
2025-08-20T22:07:14.6727531Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/humantime-4a74de14f4c8c8b4/dep-lib-humantime' from root:root to runner:runner
2025-08-20T22:07:14.6728635Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/humantime-4a74de14f4c8c8b4' from root:root to runner:runner
2025-08-20T22:07:14.6729726Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-7838851ca819f8a4/lib-chrono' from root:root to runner:runner
2025-08-20T22:07:14.6730684Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-7838851ca819f8a4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6731616Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-7838851ca819f8a4/lib-chrono.json' from root:root to runner:runner
2025-08-20T22:07:14.6732540Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-7838851ca819f8a4/dep-lib-chrono' from root:root to runner:runner
2025-08-20T22:07:14.6733398Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-7838851ca819f8a4' from root:root to runner:runner
2025-08-20T22:07:14.6735129Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xxhash-rust-c605d70efe7fb469/lib-xxhash_rust.json' from root:root to runner:runner
2025-08-20T22:07:14.6737021Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xxhash-rust-c605d70efe7fb469/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6738959Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xxhash-rust-c605d70efe7fb469/lib-xxhash_rust' from root:root to runner:runner
2025-08-20T22:07:14.6741065Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xxhash-rust-c605d70efe7fb469/dep-lib-xxhash_rust' from root:root to runner:runner
2025-08-20T22:07:14.6742763Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xxhash-rust-c605d70efe7fb469' from root:root to runner:runner
2025-08-20T22:07:14.6744865Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-9879bc02aab5edef/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6746733Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-9879bc02aab5edef/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6747970Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-9879bc02aab5edef' from root:root to runner:runner
2025-08-20T22:07:14.6749077Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-0cf4a8445f87fe40/lib-httparse.json' from root:root to runner:runner
2025-08-20T22:07:14.6750041Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-0cf4a8445f87fe40/lib-httparse' from root:root to runner:runner
2025-08-20T22:07:14.6751000Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-0cf4a8445f87fe40/dep-lib-httparse' from root:root to runner:runner
2025-08-20T22:07:14.6751954Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-0cf4a8445f87fe40/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6752831Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-0cf4a8445f87fe40' from root:root to runner:runner
2025-08-20T22:07:14.6753788Z [00:15:35.028]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-a4931c69d02e1957/dep-lib-owo_colors' from root:root to runner:runner
2025-08-20T22:07:14.6754858Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-a4931c69d02e1957/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6755883Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-a4931c69d02e1957/lib-owo_colors.json' from root:root to runner:runner
2025-08-20T22:07:14.6757576Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-a4931c69d02e1957/lib-owo_colors' from root:root to runner:runner
2025-08-20T22:07:14.6759509Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-a4931c69d02e1957' from root:root to runner:runner
2025-08-20T22:07:14.6761278Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/platform-info-8d443462e10843bf/lib-platform_info' from root:root to runner:runner
2025-08-20T22:07:14.6763327Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/platform-info-8d443462e10843bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6765220Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/platform-info-8d443462e10843bf/lib-platform_info.json' from root:root to runner:runner
2025-08-20T22:07:14.6767102Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/platform-info-8d443462e10843bf/dep-lib-platform_info' from root:root to runner:runner
2025-08-20T22:07:14.6768994Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/platform-info-8d443462e10843bf' from root:root to runner:runner
2025-08-20T22:07:14.6770887Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-46704437ba50518e/lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T22:07:14.6772823Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-46704437ba50518e/lib-rustls_native_certs.json' from root:root to runner:runner
2025-08-20T22:07:14.6774681Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-46704437ba50518e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6776645Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-46704437ba50518e/dep-lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T22:07:14.6778719Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-46704437ba50518e' from root:root to runner:runner
2025-08-20T22:07:14.6780644Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-113562dca39a5794/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:07:14.6782480Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-113562dca39a5794/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6784252Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-113562dca39a5794/lib-getrandom' from root:root to runner:runner
2025-08-20T22:07:14.6786151Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-113562dca39a5794/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:07:14.6787984Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-113562dca39a5794' from root:root to runner:runner
2025-08-20T22:07:14.6789956Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_yaml-cda25facc640b2a6/lib-serde_yaml.json' from root:root to runner:runner
2025-08-20T22:07:14.6791777Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_yaml-cda25facc640b2a6/lib-serde_yaml' from root:root to runner:runner
2025-08-20T22:07:14.6793608Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_yaml-cda25facc640b2a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6795408Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_yaml-cda25facc640b2a6/dep-lib-serde_yaml' from root:root to runner:runner
2025-08-20T22:07:14.6797054Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_yaml-cda25facc640b2a6' from root:root to runner:runner
2025-08-20T22:07:14.6799227Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-f4961991771f9fd7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6801192Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-f4961991771f9fd7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6802845Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-f4961991771f9fd7' from root:root to runner:runner
2025-08-20T22:07:14.6804766Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b7e496eadac97b97/lib-html5ever' from root:root to runner:runner
2025-08-20T22:07:14.6806668Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b7e496eadac97b97/dep-lib-html5ever' from root:root to runner:runner
2025-08-20T22:07:14.6808659Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b7e496eadac97b97/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6810486Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b7e496eadac97b97/lib-html5ever.json' from root:root to runner:runner
2025-08-20T22:07:14.6812338Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b7e496eadac97b97' from root:root to runner:runner
2025-08-20T22:07:14.6814392Z [00:15:35.029]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_stress_internals-1abc34b31ed681eb/dep-bin-nu_plugin_stress_internals' from root:root to runner:runner
2025-08-20T22:07:14.6816417Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_stress_internals-1abc34b31ed681eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6818661Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_stress_internals-1abc34b31ed681eb/bin-nu_plugin_stress_internals.json' from root:root to runner:runner
2025-08-20T22:07:14.6820679Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_stress_internals-1abc34b31ed681eb/bin-nu_plugin_stress_internals' from root:root to runner:runner
2025-08-20T22:07:14.6822407Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_stress_internals-1abc34b31ed681eb' from root:root to runner:runner
2025-08-20T22:07:14.6823804Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-d57e56ec0dd5202f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6824868Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-d57e56ec0dd5202f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6825749Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-d57e56ec0dd5202f' from root:root to runner:runner
2025-08-20T22:07:14.6826874Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lazy_static-e4b0219bbbf6cf91/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T22:07:14.6828293Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lazy_static-e4b0219bbbf6cf91/lib-lazy_static' from root:root to runner:runner
2025-08-20T22:07:14.6829429Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lazy_static-e4b0219bbbf6cf91/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6830420Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lazy_static-e4b0219bbbf6cf91/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T22:07:14.6831378Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lazy_static-e4b0219bbbf6cf91' from root:root to runner:runner
2025-08-20T22:07:14.6832962Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-dbe506b1a392f7f8/dep-lib-tokio_rustls' from root:root to runner:runner
2025-08-20T22:07:14.6834971Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-dbe506b1a392f7f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6836836Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-dbe506b1a392f7f8/lib-tokio_rustls.json' from root:root to runner:runner
2025-08-20T22:07:14.6838800Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-dbe506b1a392f7f8/lib-tokio_rustls' from root:root to runner:runner
2025-08-20T22:07:14.6840477Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-dbe506b1a392f7f8' from root:root to runner:runner
2025-08-20T22:07:14.6842220Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-no-stdlib-5b4e15f68c7bf626/lib-alloc_no_stdlib.json' from root:root to runner:runner
2025-08-20T22:07:14.6843250Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-no-stdlib-5b4e15f68c7bf626/dep-lib-alloc_no_stdlib' from root:root to runner:runner
2025-08-20T22:07:14.6844246Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-no-stdlib-5b4e15f68c7bf626/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6845246Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-no-stdlib-5b4e15f68c7bf626/lib-alloc_no_stdlib' from root:root to runner:runner
2025-08-20T22:07:14.6846159Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-no-stdlib-5b4e15f68c7bf626' from root:root to runner:runner
2025-08-20T22:07:14.6847221Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reedline-4cd0232e87a0dff8/dep-lib-reedline' from root:root to runner:runner
2025-08-20T22:07:14.6848443Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reedline-4cd0232e87a0dff8/lib-reedline.json' from root:root to runner:runner
2025-08-20T22:07:14.6849406Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reedline-4cd0232e87a0dff8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6850405Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reedline-4cd0232e87a0dff8/lib-reedline' from root:root to runner:runner
2025-08-20T22:07:14.6851289Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reedline-4cd0232e87a0dff8' from root:root to runner:runner
2025-08-20T22:07:14.6852243Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ipnet-9bb6d5bdb876969f/lib-ipnet' from root:root to runner:runner
2025-08-20T22:07:14.6853173Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ipnet-9bb6d5bdb876969f/dep-lib-ipnet' from root:root to runner:runner
2025-08-20T22:07:14.6854094Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ipnet-9bb6d5bdb876969f/lib-ipnet.json' from root:root to runner:runner
2025-08-20T22:07:14.6855029Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ipnet-9bb6d5bdb876969f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6855891Z [00:15:35.030]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ipnet-9bb6d5bdb876969f' from root:root to runner:runner
2025-08-20T22:07:14.6856965Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-bf84e19262d516c2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6858359Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-bf84e19262d516c2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6859254Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-bf84e19262d516c2' from root:root to runner:runner
2025-08-20T22:07:14.6860205Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-87a163e52ec4ce13/lib-selectors' from root:root to runner:runner
2025-08-20T22:07:14.6861243Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-87a163e52ec4ce13/lib-selectors.json' from root:root to runner:runner
2025-08-20T22:07:14.6862245Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-87a163e52ec4ce13/dep-lib-selectors' from root:root to runner:runner
2025-08-20T22:07:14.6863201Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-87a163e52ec4ce13/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6864127Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-87a163e52ec4ce13' from root:root to runner:runner
2025-08-20T22:07:14.6865171Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-5f712305010f7ccb/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6866251Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-5f712305010f7ccb/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6867127Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-5f712305010f7ccb' from root:root to runner:runner
2025-08-20T22:07:14.6868304Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-410905c7aba2864d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6869555Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-410905c7aba2864d/lib-snap' from root:root to runner:runner
2025-08-20T22:07:14.6870487Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-410905c7aba2864d/dep-lib-snap' from root:root to runner:runner
2025-08-20T22:07:14.6871404Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-410905c7aba2864d/lib-snap.json' from root:root to runner:runner
2025-08-20T22:07:14.6872261Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-410905c7aba2864d' from root:root to runner:runner
2025-08-20T22:07:14.6873259Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-async-5cfea17bf4f9274d/lib-aws_smithy_async' from root:root to runner:runner
2025-08-20T22:07:14.6874247Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-async-5cfea17bf4f9274d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6875358Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-async-5cfea17bf4f9274d/lib-aws_smithy_async.json' from root:root to runner:runner
2025-08-20T22:07:14.6876422Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-async-5cfea17bf4f9274d/dep-lib-aws_smithy_async' from root:root to runner:runner
2025-08-20T22:07:14.6877336Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-async-5cfea17bf4f9274d' from root:root to runner:runner
2025-08-20T22:07:14.6878697Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d/dep-lib-nu_utils' from root:root to runner:runner
2025-08-20T22:07:14.6879691Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6880714Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d/lib-nu_utils.json' from root:root to runner:runner
2025-08-20T22:07:14.6881639Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d/lib-nu_utils' from root:root to runner:runner
2025-08-20T22:07:14.6882599Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d/output-lib-nu_utils' from root:root to runner:runner
2025-08-20T22:07:14.6883553Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d' from root:root to runner:runner
2025-08-20T22:07:14.6884650Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64ct-fa66f3a4feb1c865/lib-base64ct' from root:root to runner:runner
2025-08-20T22:07:14.6885620Z [00:15:35.031]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64ct-fa66f3a4feb1c865/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6886567Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64ct-fa66f3a4feb1c865/dep-lib-base64ct' from root:root to runner:runner
2025-08-20T22:07:14.6887516Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64ct-fa66f3a4feb1c865/lib-base64ct.json' from root:root to runner:runner
2025-08-20T22:07:14.6888821Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64ct-fa66f3a4feb1c865' from root:root to runner:runner
2025-08-20T22:07:14.6889869Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memchr-587c5ba3bea2f5ab/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:07:14.6890868Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memchr-587c5ba3bea2f5ab/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:07:14.6891814Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memchr-587c5ba3bea2f5ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6892779Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memchr-587c5ba3bea2f5ab/lib-memchr' from root:root to runner:runner
2025-08-20T22:07:14.6893647Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memchr-587c5ba3bea2f5ab' from root:root to runner:runner
2025-08-20T22:07:14.6894657Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/termcolor-6d4eb50635b9c3b1/dep-lib-termcolor' from root:root to runner:runner
2025-08-20T22:07:14.6895621Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/termcolor-6d4eb50635b9c3b1/lib-termcolor.json' from root:root to runner:runner
2025-08-20T22:07:14.6896580Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/termcolor-6d4eb50635b9c3b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6897516Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/termcolor-6d4eb50635b9c3b1/lib-termcolor' from root:root to runner:runner
2025-08-20T22:07:14.6898629Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/termcolor-6d4eb50635b9c3b1' from root:root to runner:runner
2025-08-20T22:07:14.6899564Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-3c0ee802c563c623/lib-libm.json' from root:root to runner:runner
2025-08-20T22:07:14.6900503Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-3c0ee802c563c623/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6901991Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-3c0ee802c563c623/dep-lib-libm' from root:root to runner:runner
2025-08-20T22:07:14.6903134Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-3c0ee802c563c623/lib-libm' from root:root to runner:runner
2025-08-20T22:07:14.6904093Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-3c0ee802c563c623' from root:root to runner:runner
2025-08-20T22:07:14.6905196Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-e84e032023107f80/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6906222Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-e84e032023107f80/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6907141Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-e84e032023107f80' from root:root to runner:runner
2025-08-20T22:07:14.6908365Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-9957f2dbd11e5b6e/lib-libssh2_sys' from root:root to runner:runner
2025-08-20T22:07:14.6909437Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-9957f2dbd11e5b6e/lib-libssh2_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.6910423Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-9957f2dbd11e5b6e/dep-lib-libssh2_sys' from root:root to runner:runner
2025-08-20T22:07:14.6911394Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-9957f2dbd11e5b6e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6912283Z [00:15:35.032]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-9957f2dbd11e5b6e' from root:root to runner:runner
2025-08-20T22:07:14.6913245Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-adler32-5a5ca4a638b1c078/lib-simd_adler32' from root:root to runner:runner
2025-08-20T22:07:14.6914224Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-adler32-5a5ca4a638b1c078/dep-lib-simd_adler32' from root:root to runner:runner
2025-08-20T22:07:14.6915192Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-adler32-5a5ca4a638b1c078/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6916166Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-adler32-5a5ca4a638b1c078/lib-simd_adler32.json' from root:root to runner:runner
2025-08-20T22:07:14.6917051Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-adler32-5a5ca4a638b1c078' from root:root to runner:runner
2025-08-20T22:07:14.6918260Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/url-87a9d79468950076/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6919257Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/url-87a9d79468950076/lib-url.json' from root:root to runner:runner
2025-08-20T22:07:14.6920165Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/url-87a9d79468950076/dep-lib-url' from root:root to runner:runner
2025-08-20T22:07:14.6921102Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/url-87a9d79468950076/lib-url' from root:root to runner:runner
2025-08-20T22:07:14.6921956Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/url-87a9d79468950076' from root:root to runner:runner
2025-08-20T22:07:14.6922945Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-io-191c9c23aab3cad1/lib-polars_io' from root:root to runner:runner
2025-08-20T22:07:14.6923906Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-io-191c9c23aab3cad1/dep-lib-polars_io' from root:root to runner:runner
2025-08-20T22:07:14.6924869Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-io-191c9c23aab3cad1/lib-polars_io.json' from root:root to runner:runner
2025-08-20T22:07:14.6925829Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-io-191c9c23aab3cad1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6926707Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-io-191c9c23aab3cad1' from root:root to runner:runner
2025-08-20T22:07:14.6927635Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strsim-47b4338863dd4805/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:07:14.6928909Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strsim-47b4338863dd4805/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6929829Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strsim-47b4338863dd4805/lib-strsim' from root:root to runner:runner
2025-08-20T22:07:14.6930755Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strsim-47b4338863dd4805/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:07:14.6931718Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strsim-47b4338863dd4805' from root:root to runner:runner
2025-08-20T22:07:14.6932737Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-cb8016289642c2ca/lib-polars_utils' from root:root to runner:runner
2025-08-20T22:07:14.6933717Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-cb8016289642c2ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6934749Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-cb8016289642c2ca/dep-lib-polars_utils' from root:root to runner:runner
2025-08-20T22:07:14.6935735Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-cb8016289642c2ca/lib-polars_utils.json' from root:root to runner:runner
2025-08-20T22:07:14.6936674Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-cb8016289642c2ca' from root:root to runner:runner
2025-08-20T22:07:14.6937621Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-2c07cd69558b06e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6938701Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-2c07cd69558b06e1/dep-lib-backtrace' from root:root to runner:runner
2025-08-20T22:07:14.6939658Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-2c07cd69558b06e1/lib-backtrace.json' from root:root to runner:runner
2025-08-20T22:07:14.6940634Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-2c07cd69558b06e1/lib-backtrace' from root:root to runner:runner
2025-08-20T22:07:14.6941523Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-2c07cd69558b06e1' from root:root to runner:runner
2025-08-20T22:07:14.6942562Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-5bc802513c775060/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6943577Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-5bc802513c775060/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6944425Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-5bc802513c775060' from root:root to runner:runner
2025-08-20T22:07:14.6945441Z [00:15:35.033]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8/lib-nu_cli.json' from root:root to runner:runner
2025-08-20T22:07:14.6946432Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8/output-lib-nu_cli' from root:root to runner:runner
2025-08-20T22:07:14.6947361Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8/dep-lib-nu_cli' from root:root to runner:runner
2025-08-20T22:07:14.6948632Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6949563Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8/lib-nu_cli' from root:root to runner:runner
2025-08-20T22:07:14.6950487Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8' from root:root to runner:runner
2025-08-20T22:07:14.6951719Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-epoch-19f39cf11b6698c7/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T22:07:14.6952737Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-epoch-19f39cf11b6698c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6953778Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-epoch-19f39cf11b6698c7/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:07:14.6954763Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-epoch-19f39cf11b6698c7/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:07:14.6955675Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-epoch-19f39cf11b6698c7' from root:root to runner:runner
2025-08-20T22:07:14.6956815Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-873d8c7509a23a1c/lib-phf_shared' from root:root to runner:runner
2025-08-20T22:07:14.6957908Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-873d8c7509a23a1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6958876Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-873d8c7509a23a1c/lib-phf_shared.json' from root:root to runner:runner
2025-08-20T22:07:14.6959927Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-873d8c7509a23a1c/dep-lib-phf_shared' from root:root to runner:runner
2025-08-20T22:07:14.6960864Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-873d8c7509a23a1c' from root:root to runner:runner
2025-08-20T22:07:14.6961775Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler2-6e3a5d6b4398707b/lib-adler2' from root:root to runner:runner
2025-08-20T22:07:14.6962764Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler2-6e3a5d6b4398707b/dep-lib-adler2' from root:root to runner:runner
2025-08-20T22:07:14.6963716Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler2-6e3a5d6b4398707b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6964692Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler2-6e3a5d6b4398707b/lib-adler2.json' from root:root to runner:runner
2025-08-20T22:07:14.6965556Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler2-6e3a5d6b4398707b' from root:root to runner:runner
2025-08-20T22:07:14.6966492Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/subtle-def2060a7e288ba7/lib-subtle.json' from root:root to runner:runner
2025-08-20T22:07:14.6967439Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/subtle-def2060a7e288ba7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6968970Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/subtle-def2060a7e288ba7/dep-lib-subtle' from root:root to runner:runner
2025-08-20T22:07:14.6970225Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/subtle-def2060a7e288ba7/lib-subtle' from root:root to runner:runner
2025-08-20T22:07:14.6971301Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/subtle-def2060a7e288ba7' from root:root to runner:runner
2025-08-20T22:07:14.6972272Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-8d76cdd76aa82baf/lib-mime_guess.json' from root:root to runner:runner
2025-08-20T22:07:14.6973231Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-8d76cdd76aa82baf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6974266Z [00:15:35.034]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-8d76cdd76aa82baf/lib-mime_guess' from root:root to runner:runner
2025-08-20T22:07:14.6975281Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-8d76cdd76aa82baf/dep-lib-mime_guess' from root:root to runner:runner
2025-08-20T22:07:14.6976160Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-8d76cdd76aa82baf' from root:root to runner:runner
2025-08-20T22:07:14.6977148Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/float-cmp-05cf4e98501e2c7b/lib-float_cmp' from root:root to runner:runner
2025-08-20T22:07:14.6978245Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/float-cmp-05cf4e98501e2c7b/lib-float_cmp.json' from root:root to runner:runner
2025-08-20T22:07:14.6979267Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/float-cmp-05cf4e98501e2c7b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6980221Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/float-cmp-05cf4e98501e2c7b/dep-lib-float_cmp' from root:root to runner:runner
2025-08-20T22:07:14.6981098Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/float-cmp-05cf4e98501e2c7b' from root:root to runner:runner
2025-08-20T22:07:14.6982135Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-1cc9fc2f720baa6a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.6983161Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-1cc9fc2f720baa6a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.6984027Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-1cc9fc2f720baa6a' from root:root to runner:runner
2025-08-20T22:07:14.6985024Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-4dd45923b59e2689/lib-serde_json' from root:root to runner:runner
2025-08-20T22:07:14.6985984Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-4dd45923b59e2689/lib-serde_json.json' from root:root to runner:runner
2025-08-20T22:07:14.6986929Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-4dd45923b59e2689/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6988158Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-4dd45923b59e2689/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T22:07:14.6989044Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-4dd45923b59e2689' from root:root to runner:runner
2025-08-20T22:07:14.6990044Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sso-e95fdc0ed4325168/lib-aws_sdk_sso.json' from root:root to runner:runner
2025-08-20T22:07:14.6991093Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sso-e95fdc0ed4325168/dep-lib-aws_sdk_sso' from root:root to runner:runner
2025-08-20T22:07:14.6992051Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sso-e95fdc0ed4325168/lib-aws_sdk_sso' from root:root to runner:runner
2025-08-20T22:07:14.6993064Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sso-e95fdc0ed4325168/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6993948Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sso-e95fdc0ed4325168' from root:root to runner:runner
2025-08-20T22:07:14.6994914Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate_lz77-d404e13fbc908005/lib-libflate_lz77' from root:root to runner:runner
2025-08-20T22:07:14.6995881Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate_lz77-d404e13fbc908005/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.6996866Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate_lz77-d404e13fbc908005/dep-lib-libflate_lz77' from root:root to runner:runner
2025-08-20T22:07:14.6997961Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate_lz77-d404e13fbc908005/lib-libflate_lz77.json' from root:root to runner:runner
2025-08-20T22:07:14.6998914Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate_lz77-d404e13fbc908005' from root:root to runner:runner
2025-08-20T22:07:14.6999823Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gimli-5542d876b8d4336f/lib-gimli' from root:root to runner:runner
2025-08-20T22:07:14.7000739Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gimli-5542d876b8d4336f/dep-lib-gimli' from root:root to runner:runner
2025-08-20T22:07:14.7002291Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gimli-5542d876b8d4336f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7003866Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gimli-5542d876b8d4336f/lib-gimli.json' from root:root to runner:runner
2025-08-20T22:07:14.7005331Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gimli-5542d876b8d4336f' from root:root to runner:runner
2025-08-20T22:07:14.7007072Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-0a6cf909067e6955/dep-lib-tokio_rustls' from root:root to runner:runner
2025-08-20T22:07:14.7009040Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-0a6cf909067e6955/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7010866Z [00:15:35.035]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-0a6cf909067e6955/lib-tokio_rustls.json' from root:root to runner:runner
2025-08-20T22:07:14.7012687Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-0a6cf909067e6955/lib-tokio_rustls' from root:root to runner:runner
2025-08-20T22:07:14.7014343Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-0a6cf909067e6955' from root:root to runner:runner
2025-08-20T22:07:14.7015850Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uuid-aaefcdd53ce6461f/dep-lib-uuid' from root:root to runner:runner
2025-08-20T22:07:14.7017501Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uuid-aaefcdd53ce6461f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7019317Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uuid-aaefcdd53ce6461f/lib-uuid.json' from root:root to runner:runner
2025-08-20T22:07:14.7021102Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uuid-aaefcdd53ce6461f/lib-uuid' from root:root to runner:runner
2025-08-20T22:07:14.7022244Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uuid-aaefcdd53ce6461f' from root:root to runner:runner
2025-08-20T22:07:14.7023319Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-document-1e8842a422381c6f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7024416Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-document-1e8842a422381c6f/lib-sxd_document' from root:root to runner:runner
2025-08-20T22:07:14.7025408Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-document-1e8842a422381c6f/dep-lib-sxd_document' from root:root to runner:runner
2025-08-20T22:07:14.7026388Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-document-1e8842a422381c6f/lib-sxd_document.json' from root:root to runner:runner
2025-08-20T22:07:14.7027353Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-document-1e8842a422381c6f' from root:root to runner:runner
2025-08-20T22:07:14.7028852Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot-84dfbf221af39c77/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T22:07:14.7029951Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot-84dfbf221af39c77/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7030925Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot-84dfbf221af39c77/lib-parking_lot' from root:root to runner:runner
2025-08-20T22:07:14.7031911Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot-84dfbf221af39c77/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T22:07:14.7032815Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot-84dfbf221af39c77' from root:root to runner:runner
2025-08-20T22:07:14.7033755Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ethnum-9358e7cc56614dee/lib-ethnum.json' from root:root to runner:runner
2025-08-20T22:07:14.7034676Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ethnum-9358e7cc56614dee/lib-ethnum' from root:root to runner:runner
2025-08-20T22:07:14.7035826Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ethnum-9358e7cc56614dee/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7037559Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ethnum-9358e7cc56614dee/dep-lib-ethnum' from root:root to runner:runner
2025-08-20T22:07:14.7039163Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ethnum-9358e7cc56614dee' from root:root to runner:runner
2025-08-20T22:07:14.7040521Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-io-555b964945978c09/lib-futures_io' from root:root to runner:runner
2025-08-20T22:07:14.7041542Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-io-555b964945978c09/lib-futures_io.json' from root:root to runner:runner
2025-08-20T22:07:14.7042517Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-io-555b964945978c09/dep-lib-futures_io' from root:root to runner:runner
2025-08-20T22:07:14.7043554Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-io-555b964945978c09/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7044446Z [00:15:35.036]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-io-555b964945978c09' from root:root to runner:runner
2025-08-20T22:07:14.7045482Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-5389b2ffac1aaeb2/lib-libsqlite3_sys' from root:root to runner:runner
2025-08-20T22:07:14.7046494Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-5389b2ffac1aaeb2/lib-libsqlite3_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.7047489Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-5389b2ffac1aaeb2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7048679Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-5389b2ffac1aaeb2/dep-lib-libsqlite3_sys' from root:root to runner:runner
2025-08-20T22:07:14.7049592Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-5389b2ffac1aaeb2' from root:root to runner:runner
2025-08-20T22:07:14.7050607Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-protocol-cbe3887668f111db/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7051715Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-protocol-cbe3887668f111db/lib-nu_plugin_protocol.json' from root:root to runner:runner
2025-08-20T22:07:14.7052721Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-protocol-cbe3887668f111db/lib-nu_plugin_protocol' from root:root to runner:runner
2025-08-20T22:07:14.7053750Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-protocol-cbe3887668f111db/dep-lib-nu_plugin_protocol' from root:root to runner:runner
2025-08-20T22:07:14.7054729Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-protocol-cbe3887668f111db' from root:root to runner:runner
2025-08-20T22:07:14.7055672Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ego-tree-4b067884b93619a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7056612Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ego-tree-4b067884b93619a7/dep-lib-ego_tree' from root:root to runner:runner
2025-08-20T22:07:14.7057601Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ego-tree-4b067884b93619a7/lib-ego_tree.json' from root:root to runner:runner
2025-08-20T22:07:14.7058713Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ego-tree-4b067884b93619a7/lib-ego_tree' from root:root to runner:runner
2025-08-20T22:07:14.7059657Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ego-tree-4b067884b93619a7' from root:root to runner:runner
2025-08-20T22:07:14.7060625Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-ebf45e1669754a3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7061555Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-ebf45e1669754a3e/lib-zerocopy' from root:root to runner:runner
2025-08-20T22:07:14.7062499Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-ebf45e1669754a3e/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T22:07:14.7063455Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-ebf45e1669754a3e/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T22:07:14.7064338Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-ebf45e1669754a3e' from root:root to runner:runner
2025-08-20T22:07:14.7065369Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-48bbc7de4647331c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7066311Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-48bbc7de4647331c/lib-webpki' from root:root to runner:runner
2025-08-20T22:07:14.7067301Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-48bbc7de4647331c/dep-lib-webpki' from root:root to runner:runner
2025-08-20T22:07:14.7068636Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-48bbc7de4647331c/lib-webpki.json' from root:root to runner:runner
2025-08-20T22:07:14.7069551Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-48bbc7de4647331c' from root:root to runner:runner
2025-08-20T22:07:14.7070523Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-command-8bda19ea2fa375f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7071584Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-command-8bda19ea2fa375f8/output-lib-nu_command' from root:root to runner:runner
2025-08-20T22:07:14.7072471Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-command-8bda19ea2fa375f8' from root:root to runner:runner
2025-08-20T22:07:14.7073499Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-channel-984ee4f1e05ad5f3/lib-async_channel' from root:root to runner:runner
2025-08-20T22:07:14.7074473Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-channel-984ee4f1e05ad5f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7075464Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-channel-984ee4f1e05ad5f3/lib-async_channel.json' from root:root to runner:runner
2025-08-20T22:07:14.7076448Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-channel-984ee4f1e05ad5f3/dep-lib-async_channel' from root:root to runner:runner
2025-08-20T22:07:14.7077338Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-channel-984ee4f1e05ad5f3' from root:root to runner:runner
2025-08-20T22:07:14.7078525Z [00:15:35.037]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mkdir-8215f9ef6f5bb6d9/lib-uu_mkdir.json' from root:root to runner:runner
2025-08-20T22:07:14.7079566Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mkdir-8215f9ef6f5bb6d9/lib-uu_mkdir' from root:root to runner:runner
2025-08-20T22:07:14.7080527Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mkdir-8215f9ef6f5bb6d9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7081477Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mkdir-8215f9ef6f5bb6d9/dep-lib-uu_mkdir' from root:root to runner:runner
2025-08-20T22:07:14.7082403Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mkdir-8215f9ef6f5bb6d9' from root:root to runner:runner
2025-08-20T22:07:14.7083393Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tower-service-da3b80c2dd45bff6/lib-tower_service' from root:root to runner:runner
2025-08-20T22:07:14.7084377Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tower-service-da3b80c2dd45bff6/dep-lib-tower_service' from root:root to runner:runner
2025-08-20T22:07:14.7085407Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tower-service-da3b80c2dd45bff6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7086402Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tower-service-da3b80c2dd45bff6/lib-tower_service.json' from root:root to runner:runner
2025-08-20T22:07:14.7087358Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tower-service-da3b80c2dd45bff6' from root:root to runner:runner
2025-08-20T22:07:14.7088402Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-68d42ba4c7bcdee8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7089514Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-68d42ba4c7bcdee8/lib-h2' from root:root to runner:runner
2025-08-20T22:07:14.7090866Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-68d42ba4c7bcdee8/lib-h2.json' from root:root to runner:runner
2025-08-20T22:07:14.7092468Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-68d42ba4c7bcdee8/dep-lib-h2' from root:root to runner:runner
2025-08-20T22:07:14.7093385Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-68d42ba4c7bcdee8' from root:root to runner:runner
2025-08-20T22:07:14.7094666Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/file-id-23be9a1dce6f4a30/lib-file_id.json' from root:root to runner:runner
2025-08-20T22:07:14.7095627Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/file-id-23be9a1dce6f4a30/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7096553Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/file-id-23be9a1dce6f4a30/lib-file_id' from root:root to runner:runner
2025-08-20T22:07:14.7097575Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/file-id-23be9a1dce6f4a30/dep-lib-file_id' from root:root to runner:runner
2025-08-20T22:07:14.7098689Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/file-id-23be9a1dce6f4a30' from root:root to runner:runner
2025-08-20T22:07:14.7099691Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-16fbcb17ebe866ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7100773Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-16fbcb17ebe866ca/bin-nu_plugin_example' from root:root to runner:runner
2025-08-20T22:07:14.7101797Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-16fbcb17ebe866ca/bin-nu_plugin_example.json' from root:root to runner:runner
2025-08-20T22:07:14.7102866Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-16fbcb17ebe866ca/dep-bin-nu_plugin_example' from root:root to runner:runner
2025-08-20T22:07:14.7103783Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-16fbcb17ebe866ca' from root:root to runner:runner
2025-08-20T22:07:14.7104735Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-table-0088595a2ede17d5/lib-nu_table.json' from root:root to runner:runner
2025-08-20T22:07:14.7105692Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-table-0088595a2ede17d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7106809Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-table-0088595a2ede17d5/dep-lib-nu_table' from root:root to runner:runner
2025-08-20T22:07:14.7107955Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-table-0088595a2ede17d5/lib-nu_table' from root:root to runner:runner
2025-08-20T22:07:14.7109129Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-table-0088595a2ede17d5' from root:root to runner:runner
2025-08-20T22:07:14.7110325Z [00:15:35.038]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-c1bc0cdea0ee528c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7111761Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-c1bc0cdea0ee528c/lib-rustix.json' from root:root to runner:runner
2025-08-20T22:07:14.7112832Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-c1bc0cdea0ee528c/lib-rustix' from root:root to runner:runner
2025-08-20T22:07:14.7113781Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-c1bc0cdea0ee528c/dep-lib-rustix' from root:root to runner:runner
2025-08-20T22:07:14.7114658Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-c1bc0cdea0ee528c' from root:root to runner:runner
2025-08-20T22:07:14.7115693Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-2b549322f45a6531/lib-quick_error' from root:root to runner:runner
2025-08-20T22:07:14.7116681Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-2b549322f45a6531/lib-quick_error.json' from root:root to runner:runner
2025-08-20T22:07:14.7117695Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-2b549322f45a6531/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7119009Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-2b549322f45a6531/dep-lib-quick_error' from root:root to runner:runner
2025-08-20T22:07:14.7120012Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-2b549322f45a6531' from root:root to runner:runner
2025-08-20T22:07:14.7121689Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sys-locale-e2a08779000bc6d1/lib-sys_locale.json' from root:root to runner:runner
2025-08-20T22:07:14.7123462Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sys-locale-e2a08779000bc6d1/dep-lib-sys_locale' from root:root to runner:runner
2025-08-20T22:07:14.7124982Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sys-locale-e2a08779000bc6d1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7126023Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sys-locale-e2a08779000bc6d1/lib-sys_locale' from root:root to runner:runner
2025-08-20T22:07:14.7126921Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sys-locale-e2a08779000bc6d1' from root:root to runner:runner
2025-08-20T22:07:14.7128179Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/untrusted-ecffa424b719da75/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7129174Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/untrusted-ecffa424b719da75/lib-untrusted.json' from root:root to runner:runner
2025-08-20T22:07:14.7130462Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/untrusted-ecffa424b719da75/dep-lib-untrusted' from root:root to runner:runner
2025-08-20T22:07:14.7132353Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/untrusted-ecffa424b719da75/lib-untrusted' from root:root to runner:runner
2025-08-20T22:07:14.7133997Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/untrusted-ecffa424b719da75' from root:root to runner:runner
2025-08-20T22:07:14.7135934Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-format-2c974967b44af547/dep-lib-polars_parquet_format' from root:root to runner:runner
2025-08-20T22:07:14.7138076Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-format-2c974967b44af547/lib-polars_parquet_format' from root:root to runner:runner
2025-08-20T22:07:14.7139934Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-format-2c974967b44af547/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7141921Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-format-2c974967b44af547/lib-polars_parquet_format.json' from root:root to runner:runner
2025-08-20T22:07:14.7143630Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-format-2c974967b44af547' from root:root to runner:runner
2025-08-20T22:07:14.7145372Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-server-1b8340eea542f60d/dep-lib-lsp_server' from root:root to runner:runner
2025-08-20T22:07:14.7147258Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-server-1b8340eea542f60d/lib-lsp_server.json' from root:root to runner:runner
2025-08-20T22:07:14.7148666Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-server-1b8340eea542f60d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7149645Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-server-1b8340eea542f60d/lib-lsp_server' from root:root to runner:runner
2025-08-20T22:07:14.7150627Z [00:15:35.039]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-server-1b8340eea542f60d' from root:root to runner:runner
2025-08-20T22:07:14.7151595Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/compact_str-a77465cb62671a7b/lib-compact_str' from root:root to runner:runner
2025-08-20T22:07:14.7152619Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/compact_str-a77465cb62671a7b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7153583Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/compact_str-a77465cb62671a7b/lib-compact_str.json' from root:root to runner:runner
2025-08-20T22:07:14.7154550Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/compact_str-a77465cb62671a7b/dep-lib-compact_str' from root:root to runner:runner
2025-08-20T22:07:14.7155426Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/compact_str-a77465cb62671a7b' from root:root to runner:runner
2025-08-20T22:07:14.7156394Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-c96d4e425b957897/lib-rust_embed.json' from root:root to runner:runner
2025-08-20T22:07:14.7157337Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-c96d4e425b957897/lib-rust_embed' from root:root to runner:runner
2025-08-20T22:07:14.7158525Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-c96d4e425b957897/dep-lib-rust_embed' from root:root to runner:runner
2025-08-20T22:07:14.7159508Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-c96d4e425b957897/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7160446Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-c96d4e425b957897' from root:root to runner:runner
2025-08-20T22:07:14.7161758Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cpufeatures-4cd02f6d3bc04380/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T22:07:14.7162829Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cpufeatures-4cd02f6d3bc04380/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T22:07:14.7163794Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cpufeatures-4cd02f6d3bc04380/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7164813Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cpufeatures-4cd02f6d3bc04380/lib-cpufeatures' from root:root to runner:runner
2025-08-20T22:07:14.7165935Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cpufeatures-4cd02f6d3bc04380' from root:root to runner:runner
2025-08-20T22:07:14.7167042Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-registry-95fe9393f93bbd05/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7168227Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-registry-95fe9393f93bbd05/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T22:07:14.7169314Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-registry-95fe9393f93bbd05/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:07:14.7170362Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-registry-95fe9393f93bbd05/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:07:14.7171299Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-registry-95fe9393f93bbd05' from root:root to runner:runner
2025-08-20T22:07:14.7172371Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-a150b0aa07d39af1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7173401Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-a150b0aa07d39af1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7174284Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-a150b0aa07d39af1' from root:root to runner:runner
2025-08-20T22:07:14.7175343Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e/dep-lib-nu_cmd_plugin' from root:root to runner:runner
2025-08-20T22:07:14.7177003Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7179018Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e/lib-nu_cmd_plugin.json' from root:root to runner:runner
2025-08-20T22:07:14.7180975Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e/output-lib-nu_cmd_plugin' from root:root to runner:runner
2025-08-20T22:07:14.7182750Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e/lib-nu_cmd_plugin' from root:root to runner:runner
2025-08-20T22:07:14.7184386Z [00:15:35.040]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e' from root:root to runner:runner
2025-08-20T22:07:14.7186303Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-5f2752fbc8ec8cc1/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:07:14.7188257Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-5f2752fbc8ec8cc1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7190092Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-5f2752fbc8ec8cc1/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T22:07:14.7191893Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-5f2752fbc8ec8cc1/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:07:14.7193535Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-5f2752fbc8ec8cc1' from root:root to runner:runner
2025-08-20T22:07:14.7195330Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-a04b20f02337a2d8/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:07:14.7197131Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-a04b20f02337a2d8/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:07:14.7199007Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-a04b20f02337a2d8/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:07:14.7200962Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-a04b20f02337a2d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7202675Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-a04b20f02337a2d8' from root:root to runner:runner
2025-08-20T22:07:14.7204431Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime-961a7ea6c9eb0c17/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7206262Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime-961a7ea6c9eb0c17/dep-lib-mime' from root:root to runner:runner
2025-08-20T22:07:14.7208162Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime-961a7ea6c9eb0c17/lib-mime.json' from root:root to runner:runner
2025-08-20T22:07:14.7209897Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime-961a7ea6c9eb0c17/lib-mime' from root:root to runner:runner
2025-08-20T22:07:14.7211573Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime-961a7ea6c9eb0c17' from root:root to runner:runner
2025-08-20T22:07:14.7213401Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typed-arena-d289dec78accf75f/lib-typed_arena.json' from root:root to runner:runner
2025-08-20T22:07:14.7215176Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typed-arena-d289dec78accf75f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7216937Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typed-arena-d289dec78accf75f/dep-lib-typed_arena' from root:root to runner:runner
2025-08-20T22:07:14.7218867Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typed-arena-d289dec78accf75f/lib-typed_arena' from root:root to runner:runner
2025-08-20T22:07:14.7220518Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typed-arena-d289dec78accf75f' from root:root to runner:runner
2025-08-20T22:07:14.7222204Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/addr2line-9595c82e770d90da/dep-lib-addr2line' from root:root to runner:runner
2025-08-20T22:07:14.7223732Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/addr2line-9595c82e770d90da/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7224868Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/addr2line-9595c82e770d90da/lib-addr2line' from root:root to runner:runner
2025-08-20T22:07:14.7225933Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/addr2line-9595c82e770d90da/lib-addr2line.json' from root:root to runner:runner
2025-08-20T22:07:14.7226831Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/addr2line-9595c82e770d90da' from root:root to runner:runner
2025-08-20T22:07:14.7228168Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pure-rust-locales-93366b09b4054ded/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7229227Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pure-rust-locales-93366b09b4054ded/lib-pure_rust_locales' from root:root to runner:runner
2025-08-20T22:07:14.7230324Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pure-rust-locales-93366b09b4054ded/lib-pure_rust_locales.json' from root:root to runner:runner
2025-08-20T22:07:14.7231347Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pure-rust-locales-93366b09b4054ded/dep-lib-pure_rust_locales' from root:root to runner:runner
2025-08-20T22:07:14.7232267Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pure-rust-locales-93366b09b4054ded' from root:root to runner:runner
2025-08-20T22:07:14.7233235Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/downcast-rs-daab5685abe555b2/lib-downcast_rs' from root:root to runner:runner
2025-08-20T22:07:14.7234357Z [00:15:35.041]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/downcast-rs-daab5685abe555b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7235353Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/downcast-rs-daab5685abe555b2/dep-lib-downcast_rs' from root:root to runner:runner
2025-08-20T22:07:14.7236554Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/downcast-rs-daab5685abe555b2/lib-downcast_rs.json' from root:root to runner:runner
2025-08-20T22:07:14.7237668Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/downcast-rs-daab5685abe555b2' from root:root to runner:runner
2025-08-20T22:07:14.7238756Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/now-c81131046f4d1bb6/dep-lib-now' from root:root to runner:runner
2025-08-20T22:07:14.7239767Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/now-c81131046f4d1bb6/lib-now.json' from root:root to runner:runner
2025-08-20T22:07:14.7240802Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/now-c81131046f4d1bb6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7241691Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/now-c81131046f4d1bb6/lib-now' from root:root to runner:runner
2025-08-20T22:07:14.7242595Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/now-c81131046f4d1bb6' from root:root to runner:runner
2025-08-20T22:07:14.7243819Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/open-53d78a52954cfbe3/lib-open.json' from root:root to runner:runner
2025-08-20T22:07:14.7245604Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/open-53d78a52954cfbe3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7247240Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/open-53d78a52954cfbe3/dep-lib-open' from root:root to runner:runner
2025-08-20T22:07:14.7248649Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/open-53d78a52954cfbe3/lib-open' from root:root to runner:runner
2025-08-20T22:07:14.7249535Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/open-53d78a52954cfbe3' from root:root to runner:runner
2025-08-20T22:07:14.7250460Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ryu-783c6cb289bf7403/dep-lib-ryu' from root:root to runner:runner
2025-08-20T22:07:14.7251342Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ryu-783c6cb289bf7403/lib-ryu' from root:root to runner:runner
2025-08-20T22:07:14.7252283Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ryu-783c6cb289bf7403/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7253201Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ryu-783c6cb289bf7403/lib-ryu.json' from root:root to runner:runner
2025-08-20T22:07:14.7254065Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ryu-783c6cb289bf7403' from root:root to runner:runner
2025-08-20T22:07:14.7255240Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-9affbd028ae8f7aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7257186Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-9affbd028ae8f7aa/lib-polars_plan' from root:root to runner:runner
2025-08-20T22:07:14.7259189Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-9affbd028ae8f7aa/lib-polars_plan.json' from root:root to runner:runner
2025-08-20T22:07:14.7260987Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-9affbd028ae8f7aa/dep-lib-polars_plan' from root:root to runner:runner
2025-08-20T22:07:14.7262217Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-9affbd028ae8f7aa' from root:root to runner:runner
2025-08-20T22:07:14.7263213Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lean_string-dd80437c2ee38581/lib-lean_string.json' from root:root to runner:runner
2025-08-20T22:07:14.7264244Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lean_string-dd80437c2ee38581/lib-lean_string' from root:root to runner:runner
2025-08-20T22:07:14.7265240Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lean_string-dd80437c2ee38581/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7266213Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lean_string-dd80437c2ee38581/dep-lib-lean_string' from root:root to runner:runner
2025-08-20T22:07:14.7267102Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lean_string-dd80437c2ee38581' from root:root to runner:runner
2025-08-20T22:07:14.7268353Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayvec-34958b1da5b2639e/lib-arrayvec.json' from root:root to runner:runner
2025-08-20T22:07:14.7269363Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayvec-34958b1da5b2639e/dep-lib-arrayvec' from root:root to runner:runner
2025-08-20T22:07:14.7270424Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayvec-34958b1da5b2639e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7272146Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayvec-34958b1da5b2639e/lib-arrayvec' from root:root to runner:runner
2025-08-20T22:07:14.7273902Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayvec-34958b1da5b2639e' from root:root to runner:runner
2025-08-20T22:07:14.7275824Z [00:15:35.042]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/minimal-lexical-cd352522f2381349/lib-minimal_lexical.json' from root:root to runner:runner
2025-08-20T22:07:14.7278009Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/minimal-lexical-cd352522f2381349/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7280012Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/minimal-lexical-cd352522f2381349/lib-minimal_lexical' from root:root to runner:runner
2025-08-20T22:07:14.7281901Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/minimal-lexical-cd352522f2381349/dep-lib-minimal_lexical' from root:root to runner:runner
2025-08-20T22:07:14.7283598Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/minimal-lexical-cd352522f2381349' from root:root to runner:runner
2025-08-20T22:07:14.7285404Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler32-99defbd1a2ae2174/dep-lib-adler32' from root:root to runner:runner
2025-08-20T22:07:14.7287137Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler32-99defbd1a2ae2174/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7289015Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler32-99defbd1a2ae2174/lib-adler32' from root:root to runner:runner
2025-08-20T22:07:14.7290772Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler32-99defbd1a2ae2174/lib-adler32.json' from root:root to runner:runner
2025-08-20T22:07:14.7292401Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler32-99defbd1a2ae2174' from root:root to runner:runner
2025-08-20T22:07:14.7294218Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-utils-59b4b8ae1f9e0280/lib-bytes_utils.json' from root:root to runner:runner
2025-08-20T22:07:14.7296024Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-utils-59b4b8ae1f9e0280/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7298053Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-utils-59b4b8ae1f9e0280/dep-lib-bytes_utils' from root:root to runner:runner
2025-08-20T22:07:14.7300031Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-utils-59b4b8ae1f9e0280/lib-bytes_utils' from root:root to runner:runner
2025-08-20T22:07:14.7301790Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-utils-59b4b8ae1f9e0280' from root:root to runner:runner
2025-08-20T22:07:14.7303556Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-333ec96fa5cd48e2/dep-lib-curl_sys' from root:root to runner:runner
2025-08-20T22:07:14.7305414Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-333ec96fa5cd48e2/lib-curl_sys' from root:root to runner:runner
2025-08-20T22:07:14.7307247Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-333ec96fa5cd48e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7309251Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-333ec96fa5cd48e2/lib-curl_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.7311031Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-333ec96fa5cd48e2' from root:root to runner:runner
2025-08-20T22:07:14.7312811Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-44868b69461deb74/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7314501Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-44868b69461deb74/lib-typeid' from root:root to runner:runner
2025-08-20T22:07:14.7316246Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-44868b69461deb74/dep-lib-typeid' from root:root to runner:runner
2025-08-20T22:07:14.7318193Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-44868b69461deb74/lib-typeid.json' from root:root to runner:runner
2025-08-20T22:07:14.7319852Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-44868b69461deb74' from root:root to runner:runner
2025-08-20T22:07:14.7321847Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-7452e9a3da0e09b1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7323896Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-7452e9a3da0e09b1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7325754Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-7452e9a3da0e09b1' from root:root to runner:runner
2025-08-20T22:07:14.7328054Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a/output-lib-nu_pretty_hex' from root:root to runner:runner
2025-08-20T22:07:14.7330105Z [00:15:35.043]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a/lib-nu_pretty_hex' from root:root to runner:runner
2025-08-20T22:07:14.7332149Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7334049Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a/dep-lib-nu_pretty_hex' from root:root to runner:runner
2025-08-20T22:07:14.7336065Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a/lib-nu_pretty_hex.json' from root:root to runner:runner
2025-08-20T22:07:14.7337712Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a' from root:root to runner:runner
2025-08-20T22:07:14.7339174Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-stream-9c42f560f406f5da/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7340254Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-stream-9c42f560f406f5da/lib-async_stream.json' from root:root to runner:runner
2025-08-20T22:07:14.7341386Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-stream-9c42f560f406f5da/dep-lib-async_stream' from root:root to runner:runner
2025-08-20T22:07:14.7351583Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-stream-9c42f560f406f5da/lib-async_stream' from root:root to runner:runner
2025-08-20T22:07:14.7353330Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-stream-9c42f560f406f5da' from root:root to runner:runner
2025-08-20T22:07:14.7355245Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-ca3af3bfe14d8d48/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7356947Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-ca3af3bfe14d8d48/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7358315Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-ca3af3bfe14d8d48' from root:root to runner:runner
2025-08-20T22:07:14.7359522Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-4c90b4735dd5e28f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7360592Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-4c90b4735dd5e28f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7361579Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-4c90b4735dd5e28f' from root:root to runner:runner
2025-08-20T22:07:14.7362568Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/erased-serde-801ba5c67cf17840/lib-erased_serde.json' from root:root to runner:runner
2025-08-20T22:07:14.7363609Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/erased-serde-801ba5c67cf17840/dep-lib-erased_serde' from root:root to runner:runner
2025-08-20T22:07:14.7364587Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/erased-serde-801ba5c67cf17840/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7365559Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/erased-serde-801ba5c67cf17840/lib-erased_serde' from root:root to runner:runner
2025-08-20T22:07:14.7366466Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/erased-serde-801ba5c67cf17840' from root:root to runner:runner
2025-08-20T22:07:14.7367363Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trash-04167802cfb69fe7/lib-trash' from root:root to runner:runner
2025-08-20T22:07:14.7368496Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trash-04167802cfb69fe7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7369423Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trash-04167802cfb69fe7/dep-lib-trash' from root:root to runner:runner
2025-08-20T22:07:14.7370351Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trash-04167802cfb69fe7/lib-trash.json' from root:root to runner:runner
2025-08-20T22:07:14.7371227Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trash-04167802cfb69fe7' from root:root to runner:runner
2025-08-20T22:07:14.7372395Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-e2e0038a98dc1840/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7373515Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-e2e0038a98dc1840/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7374411Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-e2e0038a98dc1840' from root:root to runner:runner
2025-08-20T22:07:14.7375459Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trim-in-place-cb3975682a90f866/dep-lib-trim_in_place' from root:root to runner:runner
2025-08-20T22:07:14.7376428Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trim-in-place-cb3975682a90f866/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7377462Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trim-in-place-cb3975682a90f866/lib-trim_in_place.json' from root:root to runner:runner
2025-08-20T22:07:14.7378971Z [00:15:35.044]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trim-in-place-cb3975682a90f866/lib-trim_in_place' from root:root to runner:runner
2025-08-20T22:07:14.7380562Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trim-in-place-cb3975682a90f866' from root:root to runner:runner
2025-08-20T22:07:14.7382415Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-9e8ff36aab83c304/lib-quick_error' from root:root to runner:runner
2025-08-20T22:07:14.7384644Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-9e8ff36aab83c304/lib-quick_error.json' from root:root to runner:runner
2025-08-20T22:07:14.7386579Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-9e8ff36aab83c304/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7388657Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-9e8ff36aab83c304/dep-lib-quick_error' from root:root to runner:runner
2025-08-20T22:07:14.7390453Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-9e8ff36aab83c304' from root:root to runner:runner
2025-08-20T22:07:14.7392247Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest_consume-074867f769ca5fd8/lib-pest_consume' from root:root to runner:runner
2025-08-20T22:07:14.7394282Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest_consume-074867f769ca5fd8/lib-pest_consume.json' from root:root to runner:runner
2025-08-20T22:07:14.7396138Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest_consume-074867f769ca5fd8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7398214Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest_consume-074867f769ca5fd8/dep-lib-pest_consume' from root:root to runner:runner
2025-08-20T22:07:14.7400127Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest_consume-074867f769ca5fd8' from root:root to runner:runner
2025-08-20T22:07:14.7401950Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-2732dc455a911364/lib-foreign_types.json' from root:root to runner:runner
2025-08-20T22:07:14.7403903Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-2732dc455a911364/dep-lib-foreign_types' from root:root to runner:runner
2025-08-20T22:07:14.7405782Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-2732dc455a911364/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7407639Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-2732dc455a911364/lib-foreign_types' from root:root to runner:runner
2025-08-20T22:07:14.7409799Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-2732dc455a911364' from root:root to runner:runner
2025-08-20T22:07:14.7411557Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-22424982a07ad673/dep-lib-polars' from root:root to runner:runner
2025-08-20T22:07:14.7413361Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-22424982a07ad673/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7415135Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-22424982a07ad673/lib-polars' from root:root to runner:runner
2025-08-20T22:07:14.7416906Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-22424982a07ad673/lib-polars.json' from root:root to runner:runner
2025-08-20T22:07:14.7419018Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-22424982a07ad673' from root:root to runner:runner
2025-08-20T22:07:14.7420876Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arboard-537d1368e510bd15/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7422672Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arboard-537d1368e510bd15/lib-arboard' from root:root to runner:runner
2025-08-20T22:07:14.7424914Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arboard-537d1368e510bd15/dep-lib-arboard' from root:root to runner:runner
2025-08-20T22:07:14.7426820Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arboard-537d1368e510bd15/lib-arboard.json' from root:root to runner:runner
2025-08-20T22:07:14.7428865Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arboard-537d1368e510bd15' from root:root to runner:runner
2025-08-20T22:07:14.7430673Z [00:15:35.045]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-b187a1ee660b3fca/dep-lib-dirs' from root:root to runner:runner
2025-08-20T22:07:14.7432737Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-b187a1ee660b3fca/lib-dirs' from root:root to runner:runner
2025-08-20T22:07:14.7434971Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-b187a1ee660b3fca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7437167Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-b187a1ee660b3fca/lib-dirs.json' from root:root to runner:runner
2025-08-20T22:07:14.7439545Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-b187a1ee660b3fca' from root:root to runner:runner
2025-08-20T22:07:14.7441456Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-16d0f8d5cb09affb/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7443448Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-16d0f8d5cb09affb/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7445260Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-16d0f8d5cb09affb' from root:root to runner:runner
2025-08-20T22:07:14.7447052Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-eaadab8a4ab73297/lib-signal_hook.json' from root:root to runner:runner
2025-08-20T22:07:14.7449304Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-eaadab8a4ab73297/lib-signal_hook' from root:root to runner:runner
2025-08-20T22:07:14.7451237Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-eaadab8a4ab73297/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7453098Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-eaadab8a4ab73297/dep-lib-signal_hook' from root:root to runner:runner
2025-08-20T22:07:14.7454940Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-eaadab8a4ab73297' from root:root to runner:runner
2025-08-20T22:07:14.7456771Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-util-c307991f0e3a14bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7458921Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-util-c307991f0e3a14bf/dep-lib-http_body_util' from root:root to runner:runner
2025-08-20T22:07:14.7460854Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-util-c307991f0e3a14bf/lib-http_body_util.json' from root:root to runner:runner
2025-08-20T22:07:14.7462736Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-util-c307991f0e3a14bf/lib-http_body_util' from root:root to runner:runner
2025-08-20T22:07:14.7464533Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-util-c307991f0e3a14bf' from root:root to runner:runner
2025-08-20T22:07:14.7466360Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292/lib-wl_clipboard_rs' from root:root to runner:runner
2025-08-20T22:07:14.7468500Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7470415Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292/lib-wl_clipboard_rs.json' from root:root to runner:runner
2025-08-20T22:07:14.7472338Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292/output-lib-wl_clipboard_rs' from root:root to runner:runner
2025-08-20T22:07:14.7474359Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292/dep-lib-wl_clipboard_rs' from root:root to runner:runner
2025-08-20T22:07:14.7476230Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292' from root:root to runner:runner
2025-08-20T22:07:14.7478210Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-ae7fb18b83f5a1cc/bin-utils.json' from root:root to runner:runner
2025-08-20T22:07:14.7480210Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-ae7fb18b83f5a1cc/dep-bin-utils' from root:root to runner:runner
2025-08-20T22:07:14.7482127Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-ae7fb18b83f5a1cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7483956Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-ae7fb18b83f5a1cc/bin-utils' from root:root to runner:runner
2025-08-20T22:07:14.7485742Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-ae7fb18b83f5a1cc' from root:root to runner:runner
2025-08-20T22:07:14.7487523Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-short-261e8af4aac2c4d6/lib-dtoa_short.json' from root:root to runner:runner
2025-08-20T22:07:14.7490107Z [00:15:35.046]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-short-261e8af4aac2c4d6/dep-lib-dtoa_short' from root:root to runner:runner
2025-08-20T22:07:14.7492751Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-short-261e8af4aac2c4d6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7495949Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-short-261e8af4aac2c4d6/lib-dtoa_short' from root:root to runner:runner
2025-08-20T22:07:14.7499383Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-short-261e8af4aac2c4d6' from root:root to runner:runner
2025-08-20T22:07:14.7502696Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-c8efc10cee21482b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7504806Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-c8efc10cee21482b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7506825Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-c8efc10cee21482b' from root:root to runner:runner
2025-08-20T22:07:14.7509087Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-99b5b955410c037a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7511082Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-99b5b955410c037a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7512969Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-99b5b955410c037a' from root:root to runner:runner
2025-08-20T22:07:14.7514773Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-55b33249c08faf7c/dep-lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T22:07:14.7516723Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-55b33249c08faf7c/lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T22:07:14.7518800Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-55b33249c08faf7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7520702Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-55b33249c08faf7c/lib-rustls_pemfile.json' from root:root to runner:runner
2025-08-20T22:07:14.7522517Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-55b33249c08faf7c' from root:root to runner:runner
2025-08-20T22:07:14.7524398Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-6a026a822bc1cdd7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7526375Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-6a026a822bc1cdd7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7528390Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-6a026a822bc1cdd7' from root:root to runner:runner
2025-08-20T22:07:14.7530204Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-bacc1e0f3a5cb4f7/lib-rayon_core.json' from root:root to runner:runner
2025-08-20T22:07:14.7532058Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-bacc1e0f3a5cb4f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7534424Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-bacc1e0f3a5cb4f7/dep-lib-rayon_core' from root:root to runner:runner
2025-08-20T22:07:14.7537643Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-bacc1e0f3a5cb4f7/lib-rayon_core' from root:root to runner:runner
2025-08-20T22:07:14.7540913Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-bacc1e0f3a5cb4f7' from root:root to runner:runner
2025-08-20T22:07:14.7544162Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_whoami-7d712bac6d903609/lib-uu_whoami' from root:root to runner:runner
2025-08-20T22:07:14.7547242Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_whoami-7d712bac6d903609/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7550304Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_whoami-7d712bac6d903609/dep-lib-uu_whoami' from root:root to runner:runner
2025-08-20T22:07:14.7552160Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_whoami-7d712bac6d903609/lib-uu_whoami.json' from root:root to runner:runner
2025-08-20T22:07:14.7553915Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_whoami-7d712bac6d903609' from root:root to runner:runner
2025-08-20T22:07:14.7555667Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-core-59441e71e9752f5a/lib-time_core.json' from root:root to runner:runner
2025-08-20T22:07:14.7557474Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-core-59441e71e9752f5a/lib-time_core' from root:root to runner:runner
2025-08-20T22:07:14.7559491Z [00:15:35.047]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-core-59441e71e9752f5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7561337Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-core-59441e71e9752f5a/dep-lib-time_core' from root:root to runner:runner
2025-08-20T22:07:14.7563532Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-core-59441e71e9752f5a' from root:root to runner:runner
2025-08-20T22:07:14.7566674Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_display-2afef617786c505a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7570388Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_display-2afef617786c505a/dep-lib-os_display' from root:root to runner:runner
2025-08-20T22:07:14.7573637Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_display-2afef617786c505a/lib-os_display.json' from root:root to runner:runner
2025-08-20T22:07:14.7575503Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_display-2afef617786c505a/lib-os_display' from root:root to runner:runner
2025-08-20T22:07:14.7577350Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_display-2afef617786c505a' from root:root to runner:runner
2025-08-20T22:07:14.7579376Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-27eeec221f3ac0c6/dep-lib-rustls' from root:root to runner:runner
2025-08-20T22:07:14.7581268Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-27eeec221f3ac0c6/lib-rustls' from root:root to runner:runner
2025-08-20T22:07:14.7583212Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-27eeec221f3ac0c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7585047Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-27eeec221f3ac0c6/lib-rustls.json' from root:root to runner:runner
2025-08-20T22:07:14.7586784Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-27eeec221f3ac0c6' from root:root to runner:runner
2025-08-20T22:07:14.7588850Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-rs-sys-ba05a4701e3ada1b/dep-lib-libz_rs_sys' from root:root to runner:runner
2025-08-20T22:07:14.7590721Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-rs-sys-ba05a4701e3ada1b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7592553Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-rs-sys-ba05a4701e3ada1b/lib-libz_rs_sys' from root:root to runner:runner
2025-08-20T22:07:14.7594389Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-rs-sys-ba05a4701e3ada1b/lib-libz_rs_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.7596157Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-rs-sys-ba05a4701e3ada1b' from root:root to runner:runner
2025-08-20T22:07:14.7598342Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-9fefb525d3b1d2f2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7600605Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-9fefb525d3b1d2f2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7602438Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-9fefb525d3b1d2f2' from root:root to runner:runner
2025-08-20T22:07:14.7604245Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-899d8de1909acb15/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7605988Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-899d8de1909acb15/lib-h2' from root:root to runner:runner
2025-08-20T22:07:14.7607903Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-899d8de1909acb15/lib-h2.json' from root:root to runner:runner
2025-08-20T22:07:14.7609676Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-899d8de1909acb15/dep-lib-h2' from root:root to runner:runner
2025-08-20T22:07:14.7611347Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-899d8de1909acb15' from root:root to runner:runner
2025-08-20T22:07:14.7613100Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/terminal_size-50a22e490a42bde0/lib-terminal_size' from root:root to runner:runner
2025-08-20T22:07:14.7614974Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/terminal_size-50a22e490a42bde0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7616860Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/terminal_size-50a22e490a42bde0/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T22:07:14.7618937Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/terminal_size-50a22e490a42bde0/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T22:07:14.7620737Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/terminal_size-50a22e490a42bde0' from root:root to runner:runner
2025-08-20T22:07:14.7622481Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-f756c26217b59600/dep-lib-rayon' from root:root to runner:runner
2025-08-20T22:07:14.7624386Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-f756c26217b59600/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7626225Z [00:15:35.048]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-f756c26217b59600/lib-rayon.json' from root:root to runner:runner
2025-08-20T22:07:14.7628238Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-f756c26217b59600/lib-rayon' from root:root to runner:runner
2025-08-20T22:07:14.7630069Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-f756c26217b59600' from root:root to runner:runner
2025-08-20T22:07:14.7631915Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-cbda6536ea8ec241/lib-polars_parquet.json' from root:root to runner:runner
2025-08-20T22:07:14.7634351Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-cbda6536ea8ec241/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7638085Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-cbda6536ea8ec241/lib-polars_parquet' from root:root to runner:runner
2025-08-20T22:07:14.7641702Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-cbda6536ea8ec241/dep-lib-polars_parquet' from root:root to runner:runner
2025-08-20T22:07:14.7644753Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-cbda6536ea8ec241' from root:root to runner:runner
2025-08-20T22:07:14.7646604Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-protocol-c27d0f2116060166/dep-lib-x11rb_protocol' from root:root to runner:runner
2025-08-20T22:07:14.7648702Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-protocol-c27d0f2116060166/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7650616Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-protocol-c27d0f2116060166/lib-x11rb_protocol.json' from root:root to runner:runner
2025-08-20T22:07:14.7652518Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-protocol-c27d0f2116060166/lib-x11rb_protocol' from root:root to runner:runner
2025-08-20T22:07:14.7654314Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-protocol-c27d0f2116060166' from root:root to runner:runner
2025-08-20T22:07:14.7656218Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-e86eea01e7d22935/lib-itertools' from root:root to runner:runner
2025-08-20T22:07:14.7658362Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-e86eea01e7d22935/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7660220Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-e86eea01e7d22935/dep-lib-itertools' from root:root to runner:runner
2025-08-20T22:07:14.7662144Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-e86eea01e7d22935/lib-itertools.json' from root:root to runner:runner
2025-08-20T22:07:14.7664184Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-e86eea01e7d22935' from root:root to runner:runner
2025-08-20T22:07:14.7667477Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3/lib-nu_protocol.json' from root:root to runner:runner
2025-08-20T22:07:14.7671057Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3/lib-nu_protocol' from root:root to runner:runner
2025-08-20T22:07:14.7674472Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7677925Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3/output-lib-nu_protocol' from root:root to runner:runner
2025-08-20T22:07:14.7680051Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3/dep-lib-nu_protocol' from root:root to runner:runner
2025-08-20T22:07:14.7681867Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3' from root:root to runner:runner
2025-08-20T22:07:14.7683691Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crypto-common-44f151bbfdd586f4/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T22:07:14.7685576Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crypto-common-44f151bbfdd586f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7687448Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crypto-common-44f151bbfdd586f4/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T22:07:14.7690817Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crypto-common-44f151bbfdd586f4/lib-crypto_common' from root:root to runner:runner
2025-08-20T22:07:14.7693046Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crypto-common-44f151bbfdd586f4' from root:root to runner:runner
2025-08-20T22:07:14.7695636Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strum-753976f9ef4c00c4/dep-lib-strum' from root:root to runner:runner
2025-08-20T22:07:14.7697548Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strum-753976f9ef4c00c4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7699564Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strum-753976f9ef4c00c4/lib-strum.json' from root:root to runner:runner
2025-08-20T22:07:14.7701426Z [00:15:35.049]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strum-753976f9ef4c00c4/lib-strum' from root:root to runner:runner
2025-08-20T22:07:14.7703109Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strum-753976f9ef4c00c4' from root:root to runner:runner
2025-08-20T22:07:14.7704854Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytemuck-8ea2e35d7b997ac4/dep-lib-bytemuck' from root:root to runner:runner
2025-08-20T22:07:14.7706678Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytemuck-8ea2e35d7b997ac4/lib-bytemuck.json' from root:root to runner:runner
2025-08-20T22:07:14.7708774Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytemuck-8ea2e35d7b997ac4/lib-bytemuck' from root:root to runner:runner
2025-08-20T22:07:14.7710615Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytemuck-8ea2e35d7b997ac4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7712411Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytemuck-8ea2e35d7b997ac4' from root:root to runner:runner
2025-08-20T22:07:14.7714078Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-9df4a942d909ce0c' from root:root to runner:runner
2025-08-20T22:07:14.7716742Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/write16-39b201264c2a8c83/lib-write16' from root:root to runner:runner
2025-08-20T22:07:14.7720401Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/write16-39b201264c2a8c83/dep-lib-write16' from root:root to runner:runner
2025-08-20T22:07:14.7723814Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/write16-39b201264c2a8c83/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7727123Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/write16-39b201264c2a8c83/lib-write16.json' from root:root to runner:runner
2025-08-20T22:07:14.7730090Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/write16-39b201264c2a8c83' from root:root to runner:runner
2025-08-20T22:07:14.7732208Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-channel-bf28dd2448494a8a/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-20T22:07:14.7734223Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-channel-bf28dd2448494a8a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7736169Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-channel-bf28dd2448494a8a/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T22:07:14.7738320Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-channel-bf28dd2448494a8a/lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T22:07:14.7740167Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-channel-bf28dd2448494a8a' from root:root to runner:runner
2025-08-20T22:07:14.7741997Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-214268fa4e260649/lib-anstyle.json' from root:root to runner:runner
2025-08-20T22:07:14.7743812Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-214268fa4e260649/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7745585Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-214268fa4e260649/lib-anstyle' from root:root to runner:runner
2025-08-20T22:07:14.7747374Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-214268fa4e260649/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T22:07:14.7749288Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-214268fa4e260649' from root:root to runner:runner
2025-08-20T22:07:14.7751151Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inventory-5c0557aaeda92e81/lib-inventory' from root:root to runner:runner
2025-08-20T22:07:14.7753043Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inventory-5c0557aaeda92e81/dep-lib-inventory' from root:root to runner:runner
2025-08-20T22:07:14.7754891Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inventory-5c0557aaeda92e81/lib-inventory.json' from root:root to runner:runner
2025-08-20T22:07:14.7756782Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inventory-5c0557aaeda92e81/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7758925Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inventory-5c0557aaeda92e81' from root:root to runner:runner
2025-08-20T22:07:14.7760784Z [00:15:35.050]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/smallvec-89ecd48a17763de0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7762608Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/smallvec-89ecd48a17763de0/lib-smallvec' from root:root to runner:runner
2025-08-20T22:07:14.7764411Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/smallvec-89ecd48a17763de0/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T22:07:14.7766229Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/smallvec-89ecd48a17763de0/lib-smallvec.json' from root:root to runner:runner
2025-08-20T22:07:14.7768191Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/smallvec-89ecd48a17763de0' from root:root to runner:runner
2025-08-20T22:07:14.7769956Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_edit-0eb82479c9602bf0/lib-toml_edit' from root:root to runner:runner
2025-08-20T22:07:14.7771769Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_edit-0eb82479c9602bf0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7773600Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_edit-0eb82479c9602bf0/dep-lib-toml_edit' from root:root to runner:runner
2025-08-20T22:07:14.7775409Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_edit-0eb82479c9602bf0/lib-toml_edit.json' from root:root to runner:runner
2025-08-20T22:07:14.7777262Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_edit-0eb82479c9602bf0' from root:root to runner:runner
2025-08-20T22:07:14.7779517Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-engine-8566e9a94302fe2e/lib-nu_engine' from root:root to runner:runner
2025-08-20T22:07:14.7781346Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-engine-8566e9a94302fe2e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7783250Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-engine-8566e9a94302fe2e/dep-lib-nu_engine' from root:root to runner:runner
2025-08-20T22:07:14.7785080Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-engine-8566e9a94302fe2e/lib-nu_engine.json' from root:root to runner:runner
2025-08-20T22:07:14.7786880Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-engine-8566e9a94302fe2e' from root:root to runner:runner
2025-08-20T22:07:14.7788866Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-d0e3149d869756cc/lib-mio.json' from root:root to runner:runner
2025-08-20T22:07:14.7790615Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-d0e3149d869756cc/dep-lib-mio' from root:root to runner:runner
2025-08-20T22:07:14.7792384Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-d0e3149d869756cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7794117Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-d0e3149d869756cc/lib-mio' from root:root to runner:runner
2025-08-20T22:07:14.7795791Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-d0e3149d869756cc' from root:root to runner:runner
2025-08-20T22:07:14.7798600Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-a289a2f2604d89df/lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T22:07:14.7802283Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-a289a2f2604d89df/lib-rustls_native_certs.json' from root:root to runner:runner
2025-08-20T22:07:14.7805821Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-a289a2f2604d89df/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7808803Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-a289a2f2604d89df/dep-lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T22:07:14.7810846Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-a289a2f2604d89df' from root:root to runner:runner
2025-08-20T22:07:14.7812678Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object_store-b6453585943ba029/lib-object_store.json' from root:root to runner:runner
2025-08-20T22:07:14.7814586Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object_store-b6453585943ba029/lib-object_store' from root:root to runner:runner
2025-08-20T22:07:14.7816429Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object_store-b6453585943ba029/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7818569Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object_store-b6453585943ba029/dep-lib-object_store' from root:root to runner:runner
2025-08-20T22:07:14.7820366Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object_store-b6453585943ba029' from root:root to runner:runner
2025-08-20T22:07:14.7822140Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_builder-e395a28de0a7baeb/lib-clap_builder' from root:root to runner:runner
2025-08-20T22:07:14.7823978Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_builder-e395a28de0a7baeb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7825826Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_builder-e395a28de0a7baeb/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T22:07:14.7827690Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_builder-e395a28de0a7baeb/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T22:07:14.7829735Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_builder-e395a28de0a7baeb' from root:root to runner:runner
2025-08-20T22:07:14.7831513Z [00:15:35.051]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_pipe-18783a1c1f4f2ed8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7833295Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_pipe-18783a1c1f4f2ed8/lib-os_pipe' from root:root to runner:runner
2025-08-20T22:07:14.7835137Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_pipe-18783a1c1f4f2ed8/lib-os_pipe.json' from root:root to runner:runner
2025-08-20T22:07:14.7836927Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_pipe-18783a1c1f4f2ed8/dep-lib-os_pipe' from root:root to runner:runner
2025-08-20T22:07:14.7838817Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_pipe-18783a1c1f4f2ed8' from root:root to runner:runner
2025-08-20T22:07:14.7840598Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-9dc3818f11f07e16/lib-rand.json' from root:root to runner:runner
2025-08-20T22:07:14.7842424Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-9dc3818f11f07e16/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7844233Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-9dc3818f11f07e16/lib-rand' from root:root to runner:runner
2025-08-20T22:07:14.7846002Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-9dc3818f11f07e16/dep-lib-rand' from root:root to runner:runner
2025-08-20T22:07:14.7847715Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-9dc3818f11f07e16' from root:root to runner:runner
2025-08-20T22:07:14.7849777Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-iterator-be5c301492afe7b9/lib-streaming_iterator.json' from root:root to runner:runner
2025-08-20T22:07:14.7851755Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-iterator-be5c301492afe7b9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7853712Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-iterator-be5c301492afe7b9/dep-lib-streaming_iterator' from root:root to runner:runner
2025-08-20T22:07:14.7855752Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-iterator-be5c301492afe7b9/lib-streaming_iterator' from root:root to runner:runner
2025-08-20T22:07:14.7857608Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-iterator-be5c301492afe7b9' from root:root to runner:runner
2025-08-20T22:07:14.7859859Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-simd-c3e52b4397227368/dep-lib-base64_simd' from root:root to runner:runner
2025-08-20T22:07:14.7861802Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-simd-c3e52b4397227368/lib-base64_simd' from root:root to runner:runner
2025-08-20T22:07:14.7863635Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-simd-c3e52b4397227368/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7865474Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-simd-c3e52b4397227368/lib-base64_simd.json' from root:root to runner:runner
2025-08-20T22:07:14.7868256Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-simd-c3e52b4397227368' from root:root to runner:runner
2025-08-20T22:07:14.7871614Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simplelog-fabf45cc93e48f12/dep-lib-simplelog' from root:root to runner:runner
2025-08-20T22:07:14.7875108Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simplelog-fabf45cc93e48f12/lib-simplelog.json' from root:root to runner:runner
2025-08-20T22:07:14.7877703Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simplelog-fabf45cc93e48f12/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7879758Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simplelog-fabf45cc93e48f12/lib-simplelog' from root:root to runner:runner
2025-08-20T22:07:14.7881502Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simplelog-fabf45cc93e48f12' from root:root to runner:runner
2025-08-20T22:07:14.7883313Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-task-baefbe77c8cb072c/lib-futures_task.json' from root:root to runner:runner
2025-08-20T22:07:14.7885197Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-task-baefbe77c8cb072c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7887160Z [00:15:35.052]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-task-baefbe77c8cb072c/dep-lib-futures_task' from root:root to runner:runner
2025-08-20T22:07:14.7889227Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-task-baefbe77c8cb072c/lib-futures_task' from root:root to runner:runner
2025-08-20T22:07:14.7891089Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-task-baefbe77c8cb072c' from root:root to runner:runner
2025-08-20T22:07:14.7892805Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pori-19135a6c82401e53/lib-pori' from root:root to runner:runner
2025-08-20T22:07:14.7894529Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pori-19135a6c82401e53/dep-lib-pori' from root:root to runner:runner
2025-08-20T22:07:14.7896292Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pori-19135a6c82401e53/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7898413Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pori-19135a6c82401e53/lib-pori.json' from root:root to runner:runner
2025-08-20T22:07:14.7900144Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pori-19135a6c82401e53' from root:root to runner:runner
2025-08-20T22:07:14.7901940Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_filter-d84b6fd2a35e959b/lib-env_filter' from root:root to runner:runner
2025-08-20T22:07:14.7903772Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_filter-d84b6fd2a35e959b/lib-env_filter.json' from root:root to runner:runner
2025-08-20T22:07:14.7905610Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_filter-d84b6fd2a35e959b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7907437Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_filter-d84b6fd2a35e959b/dep-lib-env_filter' from root:root to runner:runner
2025-08-20T22:07:14.7909378Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_filter-d84b6fd2a35e959b' from root:root to runner:runner
2025-08-20T22:07:14.7911165Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/avro-schema-9ebb369c1d5cc809/lib-avro_schema.json' from root:root to runner:runner
2025-08-20T22:07:14.7913147Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/avro-schema-9ebb369c1d5cc809/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7914987Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/avro-schema-9ebb369c1d5cc809/lib-avro_schema' from root:root to runner:runner
2025-08-20T22:07:14.7916829Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/avro-schema-9ebb369c1d5cc809/dep-lib-avro_schema' from root:root to runner:runner
2025-08-20T22:07:14.7918898Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/avro-schema-9ebb369c1d5cc809' from root:root to runner:runner
2025-08-20T22:07:14.7920673Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-serde-8fce83ac4076d77b/lib-rmp_serde.json' from root:root to runner:runner
2025-08-20T22:07:14.7922523Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-serde-8fce83ac4076d77b/dep-lib-rmp_serde' from root:root to runner:runner
2025-08-20T22:07:14.7924417Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-serde-8fce83ac4076d77b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7926232Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-serde-8fce83ac4076d77b/lib-rmp_serde' from root:root to runner:runner
2025-08-20T22:07:14.7928287Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-serde-8fce83ac4076d77b' from root:root to runner:runner
2025-08-20T22:07:14.7930197Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-8b3f330e673c8986/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7932227Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-8b3f330e673c8986/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7934058Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-8b3f330e673c8986' from root:root to runner:runner
2025-08-20T22:07:14.7936271Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/devicons-e7803fbe564e1915/lib-devicons' from root:root to runner:runner
2025-08-20T22:07:14.7939768Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/devicons-e7803fbe564e1915/dep-lib-devicons' from root:root to runner:runner
2025-08-20T22:07:14.7943329Z [00:15:35.053]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/devicons-e7803fbe564e1915/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7946544Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/devicons-e7803fbe564e1915/lib-devicons.json' from root:root to runner:runner
2025-08-20T22:07:14.7948726Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/devicons-e7803fbe564e1915' from root:root to runner:runner
2025-08-20T22:07:14.7950593Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-credential-types-67b972b8d2cfeee2/lib-aws_credential_types' from root:root to runner:runner
2025-08-20T22:07:14.7952545Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-credential-types-67b972b8d2cfeee2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7954502Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-credential-types-67b972b8d2cfeee2/lib-aws_credential_types.json' from root:root to runner:runner
2025-08-20T22:07:14.7956585Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-credential-types-67b972b8d2cfeee2/dep-lib-aws_credential_types' from root:root to runner:runner
2025-08-20T22:07:14.7958658Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-credential-types-67b972b8d2cfeee2' from root:root to runner:runner
2025-08-20T22:07:14.7960647Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-0b5e8d51fe9c0690/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.7962645Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-0b5e8d51fe9c0690/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.7964492Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-0b5e8d51fe9c0690' from root:root to runner:runner
2025-08-20T22:07:14.7966208Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-d22ae7dcdc92682a/lib-nom.json' from root:root to runner:runner
2025-08-20T22:07:14.7968265Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-d22ae7dcdc92682a/dep-lib-nom' from root:root to runner:runner
2025-08-20T22:07:14.7970004Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-d22ae7dcdc92682a/lib-nom' from root:root to runner:runner
2025-08-20T22:07:14.7971842Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-d22ae7dcdc92682a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7973548Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-d22ae7dcdc92682a' from root:root to runner:runner
2025-08-20T22:07:14.7975481Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-test-support-500bb170aa93ba8e/lib-nu_plugin_test_support.json' from root:root to runner:runner
2025-08-20T22:07:14.7977493Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-test-support-500bb170aa93ba8e/lib-nu_plugin_test_support' from root:root to runner:runner
2025-08-20T22:07:14.7979911Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-test-support-500bb170aa93ba8e/dep-lib-nu_plugin_test_support' from root:root to runner:runner
2025-08-20T22:07:14.7981980Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-test-support-500bb170aa93ba8e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7983847Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-test-support-500bb170aa93ba8e' from root:root to runner:runner
2025-08-20T22:07:14.7985690Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-da634158b6f13f93/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7987462Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-da634158b6f13f93/lib-hyper.json' from root:root to runner:runner
2025-08-20T22:07:14.7989514Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-da634158b6f13f93/dep-lib-hyper' from root:root to runner:runner
2025-08-20T22:07:14.7991270Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-da634158b6f13f93/lib-hyper' from root:root to runner:runner
2025-08-20T22:07:14.7992968Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-da634158b6f13f93' from root:root to runner:runner
2025-08-20T22:07:14.7994766Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7/dep-lib-nu_plugin_query' from root:root to runner:runner
2025-08-20T22:07:14.7996778Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.7998832Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7/lib-nu_plugin_query' from root:root to runner:runner
2025-08-20T22:07:14.8000714Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7/lib-nu_plugin_query.json' from root:root to runner:runner
2025-08-20T22:07:14.8002711Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7/output-lib-nu_plugin_query' from root:root to runner:runner
2025-08-20T22:07:14.8004522Z [00:15:35.054]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7' from root:root to runner:runner
2025-08-20T22:07:14.8006894Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-63d72ab7a698bef3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8010140Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-63d72ab7a698bef3/lib-http' from root:root to runner:runner
2025-08-20T22:07:14.8013316Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-63d72ab7a698bef3/dep-lib-http' from root:root to runner:runner
2025-08-20T22:07:14.8015596Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-63d72ab7a698bef3/lib-http.json' from root:root to runner:runner
2025-08-20T22:07:14.8018719Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-63d72ab7a698bef3' from root:root to runner:runner
2025-08-20T22:07:14.8021691Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memmap2-e4117185f8458c0b/lib-memmap2' from root:root to runner:runner
2025-08-20T22:07:14.8024903Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memmap2-e4117185f8458c0b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8027127Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memmap2-e4117185f8458c0b/dep-lib-memmap2' from root:root to runner:runner
2025-08-20T22:07:14.8029180Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memmap2-e4117185f8458c0b/lib-memmap2.json' from root:root to runner:runner
2025-08-20T22:07:14.8031043Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memmap2-e4117185f8458c0b' from root:root to runner:runner
2025-08-20T22:07:14.8032819Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miniz_oxide-64a0b50c71d34b84/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T22:07:14.8034665Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miniz_oxide-64a0b50c71d34b84/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8036561Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miniz_oxide-64a0b50c71d34b84/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T22:07:14.8038578Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miniz_oxide-64a0b50c71d34b84/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T22:07:14.8040352Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miniz_oxide-64a0b50c71d34b84' from root:root to runner:runner
2025-08-20T22:07:14.8042317Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-5845d3fe135b2fc5/dep-lib-aws_smithy_runtime' from root:root to runner:runner
2025-08-20T22:07:14.8044295Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-5845d3fe135b2fc5/lib-aws_smithy_runtime.json' from root:root to runner:runner
2025-08-20T22:07:14.8046299Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-5845d3fe135b2fc5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8048496Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-5845d3fe135b2fc5/lib-aws_smithy_runtime' from root:root to runner:runner
2025-08-20T22:07:14.8050393Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-5845d3fe135b2fc5' from root:root to runner:runner
2025-08-20T22:07:14.8052225Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foldhash-dbcc77a37defdd66/lib-foldhash.json' from root:root to runner:runner
2025-08-20T22:07:14.8054057Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foldhash-dbcc77a37defdd66/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8055885Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foldhash-dbcc77a37defdd66/dep-lib-foldhash' from root:root to runner:runner
2025-08-20T22:07:14.8057943Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foldhash-dbcc77a37defdd66/lib-foldhash' from root:root to runner:runner
2025-08-20T22:07:14.8059739Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foldhash-dbcc77a37defdd66' from root:root to runner:runner
2025-08-20T22:07:14.8061468Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-964a3059a3b67acd/lib-nom.json' from root:root to runner:runner
2025-08-20T22:07:14.8063306Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-964a3059a3b67acd/dep-lib-nom' from root:root to runner:runner
2025-08-20T22:07:14.8065020Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-964a3059a3b67acd/lib-nom' from root:root to runner:runner
2025-08-20T22:07:14.8066768Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-964a3059a3b67acd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8068744Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-964a3059a3b67acd' from root:root to runner:runner
2025-08-20T22:07:14.8070508Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/number_prefix-fdbf7af792dfc9ea/lib-number_prefix' from root:root to runner:runner
2025-08-20T22:07:14.8072426Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/number_prefix-fdbf7af792dfc9ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8074303Z [00:15:35.055]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/number_prefix-fdbf7af792dfc9ea/dep-lib-number_prefix' from root:root to runner:runner
2025-08-20T22:07:14.8076195Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/number_prefix-fdbf7af792dfc9ea/lib-number_prefix.json' from root:root to runner:runner
2025-08-20T22:07:14.8078164Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/number_prefix-fdbf7af792dfc9ea' from root:root to runner:runner
2025-08-20T22:07:14.8079920Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/outref-853c906c9906fba1/dep-lib-outref' from root:root to runner:runner
2025-08-20T22:07:14.8081782Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/outref-853c906c9906fba1/lib-outref.json' from root:root to runner:runner
2025-08-20T22:07:14.8083642Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/outref-853c906c9906fba1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8085418Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/outref-853c906c9906fba1/lib-outref' from root:root to runner:runner
2025-08-20T22:07:14.8087252Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/outref-853c906c9906fba1' from root:root to runner:runner
2025-08-20T22:07:14.8090665Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socket2-bec1a37333192385/lib-socket2' from root:root to runner:runner
2025-08-20T22:07:14.8094141Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socket2-bec1a37333192385/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8097640Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socket2-bec1a37333192385/dep-lib-socket2' from root:root to runner:runner
2025-08-20T22:07:14.8100888Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socket2-bec1a37333192385/lib-socket2.json' from root:root to runner:runner
2025-08-20T22:07:14.8102695Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socket2-bec1a37333192385' from root:root to runner:runner
2025-08-20T22:07:14.8104452Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlv-list-a604e9b82497b76a/dep-lib-dlv_list' from root:root to runner:runner
2025-08-20T22:07:14.8106262Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlv-list-a604e9b82497b76a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8108296Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlv-list-a604e9b82497b76a/lib-dlv_list.json' from root:root to runner:runner
2025-08-20T22:07:14.8110108Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlv-list-a604e9b82497b76a/lib-dlv_list' from root:root to runner:runner
2025-08-20T22:07:14.8111825Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlv-list-a604e9b82497b76a' from root:root to runner:runner
2025-08-20T22:07:14.8114584Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/value-trait-5e23f31df387879f/lib-value_trait.json' from root:root to runner:runner
2025-08-20T22:07:14.8118419Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/value-trait-5e23f31df387879f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8121979Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/value-trait-5e23f31df387879f/dep-lib-value_trait' from root:root to runner:runner
2025-08-20T22:07:14.8125348Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/value-trait-5e23f31df387879f/lib-value_trait' from root:root to runner:runner
2025-08-20T22:07:14.8128848Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/value-trait-5e23f31df387879f' from root:root to runner:runner
2025-08-20T22:07:14.8132222Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-test-support-a3eda67254ea320a/lib-nu_test_support' from root:root to runner:runner
2025-08-20T22:07:14.8135868Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-test-support-a3eda67254ea320a/dep-lib-nu_test_support' from root:root to runner:runner
2025-08-20T22:07:14.8139660Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-test-support-a3eda67254ea320a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8143262Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-test-support-a3eda67254ea320a/lib-nu_test_support.json' from root:root to runner:runner
2025-08-20T22:07:14.8146680Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-test-support-a3eda67254ea320a' from root:root to runner:runner
2025-08-20T22:07:14.8150132Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_ci-1137f08c15addfda/lib-is_ci' from root:root to runner:runner
2025-08-20T22:07:14.8153429Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_ci-1137f08c15addfda/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8156715Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_ci-1137f08c15addfda/lib-is_ci.json' from root:root to runner:runner
2025-08-20T22:07:14.8160185Z [00:15:35.056]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_ci-1137f08c15addfda/dep-lib-is_ci' from root:root to runner:runner
2025-08-20T22:07:14.8163497Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_ci-1137f08c15addfda' from root:root to runner:runner
2025-08-20T22:07:14.8167128Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-1bd3ee04f356a4c3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8171095Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-1bd3ee04f356a4c3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8174592Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-1bd3ee04f356a4c3' from root:root to runner:runner
2025-08-20T22:07:14.8178201Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-fa82214b1e1af40a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8180429Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-fa82214b1e1af40a/lib-zerocopy' from root:root to runner:runner
2025-08-20T22:07:14.8183838Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-fa82214b1e1af40a/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T22:07:14.8187350Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-fa82214b1e1af40a/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T22:07:14.8190798Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-fa82214b1e1af40a' from root:root to runner:runner
2025-08-20T22:07:14.8193126Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indexmap-bb8ac29bc9027d28/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8195022Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indexmap-bb8ac29bc9027d28/lib-indexmap.json' from root:root to runner:runner
2025-08-20T22:07:14.8196877Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indexmap-bb8ac29bc9027d28/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T22:07:14.8198954Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indexmap-bb8ac29bc9027d28/lib-indexmap' from root:root to runner:runner
2025-08-20T22:07:14.8200696Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indexmap-bb8ac29bc9027d28' from root:root to runner:runner
2025-08-20T22:07:14.8202591Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs4-f8455b531eff6f86/lib-fs4.json' from root:root to runner:runner
2025-08-20T22:07:14.8205230Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs4-f8455b531eff6f86/dep-lib-fs4' from root:root to runner:runner
2025-08-20T22:07:14.8208526Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs4-f8455b531eff6f86/lib-fs4' from root:root to runner:runner
2025-08-20T22:07:14.8211865Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs4-f8455b531eff6f86/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8215327Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs4-f8455b531eff6f86' from root:root to runner:runner
2025-08-20T22:07:14.8218621Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-b6987c5cff7c3ff6/lib-ahash' from root:root to runner:runner
2025-08-20T22:07:14.8222022Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-b6987c5cff7c3ff6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8225410Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-b6987c5cff7c3ff6/dep-lib-ahash' from root:root to runner:runner
2025-08-20T22:07:14.8228916Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-b6987c5cff7c3ff6/lib-ahash.json' from root:root to runner:runner
2025-08-20T22:07:14.8232128Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-b6987c5cff7c3ff6' from root:root to runner:runner
2025-08-20T22:07:14.8235372Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-core-169f221b33d6469d/lib-tracing_core' from root:root to runner:runner
2025-08-20T22:07:14.8239051Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-core-169f221b33d6469d/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T22:07:14.8242623Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-core-169f221b33d6469d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8246096Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-core-169f221b33d6469d/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T22:07:14.8249635Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-core-169f221b33d6469d' from root:root to runner:runner
2025-08-20T22:07:14.8253276Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-bd4865f32d0997a7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8257145Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-bd4865f32d0997a7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8260818Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-bd4865f32d0997a7' from root:root to runner:runner
2025-08-20T22:07:14.8264241Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/recursive-19865dfc405ddc86/lib-recursive' from root:root to runner:runner
2025-08-20T22:07:14.8267665Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/recursive-19865dfc405ddc86/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8270958Z [00:15:35.057]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/recursive-19865dfc405ddc86/dep-lib-recursive' from root:root to runner:runner
2025-08-20T22:07:14.8272886Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/recursive-19865dfc405ddc86/lib-recursive.json' from root:root to runner:runner
2025-08-20T22:07:14.8274708Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/recursive-19865dfc405ddc86' from root:root to runner:runner
2025-08-20T22:07:14.8276705Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-bigint-e6d298f948127473/lib-num_bigint.json' from root:root to runner:runner
2025-08-20T22:07:14.8278768Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-bigint-e6d298f948127473/lib-num_bigint' from root:root to runner:runner
2025-08-20T22:07:14.8280611Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-bigint-e6d298f948127473/dep-lib-num_bigint' from root:root to runner:runner
2025-08-20T22:07:14.8283038Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-bigint-e6d298f948127473/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8285544Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-bigint-e6d298f948127473' from root:root to runner:runner
2025-08-20T22:07:14.8288977Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-iter-a94b1f5340ec7636/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8292446Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-iter-a94b1f5340ec7636/lib-num_iter' from root:root to runner:runner
2025-08-20T22:07:14.8294752Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-iter-a94b1f5340ec7636/lib-num_iter.json' from root:root to runner:runner
2025-08-20T22:07:14.8297627Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-iter-a94b1f5340ec7636/dep-lib-num_iter' from root:root to runner:runner
2025-08-20T22:07:14.8301198Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-iter-a94b1f5340ec7636' from root:root to runner:runner
2025-08-20T22:07:14.8304496Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atoi_simd-76f28a6528d4c3c3/dep-lib-atoi_simd' from root:root to runner:runner
2025-08-20T22:07:14.8308134Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atoi_simd-76f28a6528d4c3c3/lib-atoi_simd' from root:root to runner:runner
2025-08-20T22:07:14.8311455Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atoi_simd-76f28a6528d4c3c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8314871Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atoi_simd-76f28a6528d4c3c3/lib-atoi_simd.json' from root:root to runner:runner
2025-08-20T22:07:14.8318339Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atoi_simd-76f28a6528d4c3c3' from root:root to runner:runner
2025-08-20T22:07:14.8321864Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-382e2c04c4935fac/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8325575Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-382e2c04c4935fac/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8329171Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-382e2c04c4935fac' from root:root to runner:runner
2025-08-20T22:07:14.8332565Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-42c10f00db3cebeb/bin-nu_plugin_gstat' from root:root to runner:runner
2025-08-20T22:07:14.8336190Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-42c10f00db3cebeb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8340012Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-42c10f00db3cebeb/dep-bin-nu_plugin_gstat' from root:root to runner:runner
2025-08-20T22:07:14.8343605Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-42c10f00db3cebeb/bin-nu_plugin_gstat.json' from root:root to runner:runner
2025-08-20T22:07:14.8346938Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-42c10f00db3cebeb' from root:root to runner:runner
2025-08-20T22:07:14.8350701Z [00:15:35.058]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-mio-17ee3a9a5126d1ce/lib-signal_hook_mio.json' from root:root to runner:runner
2025-08-20T22:07:14.8354297Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-mio-17ee3a9a5126d1ce/dep-lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T22:07:14.8358160Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-mio-17ee3a9a5126d1ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8361706Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-mio-17ee3a9a5126d1ce/lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T22:07:14.8363918Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-mio-17ee3a9a5126d1ce' from root:root to runner:runner
2025-08-20T22:07:14.8365801Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c/lib-nu_plugin_engine' from root:root to runner:runner
2025-08-20T22:07:14.8368153Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c/dep-lib-nu_plugin_engine' from root:root to runner:runner
2025-08-20T22:07:14.8370301Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8372242Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c/output-lib-nu_plugin_engine' from root:root to runner:runner
2025-08-20T22:07:14.8374191Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c/lib-nu_plugin_engine.json' from root:root to runner:runner
2025-08-20T22:07:14.8377928Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c' from root:root to runner:runner
2025-08-20T22:07:14.8381471Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_spanned-9857039a31f0fd4c/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T22:07:14.8384858Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_spanned-9857039a31f0fd4c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8388117Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_spanned-9857039a31f0fd4c/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T22:07:14.8390071Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_spanned-9857039a31f0fd4c/lib-serde_spanned' from root:root to runner:runner
2025-08-20T22:07:14.8391961Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_spanned-9857039a31f0fd4c' from root:root to runner:runner
2025-08-20T22:07:14.8393748Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest-5e931a6354c01016/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8395516Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest-5e931a6354c01016/dep-lib-pest' from root:root to runner:runner
2025-08-20T22:07:14.8397257Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest-5e931a6354c01016/lib-pest' from root:root to runner:runner
2025-08-20T22:07:14.8399268Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest-5e931a6354c01016/lib-pest.json' from root:root to runner:runner
2025-08-20T22:07:14.8400971Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest-5e931a6354c01016' from root:root to runner:runner
2025-08-20T22:07:14.8402770Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/human-date-parser-400b0701e382af71/lib-human_date_parser' from root:root to runner:runner
2025-08-20T22:07:14.8404758Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/human-date-parser-400b0701e382af71/lib-human_date_parser.json' from root:root to runner:runner
2025-08-20T22:07:14.8406685Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/human-date-parser-400b0701e382af71/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8409045Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/human-date-parser-400b0701e382af71/dep-lib-human_date_parser' from root:root to runner:runner
2025-08-20T22:07:14.8410994Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/human-date-parser-400b0701e382af71' from root:root to runner:runner
2025-08-20T22:07:14.8412777Z [00:15:35.059]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b381fd0956226d41/lib-html5ever' from root:root to runner:runner
2025-08-20T22:07:14.8414654Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b381fd0956226d41/dep-lib-html5ever' from root:root to runner:runner
2025-08-20T22:07:14.8416490Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b381fd0956226d41/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8418568Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b381fd0956226d41/lib-html5ever.json' from root:root to runner:runner
2025-08-20T22:07:14.8420339Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b381fd0956226d41' from root:root to runner:runner
2025-08-20T22:07:14.8422063Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/console-12643e17fc3b04e3/lib-console' from root:root to runner:runner
2025-08-20T22:07:14.8423862Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/console-12643e17fc3b04e3/lib-console.json' from root:root to runner:runner
2025-08-20T22:07:14.8425663Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/console-12643e17fc3b04e3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8427482Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/console-12643e17fc3b04e3/dep-lib-console' from root:root to runner:runner
2025-08-20T22:07:14.8429468Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/console-12643e17fc3b04e3' from root:root to runner:runner
2025-08-20T22:07:14.8431190Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs_extra-66aff189b6df588a/lib-fs_extra' from root:root to runner:runner
2025-08-20T22:07:14.8432964Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs_extra-66aff189b6df588a/dep-lib-fs_extra' from root:root to runner:runner
2025-08-20T22:07:14.8434858Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs_extra-66aff189b6df588a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8436736Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs_extra-66aff189b6df588a/lib-fs_extra.json' from root:root to runner:runner
2025-08-20T22:07:14.8438791Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs_extra-66aff189b6df588a' from root:root to runner:runner
2025-08-20T22:07:14.8440673Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties_data-281a50421255fb32/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8442643Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties_data-281a50421255fb32/dep-lib-icu_properties_data' from root:root to runner:runner
2025-08-20T22:07:14.8444667Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties_data-281a50421255fb32/lib-icu_properties_data.json' from root:root to runner:runner
2025-08-20T22:07:14.8446604Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties_data-281a50421255fb32/lib-icu_properties_data' from root:root to runner:runner
2025-08-20T22:07:14.8448646Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties_data-281a50421255fb32' from root:root to runner:runner
2025-08-20T22:07:14.8450405Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-a64e58c0a1f0261a/lib-psm' from root:root to runner:runner
2025-08-20T22:07:14.8452160Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-a64e58c0a1f0261a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8453912Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-a64e58c0a1f0261a/lib-psm.json' from root:root to runner:runner
2025-08-20T22:07:14.8455645Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-a64e58c0a1f0261a/dep-lib-psm' from root:root to runner:runner
2025-08-20T22:07:14.8457323Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-a64e58c0a1f0261a' from root:root to runner:runner
2025-08-20T22:07:14.8459521Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/powerfmt-53a8ff0e932f6462/lib-powerfmt' from root:root to runner:runner
2025-08-20T22:07:14.8462939Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/powerfmt-53a8ff0e932f6462/dep-lib-powerfmt' from root:root to runner:runner
2025-08-20T22:07:14.8466507Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/powerfmt-53a8ff0e932f6462/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8470089Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/powerfmt-53a8ff0e932f6462/lib-powerfmt.json' from root:root to runner:runner
2025-08-20T22:07:14.8473086Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/powerfmt-53a8ff0e932f6462' from root:root to runner:runner
2025-08-20T22:07:14.8475167Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-9a1ca9dd1be3cbd2/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:07:14.8477084Z [00:15:35.060]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-9a1ca9dd1be3cbd2/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:07:14.8479442Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-9a1ca9dd1be3cbd2/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:07:14.8481291Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-9a1ca9dd1be3cbd2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8483040Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-9a1ca9dd1be3cbd2' from root:root to runner:runner
2025-08-20T22:07:14.8486061Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-bf398d5247bf3731/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8490003Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-bf398d5247bf3731/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8493347Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-bf398d5247bf3731' from root:root to runner:runner
2025-08-20T22:07:14.8496848Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-8e8a8fdb0fcd893e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8500713Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-8e8a8fdb0fcd893e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8504253Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-8e8a8fdb0fcd893e' from root:root to runner:runner
2025-08-20T22:07:14.8507982Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-8006ba0ca758dec4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8511690Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-8006ba0ca758dec4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8515141Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-8006ba0ca758dec4' from root:root to runner:runner
2025-08-20T22:07:14.8518621Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-rational-8b5fc12d55390e63/lib-num_rational' from root:root to runner:runner
2025-08-20T22:07:14.8522293Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-rational-8b5fc12d55390e63/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8525770Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-rational-8b5fc12d55390e63/dep-lib-num_rational' from root:root to runner:runner
2025-08-20T22:07:14.8529486Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-rational-8b5fc12d55390e63/lib-num_rational.json' from root:root to runner:runner
2025-08-20T22:07:14.8532841Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-rational-8b5fc12d55390e63' from root:root to runner:runner
2025-08-20T22:07:14.8536114Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking-9d0f580be32cb457/lib-parking.json' from root:root to runner:runner
2025-08-20T22:07:14.8539721Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking-9d0f580be32cb457/dep-lib-parking' from root:root to runner:runner
2025-08-20T22:07:14.8541570Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking-9d0f580be32cb457/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8543349Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking-9d0f580be32cb457/lib-parking' from root:root to runner:runner
2025-08-20T22:07:14.8545002Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking-9d0f580be32cb457' from root:root to runner:runner
2025-08-20T22:07:14.8547244Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-3fd415ebe5634856/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8549388Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-3fd415ebe5634856/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8550449Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-3fd415ebe5634856' from root:root to runner:runner
2025-08-20T22:07:14.8551511Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-328cb79e1068f009/lib-rand.json' from root:root to runner:runner
2025-08-20T22:07:14.8552523Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-328cb79e1068f009/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8553520Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-328cb79e1068f009/lib-rand' from root:root to runner:runner
2025-08-20T22:07:14.8554495Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-328cb79e1068f009/dep-lib-rand' from root:root to runner:runner
2025-08-20T22:07:14.8555493Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-328cb79e1068f009' from root:root to runner:runner
2025-08-20T22:07:14.8556481Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-waker-8768e274fad1a36e/dep-lib-atomic_waker' from root:root to runner:runner
2025-08-20T22:07:14.8557454Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-waker-8768e274fad1a36e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8558675Z [00:15:35.061]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-waker-8768e274fad1a36e/lib-atomic_waker' from root:root to runner:runner
2025-08-20T22:07:14.8559676Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-waker-8768e274fad1a36e/lib-atomic_waker.json' from root:root to runner:runner
2025-08-20T22:07:14.8560576Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-waker-8768e274fad1a36e' from root:root to runner:runner
2025-08-20T22:07:14.8561615Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna-e1d9b31468bc172b/lib-idna' from root:root to runner:runner
2025-08-20T22:07:14.8563416Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna-e1d9b31468bc172b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8565122Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna-e1d9b31468bc172b/lib-idna.json' from root:root to runner:runner
2025-08-20T22:07:14.8566842Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna-e1d9b31468bc172b/dep-lib-idna' from root:root to runner:runner
2025-08-20T22:07:14.8568722Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna-e1d9b31468bc172b' from root:root to runner:runner
2025-08-20T22:07:14.8570583Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/precomputed-hash-a513819289908bf4/dep-lib-precomputed_hash' from root:root to runner:runner
2025-08-20T22:07:14.8572466Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/precomputed-hash-a513819289908bf4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8574325Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/precomputed-hash-a513819289908bf4/lib-precomputed_hash.json' from root:root to runner:runner
2025-08-20T22:07:14.8575910Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/precomputed-hash-a513819289908bf4/lib-precomputed_hash' from root:root to runner:runner
2025-08-20T22:07:14.8576841Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/precomputed-hash-a513819289908bf4' from root:root to runner:runner
2025-08-20T22:07:14.8578444Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sync_wrapper-8309a39299af7249/dep-lib-sync_wrapper' from root:root to runner:runner
2025-08-20T22:07:14.8580201Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sync_wrapper-8309a39299af7249/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8581952Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sync_wrapper-8309a39299af7249/lib-sync_wrapper' from root:root to runner:runner
2025-08-20T22:07:14.8583885Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sync_wrapper-8309a39299af7249/lib-sync_wrapper.json' from root:root to runner:runner
2025-08-20T22:07:14.8585707Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sync_wrapper-8309a39299af7249' from root:root to runner:runner
2025-08-20T22:07:14.8587544Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tabled-c1f28060bdc1509d/lib-tabled' from root:root to runner:runner
2025-08-20T22:07:14.8589580Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tabled-c1f28060bdc1509d/lib-tabled.json' from root:root to runner:runner
2025-08-20T22:07:14.8591300Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tabled-c1f28060bdc1509d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8593125Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tabled-c1f28060bdc1509d/dep-lib-tabled' from root:root to runner:runner
2025-08-20T22:07:14.8594740Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tabled-c1f28060bdc1509d' from root:root to runner:runner
2025-08-20T22:07:14.8596705Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_provider-a2b09b08beacc726/lib-icu_provider.json' from root:root to runner:runner
2025-08-20T22:07:14.8598722Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_provider-a2b09b08beacc726/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8600550Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_provider-a2b09b08beacc726/dep-lib-icu_provider' from root:root to runner:runner
2025-08-20T22:07:14.8602367Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_provider-a2b09b08beacc726/lib-icu_provider' from root:root to runner:runner
2025-08-20T22:07:14.8604049Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_provider-a2b09b08beacc726' from root:root to runner:runner
2025-08-20T22:07:14.8605992Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-64828ac5dc1a69fa/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8608077Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-64828ac5dc1a69fa/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8609754Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-64828ac5dc1a69fa' from root:root to runner:runner
2025-08-20T22:07:14.8611621Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap-cdd5b5cb83ca1c95/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:07:14.8613523Z [00:15:35.062]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap-cdd5b5cb83ca1c95/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8615261Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap-cdd5b5cb83ca1c95/lib-clap.json' from root:root to runner:runner
2025-08-20T22:07:14.8616934Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap-cdd5b5cb83ca1c95/lib-clap' from root:root to runner:runner
2025-08-20T22:07:14.8618847Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap-cdd5b5cb83ca1c95' from root:root to runner:runner
2025-08-20T22:07:14.8620698Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_executable-86c7d21d2cd91ca2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8622680Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_executable-86c7d21d2cd91ca2/dep-lib-is_executable' from root:root to runner:runner
2025-08-20T22:07:14.8624575Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_executable-86c7d21d2cd91ca2/lib-is_executable.json' from root:root to runner:runner
2025-08-20T22:07:14.8626404Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_executable-86c7d21d2cd91ca2/lib-is_executable' from root:root to runner:runner
2025-08-20T22:07:14.8628262Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_executable-86c7d21d2cd91ca2' from root:root to runner:runner
2025-08-20T22:07:14.8630085Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/equivalent-172ee25997bd6c00/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T22:07:14.8631890Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/equivalent-172ee25997bd6c00/lib-equivalent' from root:root to runner:runner
2025-08-20T22:07:14.8633690Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/equivalent-172ee25997bd6c00/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8635485Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/equivalent-172ee25997bd6c00/lib-equivalent.json' from root:root to runner:runner
2025-08-20T22:07:14.8637304Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/equivalent-172ee25997bd6c00' from root:root to runner:runner
2025-08-20T22:07:14.8639512Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5/output-lib-nu_plugin_example' from root:root to runner:runner
2025-08-20T22:07:14.8641411Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5/dep-lib-nu_plugin_example' from root:root to runner:runner
2025-08-20T22:07:14.8643111Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8644189Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5/lib-nu_plugin_example' from root:root to runner:runner
2025-08-20T22:07:14.8645232Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5/lib-nu_plugin_example.json' from root:root to runner:runner
2025-08-20T22:07:14.8646219Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5' from root:root to runner:runner
2025-08-20T22:07:14.8647186Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/halfbrown-2d641baf78990a92/lib-halfbrown' from root:root to runner:runner
2025-08-20T22:07:14.8648636Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/halfbrown-2d641baf78990a92/dep-lib-halfbrown' from root:root to runner:runner
2025-08-20T22:07:14.8649633Z [00:15:35.063]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/halfbrown-2d641baf78990a92/lib-halfbrown.json' from root:root to runner:runner
2025-08-20T22:07:14.8650588Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/halfbrown-2d641baf78990a92/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8651464Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/halfbrown-2d641baf78990a92' from root:root to runner:runner
2025-08-20T22:07:14.8652485Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-query-a758aeeadd342389/lib-aws_smithy_query.json' from root:root to runner:runner
2025-08-20T22:07:14.8653476Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-query-a758aeeadd342389/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8654908Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-query-a758aeeadd342389/lib-aws_smithy_query' from root:root to runner:runner
2025-08-20T22:07:14.8656902Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-query-a758aeeadd342389/dep-lib-aws_smithy_query' from root:root to runner:runner
2025-08-20T22:07:14.8658804Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-query-a758aeeadd342389' from root:root to runner:runner
2025-08-20T22:07:14.8660761Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer-3ff666bbe59a0e2d/lib-icu_normalizer' from root:root to runner:runner
2025-08-20T22:07:14.8662571Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer-3ff666bbe59a0e2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8664507Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer-3ff666bbe59a0e2d/lib-icu_normalizer.json' from root:root to runner:runner
2025-08-20T22:07:14.8666316Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer-3ff666bbe59a0e2d/dep-lib-icu_normalizer' from root:root to runner:runner
2025-08-20T22:07:14.8668017Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer-3ff666bbe59a0e2d' from root:root to runner:runner
2025-08-20T22:07:14.8669199Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-base-38f2d7d412ee3cc0/lib-nu_cmd_base.json' from root:root to runner:runner
2025-08-20T22:07:14.8670178Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-base-38f2d7d412ee3cc0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8671137Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-base-38f2d7d412ee3cc0/lib-nu_cmd_base' from root:root to runner:runner
2025-08-20T22:07:14.8672138Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-base-38f2d7d412ee3cc0/dep-lib-nu_cmd_base' from root:root to runner:runner
2025-08-20T22:07:14.8673025Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-base-38f2d7d412ee3cc0' from root:root to runner:runner
2025-08-20T22:07:14.8673953Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dunce-8e471e0f7aaf21d7/lib-dunce.json' from root:root to runner:runner
2025-08-20T22:07:14.8675021Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dunce-8e471e0f7aaf21d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8676017Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dunce-8e471e0f7aaf21d7/dep-lib-dunce' from root:root to runner:runner
2025-08-20T22:07:14.8676939Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dunce-8e471e0f7aaf21d7/lib-dunce' from root:root to runner:runner
2025-08-20T22:07:14.8678080Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dunce-8e471e0f7aaf21d7' from root:root to runner:runner
2025-08-20T22:07:14.8679080Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sct-3669c2c5c90be5cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8680051Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sct-3669c2c5c90be5cc/lib-sct.json' from root:root to runner:runner
2025-08-20T22:07:14.8680941Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sct-3669c2c5c90be5cc/lib-sct' from root:root to runner:runner
2025-08-20T22:07:14.8681855Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sct-3669c2c5c90be5cc/dep-lib-sct' from root:root to runner:runner
2025-08-20T22:07:14.8682702Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sct-3669c2c5c90be5cc' from root:root to runner:runner
2025-08-20T22:07:14.8683812Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-b3512fe837a36d63/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8684885Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-b3512fe837a36d63/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8685793Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-b3512fe837a36d63' from root:root to runner:runner
2025-08-20T22:07:14.8686766Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-catalog-a0a1653e388b06af/dep-lib-crc_catalog' from root:root to runner:runner
2025-08-20T22:07:14.8687720Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-catalog-a0a1653e388b06af/lib-crc_catalog' from root:root to runner:runner
2025-08-20T22:07:14.8689245Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-catalog-a0a1653e388b06af/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8690293Z [00:15:35.064]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-catalog-a0a1653e388b06af/lib-crc_catalog.json' from root:root to runner:runner
2025-08-20T22:07:14.8691181Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-catalog-a0a1653e388b06af' from root:root to runner:runner
2025-08-20T22:07:14.8692157Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pwd-6cbe16806758f37b/lib-pwd.json' from root:root to runner:runner
2025-08-20T22:07:14.8693091Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pwd-6cbe16806758f37b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8694034Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pwd-6cbe16806758f37b/lib-pwd' from root:root to runner:runner
2025-08-20T22:07:14.8694930Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pwd-6cbe16806758f37b/dep-lib-pwd' from root:root to runner:runner
2025-08-20T22:07:14.8695786Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pwd-6cbe16806758f37b' from root:root to runner:runner
2025-08-20T22:07:14.8696731Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/which-1c7cfe5e3e336e8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8697631Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/which-1c7cfe5e3e336e8f/lib-which' from root:root to runner:runner
2025-08-20T22:07:14.8698744Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/which-1c7cfe5e3e336e8f/lib-which.json' from root:root to runner:runner
2025-08-20T22:07:14.8699673Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/which-1c7cfe5e3e336e8f/dep-lib-which' from root:root to runner:runner
2025-08-20T22:07:14.8700537Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/which-1c7cfe5e3e336e8f' from root:root to runner:runner
2025-08-20T22:07:14.8701505Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-60eb4382f4d53489/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8702568Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-60eb4382f4d53489/lib-openssl_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.8703634Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-60eb4382f4d53489/dep-lib-openssl_sys' from root:root to runner:runner
2025-08-20T22:07:14.8704584Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-60eb4382f4d53489/lib-openssl_sys' from root:root to runner:runner
2025-08-20T22:07:14.8705519Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-60eb4382f4d53489' from root:root to runner:runner
2025-08-20T22:07:14.8706483Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-97a98f283e49eac0/lib-v_htmlescape' from root:root to runner:runner
2025-08-20T22:07:14.8707464Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-97a98f283e49eac0/lib-v_htmlescape.json' from root:root to runner:runner
2025-08-20T22:07:14.8708761Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-97a98f283e49eac0/dep-lib-v_htmlescape' from root:root to runner:runner
2025-08-20T22:07:14.8709764Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-97a98f283e49eac0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8710660Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-97a98f283e49eac0' from root:root to runner:runner
2025-08-20T22:07:14.8711625Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/string_cache-27ee910f3f3664de/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8712603Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/string_cache-27ee910f3f3664de/lib-string_cache.json' from root:root to runner:runner
2025-08-20T22:07:14.8713557Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/string_cache-27ee910f3f3664de/lib-string_cache' from root:root to runner:runner
2025-08-20T22:07:14.8714537Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/string_cache-27ee910f3f3664de/dep-lib-string_cache' from root:root to runner:runner
2025-08-20T22:07:14.8715418Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/string_cache-27ee910f3f3664de' from root:root to runner:runner
2025-08-20T22:07:14.8716438Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shell-words-fab7b27eaa8549a7/lib-shell_words' from root:root to runner:runner
2025-08-20T22:07:14.8717649Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shell-words-fab7b27eaa8549a7/dep-lib-shell_words' from root:root to runner:runner
2025-08-20T22:07:14.8718972Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shell-words-fab7b27eaa8549a7/lib-shell_words.json' from root:root to runner:runner
2025-08-20T22:07:14.8720037Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shell-words-fab7b27eaa8549a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8720942Z [00:15:35.065]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shell-words-fab7b27eaa8549a7' from root:root to runner:runner
2025-08-20T22:07:14.8721981Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-5ab6f4c9570cc54c/lib-rust_decimal.json' from root:root to runner:runner
2025-08-20T22:07:14.8723185Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-5ab6f4c9570cc54c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8724173Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-5ab6f4c9570cc54c/dep-lib-rust_decimal' from root:root to runner:runner
2025-08-20T22:07:14.8725131Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-5ab6f4c9570cc54c/lib-rust_decimal' from root:root to runner:runner
2025-08-20T22:07:14.8726019Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-5ab6f4c9570cc54c' from root:root to runner:runner
2025-08-20T22:07:14.8727001Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thread_local-ac0f82058745b480/dep-lib-thread_local' from root:root to runner:runner
2025-08-20T22:07:14.8728260Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thread_local-ac0f82058745b480/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8729252Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thread_local-ac0f82058745b480/lib-thread_local.json' from root:root to runner:runner
2025-08-20T22:07:14.8730215Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thread_local-ac0f82058745b480/lib-thread_local' from root:root to runner:runner
2025-08-20T22:07:14.8731195Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thread_local-ac0f82058745b480' from root:root to runner:runner
2025-08-20T22:07:14.8732204Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashlink-f68279be559c98f7/dep-lib-hashlink' from root:root to runner:runner
2025-08-20T22:07:14.8733171Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashlink-f68279be559c98f7/lib-hashlink.json' from root:root to runner:runner
2025-08-20T22:07:14.8734187Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashlink-f68279be559c98f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8735592Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashlink-f68279be559c98f7/lib-hashlink' from root:root to runner:runner
2025-08-20T22:07:14.8736597Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashlink-f68279be559c98f7' from root:root to runner:runner
2025-08-20T22:07:14.8737905Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-config-91f1a01a194abf83/lib-aws_config.json' from root:root to runner:runner
2025-08-20T22:07:14.8738960Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-config-91f1a01a194abf83/dep-lib-aws_config' from root:root to runner:runner
2025-08-20T22:07:14.8739926Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-config-91f1a01a194abf83/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8740904Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-config-91f1a01a194abf83/lib-aws_config' from root:root to runner:runner
2025-08-20T22:07:14.8741791Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-config-91f1a01a194abf83' from root:root to runner:runner
2025-08-20T22:07:14.8742680Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/log-9fd8f72c6bca26d5/lib-log' from root:root to runner:runner
2025-08-20T22:07:14.8743605Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/log-9fd8f72c6bca26d5/dep-lib-log' from root:root to runner:runner
2025-08-20T22:07:14.8744541Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/log-9fd8f72c6bca26d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8745549Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/log-9fd8f72c6bca26d5/lib-log.json' from root:root to runner:runner
2025-08-20T22:07:14.8746461Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/log-9fd8f72c6bca26d5' from root:root to runner:runner
2025-08-20T22:07:14.8747444Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aho-corasick-0c641a08514c09b4/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:07:14.8748800Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aho-corasick-0c641a08514c09b4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8749807Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aho-corasick-0c641a08514c09b4/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:07:14.8750851Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aho-corasick-0c641a08514c09b4/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:07:14.8751743Z [00:15:35.066]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aho-corasick-0c641a08514c09b4' from root:root to runner:runner
2025-08-20T22:07:14.8752670Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fd-lock-9026c5966c80db4a/lib-fd_lock' from root:root to runner:runner
2025-08-20T22:07:14.8753614Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fd-lock-9026c5966c80db4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8754543Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fd-lock-9026c5966c80db4a/lib-fd_lock.json' from root:root to runner:runner
2025-08-20T22:07:14.8755480Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fd-lock-9026c5966c80db4a/dep-lib-fd_lock' from root:root to runner:runner
2025-08-20T22:07:14.8756348Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fd-lock-9026c5966c80db4a' from root:root to runner:runner
2025-08-20T22:07:14.8757292Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reqwest-df3edca4f9d58cce/lib-reqwest.json' from root:root to runner:runner
2025-08-20T22:07:14.8758362Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reqwest-df3edca4f9d58cce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8759382Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reqwest-df3edca4f9d58cce/lib-reqwest' from root:root to runner:runner
2025-08-20T22:07:14.8760376Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reqwest-df3edca4f9d58cce/dep-lib-reqwest' from root:root to runner:runner
2025-08-20T22:07:14.8761248Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reqwest-df3edca4f9d58cce' from root:root to runner:runner
2025-08-20T22:07:14.8762252Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tendril-1528da0e1100a21c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8763176Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tendril-1528da0e1100a21c/lib-tendril' from root:root to runner:runner
2025-08-20T22:07:14.8764121Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tendril-1528da0e1100a21c/lib-tendril.json' from root:root to runner:runner
2025-08-20T22:07:14.8765105Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tendril-1528da0e1100a21c/dep-lib-tendril' from root:root to runner:runner
2025-08-20T22:07:14.8766010Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tendril-1528da0e1100a21c' from root:root to runner:runner
2025-08-20T22:07:14.8766964Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-2eaceaacd54f68d9/dep-lib-zstd_sys' from root:root to runner:runner
2025-08-20T22:07:14.8768126Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-2eaceaacd54f68d9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8769090Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-2eaceaacd54f68d9/lib-zstd_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.8770018Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-2eaceaacd54f68d9/lib-zstd_sys' from root:root to runner:runner
2025-08-20T22:07:14.8770892Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-2eaceaacd54f68d9' from root:root to runner:runner
2025-08-20T22:07:14.8771925Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alphanumeric-sort-c3ff27e0f0c1d649/lib-alphanumeric_sort.json' from root:root to runner:runner
2025-08-20T22:07:14.8773013Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alphanumeric-sort-c3ff27e0f0c1d649/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8774102Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alphanumeric-sort-c3ff27e0f0c1d649/dep-lib-alphanumeric_sort' from root:root to runner:runner
2025-08-20T22:07:14.8775112Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alphanumeric-sort-c3ff27e0f0c1d649/lib-alphanumeric_sort' from root:root to runner:runner
2025-08-20T22:07:14.8776091Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alphanumeric-sort-c3ff27e0f0c1d649' from root:root to runner:runner
2025-08-20T22:07:14.8777044Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/home-912337b30fee19c0/lib-home.json' from root:root to runner:runner
2025-08-20T22:07:14.8778227Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/home-912337b30fee19c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8779283Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/home-912337b30fee19c0/dep-lib-home' from root:root to runner:runner
2025-08-20T22:07:14.8780307Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/home-912337b30fee19c0/lib-home' from root:root to runner:runner
2025-08-20T22:07:14.8781198Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/home-912337b30fee19c0' from root:root to runner:runner
2025-08-20T22:07:14.8782297Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-88676cffa9a85f1b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8783361Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-88676cffa9a85f1b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8784310Z [00:15:35.067]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-88676cffa9a85f1b' from root:root to runner:runner
2025-08-20T22:07:14.8785588Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-7100a26c03aabbe5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8786752Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-7100a26c03aabbe5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8788019Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-7100a26c03aabbe5' from root:root to runner:runner
2025-08-20T22:07:14.8789460Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-a684436aef2ee0a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8790790Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-a684436aef2ee0a6/lib-polars_core.json' from root:root to runner:runner
2025-08-20T22:07:14.8791980Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-a684436aef2ee0a6/dep-lib-polars_core' from root:root to runner:runner
2025-08-20T22:07:14.8792992Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-a684436aef2ee0a6/lib-polars_core' from root:root to runner:runner
2025-08-20T22:07:14.8801664Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-a684436aef2ee0a6' from root:root to runner:runner
2025-08-20T22:07:14.8802875Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties-aefbc4e5237c0c47/lib-icu_properties' from root:root to runner:runner
2025-08-20T22:07:14.8804449Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties-aefbc4e5237c0c47/lib-icu_properties.json' from root:root to runner:runner
2025-08-20T22:07:14.8805685Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties-aefbc4e5237c0c47/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8806734Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties-aefbc4e5237c0c47/dep-lib-icu_properties' from root:root to runner:runner
2025-08-20T22:07:14.8807663Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties-aefbc4e5237c0c47' from root:root to runner:runner
2025-08-20T22:07:14.8808952Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-2494db94d9f9f543/dep-lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T22:07:14.8809946Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-2494db94d9f9f543/lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T22:07:14.8810942Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-2494db94d9f9f543/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8812073Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-2494db94d9f9f543/lib-rustls_pemfile.json' from root:root to runner:runner
2025-08-20T22:07:14.8813049Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-2494db94d9f9f543' from root:root to runner:runner
2025-08-20T22:07:14.8814038Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-util-513808909860ce7e/lib-hyper_util.json' from root:root to runner:runner
2025-08-20T22:07:14.8815075Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-util-513808909860ce7e/dep-lib-hyper_util' from root:root to runner:runner
2025-08-20T22:07:14.8816030Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-util-513808909860ce7e/lib-hyper_util' from root:root to runner:runner
2025-08-20T22:07:14.8817044Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-util-513808909860ce7e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8818079Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-util-513808909860ce7e' from root:root to runner:runner
2025-08-20T22:07:14.8819138Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-e1fee1aa8e818fac/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8820163Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-e1fee1aa8e818fac/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8821022Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-e1fee1aa8e818fac' from root:root to runner:runner
2025-08-20T22:07:14.8822053Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-iterator-3388414c1b9bec9c/dep-lib-fallible_iterator' from root:root to runner:runner
2025-08-20T22:07:14.8823119Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-iterator-3388414c1b9bec9c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8824128Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-iterator-3388414c1b9bec9c/lib-fallible_iterator' from root:root to runner:runner
2025-08-20T22:07:14.8825216Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-iterator-3388414c1b9bec9c/lib-fallible_iterator.json' from root:root to runner:runner
2025-08-20T22:07:14.8826135Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-iterator-3388414c1b9bec9c' from root:root to runner:runner
2025-08-20T22:07:14.8827130Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-parse-0a62d2c6fc5df59d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8828390Z [00:15:35.068]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-parse-0a62d2c6fc5df59d/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T22:07:14.8829481Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-parse-0a62d2c6fc5df59d/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:07:14.8830469Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-parse-0a62d2c6fc5df59d/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:07:14.8831426Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-parse-0a62d2c6fc5df59d' from root:root to runner:runner
2025-08-20T22:07:14.8832349Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wax-222a9a48cd888c1c/lib-wax.json' from root:root to runner:runner
2025-08-20T22:07:14.8833287Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wax-222a9a48cd888c1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8834171Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wax-222a9a48cd888c1c/lib-wax' from root:root to runner:runner
2025-08-20T22:07:14.8835070Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wax-222a9a48cd888c1c/dep-lib-wax' from root:root to runner:runner
2025-08-20T22:07:14.8835920Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wax-222a9a48cd888c1c' from root:root to runner:runner
2025-08-20T22:07:14.8836920Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-set-fe5dce40a1b9a271/dep-lib-bit_set' from root:root to runner:runner
2025-08-20T22:07:14.8837984Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-set-fe5dce40a1b9a271/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8838984Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-set-fe5dce40a1b9a271/lib-bit_set' from root:root to runner:runner
2025-08-20T22:07:14.8839932Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-set-fe5dce40a1b9a271/lib-bit_set.json' from root:root to runner:runner
2025-08-20T22:07:14.8840795Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-set-fe5dce40a1b9a271' from root:root to runner:runner
2025-08-20T22:07:14.8841772Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762/output-lib-nu_lsp' from root:root to runner:runner
2025-08-20T22:07:14.8842759Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762/dep-lib-nu_lsp' from root:root to runner:runner
2025-08-20T22:07:14.8843701Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8844669Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762/lib-nu_lsp' from root:root to runner:runner
2025-08-20T22:07:14.8845603Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762/lib-nu_lsp.json' from root:root to runner:runner
2025-08-20T22:07:14.8846473Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762' from root:root to runner:runner
2025-08-20T22:07:14.8847407Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerovec-4bd946feea8e9f73/dep-lib-zerovec' from root:root to runner:runner
2025-08-20T22:07:14.8848586Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerovec-4bd946feea8e9f73/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8849551Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerovec-4bd946feea8e9f73/lib-zerovec.json' from root:root to runner:runner
2025-08-20T22:07:14.8850561Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerovec-4bd946feea8e9f73/lib-zerovec' from root:root to runner:runner
2025-08-20T22:07:14.8851436Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerovec-4bd946feea8e9f73' from root:root to runner:runner
2025-08-20T22:07:14.8852688Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-9356aaf3df80bd8c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.8853849Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-9356aaf3df80bd8c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.8854738Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-9356aaf3df80bd8c' from root:root to runner:runner
2025-08-20T22:07:14.8855726Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rle-decode-fast-1d16e13e02f2a59a/lib-rle_decode_fast' from root:root to runner:runner
2025-08-20T22:07:14.8856775Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rle-decode-fast-1d16e13e02f2a59a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8858068Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rle-decode-fast-1d16e13e02f2a59a/lib-rle_decode_fast.json' from root:root to runner:runner
2025-08-20T22:07:14.8859177Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rle-decode-fast-1d16e13e02f2a59a/dep-lib-rle_decode_fast' from root:root to runner:runner
2025-08-20T22:07:14.8860108Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rle-decode-fast-1d16e13e02f2a59a' from root:root to runner:runner
2025-08-20T22:07:14.8861129Z [00:15:35.069]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559/output-lib-nu_plugin_polars' from root:root to runner:runner
2025-08-20T22:07:14.8862107Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8863092Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559/lib-nu_plugin_polars.json' from root:root to runner:runner
2025-08-20T22:07:14.8864097Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559/dep-lib-nu_plugin_polars' from root:root to runner:runner
2025-08-20T22:07:14.8865138Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559/lib-nu_plugin_polars' from root:root to runner:runner
2025-08-20T22:07:14.8866049Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559' from root:root to runner:runner
2025-08-20T22:07:14.8867027Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-std-fa4703acf637627b/lib-nu_std' from root:root to runner:runner
2025-08-20T22:07:14.8868233Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-std-fa4703acf637627b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8869193Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-std-fa4703acf637627b/lib-nu_std.json' from root:root to runner:runner
2025-08-20T22:07:14.8870736Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-std-fa4703acf637627b/dep-lib-nu_std' from root:root to runner:runner
2025-08-20T22:07:14.8871781Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-std-fa4703acf637627b' from root:root to runner:runner
2025-08-20T22:07:14.8872899Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-ext-a223d4ebd2d110a2/lib-backtrace_ext' from root:root to runner:runner
2025-08-20T22:07:14.8873963Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-ext-a223d4ebd2d110a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8874986Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-ext-a223d4ebd2d110a2/dep-lib-backtrace_ext' from root:root to runner:runner
2025-08-20T22:07:14.8875984Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-ext-a223d4ebd2d110a2/lib-backtrace_ext.json' from root:root to runner:runner
2025-08-20T22:07:14.8876888Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-ext-a223d4ebd2d110a2' from root:root to runner:runner
2025-08-20T22:07:14.8878014Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fixedbitset-53ac1fa02b85d463/lib-fixedbitset.json' from root:root to runner:runner
2025-08-20T22:07:14.8879004Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fixedbitset-53ac1fa02b85d463/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8880063Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fixedbitset-53ac1fa02b85d463/dep-lib-fixedbitset' from root:root to runner:runner
2025-08-20T22:07:14.8881026Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fixedbitset-53ac1fa02b85d463/lib-fixedbitset' from root:root to runner:runner
2025-08-20T22:07:14.8881986Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fixedbitset-53ac1fa02b85d463' from root:root to runner:runner
2025-08-20T22:07:14.8882971Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nucleo-matcher-b241afad9d4ff121/lib-nucleo_matcher' from root:root to runner:runner
2025-08-20T22:07:14.8883975Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nucleo-matcher-b241afad9d4ff121/dep-lib-nucleo_matcher' from root:root to runner:runner
2025-08-20T22:07:14.8885008Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nucleo-matcher-b241afad9d4ff121/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8886022Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nucleo-matcher-b241afad9d4ff121/lib-nucleo_matcher.json' from root:root to runner:runner
2025-08-20T22:07:14.8886988Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nucleo-matcher-b241afad9d4ff121' from root:root to runner:runner
2025-08-20T22:07:14.8888224Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-project-lite-7141a35ff92d90b5/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T22:07:14.8889264Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-project-lite-7141a35ff92d90b5/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:07:14.8890265Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-project-lite-7141a35ff92d90b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8891264Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-project-lite-7141a35ff92d90b5/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:07:14.8892179Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-project-lite-7141a35ff92d90b5' from root:root to runner:runner
2025-08-20T22:07:14.8893280Z [00:15:35.070]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stable_deref_trait-b791c118f73f8ac1/dep-lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T22:07:14.8894272Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stable_deref_trait-b791c118f73f8ac1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8895301Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stable_deref_trait-b791c118f73f8ac1/lib-stable_deref_trait.json' from root:root to runner:runner
2025-08-20T22:07:14.8896360Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stable_deref_trait-b791c118f73f8ac1/lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T22:07:14.8897279Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stable_deref_trait-b791c118f73f8ac1' from root:root to runner:runner
2025-08-20T22:07:14.8898313Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-2a2713766cfb1228/dep-lib-tokio' from root:root to runner:runner
2025-08-20T22:07:14.8899328Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-2a2713766cfb1228/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8900239Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-2a2713766cfb1228/lib-tokio' from root:root to runner:runner
2025-08-20T22:07:14.8901215Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-2a2713766cfb1228/lib-tokio.json' from root:root to runner:runner
2025-08-20T22:07:14.8902091Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-2a2713766cfb1228' from root:root to runner:runner
2025-08-20T22:07:14.8902998Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-01f6c3248026931a/lib-regex' from root:root to runner:runner
2025-08-20T22:07:14.8903933Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-01f6c3248026931a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8904849Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-01f6c3248026931a/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:07:14.8905783Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-01f6c3248026931a/lib-regex.json' from root:root to runner:runner
2025-08-20T22:07:14.8906710Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-01f6c3248026931a' from root:root to runner:runner
2025-08-20T22:07:14.8907656Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-92bb37db7140da37/lib-stacker.json' from root:root to runner:runner
2025-08-20T22:07:14.8908873Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-92bb37db7140da37/lib-stacker' from root:root to runner:runner
2025-08-20T22:07:14.8909956Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-92bb37db7140da37/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8910903Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-92bb37db7140da37/dep-lib-stacker' from root:root to runner:runner
2025-08-20T22:07:14.8911777Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-92bb37db7140da37' from root:root to runner:runner
2025-08-20T22:07:14.8912789Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstream-b0fa21c5f8dcbacf/dep-lib-anstream' from root:root to runner:runner
2025-08-20T22:07:14.8913735Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstream-b0fa21c5f8dcbacf/lib-anstream' from root:root to runner:runner
2025-08-20T22:07:14.8914742Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstream-b0fa21c5f8dcbacf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8915693Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstream-b0fa21c5f8dcbacf/lib-anstream.json' from root:root to runner:runner
2025-08-20T22:07:14.8916573Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstream-b0fa21c5f8dcbacf' from root:root to runner:runner
2025-08-20T22:07:14.8917518Z [00:15:35.071]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-dc9beeef36f073ec/lib-num_traits' from root:root to runner:runner
2025-08-20T22:07:14.8918606Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-dc9beeef36f073ec/lib-num_traits.json' from root:root to runner:runner
2025-08-20T22:07:14.8919765Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-dc9beeef36f073ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8920828Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-dc9beeef36f073ec/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T22:07:14.8921711Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-dc9beeef36f073ec' from root:root to runner:runner
2025-08-20T22:07:14.8922667Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-types-6da021def994144d/dep-lib-lsp_types' from root:root to runner:runner
2025-08-20T22:07:14.8923673Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-types-6da021def994144d/lib-lsp_types' from root:root to runner:runner
2025-08-20T22:07:14.8924827Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-types-6da021def994144d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8925822Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-types-6da021def994144d/lib-lsp_types.json' from root:root to runner:runner
2025-08-20T22:07:14.8926782Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-types-6da021def994144d' from root:root to runner:runner
2025-08-20T22:07:14.8927919Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_logger-64a6bd686bd00d63/lib-env_logger.json' from root:root to runner:runner
2025-08-20T22:07:14.8929028Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_logger-64a6bd686bd00d63/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8929974Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_logger-64a6bd686bd00d63/lib-env_logger' from root:root to runner:runner
2025-08-20T22:07:14.8930939Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_logger-64a6bd686bd00d63/dep-lib-env_logger' from root:root to runner:runner
2025-08-20T22:07:14.8931817Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_logger-64a6bd686bd00d63' from root:root to runner:runner
2025-08-20T22:07:14.8932784Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-dbd1850c9403762a/lib-markup5ever' from root:root to runner:runner
2025-08-20T22:07:14.8933763Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-dbd1850c9403762a/lib-markup5ever.json' from root:root to runner:runner
2025-08-20T22:07:14.8934810Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-dbd1850c9403762a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8935809Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-dbd1850c9403762a/dep-lib-markup5ever' from root:root to runner:runner
2025-08-20T22:07:14.8937203Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-dbd1850c9403762a' from root:root to runner:runner
2025-08-20T22:07:14.8938421Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-88b9aa086bd56f4f/lib-itertools' from root:root to runner:runner
2025-08-20T22:07:14.8939584Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-88b9aa086bd56f4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8940565Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-88b9aa086bd56f4f/dep-lib-itertools' from root:root to runner:runner
2025-08-20T22:07:14.8941646Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-88b9aa086bd56f4f/lib-itertools.json' from root:root to runner:runner
2025-08-20T22:07:14.8942539Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-88b9aa086bd56f4f' from root:root to runner:runner
2025-08-20T22:07:14.8943553Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sysinfo-6acb9388e4f1b907/lib-sysinfo.json' from root:root to runner:runner
2025-08-20T22:07:14.8944503Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sysinfo-6acb9388e4f1b907/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8945435Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sysinfo-6acb9388e4f1b907/lib-sysinfo' from root:root to runner:runner
2025-08-20T22:07:14.8946388Z [00:15:35.072]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sysinfo-6acb9388e4f1b907/dep-lib-sysinfo' from root:root to runner:runner
2025-08-20T22:07:14.8947267Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sysinfo-6acb9388e4f1b907' from root:root to runner:runner
2025-08-20T22:07:14.8948722Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever_rcdom-72fbc1c1896b8c23/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8949910Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever_rcdom-72fbc1c1896b8c23/lib-markup5ever_rcdom.json' from root:root to runner:runner
2025-08-20T22:07:14.8950962Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever_rcdom-72fbc1c1896b8c23/dep-lib-markup5ever_rcdom' from root:root to runner:runner
2025-08-20T22:07:14.8951978Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever_rcdom-72fbc1c1896b8c23/lib-markup5ever_rcdom' from root:root to runner:runner
2025-08-20T22:07:14.8952967Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever_rcdom-72fbc1c1896b8c23' from root:root to runner:runner
2025-08-20T22:07:14.8953944Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/deranged-073ace2e5e8a79a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8954960Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/deranged-073ace2e5e8a79a2/dep-lib-deranged' from root:root to runner:runner
2025-08-20T22:07:14.8955928Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/deranged-073ace2e5e8a79a2/lib-deranged.json' from root:root to runner:runner
2025-08-20T22:07:14.8956860Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/deranged-073ace2e5e8a79a2/lib-deranged' from root:root to runner:runner
2025-08-20T22:07:14.8957910Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/deranged-073ace2e5e8a79a2' from root:root to runner:runner
2025-08-20T22:07:14.8959015Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-automata-bbaf20b09695e3da/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:07:14.8960008Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-automata-bbaf20b09695e3da/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8961017Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-automata-bbaf20b09695e3da/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:07:14.8961994Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-automata-bbaf20b09695e3da/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:07:14.8963002Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-automata-bbaf20b09695e3da' from root:root to runner:runner
2025-08-20T22:07:14.8964075Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rfc2047-decoder-53b4307177694c0a/lib-rfc2047_decoder.json' from root:root to runner:runner
2025-08-20T22:07:14.8965058Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rfc2047-decoder-53b4307177694c0a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8966123Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rfc2047-decoder-53b4307177694c0a/dep-lib-rfc2047_decoder' from root:root to runner:runner
2025-08-20T22:07:14.8967113Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rfc2047-decoder-53b4307177694c0a/lib-rfc2047_decoder' from root:root to runner:runner
2025-08-20T22:07:14.8968233Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rfc2047-decoder-53b4307177694c0a' from root:root to runner:runner
2025-08-20T22:07:14.8969300Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-json-ae8b9796c0714309/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8970321Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-json-ae8b9796c0714309/dep-lib-aws_smithy_json' from root:root to runner:runner
2025-08-20T22:07:14.8971341Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-json-ae8b9796c0714309/lib-aws_smithy_json.json' from root:root to runner:runner
2025-08-20T22:07:14.8972323Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-json-ae8b9796c0714309/lib-aws_smithy_json' from root:root to runner:runner
2025-08-20T22:07:14.8973234Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-json-ae8b9796c0714309' from root:root to runner:runner
2025-08-20T22:07:14.8974255Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-ssooidc-f2b7a62fadcf20e2/lib-aws_sdk_ssooidc.json' from root:root to runner:runner
2025-08-20T22:07:14.8975246Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-ssooidc-f2b7a62fadcf20e2/lib-aws_sdk_ssooidc' from root:root to runner:runner
2025-08-20T22:07:14.8976229Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-ssooidc-f2b7a62fadcf20e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8977291Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-ssooidc-f2b7a62fadcf20e2/dep-lib-aws_sdk_ssooidc' from root:root to runner:runner
2025-08-20T22:07:14.8978369Z [00:15:35.073]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-ssooidc-f2b7a62fadcf20e2' from root:root to runner:runner
2025-08-20T22:07:14.8979311Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-docker-cbd410dfd5e8f44f/lib-is_docker' from root:root to runner:runner
2025-08-20T22:07:14.8980336Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-docker-cbd410dfd5e8f44f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8981306Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-docker-cbd410dfd5e8f44f/lib-is_docker.json' from root:root to runner:runner
2025-08-20T22:07:14.8982316Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-docker-cbd410dfd5e8f44f/dep-lib-is_docker' from root:root to runner:runner
2025-08-20T22:07:14.8983194Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-docker-cbd410dfd5e8f44f' from root:root to runner:runner
2025-08-20T22:07:14.8984157Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fxhash-49cf8527f30d7f2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8985078Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fxhash-49cf8527f30d7f2b/lib-fxhash' from root:root to runner:runner
2025-08-20T22:07:14.8986009Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fxhash-49cf8527f30d7f2b/dep-lib-fxhash' from root:root to runner:runner
2025-08-20T22:07:14.8987201Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fxhash-49cf8527f30d7f2b/lib-fxhash.json' from root:root to runner:runner
2025-08-20T22:07:14.8988351Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fxhash-49cf8527f30d7f2b' from root:root to runner:runner
2025-08-20T22:07:14.8989345Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2/dep-lib-nu_parser' from root:root to runner:runner
2025-08-20T22:07:14.8990318Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2/lib-nu_parser.json' from root:root to runner:runner
2025-08-20T22:07:14.8991455Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8992607Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2/output-lib-nu_parser' from root:root to runner:runner
2025-08-20T22:07:14.8993552Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2/lib-nu_parser' from root:root to runner:runner
2025-08-20T22:07:14.8994516Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2' from root:root to runner:runner
2025-08-20T22:07:14.8995540Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-queue-4740e9e0f0f15176/lib-crossbeam_queue.json' from root:root to runner:runner
2025-08-20T22:07:14.8996584Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-queue-4740e9e0f0f15176/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.8997587Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-queue-4740e9e0f0f15176/lib-crossbeam_queue' from root:root to runner:runner
2025-08-20T22:07:14.8998810Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-queue-4740e9e0f0f15176/dep-lib-crossbeam_queue' from root:root to runner:runner
2025-08-20T22:07:14.8999728Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-queue-4740e9e0f0f15176' from root:root to runner:runner
2025-08-20T22:07:14.9000675Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/glob-7dbad827ab1b7f61/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9001597Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/glob-7dbad827ab1b7f61/dep-lib-glob' from root:root to runner:runner
2025-08-20T22:07:14.9002496Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/glob-7dbad827ab1b7f61/lib-glob' from root:root to runner:runner
2025-08-20T22:07:14.9003413Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/glob-7dbad827ab1b7f61/lib-glob.json' from root:root to runner:runner
2025-08-20T22:07:14.9004821Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/glob-7dbad827ab1b7f61' from root:root to runner:runner
2025-08-20T22:07:14.9006206Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/servo_arc-aac27d6f011d68af/lib-servo_arc' from root:root to runner:runner
2025-08-20T22:07:14.9007263Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/servo_arc-aac27d6f011d68af/dep-lib-servo_arc' from root:root to runner:runner
2025-08-20T22:07:14.9008380Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/servo_arc-aac27d6f011d68af/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9009405Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/servo_arc-aac27d6f011d68af/lib-servo_arc.json' from root:root to runner:runner
2025-08-20T22:07:14.9010296Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/servo_arc-aac27d6f011d68af' from root:root to runner:runner
2025-08-20T22:07:14.9011409Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b/bin-nu_plugin_custom_values' from root:root to runner:runner
2025-08-20T22:07:14.9012427Z [00:15:35.074]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9013499Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b/output-bin-nu_plugin_custom_values' from root:root to runner:runner
2025-08-20T22:07:14.9014558Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b/dep-bin-nu_plugin_custom_values' from root:root to runner:runner
2025-08-20T22:07:14.9015625Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b/bin-nu_plugin_custom_values.json' from root:root to runner:runner
2025-08-20T22:07:14.9016563Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b' from root:root to runner:runner
2025-08-20T22:07:14.9017505Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6/lib-nu_path.json' from root:root to runner:runner
2025-08-20T22:07:14.9018546Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6/dep-lib-nu_path' from root:root to runner:runner
2025-08-20T22:07:14.9019563Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9020566Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6/output-lib-nu_path' from root:root to runner:runner
2025-08-20T22:07:14.9021491Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6/lib-nu_path' from root:root to runner:runner
2025-08-20T22:07:14.9022363Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6' from root:root to runner:runner
2025-08-20T22:07:14.9023401Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-term-grid-c8ffdb05681cb8ad/lib-nu_term_grid.json' from root:root to runner:runner
2025-08-20T22:07:14.9024383Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-term-grid-c8ffdb05681cb8ad/dep-lib-nu_term_grid' from root:root to runner:runner
2025-08-20T22:07:14.9025397Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-term-grid-c8ffdb05681cb8ad/lib-nu_term_grid' from root:root to runner:runner
2025-08-20T22:07:14.9026387Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-term-grid-c8ffdb05681cb8ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9027290Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-term-grid-c8ffdb05681cb8ad' from root:root to runner:runner
2025-08-20T22:07:14.9028445Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-edf8eac1daae5528/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:07:14.9029383Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-edf8eac1daae5528/lib-serde.json' from root:root to runner:runner
2025-08-20T22:07:14.9030335Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-edf8eac1daae5528/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9031236Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-edf8eac1daae5528/lib-serde' from root:root to runner:runner
2025-08-20T22:07:14.9032104Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-edf8eac1daae5528' from root:root to runner:runner
2025-08-20T22:07:14.9033290Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-segmentation-882d83e719bd69f3/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T22:07:14.9034361Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-segmentation-882d83e719bd69f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9035400Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-segmentation-882d83e719bd69f3/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T22:07:14.9036506Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-segmentation-882d83e719bd69f3/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T22:07:14.9037445Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-segmentation-882d83e719bd69f3' from root:root to runner:runner
2025-08-20T22:07:14.9038588Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/md-5-5d79f546fe65219c/dep-lib-md5' from root:root to runner:runner
2025-08-20T22:07:14.9039553Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/md-5-5d79f546fe65219c/lib-md5' from root:root to runner:runner
2025-08-20T22:07:14.9040504Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/md-5-5d79f546fe65219c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9041444Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/md-5-5d79f546fe65219c/lib-md5.json' from root:root to runner:runner
2025-08-20T22:07:14.9042302Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/md-5-5d79f546fe65219c' from root:root to runner:runner
2025-08-20T22:07:14.9043378Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-c3cff5878a457d19/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.9044435Z [00:15:35.075]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-c3cff5878a457d19/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.9045332Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-c3cff5878a457d19' from root:root to runner:runner
2025-08-20T22:07:14.9046243Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-86a8c85dddc43966/dep-lib-ring' from root:root to runner:runner
2025-08-20T22:07:14.9047232Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-86a8c85dddc43966/lib-ring.json' from root:root to runner:runner
2025-08-20T22:07:14.9048333Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-86a8c85dddc43966/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9049237Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-86a8c85dddc43966/lib-ring' from root:root to runner:runner
2025-08-20T22:07:14.9050103Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-86a8c85dddc43966' from root:root to runner:runner
2025-08-20T22:07:14.9051097Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/petgraph-9511a98d8829f201/lib-petgraph' from root:root to runner:runner
2025-08-20T22:07:14.9052071Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/petgraph-9511a98d8829f201/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9053109Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/petgraph-9511a98d8829f201/dep-lib-petgraph' from root:root to runner:runner
2025-08-20T22:07:14.9054070Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/petgraph-9511a98d8829f201/lib-petgraph.json' from root:root to runner:runner
2025-08-20T22:07:14.9055152Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/petgraph-9511a98d8829f201' from root:root to runner:runner
2025-08-20T22:07:14.9056324Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-74a88250cde70fa4/dep-lib-event_listener' from root:root to runner:runner
2025-08-20T22:07:14.9057309Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-74a88250cde70fa4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9058430Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-74a88250cde70fa4/lib-event_listener.json' from root:root to runner:runner
2025-08-20T22:07:14.9059431Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-74a88250cde70fa4/lib-event_listener' from root:root to runner:runner
2025-08-20T22:07:14.9060508Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-74a88250cde70fa4' from root:root to runner:runner
2025-08-20T22:07:14.9061652Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/new_debug_unreachable-84e4020c8871f4af/lib-debug_unreachable.json' from root:root to runner:runner
2025-08-20T22:07:14.9062736Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/new_debug_unreachable-84e4020c8871f4af/lib-debug_unreachable' from root:root to runner:runner
2025-08-20T22:07:14.9063746Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/new_debug_unreachable-84e4020c8871f4af/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9064830Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/new_debug_unreachable-84e4020c8871f4af/dep-lib-debug_unreachable' from root:root to runner:runner
2025-08-20T22:07:14.9065764Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/new_debug_unreachable-84e4020c8871f4af' from root:root to runner:runner
2025-08-20T22:07:14.9066803Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/interprocess-6b548cfc83a85547/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9067950Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/interprocess-6b548cfc83a85547/lib-interprocess' from root:root to runner:runner
2025-08-20T22:07:14.9069004Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/interprocess-6b548cfc83a85547/lib-interprocess.json' from root:root to runner:runner
2025-08-20T22:07:14.9070005Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/interprocess-6b548cfc83a85547/dep-lib-interprocess' from root:root to runner:runner
2025-08-20T22:07:14.9070901Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/interprocess-6b548cfc83a85547' from root:root to runner:runner
2025-08-20T22:07:14.9071864Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/walkdir-ab1affa6d1684bbc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9073466Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/walkdir-ab1affa6d1684bbc/lib-walkdir' from root:root to runner:runner
2025-08-20T22:07:14.9074733Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/walkdir-ab1affa6d1684bbc/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T22:07:14.9075716Z [00:15:35.076]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/walkdir-ab1affa6d1684bbc/lib-walkdir.json' from root:root to runner:runner
2025-08-20T22:07:14.9076680Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/walkdir-ab1affa6d1684bbc' from root:root to runner:runner
2025-08-20T22:07:14.9077695Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-1767d6f4baf99d94/lib-lock_api.json' from root:root to runner:runner
2025-08-20T22:07:14.9078866Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-1767d6f4baf99d94/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9079898Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-1767d6f4baf99d94/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T22:07:14.9080844Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-1767d6f4baf99d94/lib-lock_api' from root:root to runner:runner
2025-08-20T22:07:14.9081717Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-1767d6f4baf99d94' from root:root to runner:runner
2025-08-20T22:07:14.9082729Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-275585e7b054e969/dep-lib-http_body' from root:root to runner:runner
2025-08-20T22:07:14.9083693Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-275585e7b054e969/lib-http_body.json' from root:root to runner:runner
2025-08-20T22:07:14.9084656Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-275585e7b054e969/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9085595Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-275585e7b054e969/lib-http_body' from root:root to runner:runner
2025-08-20T22:07:14.9086475Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-275585e7b054e969' from root:root to runner:runner
2025-08-20T22:07:14.9087415Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xml5ever-d63ad9cdbf8f5388/lib-xml5ever' from root:root to runner:runner
2025-08-20T22:07:14.9088470Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xml5ever-d63ad9cdbf8f5388/dep-lib-xml5ever' from root:root to runner:runner
2025-08-20T22:07:14.9089425Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xml5ever-d63ad9cdbf8f5388/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9090450Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xml5ever-d63ad9cdbf8f5388/lib-xml5ever.json' from root:root to runner:runner
2025-08-20T22:07:14.9091379Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xml5ever-d63ad9cdbf8f5388' from root:root to runner:runner
2025-08-20T22:07:14.9092289Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hex-e6776d86f2c5abaf/dep-lib-hex' from root:root to runner:runner
2025-08-20T22:07:14.9093266Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hex-e6776d86f2c5abaf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9094167Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hex-e6776d86f2c5abaf/lib-hex' from root:root to runner:runner
2025-08-20T22:07:14.9095084Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hex-e6776d86f2c5abaf/lib-hex.json' from root:root to runner:runner
2025-08-20T22:07:14.9095990Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hex-e6776d86f2c5abaf' from root:root to runner:runner
2025-08-20T22:07:14.9096938Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zopfli-47865d081e187006/lib-zopfli.json' from root:root to runner:runner
2025-08-20T22:07:14.9097956Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zopfli-47865d081e187006/lib-zopfli' from root:root to runner:runner
2025-08-20T22:07:14.9098900Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zopfli-47865d081e187006/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9099831Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zopfli-47865d081e187006/dep-lib-zopfli' from root:root to runner:runner
2025-08-20T22:07:14.9100697Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zopfli-47865d081e187006' from root:root to runner:runner
2025-08-20T22:07:14.9101647Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-8e0ea445b4a54dc9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9102591Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-8e0ea445b4a54dc9/lib-rustix.json' from root:root to runner:runner
2025-08-20T22:07:14.9103578Z [00:15:35.077]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-8e0ea445b4a54dc9/lib-rustix' from root:root to runner:runner
2025-08-20T22:07:14.9104568Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-8e0ea445b4a54dc9/dep-lib-rustix' from root:root to runner:runner
2025-08-20T22:07:14.9105434Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-8e0ea445b4a54dc9' from root:root to runner:runner
2025-08-20T22:07:14.9106314Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/der-c28589b94316e476/lib-der' from root:root to runner:runner
2025-08-20T22:07:14.9107267Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/der-c28589b94316e476/dep-lib-der' from root:root to runner:runner
2025-08-20T22:07:14.9108674Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/der-c28589b94316e476/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9109757Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/der-c28589b94316e476/lib-der.json' from root:root to runner:runner
2025-08-20T22:07:14.9110621Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/der-c28589b94316e476' from root:root to runner:runner
2025-08-20T22:07:14.9111545Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha2-fe60a345b99169f2/lib-sha2.json' from root:root to runner:runner
2025-08-20T22:07:14.9112437Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha2-fe60a345b99169f2/lib-sha2' from root:root to runner:runner
2025-08-20T22:07:14.9113353Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha2-fe60a345b99169f2/dep-lib-sha2' from root:root to runner:runner
2025-08-20T22:07:14.9114298Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha2-fe60a345b99169f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9115159Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha2-fe60a345b99169f2' from root:root to runner:runner
2025-08-20T22:07:14.9116138Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_datetime-d41a81c13c42a0ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9117109Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_datetime-d41a81c13c42a0ba/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:07:14.9118384Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_datetime-d41a81c13c42a0ba/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T22:07:14.9119441Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_datetime-d41a81c13c42a0ba/lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:07:14.9120337Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_datetime-d41a81c13c42a0ba' from root:root to runner:runner
2025-08-20T22:07:14.9121308Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-433fc7ed325720c4/lib-bytes' from root:root to runner:runner
2025-08-20T22:07:14.9122252Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-433fc7ed325720c4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9123363Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-433fc7ed325720c4/dep-lib-bytes' from root:root to runner:runner
2025-08-20T22:07:14.9124378Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-433fc7ed325720c4/lib-bytes.json' from root:root to runner:runner
2025-08-20T22:07:14.9125260Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-433fc7ed325720c4' from root:root to runner:runner
2025-08-20T22:07:14.9126304Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-04a8bb9904d70ebb/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.9127318Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-04a8bb9904d70ebb/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.9128453Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-04a8bb9904d70ebb' from root:root to runner:runner
2025-08-20T22:07:14.9129395Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-e9ee9faa46783275/lib-curl.json' from root:root to runner:runner
2025-08-20T22:07:14.9130336Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-e9ee9faa46783275/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9131243Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-e9ee9faa46783275/dep-lib-curl' from root:root to runner:runner
2025-08-20T22:07:14.9132232Z [00:15:35.078]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-e9ee9faa46783275/lib-curl' from root:root to runner:runner
2025-08-20T22:07:14.9133148Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-e9ee9faa46783275' from root:root to runner:runner
2025-08-20T22:07:14.9134102Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/skiplist-467b7355a472c010/lib-skiplist.json' from root:root to runner:runner
2025-08-20T22:07:14.9135111Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/skiplist-467b7355a472c010/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9136038Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/skiplist-467b7355a472c010/lib-skiplist' from root:root to runner:runner
2025-08-20T22:07:14.9137036Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/skiplist-467b7355a472c010/dep-lib-skiplist' from root:root to runner:runner
2025-08-20T22:07:14.9138029Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/skiplist-467b7355a472c010' from root:root to runner:runner
2025-08-20T22:07:14.9139012Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sts-c1e137be5bce6e21/dep-lib-aws_sdk_sts' from root:root to runner:runner
2025-08-20T22:07:14.9139979Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sts-c1e137be5bce6e21/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9141605Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sts-c1e137be5bce6e21/lib-aws_sdk_sts.json' from root:root to runner:runner
2025-08-20T22:07:14.9142778Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sts-c1e137be5bce6e21/lib-aws_sdk_sts' from root:root to runner:runner
2025-08-20T22:07:14.9143691Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sts-c1e137be5bce6e21' from root:root to runner:runner
2025-08-20T22:07:14.9144653Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uucore-b56da79c9dbeea29/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9145590Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uucore-b56da79c9dbeea29/lib-uucore.json' from root:root to runner:runner
2025-08-20T22:07:14.9146630Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uucore-b56da79c9dbeea29/dep-lib-uucore' from root:root to runner:runner
2025-08-20T22:07:14.9147608Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uucore-b56da79c9dbeea29/lib-uucore' from root:root to runner:runner
2025-08-20T22:07:14.9148710Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uucore-b56da79c9dbeea29' from root:root to runner:runner
2025-08-20T22:07:14.9149801Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147/output-lib-nu_cmd_extra' from root:root to runner:runner
2025-08-20T22:07:14.9150788Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147/lib-nu_cmd_extra.json' from root:root to runner:runner
2025-08-20T22:07:14.9151817Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9152791Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147/dep-lib-nu_cmd_extra' from root:root to runner:runner
2025-08-20T22:07:14.9153748Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147/lib-nu_cmd_extra' from root:root to runner:runner
2025-08-20T22:07:14.9154638Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147' from root:root to runner:runner
2025-08-20T22:07:14.9155592Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-5c658d569022504b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9156531Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-5c658d569022504b/lib-libz_sys.json' from root:root to runner:runner
2025-08-20T22:07:14.9157471Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-5c658d569022504b/dep-lib-libz_sys' from root:root to runner:runner
2025-08-20T22:07:14.9158605Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-5c658d569022504b/lib-libz_sys' from root:root to runner:runner
2025-08-20T22:07:14.9159488Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-5c658d569022504b' from root:root to runner:runner
2025-08-20T22:07:14.9160501Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bincode-1d31f44e86027a08/dep-lib-bincode' from root:root to runner:runner
2025-08-20T22:07:14.9161507Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bincode-1d31f44e86027a08/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9162432Z [00:15:35.079]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bincode-1d31f44e86027a08/lib-bincode' from root:root to runner:runner
2025-08-20T22:07:14.9163459Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bincode-1d31f44e86027a08/lib-bincode.json' from root:root to runner:runner
2025-08-20T22:07:14.9164337Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bincode-1d31f44e86027a08' from root:root to runner:runner
2025-08-20T22:07:14.9165331Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/litemap-24fa94a2898e6277/lib-litemap.json' from root:root to runner:runner
2025-08-20T22:07:14.9166272Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/litemap-24fa94a2898e6277/dep-lib-litemap' from root:root to runner:runner
2025-08-20T22:07:14.9167223Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/litemap-24fa94a2898e6277/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9168273Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/litemap-24fa94a2898e6277/lib-litemap' from root:root to runner:runner
2025-08-20T22:07:14.9169148Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/litemap-24fa94a2898e6277' from root:root to runner:runner
2025-08-20T22:07:14.9170058Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-6779d5c743dd391b/lib-notify' from root:root to runner:runner
2025-08-20T22:07:14.9170991Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-6779d5c743dd391b/dep-lib-notify' from root:root to runner:runner
2025-08-20T22:07:14.9171938Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-6779d5c743dd391b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9172865Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-6779d5c743dd391b/lib-notify.json' from root:root to runner:runner
2025-08-20T22:07:14.9173814Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-6779d5c743dd391b' from root:root to runner:runner
2025-08-20T22:07:14.9174858Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-color-0528b28cf81ac6ef/lib-supports_color' from root:root to runner:runner
2025-08-20T22:07:14.9175840Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-color-0528b28cf81ac6ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9176879Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-color-0528b28cf81ac6ef/dep-lib-supports_color' from root:root to runner:runner
2025-08-20T22:07:14.9177988Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-color-0528b28cf81ac6ef/lib-supports_color.json' from root:root to runner:runner
2025-08-20T22:07:14.9178893Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-color-0528b28cf81ac6ef' from root:root to runner:runner
2025-08-20T22:07:14.9179922Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bumpalo-cfaa9c6929b5cd9b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9180870Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bumpalo-cfaa9c6929b5cd9b/lib-bumpalo' from root:root to runner:runner
2025-08-20T22:07:14.9181810Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bumpalo-cfaa9c6929b5cd9b/dep-lib-bumpalo' from root:root to runner:runner
2025-08-20T22:07:14.9182757Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bumpalo-cfaa9c6929b5cd9b/lib-bumpalo.json' from root:root to runner:runner
2025-08-20T22:07:14.9183640Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bumpalo-cfaa9c6929b5cd9b' from root:root to runner:runner
2025-08-20T22:07:14.9184612Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-ab42500142c68361/lib-hyper_rustls' from root:root to runner:runner
2025-08-20T22:07:14.9185589Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-ab42500142c68361/dep-lib-hyper_rustls' from root:root to runner:runner
2025-08-20T22:07:14.9186559Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-ab42500142c68361/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9187600Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-ab42500142c68361/lib-hyper_rustls.json' from root:root to runner:runner
2025-08-20T22:07:14.9188774Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-ab42500142c68361' from root:root to runner:runner
2025-08-20T22:07:14.9189812Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-decompressor-e892e89100d7d2c8/lib-brotli_decompressor' from root:root to runner:runner
2025-08-20T22:07:14.9191017Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-decompressor-e892e89100d7d2c8/dep-lib-brotli_decompressor' from root:root to runner:runner
2025-08-20T22:07:14.9192132Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-decompressor-e892e89100d7d2c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9193250Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-decompressor-e892e89100d7d2c8/lib-brotli_decompressor.json' from root:root to runner:runner
2025-08-20T22:07:14.9194187Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-decompressor-e892e89100d7d2c8' from root:root to runner:runner
2025-08-20T22:07:14.9195134Z [00:15:35.080]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/similar-53aad22c0e77d052/dep-lib-similar' from root:root to runner:runner
2025-08-20T22:07:14.9196249Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/similar-53aad22c0e77d052/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9197180Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/similar-53aad22c0e77d052/lib-similar' from root:root to runner:runner
2025-08-20T22:07:14.9198339Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/similar-53aad22c0e77d052/lib-similar.json' from root:root to runner:runner
2025-08-20T22:07:14.9199226Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/similar-53aad22c0e77d052' from root:root to runner:runner
2025-08-20T22:07:14.9200210Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-syntax-523d3002ffab0ee9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9201195Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-syntax-523d3002ffab0ee9/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:07:14.9202252Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-syntax-523d3002ffab0ee9/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:07:14.9203292Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-syntax-523d3002ffab0ee9/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:07:14.9204184Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-syntax-523d3002ffab0ee9' from root:root to runner:runner
2025-08-20T22:07:14.9205184Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dyn-clone-3a55b8eb1be4a805/lib-dyn_clone' from root:root to runner:runner
2025-08-20T22:07:14.9206149Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dyn-clone-3a55b8eb1be4a805/lib-dyn_clone.json' from root:root to runner:runner
2025-08-20T22:07:14.9207146Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dyn-clone-3a55b8eb1be4a805/dep-lib-dyn_clone' from root:root to runner:runner
2025-08-20T22:07:14.9208579Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dyn-clone-3a55b8eb1be4a805/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9209724Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dyn-clone-3a55b8eb1be4a805' from root:root to runner:runner
2025-08-20T22:07:14.9210899Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8_iter-a3735ad5624c2682/lib-utf8_iter.json' from root:root to runner:runner
2025-08-20T22:07:14.9211861Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8_iter-a3735ad5624c2682/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9212792Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8_iter-a3735ad5624c2682/lib-utf8_iter' from root:root to runner:runner
2025-08-20T22:07:14.9213742Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8_iter-a3735ad5624c2682/dep-lib-utf8_iter' from root:root to runner:runner
2025-08-20T22:07:14.9214617Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8_iter-a3735ad5624c2682' from root:root to runner:runner
2025-08-20T22:07:14.9215578Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-2eb45abcfa0ed01b/lib-markup5ever' from root:root to runner:runner
2025-08-20T22:07:14.9216657Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-2eb45abcfa0ed01b/lib-markup5ever.json' from root:root to runner:runner
2025-08-20T22:07:14.9217683Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-2eb45abcfa0ed01b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9218785Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-2eb45abcfa0ed01b/dep-lib-markup5ever' from root:root to runner:runner
2025-08-20T22:07:14.9219733Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-2eb45abcfa0ed01b' from root:root to runner:runner
2025-08-20T22:07:14.9220708Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/multipart-rs-5e0871eccb3d282b/lib-multipart_rs' from root:root to runner:runner
2025-08-20T22:07:14.9221742Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/multipart-rs-5e0871eccb3d282b/dep-lib-multipart_rs' from root:root to runner:runner
2025-08-20T22:07:14.9222718Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/multipart-rs-5e0871eccb3d282b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9223709Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/multipart-rs-5e0871eccb3d282b/lib-multipart_rs.json' from root:root to runner:runner
2025-08-20T22:07:14.9224601Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/multipart-rs-5e0871eccb3d282b' from root:root to runner:runner
2025-08-20T22:07:14.9225568Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/block-buffer-bd04e960fa2f85f6/lib-block_buffer' from root:root to runner:runner
2025-08-20T22:07:14.9226536Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/block-buffer-bd04e960fa2f85f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9227511Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/block-buffer-bd04e960fa2f85f6/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T22:07:14.9228720Z [00:15:35.081]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/block-buffer-bd04e960fa2f85f6/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T22:07:14.9229627Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/block-buffer-bd04e960fa2f85f6' from root:root to runner:runner
2025-08-20T22:07:14.9230632Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-be8a016ccab53006/dep-lib-lz4' from root:root to runner:runner
2025-08-20T22:07:14.9231618Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-be8a016ccab53006/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9232530Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-be8a016ccab53006/lib-lz4.json' from root:root to runner:runner
2025-08-20T22:07:14.9233464Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-be8a016ccab53006/lib-lz4' from root:root to runner:runner
2025-08-20T22:07:14.9234326Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-be8a016ccab53006' from root:root to runner:runner
2025-08-20T22:07:14.9235420Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-0e473f030e803ed4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.9236439Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-0e473f030e803ed4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.9237301Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-0e473f030e803ed4' from root:root to runner:runner
2025-08-20T22:07:14.9238481Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-lite-8619887f50e57907/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9239452Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-lite-8619887f50e57907/dep-lib-regex_lite' from root:root to runner:runner
2025-08-20T22:07:14.9240394Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-lite-8619887f50e57907/lib-regex_lite' from root:root to runner:runner
2025-08-20T22:07:14.9241384Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-lite-8619887f50e57907/lib-regex_lite.json' from root:root to runner:runner
2025-08-20T22:07:14.9242264Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-lite-8619887f50e57907' from root:root to runner:runner
2025-08-20T22:07:14.9243154Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/yoke-22ba29b4b7cbfeee/lib-yoke' from root:root to runner:runner
2025-08-20T22:07:14.9244151Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/yoke-22ba29b4b7cbfeee/dep-lib-yoke' from root:root to runner:runner
2025-08-20T22:07:14.9245147Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/yoke-22ba29b4b7cbfeee/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9246060Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/yoke-22ba29b4b7cbfeee/lib-yoke.json' from root:root to runner:runner
2025-08-20T22:07:14.9246973Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/yoke-22ba29b4b7cbfeee' from root:root to runner:runner
2025-08-20T22:07:14.9248130Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_terminal_polyfill-9e3e3213721a8892/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:07:14.9249210Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_terminal_polyfill-9e3e3213721a8892/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9250250Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_terminal_polyfill-9e3e3213721a8892/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:07:14.9251286Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_terminal_polyfill-9e3e3213721a8892/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T22:07:14.9252205Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_terminal_polyfill-9e3e3213721a8892' from root:root to runner:runner
2025-08-20T22:07:14.9253152Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-00065bc91c726ac4/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T22:07:14.9254093Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-00065bc91c726ac4/lib-rand_core' from root:root to runner:runner
2025-08-20T22:07:14.9255047Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-00065bc91c726ac4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9255994Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-00065bc91c726ac4/lib-rand_core.json' from root:root to runner:runner
2025-08-20T22:07:14.9256872Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-00065bc91c726ac4' from root:root to runner:runner
2025-08-20T22:07:14.9257970Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scraper-8936ae42f38f5929/lib-scraper.json' from root:root to runner:runner
2025-08-20T22:07:14.9259184Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scraper-8936ae42f38f5929/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9260141Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scraper-8936ae42f38f5929/dep-lib-scraper' from root:root to runner:runner
2025-08-20T22:07:14.9261134Z [00:15:35.082]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scraper-8936ae42f38f5929/lib-scraper' from root:root to runner:runner
2025-08-20T22:07:14.9262021Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scraper-8936ae42f38f5929' from root:root to runner:runner
2025-08-20T22:07:14.9263164Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/boxcar-0c9bd6ca1fc18542/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9264128Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/boxcar-0c9bd6ca1fc18542/dep-lib-boxcar' from root:root to runner:runner
2025-08-20T22:07:14.9265041Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/boxcar-0c9bd6ca1fc18542/lib-boxcar' from root:root to runner:runner
2025-08-20T22:07:14.9265973Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/boxcar-0c9bd6ca1fc18542/lib-boxcar.json' from root:root to runner:runner
2025-08-20T22:07:14.9266834Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/boxcar-0c9bd6ca1fc18542' from root:root to runner:runner
2025-08-20T22:07:14.9267932Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ucd-trie-249f7664f655894e/lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:07:14.9268947Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ucd-trie-249f7664f655894e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9269885Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ucd-trie-249f7664f655894e/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T22:07:14.9270826Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ucd-trie-249f7664f655894e/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:07:14.9271785Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ucd-trie-249f7664f655894e' from root:root to runner:runner
2025-08-20T22:07:14.9272824Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_home-2d11289c9bce15cf/dep-lib-env_home' from root:root to runner:runner
2025-08-20T22:07:14.9273772Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_home-2d11289c9bce15cf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9274763Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_home-2d11289c9bce15cf/lib-env_home.json' from root:root to runner:runner
2025-08-20T22:07:14.9276204Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_home-2d11289c9bce15cf/lib-env_home' from root:root to runner:runner
2025-08-20T22:07:14.9277486Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_home-2d11289c9bce15cf' from root:root to runner:runner
2025-08-20T22:07:14.9278696Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-util-bd91d4d2332e4a51/lib-tokio_util' from root:root to runner:runner
2025-08-20T22:07:14.9279678Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-util-bd91d4d2332e4a51/dep-lib-tokio_util' from root:root to runner:runner
2025-08-20T22:07:14.9280644Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-util-bd91d4d2332e4a51/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9281616Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-util-bd91d4d2332e4a51/lib-tokio_util.json' from root:root to runner:runner
2025-08-20T22:07:14.9282500Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-util-bd91d4d2332e4a51' from root:root to runner:runner
2025-08-20T22:07:14.9283564Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-e187f5a94bb4cfb5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.9284603Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-e187f5a94bb4cfb5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.9285478Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-e187f5a94bb4cfb5' from root:root to runner:runner
2025-08-20T22:07:14.9286513Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itoa-a8532d36a5ab7961/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9287486Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itoa-a8532d36a5ab7961/dep-lib-itoa' from root:root to runner:runner
2025-08-20T22:07:14.9288521Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itoa-a8532d36a5ab7961/lib-itoa.json' from root:root to runner:runner
2025-08-20T22:07:14.9289476Z [00:15:35.083]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itoa-a8532d36a5ab7961/lib-itoa' from root:root to runner:runner
2025-08-20T22:07:14.9290341Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itoa-a8532d36a5ab7961' from root:root to runner:runner
2025-08-20T22:07:14.9291356Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chardetng-ae2cee0105f1a73a/lib-chardetng.json' from root:root to runner:runner
2025-08-20T22:07:14.9292322Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chardetng-ae2cee0105f1a73a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9293287Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chardetng-ae2cee0105f1a73a/dep-lib-chardetng' from root:root to runner:runner
2025-08-20T22:07:14.9294224Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chardetng-ae2cee0105f1a73a/lib-chardetng' from root:root to runner:runner
2025-08-20T22:07:14.9295110Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chardetng-ae2cee0105f1a73a' from root:root to runner:runner
2025-08-20T22:07:14.9296037Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/flate2-fa7e7ce6669aee27/dep-lib-flate2' from root:root to runner:runner
2025-08-20T22:07:14.9296973Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/flate2-fa7e7ce6669aee27/lib-flate2.json' from root:root to runner:runner
2025-08-20T22:07:14.9298021Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/flate2-fa7e7ce6669aee27/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9298934Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/flate2-fa7e7ce6669aee27/lib-flate2' from root:root to runner:runner
2025-08-20T22:07:14.9299871Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/flate2-fa7e7ce6669aee27' from root:root to runner:runner
2025-08-20T22:07:14.9300886Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-1643268e8cf7d1a1/lib-aws_types.json' from root:root to runner:runner
2025-08-20T22:07:14.9301844Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-1643268e8cf7d1a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9302824Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-1643268e8cf7d1a1/lib-aws_types' from root:root to runner:runner
2025-08-20T22:07:14.9303778Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-1643268e8cf7d1a1/dep-lib-aws_types' from root:root to runner:runner
2025-08-20T22:07:14.9304713Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-1643268e8cf7d1a1' from root:root to runner:runner
2025-08-20T22:07:14.9305638Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-42feb2eb3bd9d36f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9306541Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-42feb2eb3bd9d36f/lib-time' from root:root to runner:runner
2025-08-20T22:07:14.9307452Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-42feb2eb3bd9d36f/lib-time.json' from root:root to runner:runner
2025-08-20T22:07:14.9308581Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-42feb2eb3bd9d36f/dep-lib-time' from root:root to runner:runner
2025-08-20T22:07:14.9309452Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-42feb2eb3bd9d36f' from root:root to runner:runner
2025-08-20T22:07:14.9310410Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/argminmax-fa52b25f09046643/dep-lib-argminmax' from root:root to runner:runner
2025-08-20T22:07:14.9311374Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/argminmax-fa52b25f09046643/lib-argminmax.json' from root:root to runner:runner
2025-08-20T22:07:14.9312328Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/argminmax-fa52b25f09046643/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9313356Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/argminmax-fa52b25f09046643/lib-argminmax' from root:root to runner:runner
2025-08-20T22:07:14.9314292Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/argminmax-fa52b25f09046643' from root:root to runner:runner
2025-08-20T22:07:14.9315221Z [00:15:35.084]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-23e1a0ce648518fb/dep-lib-base64' from root:root to runner:runner
2025-08-20T22:07:14.9316199Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-23e1a0ce648518fb/lib-base64.json' from root:root to runner:runner
2025-08-20T22:07:14.9317138Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-23e1a0ce648518fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9318244Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-23e1a0ce648518fb/lib-base64' from root:root to runner:runner
2025-08-20T22:07:14.9319190Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-23e1a0ce648518fb' from root:root to runner:runner
2025-08-20T22:07:14.9320231Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strip-ansi-escapes-1c736223ada06573/lib-strip_ansi_escapes' from root:root to runner:runner
2025-08-20T22:07:14.9321243Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strip-ansi-escapes-1c736223ada06573/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9322267Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strip-ansi-escapes-1c736223ada06573/dep-lib-strip_ansi_escapes' from root:root to runner:runner
2025-08-20T22:07:14.9323302Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strip-ansi-escapes-1c736223ada06573/lib-strip_ansi_escapes.json' from root:root to runner:runner
2025-08-20T22:07:14.9324220Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strip-ansi-escapes-1c736223ada06573' from root:root to runner:runner
2025-08-20T22:07:14.9325285Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-14ee49b91eb8945f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:07:14.9326369Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-14ee49b91eb8945f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:07:14.9327541Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-14ee49b91eb8945f' from root:root to runner:runner
2025-08-20T22:07:14.9328725Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytecount-80925eb83414e615/lib-bytecount.json' from root:root to runner:runner
2025-08-20T22:07:14.9329698Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytecount-80925eb83414e615/dep-lib-bytecount' from root:root to runner:runner
2025-08-20T22:07:14.9330736Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytecount-80925eb83414e615/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:07:14.9331870Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytecount-80925eb83414e615/lib-bytecount' from root:root to runner:runner
2025-08-20T22:07:14.9332844Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytecount-80925eb83414e615' from root:root to runner:runner
2025-08-20T22:07:14.9333629Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:07:14.9334374Z [00:15:35.085]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_parser.rlib' retained as runner:runner
2025-08-20T22:07:14.9335149Z [00:15:35.085]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_color_config.rlib' retained as runner:runner
2025-08-20T22:07:14.9335894Z [00:15:35.085]➜  ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_cmd_extra.rlib' retained as runner:runner
2025-08-20T22:07:14.9336612Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release' from root:root to runner:runner
2025-08-20T22:07:14.9337356Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:07:14.9338221Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu' from root:root to runner:runner
2025-08-20T22:07:14.9338882Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:07:14.9339480Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:07:14.9340189Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/assets/nushell-autocomplete6.gif' from root:root to runner:runner
2025-08-20T22:07:14.9340979Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/assets/icons/nushell-original.png' from root:root to runner:runner
2025-08-20T22:07:14.9341637Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/assets/icons' from root:root to runner:runner
2025-08-20T22:07:14.9342271Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/assets/nu_logo.ico' from root:root to runner:runner
2025-08-20T22:07:14.9342863Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T22:07:14.9343624Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO' from root:root to runner:runner
2025-08-20T22:07:14.9344632Z [00:15:35.085]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk' from root:root to runner:runner
2025-08-20T22:07:14.9345156Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from root:root to runner:runner
2025-08-20T22:07:14.9345834Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_gstat' from runner:docker to runner:runner
2025-08-20T22:07:14.9346494Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_stress_internals' from runner:docker to runner:runner
2025-08-20T22:07:14.9347001Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:07:14.9347533Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_polars' from runner:docker to runner:runner
2025-08-20T22:07:14.9348293Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_query' from runner:docker to runner:runner
2025-08-20T22:07:14.9348839Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_example' from runner:docker to runner:runner
2025-08-20T22:07:14.9349355Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_inc' from runner:docker to runner:runner
2025-08-20T22:07:14.9349872Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:07:14.9350362Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/utils' from runner:docker to runner:runner
2025-08-20T22:07:14.9350825Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:07:14.9351383Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_gstat' from runner:docker to runner:runner
2025-08-20T22:07:14.9351831Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:07:14.9352343Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nushell.static.version' from runner:docker to runner:runner
2025-08-20T22:07:14.9352861Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_stress_internals' from runner:docker to runner:runner
2025-08-20T22:07:14.9353403Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nushell.version' from runner:docker to runner:runner
2025-08-20T22:07:14.9353849Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:07:14.9354327Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_polars' from runner:docker to runner:runner
2025-08-20T22:07:14.9354797Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_query' from runner:docker to runner:runner
2025-08-20T22:07:14.9355275Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_example' from runner:docker to runner:runner
2025-08-20T22:07:14.9355735Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_inc' from runner:docker to runner:runner
2025-08-20T22:07:14.9356237Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/utils' from runner:docker to runner:runner
2025-08-20T22:07:14.9356658Z [00:15:35.086]➜  changed ownership of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:07:14.9357083Z [00:15:35.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_formats' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9357513Z [00:15:35.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_custom_values' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9358254Z [00:15:35.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_formats' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9358813Z [00:15:35.116]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_custom_values' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9359440Z [00:15:35.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9360063Z [00:15:35.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/Cross.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9360676Z [00:15:35.136]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9361279Z [00:15:35.143]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9361859Z [00:15:35.150]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.githooks/pre-commit' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9362434Z [00:15:35.157]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.githooks/pre-push' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9363142Z [00:15:35.163]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix/main.wixproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9363876Z [00:15:35.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix/windows-terminal-profile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9364513Z [00:15:35.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix/main.wxs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9365222Z [00:15:35.184]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix/License.rtf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9365837Z [00:15:35.191]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/wix/nu.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9366445Z [00:15:35.197]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/toolkit.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9367095Z [00:15:35.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/eval/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9367732Z [00:15:35.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9368635Z [00:15:35.218]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugin_persistence/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9369329Z [00:15:35.225]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/path/expand_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9370022Z [00:15:35.232]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/path/canonicalize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9370724Z [00:15:35.239]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/path/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9371421Z [00:15:35.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/eval/script.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9372150Z [00:15:35.252]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/existing_file.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9372898Z [00:15:35.259]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_mount/copy_me.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9373681Z [00:15:35.266]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_mount/copy_me/copy_me.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9374402Z [00:15:35.273]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9375132Z [00:15:35.280]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/6' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9375948Z [00:15:35.287]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9376660Z [00:15:35.294]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/7' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9377365Z [00:15:35.300]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9378243Z [00:15:35.307]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9378966Z [00:15:35.314]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9379680Z [00:15:35.321]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9380386Z [00:15:35.328]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9381166Z [00:15:35.334]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/dir_with_10_files/2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9381894Z [00:15:35.341]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/hello_dir/hello.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9382610Z [00:15:35.348]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/how_are_you.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9383377Z [00:15:35.355]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/hello_world.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9384176Z [00:15:35.362]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/cp/hello_dir_with_file/hello_world.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9384921Z [00:15:35.368]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/.hidden_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9385730Z [00:15:35.375]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/.hidden_folder/.hidden_subfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9386501Z [00:15:35.382]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/another/newfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9387273Z [00:15:35.389]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/custom_completion.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9388261Z [00:15:35.396]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/test_b/testfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9389171Z [00:15:35.403]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/directory_completion/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9390084Z [00:15:35.409]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/directory_completion/folder_inside_folder/myfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9390805Z [00:15:35.416]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/nushell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9391623Z [00:15:35.423]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/completions/test_a/myfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9392372Z [00:15:35.430]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hints/assignment.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9393108Z [00:15:35.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hints/signature.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9394016Z [00:15:35.444]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hints/type.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9394840Z [00:15:35.450]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hints/param.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9395627Z [00:15:35.457]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/semantic_tokens/internals.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9396402Z [00:15:35.464]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/command.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9397115Z [00:15:35.471]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/match.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9398041Z [00:15:35.478]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/collect.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9398962Z [00:15:35.484]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/use_module.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9399679Z [00:15:35.491]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/var.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9400388Z [00:15:35.498]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/else.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9401149Z [00:15:35.505]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/command_unicode.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9401859Z [00:15:35.512]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/goto/module.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9402704Z [00:15:35.518]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/diagnostics/var.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9403448Z [00:15:35.525]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/diagnostics/pwd.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9404165Z [00:15:35.532]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/symbols/foo.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9404951Z [00:15:35.539]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/symbols/bar.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9405668Z [00:15:35.546]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/symbols/span.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9406452Z [00:15:35.553]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/notifications/issue_11522.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9407173Z [00:15:35.560]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hover/command.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9408070Z [00:15:35.566]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hover/use.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9408818Z [00:15:35.573]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hover/cell_path.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9409523Z [00:15:35.580]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/hover/var.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9410301Z [00:15:35.587]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/workspace/foo.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9411452Z [00:15:35.593]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/workspace/bar.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9412797Z [00:15:35.600]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/workspace/baz.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9414159Z [00:15:35.607]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/command.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9414966Z [00:15:35.614]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/keyword.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9415738Z [00:15:35.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/utf_pipeline.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9416500Z [00:15:35.627]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/fallback.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9417321Z [00:15:35.634]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/use.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9418215Z [00:15:35.641]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/cell_path.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9418953Z [00:15:35.648]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/var.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9419774Z [00:15:35.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/lsp/completion/external.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9420481Z [00:15:35.661]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/jt.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9421332Z [00:15:35.668]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample_data_with_annotation.ods' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9422103Z [00:15:35.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample-sys-output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9422909Z [00:15:35.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/script_multiline.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9423661Z [00:15:35.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/random_numbers.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9424374Z [00:15:35.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.db' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9425113Z [00:15:35.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/caco3_plastics.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9425871Z [00:15:35.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/msgpack/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9426629Z [00:15:35.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/msgpack/objects.nuon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9427383Z [00:15:35.724]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/msgpack/sample.nuon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9428370Z [00:15:35.731]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/msgpack/generate.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9429273Z [00:15:35.740]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.blockcommandparser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9429968Z [00:15:35.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/script.nu' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9430724Z [00:15:35.760]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample-simple.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9431486Z [00:15:35.768]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/caco3_plastics.arrow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9432251Z [00:15:35.777]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.eml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9433012Z [00:15:35.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample_headers.xlsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9433745Z [00:15:35.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/early_return.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9434556Z [00:15:35.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sgml_description.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9435303Z [00:15:35.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/caco3_plastics.tsv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9436038Z [00:15:35.823]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/lines_test.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9436805Z [00:15:35.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample-ls-output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9437543Z [00:15:35.841]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/cargo_sample.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9438513Z [00:15:35.850]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample-ps-output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9439255Z [00:15:35.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/appveyor.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9439968Z [00:15:35.869]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/utf16.ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9440700Z [00:15:35.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample_data.xlsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9441453Z [00:15:35.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9442261Z [00:15:35.896]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.nuon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9443025Z [00:15:35.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/code.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9443751Z [00:15:35.915]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample_def.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9444491Z [00:15:35.923]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/activate-foo.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9445283Z [00:15:35.930]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample_data.ods' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9445996Z [00:15:35.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/sample.url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9446797Z [00:15:35.944]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/formats/early_return_outside_main.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9447571Z [00:15:35.951]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/4.2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9448492Z [00:15:35.958]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/square-bracket_[.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9449234Z [00:15:35.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/-inf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9449971Z [00:15:35.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/--help' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9450716Z [00:15:35.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/te st.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9451453Z [00:15:35.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/-42' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9452268Z [00:15:35.996]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/curly-bracket_{.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9453028Z [00:15:36.003]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/te#st.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9453783Z [00:15:36.011]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/te(st).txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9454530Z [00:15:36.020]➜  mode of "/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/te'st.txt" changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9455388Z [00:15:36.027]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/semicolon_;.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9456248Z [00:15:36.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/test dir/double quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9457051Z [00:15:36.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/test dir/single quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9457894Z [00:15:36.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/quoted_completions/[a] bc.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9458768Z [00:15:36.059]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions/dir with space/bar baz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9459576Z [00:15:36.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions/dir with space/foo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9460327Z [00:15:36.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions/path/sleep' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9461125Z [00:15:36.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/external_completions/path/sleep.exe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9461881Z [00:15:36.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/foo.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9462662Z [00:15:36.105]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir3/spam.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9463454Z [00:15:36.113]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/dir_module/plain.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9464267Z [00:15:36.120]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/dir_module/sub module/sub.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9465045Z [00:15:36.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/dir_module/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9465803Z [00:15:36.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir1/bar.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9466584Z [00:15:36.140]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir1/xyzzy.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9467351Z [00:15:36.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir1/baz.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9468411Z [00:15:36.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir2/asdf.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9469277Z [00:15:36.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/dotnu_completions/lib-dir2/bat.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9470094Z [00:15:36.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/hola/foo.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9470881Z [00:15:36.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/hello' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9471761Z [00:15:36.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/anotherfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9479914Z [00:15:36.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/have_ext.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9547853Z [00:15:36.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-a/have_ext.exe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9614945Z [00:15:36.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-c/hello_c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9683981Z [00:15:36.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial/hello.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9752458Z [00:15:36.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial/hol/foo.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9820109Z [00:15:36.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-b/hello_b' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9888156Z [00:15:36.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-b/hi_b' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:14.9954974Z [00:15:36.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/final_partial/somefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0023054Z [00:15:36.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/fixtures/partial_completions/partial-d(/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0091060Z [00:15:36.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/hooks/samples/.nu-env' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0157990Z [00:15:36.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/hooks/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0225529Z [00:15:36.262]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0294752Z [00:15:36.269]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0361651Z [00:15:36.276]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_ide.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0429326Z [00:15:36.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_modules.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0496206Z [00:15:36.289]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_custom_commands.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0563453Z [00:15:36.296]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_known_external.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0630438Z [00:15:36.303]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_commandline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0697922Z [00:15:36.310]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_bits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0764743Z [00:15:36.316]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_conditionals.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0832311Z [00:15:36.323]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0899687Z [00:15:36.330]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_ranges.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.0965863Z [00:15:36.336]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_math.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1032726Z [00:15:36.343]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_strings.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1100203Z [00:15:36.350]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_spread.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1167311Z [00:15:36.357]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_hiding.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1233838Z [00:15:36.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_converters.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1301200Z [00:15:36.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_iteration.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1368336Z [00:15:36.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_cell_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1435158Z [00:15:36.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1502282Z [00:15:36.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_regex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1570094Z [00:15:36.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_stdlib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1637057Z [00:15:36.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_config_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1703896Z [00:15:36.410]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_table_operations.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1770830Z [00:15:36.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_type_check.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1838373Z [00:15:36.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1906273Z [00:15:36.430]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_help.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.1973463Z [00:15:36.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_signatures.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2039957Z [00:15:36.444]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/repl/test_engine.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2107052Z [00:15:36.451]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/const_/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2174225Z [00:15:36.457]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/scope/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2240799Z [00:15:36.464]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/multiline_start_pipe_win.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2306604Z [00:15:36.470]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/source_circular_1.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2373460Z [00:15:36.477]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/multiline_start_pipe.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2442001Z [00:15:36.484]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/single_line.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2510443Z [00:15:36.491]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/multiline_end_pipe.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2578052Z [00:15:36.498]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/source_file_relative.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2645125Z [00:15:36.504]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/recursive_func_with_alias.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2712105Z [00:15:36.511]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/multiline_end_pipe_win.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2779742Z [00:15:36.518]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/samples/source_circular_2.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2847676Z [00:15:36.525]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/parsing/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2915624Z [00:15:36.531]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/repl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.2983560Z [00:15:36.538]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/environment/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3051200Z [00:15:36.545]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/environment/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3119149Z [00:15:36.552]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3187263Z [00:15:36.559]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/pipeline/commands/internal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3254771Z [00:15:36.565]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/pipeline/commands/external.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3322370Z [00:15:36.572]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/pipeline/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3389818Z [00:15:36.579]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/shell/pipeline/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3459150Z [00:15:36.586]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3526624Z [00:15:36.592]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/foo.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3594978Z [00:15:36.599]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3663515Z [00:15:36.606]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bar.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3731651Z [00:15:36.613]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bacon/foo.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3799885Z [00:15:36.620]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bacon/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3868008Z [00:15:36.627]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bacon/beans/foo.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.3936827Z [00:15:36.633]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/bacon/beans/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4004464Z [00:15:36.640]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/spam/eggs.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4072506Z [00:15:36.647]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/samples/missing_mod_nu/test.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4140112Z [00:15:36.654]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/modules/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4208590Z [00:15:36.661]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/overlays/samples/spam.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4277500Z [00:15:36.668]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/overlays/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4345806Z [00:15:36.674]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/core_inc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4413572Z [00:15:36.681]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/custom_values.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4481311Z [00:15:36.688]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4551792Z [00:15:36.695]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/register.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4619479Z [00:15:36.702]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4688160Z [00:15:36.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats/vcf.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4755905Z [00:15:36.715]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats/ini.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4823343Z [00:15:36.722]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats/ics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4890921Z [00:15:36.729]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats/eml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.4958718Z [00:15:36.736]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/formats/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5025936Z [00:15:36.742]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/call_decl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5093713Z [00:15:36.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/stream.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5162570Z [00:15:36.756]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/registry_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5230640Z [00:15:36.763]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/nu_plugin_nu_example.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5298467Z [00:15:36.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5365852Z [00:15:36.776]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/plugins/stress_internals.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5434728Z [00:15:36.783]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/passSingle_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5502503Z [00:15:36.790]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON24_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5570589Z [00:15:36.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON33_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5637611Z [00:15:36.804]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON29_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5705093Z [00:15:36.810]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON05_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5773287Z [00:15:36.817]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass1_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5841748Z [00:15:36.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr5c_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5909233Z [00:15:36.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass4_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.5976674Z [00:15:36.837]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr1a_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6044304Z [00:15:36.844]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr1d_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6112733Z [00:15:36.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/kan_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6179546Z [00:15:36.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr4a_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6247126Z [00:15:36.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/trail_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6314732Z [00:15:36.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass2_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6382064Z [00:15:36.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/keys_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6449943Z [00:15:36.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON10_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6517027Z [00:15:36.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failMLStr1_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6585284Z [00:15:36.898]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON17_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6652580Z [00:15:36.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/comments_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6719678Z [00:15:36.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr4b_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6787126Z [00:15:36.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON07_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6855039Z [00:15:36.925]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/strings_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6922180Z [00:15:36.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr6d_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.6989888Z [00:15:36.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr5d_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7058280Z [00:15:36.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON20_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7124549Z [00:15:36.952]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON19_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7191313Z [00:15:36.959]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr2c_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7256796Z [00:15:36.965]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON14_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7323666Z [00:15:36.972]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON02_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7391333Z [00:15:36.979]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failObj2_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7459003Z [00:15:36.986]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr4d_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7527693Z [00:15:36.993]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON30_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7594260Z [00:15:36.999]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass1_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7662026Z [00:15:37.006]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON06_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7727569Z [00:15:37.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/root_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7793588Z [00:15:37.019]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr5b_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7860097Z [00:15:37.026]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/root_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7927425Z [00:15:37.033]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON22_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.7994469Z [00:15:37.039]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/empty_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8061511Z [00:15:37.046]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass2_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8129404Z [00:15:37.053]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr2d_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8196553Z [00:15:37.059]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/strings_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8265358Z [00:15:37.066]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON32_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8331924Z [00:15:37.073]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/trail_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8398130Z [00:15:37.080]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON16_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8464887Z [00:15:37.086]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/charset_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8532629Z [00:15:37.093]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass3_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8599257Z [00:15:37.100]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr1c_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8668507Z [00:15:37.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr6b_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8735126Z [00:15:37.113]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr3b_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8803169Z [00:15:37.120]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass1_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8871240Z [00:15:37.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failKey4_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.8939508Z [00:15:37.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON31_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9006399Z [00:15:37.140]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/keys_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9075165Z [00:15:37.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass4_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9142999Z [00:15:37.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/passSingle_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9211416Z [00:15:37.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON12_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9278412Z [00:15:37.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/oa_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9346469Z [00:15:37.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failKey3_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9414578Z [00:15:37.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/kan_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9482584Z [00:15:37.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr3d_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9549962Z [00:15:37.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/oa_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9616469Z [00:15:37.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/comments_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9683996Z [00:15:37.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr6c_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9751248Z [00:15:37.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failKey2_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9818676Z [00:15:37.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/testlist.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9886232Z [00:15:37.228]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/root_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:15.9953953Z [00:15:37.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass4_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0023955Z [00:15:37.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr3c_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0091849Z [00:15:37.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON34_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0158703Z [00:15:37.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON15_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0226124Z [00:15:37.262]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/passSingle_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0294902Z [00:15:37.269]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON26_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0362261Z [00:15:37.276]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON28_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0429787Z [00:15:37.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON13_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0496929Z [00:15:37.290]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/charset_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0564322Z [00:15:37.296]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr3a_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0630969Z [00:15:37.303]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/stringify1_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0698089Z [00:15:37.310]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/kan_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0765342Z [00:15:37.316]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/stringify1_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0833143Z [00:15:37.323]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/empty_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0899904Z [00:15:37.330]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/strings_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.0966767Z [00:15:37.336]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr1b_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1034399Z [00:15:37.343]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failKey1_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1101323Z [00:15:37.350]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON08_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1168108Z [00:15:37.357]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass3_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1235416Z [00:15:37.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON21_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1301974Z [00:15:37.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failObj3_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1368631Z [00:15:37.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/stringify1_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1436064Z [00:15:37.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr2b_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1503806Z [00:15:37.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr2a_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1571642Z [00:15:37.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass3_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1639462Z [00:15:37.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON23_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1706597Z [00:15:37.410]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr5a_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1775011Z [00:15:37.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failCharset1_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1842156Z [00:15:37.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr4c_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1909910Z [00:15:37.431]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/comments_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.1977401Z [00:15:37.438]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failStr6a_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2045458Z [00:15:37.444]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failJSON11_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2112388Z [00:15:37.451]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/charset_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2179843Z [00:15:37.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/empty_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2247546Z [00:15:37.465]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/pass2_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2315044Z [00:15:37.471]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/keys_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2382418Z [00:15:37.478]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/failObj1_test.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2454155Z [00:15:37.485]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/oa_result.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2524225Z [00:15:37.492]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/tests/assets/nu_json/trail_result.hjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2593270Z [00:15:37.499]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2660803Z [00:15:37.506]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs/PLATFORM_SUPPORT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2727520Z [00:15:37.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs/FAQ.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2794318Z [00:15:37.519]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs/HOWTOS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2861449Z [00:15:37.526]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/devdocs/rust_style.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2928678Z [00:15:37.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/ide.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.2995595Z [00:15:37.539]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3062506Z [00:15:37.546]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/run.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3129086Z [00:15:37.553]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/terminal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3196267Z [00:15:37.559]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3263157Z [00:15:37.566]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/test_bins.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3330640Z [00:15:37.573]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/signals.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3398299Z [00:15:37.580]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/logger.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3465775Z [00:15:37.586]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/config_files.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3532814Z [00:15:37.593]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/command_context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3600599Z [00:15:37.600]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/experimental_options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3667704Z [00:15:37.607]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/src/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3736828Z [00:15:37.614]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3803498Z [00:15:37.620]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3871773Z [00:15:37.627]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.3938751Z [00:15:37.634]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/vcf.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4005437Z [00:15:37.640]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/ini.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4072756Z [00:15:37.647]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/ics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4140359Z [00:15:37.654]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/plist.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4207481Z [00:15:37.661]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/eml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4275236Z [00:15:37.667]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/from/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4342807Z [00:15:37.674]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/to/plist.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4409436Z [00:15:37.681]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/to/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4476881Z [00:15:37.687]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_formats/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4546847Z [00:15:37.695]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4615603Z [00:15:37.701]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/examples/grid_demo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4683995Z [00:15:37.708]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4751459Z [00:15:37.715]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4818155Z [00:15:37.722]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/src/grid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4885807Z [00:15:37.728]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.4952612Z [00:15:37.735]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-term-grid/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5020541Z [00:15:37.742]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5087551Z [00:15:37.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/handle_custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5154361Z [00:15:37.755]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5221416Z [00:15:37.762]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/update.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5288160Z [00:15:37.769]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/update_arg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5357169Z [00:15:37.776]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/generate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5425784Z [00:15:37.782]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/handle_make.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5500791Z [00:15:37.789]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/handle_update.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5560597Z [00:15:37.796]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/drop_check.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5627958Z [00:15:37.803]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/handle_get.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5694891Z [00:15:37.809]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/second_custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5763487Z [00:15:37.816]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/cool_custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5830274Z [00:15:37.823]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_custom_values/src/generate2.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5897583Z [00:15:37.830]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_python/nu_plugin_python_example.py' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:16.5964648Z [00:15:37.836]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6031603Z [00:15:37.843]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/examples/table_demo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6097999Z [00:15:37.850]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6165100Z [00:15:37.856]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6232554Z [00:15:37.863]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/tests/style.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6298924Z [00:15:37.870]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/tests/common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6364957Z [00:15:37.876]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/tests/constrains.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6430843Z [00:15:37.883]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/tests/expand.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6498087Z [00:15:37.890]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6567501Z [00:15:37.897]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6634240Z [00:15:37.903]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6702357Z [00:15:37.910]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/unstructured_table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6769751Z [00:15:37.917]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/types/expanded.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6836250Z [00:15:37.923]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/types/collapse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6904341Z [00:15:37.930]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/types/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.6972198Z [00:15:37.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/types/general.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7039161Z [00:15:37.944]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/table_theme.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7105663Z [00:15:37.950]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7173831Z [00:15:37.957]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-table/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7242823Z [00:15:37.964]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7309367Z [00:15:37.971]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/into.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7376647Z [00:15:37.977]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7444778Z [00:15:37.984]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/names.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7513554Z [00:15:37.991]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7579996Z [00:15:37.998]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7648471Z [00:15:38.005]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/case.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7715751Z [00:15:38.011]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7784519Z [00:15:38.018]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/src/from.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7851337Z [00:15:38.025]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-derive-value/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7918847Z [00:15:38.032]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.7985984Z [00:15:38.038]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8053545Z [00:15:38.045]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8121153Z [00:15:38.052]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/options/example.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8188076Z [00:15:38.059]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/options/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8255894Z [00:15:38.065]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/options/reorder_cell_paths.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8323424Z [00:15:38.072]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-experimental/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8391378Z [00:15:38.079]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8458046Z [00:15:38.086]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8525580Z [00:15:38.092]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8592349Z [00:15:38.099]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/lowercase/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8659497Z [00:15:38.106]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8726535Z [00:15:38.112]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/hello/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8794598Z [00:15:38.119]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/tests/custom_value/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8862307Z [00:15:38.126]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/spawn_fake_plugin.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8929691Z [00:15:38.133]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/plugin_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.8997206Z [00:15:38.140]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/fake_register.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9064925Z [00:15:38.146]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/fake_persistent_plugin.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9131814Z [00:15:38.153]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9198978Z [00:15:38.160]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9265743Z [00:15:38.166]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-test-support/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9333298Z [00:15:38.173]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9400108Z [00:15:38.180]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9466763Z [00:15:38.187]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9534664Z [00:15:38.193]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/locale.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9601218Z [00:15:38.200]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/casing.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9668507Z [00:15:38.207]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9735563Z [00:15:38.213]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/emoji.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9802801Z [00:15:38.220]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/float.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9869580Z [00:15:38.227]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:16.9936380Z [00:15:38.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/shared_cow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0003787Z [00:15:38.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/strings/shared.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0070631Z [00:15:38.247]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/strings/unique.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0138011Z [00:15:38.254]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/strings/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0205435Z [00:15:38.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/quoting.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0272675Z [00:15:38.267]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/filesystem.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0341320Z [00:15:38.274]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0408420Z [00:15:38.281]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/default_env.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0475687Z [00:15:38.287]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/doc_config.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0544051Z [00:15:38.294]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/scaffold_config.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0612488Z [00:15:38.301]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/doc_env.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0679923Z [00:15:38.308]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/scaffold_env.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0746545Z [00:15:38.314]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/default_files/default_config.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0813862Z [00:15:38.321]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0880508Z [00:15:38.328]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/deansi.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.0947111Z [00:15:38.335]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/src/flatten_json.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1014640Z [00:15:38.341]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-utils/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1081563Z [00:15:38.348]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1149755Z [00:15:38.355]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1217605Z [00:15:38.362]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1284365Z [00:15:38.368]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bytes/starts_with.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1351204Z [00:15:38.375]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bytes/ends_with.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1419263Z [00:15:38.382]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bytes/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1487367Z [00:15:38.389]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bits/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1555019Z [00:15:38.395]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/bits/format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1622578Z [00:15:38.402]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/tests/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1690475Z [00:15:38.409]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/example_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1758913Z [00:15:38.416]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/format/number.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1826414Z [00:15:38.422]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/format/bits.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1894207Z [00:15:38.429]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/format/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.1962297Z [00:15:38.436]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/format/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2031483Z [00:15:38.443]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/screaming_snake_case.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2099662Z [00:15:38.450]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/kebab_case.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2167283Z [00:15:38.457]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/str_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2235212Z [00:15:38.463]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/snake_case.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2302909Z [00:15:38.470]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/title_case.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2370702Z [00:15:38.477]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2439546Z [00:15:38.484]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/camel_case.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2506709Z [00:15:38.490]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/case/pascal_case.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2574461Z [00:15:38.497]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/str_/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2643258Z [00:15:38.504]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/encode_decode/decode_hex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2710038Z [00:15:38.511]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/encode_decode/encode_hex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2778374Z [00:15:38.518]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/strings/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2845331Z [00:15:38.524]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arccosh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2911859Z [00:15:38.531]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/tanh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.2978753Z [00:15:38.538]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/cos.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3046964Z [00:15:38.545]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arcsinh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3113228Z [00:15:38.551]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/cosh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3180471Z [00:15:38.558]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/ln.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3248461Z [00:15:38.565]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arctanh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3315359Z [00:15:38.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/tan.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3382945Z [00:15:38.578]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arctan.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3449514Z [00:15:38.585]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/exp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3517040Z [00:15:38.592]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arcsin.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3585415Z [00:15:38.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/sin.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3653216Z [00:15:38.605]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/arccos.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3719603Z [00:15:38.612]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/sinh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3786976Z [00:15:38.619]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/math/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3857415Z [00:15:38.626]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/from/url.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3924840Z [00:15:38.632]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/from/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.3992385Z [00:15:38.639]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/to/html.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4060032Z [00:15:38.646]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/to/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4128108Z [00:15:38.653]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/formats/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4195678Z [00:15:38.659]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/rotate_right.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4263607Z [00:15:38.666]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/bits_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4330928Z [00:15:38.673]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/xor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4397725Z [00:15:38.680]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/rotate_left.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4464944Z [00:15:38.686]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/not.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4532543Z [00:15:38.693]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/and.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4601070Z [00:15:38.700]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/shift_right.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4668300Z [00:15:38.707]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/or.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4735238Z [00:15:38.713]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4803141Z [00:15:38.720]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/bits/shift_left.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4870798Z [00:15:38.727]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/roll_left.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.4937483Z [00:15:38.734]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/roll_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5005181Z [00:15:38.740]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/roll_down.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5073766Z [00:15:38.747]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/roll_right.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5142095Z [00:15:38.754]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/roll_up.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5209160Z [00:15:38.761]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/roll/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5276754Z [00:15:38.767]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/rotate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5344009Z [00:15:38.774]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/each_while.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5412589Z [00:15:38.781]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/update_cells.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5479717Z [00:15:38.788]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/filters/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5548778Z [00:15:38.795]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/platform/ansi/gradient.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5616134Z [00:15:38.801]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/platform/ansi/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5683286Z [00:15:38.808]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/platform/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5750475Z [00:15:38.815]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/extra/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5818389Z [00:15:38.822]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5886027Z [00:15:38.828]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.5954467Z [00:15:38.835]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-extra/assets/228_themes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6022576Z [00:15:38.842]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6090666Z [00:15:38.849]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6158098Z [00:15:38.856]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6225936Z [00:15:38.862]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/default_context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6294492Z [00:15:38.869]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/colored_text_widget.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6362564Z [00:15:38.876]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/try.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6431001Z [00:15:38.883]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6498825Z [00:15:38.890]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/binary/binary_widget.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6565748Z [00:15:38.896]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/binary/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6633419Z [00:15:38.903]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/preview.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6703685Z [00:15:38.910]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/record/table_widget.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6771918Z [00:15:38.917]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/record/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6839576Z [00:15:38.924]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/cursor/window_cursor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6906850Z [00:15:38.930]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/cursor/window_cursor_2d.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.6974576Z [00:15:38.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/cursor/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7042830Z [00:15:38.944]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/views/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7110713Z [00:15:38.951]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager/events.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7178666Z [00:15:38.958]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager/command_bar.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7245858Z [00:15:38.964]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager/report.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7312961Z [00:15:38.971]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager/status_bar.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7380401Z [00:15:38.978]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/pager/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7449731Z [00:15:38.985]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/registry/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7519678Z [00:15:38.992]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/registry/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7586943Z [00:15:38.999]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/try.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7654224Z [00:15:39.005]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7721657Z [00:15:39.012]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/expand.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7789243Z [00:15:39.019]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/help.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7856017Z [00:15:39.025]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/quit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7922788Z [00:15:39.032]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.7989756Z [00:15:39.039]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/commands/nu.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8058762Z [00:15:39.046]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8126164Z [00:15:39.052]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/string.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8193420Z [00:15:39.059]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/lscolor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8260662Z [00:15:39.066]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8327102Z [00:15:39.073]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8394305Z [00:15:39.079]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/nu_common/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8461693Z [00:15:39.086]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/explore.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8528951Z [00:15:39.093]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8596019Z [00:15:39.099]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-explore/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8664867Z [00:15:39.106]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8731737Z [00:15:39.113]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8800489Z [00:15:39.120]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8868697Z [00:15:39.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/src/gstat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.8936066Z [00:15:39.133]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9004257Z [00:15:39.140]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_gstat/src/nu/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9071900Z [00:15:39.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9139673Z [00:15:39.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9206592Z [00:15:39.160]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/src/to.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9275406Z [00:15:39.167]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9342357Z [00:15:39.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/src/from.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9409328Z [00:15:39.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nuon/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9478282Z [00:15:39.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_nu_example/nu_plugin_nu_example.nu' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9545395Z [00:15:39.194]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9613129Z [00:15:39.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9679778Z [00:15:39.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9748633Z [00:15:39.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/completions/support/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9815198Z [00:15:39.221]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/completions/support/completions_helpers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9881995Z [00:15:39.228]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/completions/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:17.9948081Z [00:15:39.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/commands/nu_highlight.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0014266Z [00:15:39.241]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/commands/keybindings_list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0081623Z [00:15:39.248]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/commands/history_import.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0147648Z [00:15:39.255]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/tests/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0215164Z [00:15:39.261]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/prompt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0281688Z [00:15:39.268]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/repl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0351416Z [00:15:39.275]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/nu_highlight.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0417549Z [00:15:39.282]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/prompt_update.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0485397Z [00:15:39.288]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/validation.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0552185Z [00:15:39.295]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/syntax_highlight.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0620278Z [00:15:39.302]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0687716Z [00:15:39.309]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/reedline_config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0755761Z [00:15:39.315]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/file_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0822485Z [00:15:39.322]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/completion_common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0888903Z [00:15:39.329]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/directory_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.0955487Z [00:15:39.335]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/custom_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1022320Z [00:15:39.342]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/cell_path_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1088714Z [00:15:39.349]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/command_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1155115Z [00:15:39.355]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/flag_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1222529Z [00:15:39.362]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/base.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1289520Z [00:15:39.369]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/dotnu_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1355757Z [00:15:39.375]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/completer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1422532Z [00:15:39.382]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/completion_options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1488507Z [00:15:39.389]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/variable_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1554827Z [00:15:39.395]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/attribute_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1621471Z [00:15:39.402]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/operator_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1687493Z [00:15:39.409]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/exportable_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1754370Z [00:15:39.415]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/completions/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1821494Z [00:15:39.422]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/print.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1888550Z [00:15:39.429]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/keybindings_listen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.1955896Z [00:15:39.435]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/default_context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2021830Z [00:15:39.442]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/keybindings.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2088310Z [00:15:39.449]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history/history_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2157037Z [00:15:39.456]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history/history_session.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2224405Z [00:15:39.462]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history/fields.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2291590Z [00:15:39.469]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history/history_import.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2358279Z [00:15:39.476]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/history/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2430000Z [00:15:39.483]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/keybindings_list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2499479Z [00:15:39.490]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline/edit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2567344Z [00:15:39.497]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline/get_cursor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2634165Z [00:15:39.503]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline/set_cursor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2703489Z [00:15:39.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline/commandline_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2769092Z [00:15:39.517]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/commandline/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2836327Z [00:15:39.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/keybindings_default.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2902695Z [00:15:39.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.2969230Z [00:15:39.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/config_files.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3035909Z [00:15:39.543]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/eval_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3103380Z [00:15:39.550]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/menus/help_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3170918Z [00:15:39.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/menus/menu_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3237160Z [00:15:39.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/menus/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3303859Z [00:15:39.570]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/eval_cmds.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3373290Z [00:15:39.577]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3444249Z [00:15:39.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cli/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3512502Z [00:15:39.591]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3580331Z [00:15:39.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3646517Z [00:15:39.604]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/wrap_call.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3714191Z [00:15:39.611]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3781447Z [00:15:39.618]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/formats/to/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3848032Z [00:15:39.625]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/formats/to/delimited.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3915007Z [00:15:39.631]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/formats/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.3983511Z [00:15:39.638]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/hook.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4050276Z [00:15:39.645]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/input_handler.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4118324Z [00:15:39.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4184619Z [00:15:39.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-base/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4251555Z [00:15:39.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4319077Z [00:15:39.672]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4386334Z [00:15:39.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/default_context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4452911Z [00:15:39.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4520411Z [00:15:39.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4589368Z [00:15:39.699]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/add.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4658436Z [00:15:39.706]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/rm.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4724507Z [00:15:39.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/use_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4793567Z [00:15:39.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/stop.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4859350Z [00:15:39.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/plugin/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4925637Z [00:15:39.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.4991023Z [00:15:39.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5056122Z [00:15:39.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-plugin/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5122668Z [00:15:39.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5190392Z [00:15:39.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/examples/sys_demo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5256691Z [00:15:39.765]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5323489Z [00:15:39.772]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5390852Z [00:15:39.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5457322Z [00:15:39.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/windows.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5524172Z [00:15:39.792]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/freebsd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5591672Z [00:15:39.799]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/netbsd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5659226Z [00:15:39.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/foreground.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5725822Z [00:15:39.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/os_info.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5793295Z [00:15:39.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/exit_status.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5860633Z [00:15:39.826]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/macos.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5926862Z [00:15:39.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.5994208Z [00:15:39.839]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/src/linux.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6060622Z [00:15:39.846]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-system/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6128454Z [00:15:39.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6195417Z [00:15:39.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6262821Z [00:15:39.866]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/call_ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6329195Z [00:15:39.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/glob_from.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6395705Z [00:15:39.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/closure_eval.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6463160Z [00:15:39.886]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/eval_ir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6530786Z [00:15:39.893]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6597494Z [00:15:39.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/scope.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6663336Z [00:15:39.906]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/command_prelude.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6731763Z [00:15:39.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/column.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6800752Z [00:15:39.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/redirect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6867916Z [00:15:39.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/call.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.6934069Z [00:15:39.933]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/keyword.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7002527Z [00:15:39.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/expression.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7069559Z [00:15:39.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/builder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7136358Z [00:15:39.953]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/operator.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7203684Z [00:15:39.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/compile/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7270659Z [00:15:39.967]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/exit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7337519Z [00:15:39.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/eval_helpers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7405253Z [00:15:39.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/eval.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7474560Z [00:15:39.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/documentation.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7541639Z [00:15:39.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7609533Z [00:15:40.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-engine/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7675829Z [00:15:40.007]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7742700Z [00:15:40.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7810718Z [00:15:40.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/test_util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7877130Z [00:15:40.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.7944723Z [00:15:40.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/plugin_custom_value/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8011702Z [00:15:40.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/plugin_custom_value/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8079538Z [00:15:40.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/protocol_info.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8146614Z [00:15:40.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/evaluated_call.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8214863Z [00:15:40.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8283086Z [00:15:40.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-protocol/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8350788Z [00:15:40.075]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8418719Z [00:15:40.082]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8486336Z [00:15:40.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8553671Z [00:15:40.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8621782Z [00:15:40.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/gather_seeds.nu' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8689319Z [00:15:40.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8756929Z [00:15:40.116]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/rust-toolchain.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8827186Z [00:15:40.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/fuzz_targets/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8894665Z [00:15:40.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/fuzz/fuzz_targets/parse_with_keywords.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.8962379Z [00:15:40.136]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/tests/test_parser_unicode_escapes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9029733Z [00:15:40.143]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/tests/test_parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9097219Z [00:15:40.150]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/tests/test_lex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9166322Z [00:15:40.156]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/type_check.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9232594Z [00:15:40.163]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/parse_patterns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9300371Z [00:15:40.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/deparse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9367471Z [00:15:40.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/flatten.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9434383Z [00:15:40.183]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/lite_parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9501841Z [00:15:40.190]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/parse_keywords.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9570542Z [00:15:40.197]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/lex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9637153Z [00:15:40.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/known_external.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9704245Z [00:15:40.210]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/parse_shape_specs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9772489Z [00:15:40.217]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/exportable.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9839366Z [00:15:40.224]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9905847Z [00:15:40.230]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/src/parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:18.9973117Z [00:15:40.237]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-parser/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0041197Z [00:15:40.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0108645Z [00:15:40.251]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0176455Z [00:15:40.257]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/test_config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0242942Z [00:15:40.264]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/into_config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0310925Z [00:15:40.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/test_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0377608Z [00:15:40.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/test_signature.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0448274Z [00:15:40.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/test_pipeline_data.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0514637Z [00:15:40.291]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0582328Z [00:15:40.298]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/pipeline/byte_stream.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0649157Z [00:15:40.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/tests/pipeline/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0716378Z [00:15:40.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/casing.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0783773Z [00:15:40.318]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/alias.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0850862Z [00:15:40.325]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/module.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0917942Z [00:15:40.332]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/parser_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.0985397Z [00:15:40.338]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/lev_distance.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1052766Z [00:15:40.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/syntax_shape.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1120292Z [00:15:40.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/block.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1188487Z [00:15:40.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/attribute.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1255581Z [00:15:40.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1323683Z [00:15:40.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/import_pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1391278Z [00:15:40.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/call.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1458729Z [00:15:40.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/keyword.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1525695Z [00:15:40.392]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/expression.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1592845Z [00:15:40.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/unit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1661004Z [00:15:40.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/match_pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1727399Z [00:15:40.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/range.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1796493Z [00:15:40.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/cell_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1864470Z [00:15:40.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/expr.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1931978Z [00:15:40.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.1999484Z [00:15:40.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/value_with_unit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2066637Z [00:15:40.446]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/operator.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2134761Z [00:15:40.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2202386Z [00:15:40.460]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ast/traverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2269597Z [00:15:40.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/description.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2337209Z [00:15:40.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/engine_state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2405272Z [00:15:40.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/state_working_set.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2475251Z [00:15:40.487]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/call.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2542663Z [00:15:40.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/jobs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2611074Z [00:15:40.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/stack_out_dest.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2677145Z [00:15:40.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/cached_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2745796Z [00:15:40.514]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/call_info.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2814203Z [00:15:40.521]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/pattern_match.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2881478Z [00:15:40.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/error_handler.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.2948317Z [00:15:40.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/sequence.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3014666Z [00:15:40.541]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/variable.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3083113Z [00:15:40.548]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3151587Z [00:15:40.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/argument.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3218929Z [00:15:40.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3286431Z [00:15:40.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/closure.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3353850Z [00:15:40.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/stack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3422776Z [00:15:40.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/overlay.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3490981Z [00:15:40.589]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/engine/state_delta.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3558745Z [00:15:40.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3626501Z [00:15:40.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/example.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3693714Z [00:15:40.609]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/into_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3760992Z [00:15:40.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/from_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3828573Z [00:15:40.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/duration.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3899463Z [00:15:40.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/filesize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.3966576Z [00:15:40.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4033435Z [00:15:40.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/range.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4102407Z [00:15:40.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/glob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4169464Z [00:15:40.657]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/test_derive.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4237045Z [00:15:40.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4305203Z [00:15:40.670]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/value/record.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4372954Z [00:15:40.677]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/debugger/profiler.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4440427Z [00:15:40.684]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/debugger/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4509520Z [00:15:40.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/debugger/debugger_trait.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4583063Z [00:15:40.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/metadata.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4650516Z [00:15:40.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/signature.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4718562Z [00:15:40.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/registered.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4785990Z [00:15:40.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4853214Z [00:15:40.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4920616Z [00:15:40.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/registry_file/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.4988438Z [00:15:40.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/plugin/registry_file/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5055137Z [00:15:40.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/signature.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5123394Z [00:15:40.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/helper.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5190435Z [00:15:40.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/shell_integration.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5257351Z [00:15:40.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5323975Z [00:15:40.772]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5394023Z [00:15:40.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5460634Z [00:15:40.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/ls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5528476Z [00:15:40.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/filesize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5598292Z [00:15:40.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/prelude.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5665777Z [00:15:40.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/display_errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5733130Z [00:15:40.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/plugin_gc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5800415Z [00:15:40.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/hooks.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5868195Z [00:15:40.827]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.5935198Z [00:15:40.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/rm.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6002620Z [00:15:40.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/datetime_format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6069284Z [00:15:40.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6136754Z [00:15:40.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/ansi_coloring.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6203880Z [00:15:40.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/reedline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6271756Z [00:15:40.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/config/history.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6339708Z [00:15:40.874]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/process/child.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6406848Z [00:15:40.881]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/process/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6475629Z [00:15:40.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ty.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6543499Z [00:15:40.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/eval_base.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6610739Z [00:15:40.901]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/eval_const.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6677466Z [00:15:40.908]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ir/display.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6745564Z [00:15:40.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ir/call.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6813309Z [00:15:40.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/ir/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6881000Z [00:15:40.928]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/chained_error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.6947672Z [00:15:40.935]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7016363Z [00:15:40.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error/bridge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7083129Z [00:15:40.948]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error/io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7151361Z [00:15:40.955]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error/location.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7217705Z [00:15:40.962]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7285015Z [00:15:40.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_error/job.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7353230Z [00:15:40.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/parse_warning.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7421566Z [00:15:40.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/parse_error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7491583Z [00:15:40.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/report_error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7559265Z [00:15:40.996]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/shell_warning.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7626591Z [00:15:41.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/labeled_error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7693255Z [00:15:41.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7761225Z [00:15:41.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/errors/compile_error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7829718Z [00:15:41.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/did_you_mean.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7896410Z [00:15:41.029]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/deprecation.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.7963897Z [00:15:41.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8030515Z [00:15:41.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/span.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8100266Z [00:15:41.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/handlers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8167069Z [00:15:41.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/metadata.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8235170Z [00:15:41.063]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/signals.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8303064Z [00:15:41.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/byte_stream.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8370982Z [00:15:41.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/list_stream.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8438570Z [00:15:41.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/pipeline_data.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8505549Z [00:15:41.090]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8573017Z [00:15:41.097]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/src/pipeline/out_dest.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8640230Z [00:15:41.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-protocol/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8707057Z [00:15:41.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8773679Z [00:15:41.117]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8840874Z [00:15:41.124]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8908010Z [00:15:41.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.8974165Z [00:15:41.137]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-glob/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9040931Z [00:15:41.144]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9108803Z [00:15:41.151]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9176888Z [00:15:41.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9243480Z [00:15:41.164]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9311305Z [00:15:41.171]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9377574Z [00:15:41.178]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/rust-toolchain.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9445366Z [00:15:41.184]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/fuzz/fuzz_targets/path_fuzzer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9512201Z [00:15:41.191]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/form.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9580178Z [00:15:41.198]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/expansions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9647625Z [00:15:41.205]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/trailing_slash.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9713904Z [00:15:41.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/helpers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9779771Z [00:15:41.218]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/tilde.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9847409Z [00:15:41.225]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9916823Z [00:15:41.232]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/dots.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:19.9983329Z [00:15:41.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/components.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0050481Z [00:15:41.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0118291Z [00:15:41.252]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/src/assert_path_eq.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0185293Z [00:15:41.258]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-path/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0253556Z [00:15:41.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0320928Z [00:15:41.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/testing.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0389882Z [00:15:41.279]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/random/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0456980Z [00:15:41.286]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0525912Z [00:15:41.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/conversions/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0592916Z [00:15:41.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/path/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0660809Z [00:15:41.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0728977Z [00:15:41.313]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/tables/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0795917Z [00:15:41.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/kv/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0862849Z [00:15:41.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/clip/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0930199Z [00:15:41.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/str/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.0997641Z [00:15:41.340]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std-rfc/iter/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1065240Z [00:15:41.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1134148Z [00:15:41.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/testing/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1201324Z [00:15:41.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/bench/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1267739Z [00:15:41.367]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/xml/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1336328Z [00:15:41.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/random/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1406038Z [00:15:41.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1477124Z [00:15:41.388]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/config/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1544512Z [00:15:41.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/log/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1612726Z [00:15:41.401]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/dt/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1680421Z [00:15:41.408]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/math/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1748516Z [00:15:41.415]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/clip/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1816007Z [00:15:41.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/dirs/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1883611Z [00:15:41.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/formats/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.1952119Z [00:15:41.435]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/input/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2019267Z [00:15:41.442]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/assert/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2086951Z [00:15:41.449]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/prelude/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2155120Z [00:15:41.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/iter/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2221894Z [00:15:41.462]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/util/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2289828Z [00:15:41.469]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/std/help/mod.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2356770Z [00:15:41.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_formats.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2423486Z [00:15:41.482]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std_postload.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2492924Z [00:15:41.489]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_prelude.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2561110Z [00:15:41.496]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_xml.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2628573Z [00:15:41.503]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std_util.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2695483Z [00:15:41.509]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_dirs.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2762155Z [00:15:41.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_tables.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2829026Z [00:15:41.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_util.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2895908Z [00:15:41.529]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_setup_teardown.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.2962856Z [00:15:41.536]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_str.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3030923Z [00:15:41.543]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std_preload.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3098593Z [00:15:41.550]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std_random.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3167529Z [00:15:41.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_dt.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3234914Z [00:15:41.563]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_kv.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3303164Z [00:15:41.570]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_conversions.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3369997Z [00:15:41.577]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_path.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3437004Z [00:15:41.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests/test_logger_env.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3505215Z [00:15:41.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests/test_log_custom.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3572197Z [00:15:41.597]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests/commons.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3638890Z [00:15:41.604]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests/test_log_format_flag.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3706895Z [00:15:41.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/logger_tests/test_basic_commands.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3774736Z [00:15:41.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_help.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3842159Z [00:15:41.624]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_asserts.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3909310Z [00:15:41.631]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_iter.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.3976555Z [00:15:41.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std-rfc_iter.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4043769Z [00:15:41.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/tests/test_std_formats.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4112519Z [00:15:41.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4180130Z [00:15:41.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4247331Z [00:15:41.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-std/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4316198Z [00:15:41.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_stress_internals/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4383533Z [00:15:41.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_stress_internals/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4450984Z [00:15:41.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_stress_internals/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4519315Z [00:15:41.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_javascript/nu_plugin_node_example.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4588591Z [00:15:41.699]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4656638Z [00:15:41.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4725731Z [00:15:41.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/style_computer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4792475Z [00:15:41.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/shape_color.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4859214Z [00:15:41.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/text_style.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4927163Z [00:15:41.733]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/color_config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.4995427Z [00:15:41.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/nu_style.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5063865Z [00:15:41.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/matching_brackets_style.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5131578Z [00:15:41.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5199565Z [00:15:41.760]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-color-config/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5267995Z [00:15:41.767]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5334985Z [00:15:41.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5402653Z [00:15:41.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/tests/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5470694Z [00:15:41.787]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/ser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5536758Z [00:15:41.794]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5605496Z [00:15:41.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5672113Z [00:15:41.807]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/builder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5738308Z [00:15:41.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/de.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5805700Z [00:15:41.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5873416Z [00:15:41.827]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.5940758Z [00:15:41.834]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6007463Z [00:15:41.841]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-json/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6075174Z [00:15:41.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6143392Z [00:15:41.854]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6211832Z [00:15:41.861]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6279814Z [00:15:41.868]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/list/contains.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6347508Z [00:15:41.875]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/list/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6415213Z [00:15:41.881]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6482965Z [00:15:41.888]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/arrow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6550135Z [00:15:41.895]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/parquet.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6618164Z [00:15:41.902]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/avro.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6686080Z [00:15:41.908]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/csv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6755163Z [00:15:41.915]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6822785Z [00:15:41.922]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/save/ndjson.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6890644Z [00:15:41.929]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_df.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.6958658Z [00:15:41.936]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/schema.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7027022Z [00:15:41.943]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_repr.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7094241Z [00:15:41.949]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_nu.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7162257Z [00:15:41.956]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_schema.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7229450Z [00:15:41.963]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_dtype.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7297124Z [00:15:41.970]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/shape.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7363840Z [00:15:41.976]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/resource.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7432315Z [00:15:41.983]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/to_lazy.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7502176Z [00:15:41.990]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/columns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7569893Z [00:15:41.997]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/summary.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7638716Z [00:15:42.004]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/open.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7705625Z [00:15:42.010]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7772547Z [00:15:42.017]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/profile.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7839637Z [00:15:42.024]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/core/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7906002Z [00:15:42.030]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/integer/to_decimal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.7973364Z [00:15:42.037]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/integer/to_integer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8039683Z [00:15:42.044]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/integer/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8108461Z [00:15:42.051]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/computation/math.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8176331Z [00:15:42.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/computation/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8244004Z [00:15:42.064]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_year.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8311775Z [00:15:42.071]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_week.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8379774Z [00:15:42.078]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/replace_time_zone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8447108Z [00:15:42.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_nanosecond.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8515024Z [00:15:42.091]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/truncate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8582129Z [00:15:42.098]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/as_datetime.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8649247Z [00:15:42.105]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_hour.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8716779Z [00:15:42.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/strftime.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8785796Z [00:15:42.118]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_second.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8853421Z [00:15:42.125]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/convert_time_zone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8921179Z [00:15:42.132]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_day.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.8989332Z [00:15:42.139]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_month.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9057017Z [00:15:42.146]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/datepart.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9124745Z [00:15:42.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_ordinal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9191829Z [00:15:42.159]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_minute.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9259738Z [00:15:42.166]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9325668Z [00:15:42.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/as_date.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9394979Z [00:15:42.179]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/datetime/get_weekday.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9462734Z [00:15:42.186]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_lengths.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9529624Z [00:15:42.193]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_strip_chars.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9596448Z [00:15:42.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/to_uppercase.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9665218Z [00:15:42.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_replace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9731683Z [00:15:42.213]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_slice.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9799345Z [00:15:42.220]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_split.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9865870Z [00:15:42.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:20.9934708Z [00:15:42.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/contains.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0003406Z [00:15:42.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/str_replace_all.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0071295Z [00:15:42.247]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0139487Z [00:15:42.254]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/to_lowercase.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0206383Z [00:15:42.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/string/concat_str.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0275467Z [00:15:42.267]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/alias.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0342719Z [00:15:42.274]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/arg_where.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0409474Z [00:15:42.281]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/pivot.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0477253Z [00:15:42.288]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/get.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0545550Z [00:15:42.294]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/last.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0613527Z [00:15:42.301]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/first.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0680784Z [00:15:42.308]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/slice.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0748717Z [00:15:42.315]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/shift.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0816943Z [00:15:42.322]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/drop.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0884718Z [00:15:42.328]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/append.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.0952416Z [00:15:42.335]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1019375Z [00:15:42.342]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/with_column.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1087262Z [00:15:42.349]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/filter_with.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1155441Z [00:15:42.355]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/drop_nulls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1223944Z [00:15:42.362]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/flatten.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1290276Z [00:15:42.369]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/cast.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1358019Z [00:15:42.376]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/drop_duplicates.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1425320Z [00:15:42.382]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/cut.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1493871Z [00:15:42.389]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/unnest.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1561964Z [00:15:42.396]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/join_where.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1629055Z [00:15:42.403]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/reverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1698174Z [00:15:42.410]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/unpivot.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1765904Z [00:15:42.416]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1833347Z [00:15:42.423]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/sort_by_expr.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1902361Z [00:15:42.430]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/select.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.1970184Z [00:15:42.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/struct_json_encode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2036835Z [00:15:42.443]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/unique.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2105415Z [00:15:42.450]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/fill_null.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2172348Z [00:15:42.457]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/explode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2239743Z [00:15:42.464]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/col.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2306027Z [00:15:42.470]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/replace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2373532Z [00:15:42.477]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/fill_nan.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2439802Z [00:15:42.484]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/qcut.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2506262Z [00:15:42.490]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/len.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2573373Z [00:15:42.497]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/sql_context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2639843Z [00:15:42.504]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/sql_expr.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2705998Z [00:15:42.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/take.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2772136Z [00:15:42.517]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/dummies.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2839282Z [00:15:42.524]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/query_df.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2906513Z [00:15:42.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/concat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.2973701Z [00:15:42.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3041071Z [00:15:42.544]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/lit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3108015Z [00:15:42.551]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/sample.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3174131Z [00:15:42.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/collect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3241295Z [00:15:42.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/data/rename.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3307598Z [00:15:42.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/stub.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3374274Z [00:15:42.577]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/is_in.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3441496Z [00:15:42.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/is_duplicated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3507570Z [00:15:42.591]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/is_null.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3574336Z [00:15:42.597]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/all_false.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3641708Z [00:15:42.604]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/all_true.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3708523Z [00:15:42.611]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/when.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3774831Z [00:15:42.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/expr_not.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3842970Z [00:15:42.624]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/not.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3910355Z [00:15:42.631]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/is_unique.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.3977136Z [00:15:42.638]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/set.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4044287Z [00:15:42.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/otherwise.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4111325Z [00:15:42.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4176521Z [00:15:42.657]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/arg_true.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4243261Z [00:15:42.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/boolean/is_not_null.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4309945Z [00:15:42.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/std.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4376030Z [00:15:42.677]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/value_counts.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4442074Z [00:15:42.684]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/groupby.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4508123Z [00:15:42.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/mean.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4574003Z [00:15:42.697]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/sum.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4643632Z [00:15:42.704]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/horizontal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4710839Z [00:15:42.711]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/count.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4778069Z [00:15:42.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/over.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4847231Z [00:15:42.724]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/cumulative.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4914590Z [00:15:42.731]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/agg_groups.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.4981665Z [00:15:42.738]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/quantile.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5049018Z [00:15:42.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/implode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5116557Z [00:15:42.751]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/max.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5183206Z [00:15:42.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/n_null.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5249449Z [00:15:42.765]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/n_unique.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5316784Z [00:15:42.771]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/rolling.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5385246Z [00:15:42.778]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/min.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5452910Z [00:15:42.785]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/median.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5520307Z [00:15:42.792]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5585856Z [00:15:42.798]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/var.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5652267Z [00:15:42.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/aggregation/aggregate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5719968Z [00:15:42.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5785722Z [00:15:42.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/arg_unique.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5852027Z [00:15:42.825]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/set_with_idx.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5917351Z [00:15:42.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/arg_min.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.5984347Z [00:15:42.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/arg_max.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6050765Z [00:15:42.845]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/arg_sort.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6117383Z [00:15:42.852]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/command/index/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6185004Z [00:15:42.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6252105Z [00:15:42.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_lazygroupby/custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6318687Z [00:15:42.872]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_lazygroupby/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6387043Z [00:15:42.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_schema/custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6453625Z [00:15:42.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_schema/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6521414Z [00:15:42.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_expression/custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6588226Z [00:15:42.899]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_expression/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6654861Z [00:15:42.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/file_type.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6721044Z [00:15:42.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6789028Z [00:15:42.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_lazyframe/custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6856069Z [00:15:42.925]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_lazyframe/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6923967Z [00:15:42.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe/conversion.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.6991835Z [00:15:42.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe/between_values.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7059191Z [00:15:42.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe/operations.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7126109Z [00:15:42.952]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe/custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7193208Z [00:15:42.959]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dataframe/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7260928Z [00:15:42.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dtype/custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7327691Z [00:15:42.973]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_dtype/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7395447Z [00:15:42.979]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_when/custom_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7464148Z [00:15:42.986]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/nu_when/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7534442Z [00:15:42.993]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/dataframe/values/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7601033Z [00:15:43.000]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7669283Z [00:15:43.007]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cloud/aws.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7736283Z [00:15:43.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cloud/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7803749Z [00:15:43.020]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cache/get.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7871486Z [00:15:43.027]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cache/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.7939268Z [00:15:43.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cache/rm.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8006003Z [00:15:43.040]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/cache/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8074161Z [00:15:43.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8141550Z [00:15:43.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_polars/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8209111Z [00:15:43.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8276205Z [00:15:43.067]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/examples/hex_demo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8344184Z [00:15:43.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8410901Z [00:15:43.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/tests/256.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8477661Z [00:15:43.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/tests/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8543765Z [00:15:43.094]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/tests/data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8610735Z [00:15:43.101]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/src/pretty_hex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8676187Z [00:15:43.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8743332Z [00:15:43.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-pretty-hex/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8810019Z [00:15:43.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8875216Z [00:15:43.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.8941519Z [00:15:43.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9007589Z [00:15:43.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/query_xml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9073711Z [00:15:43.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/query_web.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9139916Z [00:15:43.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/query_webpage_info.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9205530Z [00:15:43.160]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/query.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9271047Z [00:15:43.167]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/web_tables.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9337684Z [00:15:43.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9404369Z [00:15:43.180]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_query/src/query_json.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9471460Z [00:15:43.187]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9537642Z [00:15:43.194]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9603408Z [00:15:43.200]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/ast.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9670868Z [00:15:43.207]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/workspace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9737096Z [00:15:43.214]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/semantic_tokens.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9803657Z [00:15:43.220]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/signature.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9869735Z [00:15:43.227]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/symbols.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:21.9935504Z [00:15:43.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/diagnostics.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0002033Z [00:15:43.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/completion.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0068099Z [00:15:43.247]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/hover.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0133482Z [00:15:43.253]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/hints.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0198429Z [00:15:43.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/notification.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0264884Z [00:15:43.266]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/goto.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0331211Z [00:15:43.273]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0397585Z [00:15:43.280]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-lsp/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0464180Z [00:15:43.286]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0530429Z [00:15:43.293]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0596436Z [00:15:43.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0663314Z [00:15:43.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/example.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0730024Z [00:15:43.313]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/for_each.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0796399Z [00:15:43.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/two.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0863531Z [00:15:43.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0929634Z [00:15:43.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/ctrlc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.0994933Z [00:15:43.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1061581Z [00:15:43.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/collect_bytes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1128447Z [00:15:43.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/sum.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1196861Z [00:15:43.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/generate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1263314Z [00:15:43.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/seq.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1329485Z [00:15:43.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/one.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1396400Z [00:15:43.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1463511Z [00:15:43.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/call_decl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1529811Z [00:15:43.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/echo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1595616Z [00:15:43.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/three.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1661494Z [00:15:43.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/view_span.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1727041Z [00:15:43.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1793429Z [00:15:43.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/commands/disable_gc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1860564Z [00:15:43.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_example/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1927110Z [00:15:43.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.1994361Z [00:15:43.439]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2060242Z [00:15:43.446]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2127455Z [00:15:43.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2195478Z [00:15:43.459]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests/commands/attr/deprecated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2264105Z [00:15:43.466]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests/commands/attr/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2329645Z [00:15:43.473]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/tests/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2397049Z [00:15:43.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/default_context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2463826Z [00:15:43.486]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/example_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2530933Z [00:15:43.493]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/example_support.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2598786Z [00:15:43.500]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/hide.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2666090Z [00:15:43.506]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/def.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2734287Z [00:15:43.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/continue_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2801649Z [00:15:43.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/alias.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2868686Z [00:15:43.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.2936091Z [00:15:43.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/module.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3002789Z [00:15:43.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/break_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3070171Z [00:15:43.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/return_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3135019Z [00:15:43.553]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/ignore.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3200693Z [00:15:43.560]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_alias.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3265702Z [00:15:43.566]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/describe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3331486Z [00:15:43.573]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/extern_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3397385Z [00:15:43.580]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/version.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3463794Z [00:15:43.586]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr/example.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3529892Z [00:15:43.593]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr/search_terms.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3595707Z [00:15:43.599]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr/deprecated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3662366Z [00:15:43.606]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3728388Z [00:15:43.613]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/attr/category.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3793875Z [00:15:43.619]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/try_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3859897Z [00:15:43.626]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/for_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3925617Z [00:15:43.632]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/match_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.3992719Z [00:15:43.639]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/engine_stats.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4058466Z [00:15:43.646]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/externs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4123284Z [00:15:43.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/modules.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4190690Z [00:15:43.659]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/commands.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4256766Z [00:15:43.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/aliases.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4323270Z [00:15:43.672]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/variables.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4389489Z [00:15:43.679]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4455281Z [00:15:43.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/scope/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4522684Z [00:15:43.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/let_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4590721Z [00:15:43.699]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/hide_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4660387Z [00:15:43.706]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/error_make.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4726957Z [00:15:43.713]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/if_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4794080Z [00:15:43.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_def.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4861054Z [00:15:43.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/do_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4927716Z [00:15:43.733]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_const.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.4994694Z [00:15:43.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_use.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5061977Z [00:15:43.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/echo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5128351Z [00:15:43.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_module.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5195271Z [00:15:43.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/loop_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5262619Z [00:15:43.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/use_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5329242Z [00:15:43.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5396588Z [00:15:43.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/hide.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5464687Z [00:15:43.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/new.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5531654Z [00:15:43.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5598623Z [00:15:43.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5665535Z [00:15:43.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/use_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5732689Z [00:15:43.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/overlay/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5799367Z [00:15:43.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/const_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5866428Z [00:15:43.826]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/mut_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.5935211Z [00:15:43.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/while_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6002444Z [00:15:43.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/export_extern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6070619Z [00:15:43.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/core_commands/collect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6138304Z [00:15:43.854]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/parse_const_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6205230Z [00:15:43.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6273295Z [00:15:43.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-cmd-lang/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6341595Z [00:15:43.874]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6409739Z [00:15:43.881]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6476739Z [00:15:43.888]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6544839Z [00:15:43.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/src/inc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6611951Z [00:15:43.901]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6681567Z [00:15:43.908]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu_plugin_inc/src/nu/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6749833Z [00:15:43.915]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6816467Z [00:15:43.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6884588Z [00:15:43.928]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/communication_mode/local_socket/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.6953720Z [00:15:43.935]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/communication_mode/local_socket/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7022002Z [00:15:43.942]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/communication_mode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7089299Z [00:15:43.949]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/test_util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7156068Z [00:15:43.955]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7224773Z [00:15:43.962]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/stream/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7293374Z [00:15:43.969]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/stream/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7360450Z [00:15:43.976]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/interface/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7427700Z [00:15:43.983]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/serializers/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7495426Z [00:15:43.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/serializers/msgpack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7563079Z [00:15:43.996]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/serializers/json.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7630224Z [00:15:44.003]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/serializers/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7699086Z [00:15:44.010]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/util/with_custom_values_in.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7766420Z [00:15:44.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/util/waitable.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7833241Z [00:15:44.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/util/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7900104Z [00:15:44.030]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.7967438Z [00:15:44.037]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-core/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8035572Z [00:15:44.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8103044Z [00:15:44.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8170303Z [00:15:44.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/tests/get_system_locale.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8238240Z [00:15:44.064]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8305562Z [00:15:44.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground/director.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8373735Z [00:15:44.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground/play.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8441061Z [00:15:44.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground/nu_process.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8508764Z [00:15:44.091]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/locale_override.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8576178Z [00:15:44.097]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/playground.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8644212Z [00:15:44.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8711761Z [00:15:44.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/macros.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8778655Z [00:15:44.118]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/commands.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8845516Z [00:15:44.124]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8913077Z [00:15:44.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-test-support/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.8981432Z [00:15:44.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9048568Z [00:15:44.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9116269Z [00:15:44.151]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/sort_utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9183544Z [00:15:44.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9251311Z [00:15:44.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/string/format/duration.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9317522Z [00:15:44.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/string/format/filesize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9383990Z [00:15:44.178]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/string/format/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9451462Z [00:15:44.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/string/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9519218Z [00:15:44.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/url/join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9586245Z [00:15:44.198]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/url/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9654073Z [00:15:44.205]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/url/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9720790Z [00:15:44.212]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/url/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9786932Z [00:15:44.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/complete.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9853420Z [00:15:44.225]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/zip.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9921762Z [00:15:44.232]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/date/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:22.9987645Z [00:15:44.239]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/date/format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0054443Z [00:15:44.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/exec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0121866Z [00:15:44.252]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/def.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0189153Z [00:15:44.259]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/bytes/at.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0257908Z [00:15:44.266]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/bytes/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0326108Z [00:15:44.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/bytes/collect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0393404Z [00:15:44.279]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/continue_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0463049Z [00:15:44.286]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/source_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0530292Z [00:15:44.293]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/hash_/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0597297Z [00:15:44.300]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/par_each.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0664320Z [00:15:44.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/alias.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0732285Z [00:15:44.313]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/utouch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0799209Z [00:15:44.320]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/export.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0866406Z [00:15:44.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/merge.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.0933824Z [00:15:44.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/rotate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1001556Z [00:15:44.340]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/get.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1069538Z [00:15:44.347]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/fill.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1136430Z [00:15:44.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/reject.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1203746Z [00:15:44.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/break_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1272123Z [00:15:44.367]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/update.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1340857Z [00:15:44.374]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/dice.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1407213Z [00:15:44.381]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/float.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1474310Z [00:15:44.387]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/uuid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1541597Z [00:15:44.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/int.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1609734Z [00:15:44.401]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/bool.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1676985Z [00:15:44.408]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/chars.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1743863Z [00:15:44.414]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/binary.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1812135Z [00:15:44.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/random/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1879242Z [00:15:44.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.1946408Z [00:15:44.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/last.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2015090Z [00:15:44.441]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/terminal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2083899Z [00:15:44.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/into/int.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2151440Z [00:15:44.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/into/binary.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2218655Z [00:15:44.462]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/into/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2285894Z [00:15:44.468]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/into/record.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2353298Z [00:15:44.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/conversions/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2420530Z [00:15:44.482]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/any.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2488975Z [00:15:44.489]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/uniq_by.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2558944Z [00:15:44.496]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/return_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2628971Z [00:15:44.503]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/headers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2697694Z [00:15:44.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/exists.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2764809Z [00:15:44.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2832109Z [00:15:44.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2900242Z [00:15:44.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/expand.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.2967902Z [00:15:44.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/basename.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3034165Z [00:15:44.543]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/dirname.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3102735Z [00:15:44.550]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/split.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3169702Z [00:15:44.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/type_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3236991Z [00:15:44.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/self_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3304064Z [00:15:44.570]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/path/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3371738Z [00:15:44.577]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/compact.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3439149Z [00:15:44.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/ignore.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3506160Z [00:15:44.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/into_filesize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3575108Z [00:15:44.597]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/first.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3641320Z [00:15:44.604]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/slice.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3708314Z [00:15:44.611]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/config_nu_default.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3774973Z [00:15:44.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/drop.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3842205Z [00:15:44.624]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/append.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3909235Z [00:15:44.631]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.3975919Z [00:15:44.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/into_datetime.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4044861Z [00:15:44.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/generate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4111436Z [00:15:44.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/lines.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4177549Z [00:15:44.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/seq_date.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4244895Z [00:15:44.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/redirection.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4312647Z [00:15:44.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/cd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4380853Z [00:15:44.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/into_int.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4447676Z [00:15:44.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/sort_by.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4514291Z [00:15:44.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/ucp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4583234Z [00:15:44.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/chunks.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4652164Z [00:15:44.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/cal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4720422Z [00:15:44.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/umkdir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4787097Z [00:15:44.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/with_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4855027Z [00:15:44.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/seq.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4921635Z [00:15:44.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/tee.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.4987400Z [00:15:44.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/try_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5054778Z [00:15:44.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/detect_columns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5122759Z [00:15:44.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/flatten.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5189825Z [00:15:44.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/ls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5257289Z [00:15:44.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/interleave.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5325405Z [00:15:44.772]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/which.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5391897Z [00:15:44.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5459171Z [00:15:44.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/for_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5527018Z [00:15:44.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/sort.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5595291Z [00:15:44.799]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/sqrt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5661764Z [00:15:44.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/abs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5729304Z [00:15:44.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/variance.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5795720Z [00:15:44.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5862815Z [00:15:44.826]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/avg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5932073Z [00:15:44.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/sum.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.5998690Z [00:15:44.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/product.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6065084Z [00:15:44.846]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/round.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6133844Z [00:15:44.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/max.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6202977Z [00:15:44.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/min.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6269882Z [00:15:44.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6336511Z [00:15:44.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/ceil.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6403275Z [00:15:44.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/stddev.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6472611Z [00:15:44.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/median.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6539173Z [00:15:44.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6605777Z [00:15:44.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/math/floor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6673180Z [00:15:44.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/upsert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6739927Z [00:15:44.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/move_/column.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6807062Z [00:15:44.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/move_/umv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6873900Z [00:15:44.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/move_/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.6940816Z [00:15:44.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/match_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7006908Z [00:15:44.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/all.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7073376Z [00:15:44.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/reduce.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7140252Z [00:15:44.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/save.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7207284Z [00:15:44.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/print.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7273972Z [00:15:44.967]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/ulimit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7340607Z [00:15:44.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7407409Z [00:15:44.981]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/let_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7474730Z [00:15:44.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/config_env_default.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7543928Z [00:15:44.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/debug_info.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7612965Z [00:15:45.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/transpose.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7680558Z [00:15:45.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/group_by.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7748370Z [00:15:45.015]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/reverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7816053Z [00:15:45.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/database/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7884189Z [00:15:45.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/database/query_db.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.7951834Z [00:15:45.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/database/into_sqlite.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8018891Z [00:15:45.042]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/each.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8086695Z [00:15:45.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/merge_deep.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8154278Z [00:15:45.055]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/roll.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8223686Z [00:15:45.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/error_make.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8291069Z [00:15:45.069]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8359118Z [00:15:45.076]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/split_row.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8426466Z [00:15:45.082]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/empty.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8493870Z [00:15:45.089]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/select.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8562311Z [00:15:45.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/window.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8630835Z [00:15:45.103]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/uname.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8698278Z [00:15:45.110]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/inspect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8766629Z [00:15:45.116]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/seq_char.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8833597Z [00:15:45.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/export_def.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8901596Z [00:15:45.130]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/help.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.8968706Z [00:15:45.137]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/skip/until.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9035443Z [00:15:45.143]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/skip/skip_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9102795Z [00:15:45.150]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/skip/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9170561Z [00:15:45.157]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/skip/while_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9237709Z [00:15:45.164]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/start.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9304700Z [00:15:45.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/du.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9371694Z [00:15:45.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/into_duration.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9439197Z [00:15:45.184]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/rm.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9505980Z [00:15:45.190]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/do_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9573986Z [00:15:45.197]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/glob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9641200Z [00:15:45.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/every.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9708794Z [00:15:45.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/debug/timeit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9775425Z [00:15:45.217]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/debug/metadata_set.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9842890Z [00:15:45.224]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/debug/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9911646Z [00:15:45.231]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/where_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:23.9978179Z [00:15:45.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/semicolon.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0045002Z [00:15:45.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/echo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0114123Z [00:15:45.251]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/griddle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0181510Z [00:15:45.258]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/to_text.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0258681Z [00:15:45.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base/hex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0320302Z [00:15:45.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base/base32hex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0387182Z [00:15:45.279]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base/base64.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0454247Z [00:15:45.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base/base32.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0521959Z [00:15:45.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/base/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0588945Z [00:15:45.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/chunk_by.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0656346Z [00:15:45.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/assignment/concat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0723568Z [00:15:45.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/assignment/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0789859Z [00:15:45.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/loop_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0858807Z [00:15:45.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/open.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0925136Z [00:15:45.332]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/wrap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.0994048Z [00:15:45.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/str_/join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1062242Z [00:15:45.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/str_/into_string.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1129458Z [00:15:45.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/str_/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1195991Z [00:15:45.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/prepend.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1263189Z [00:15:45.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/mktemp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1330818Z [00:15:45.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/platform/kill.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1397348Z [00:15:45.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/platform/ansi_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1464481Z [00:15:45.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/platform/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1531643Z [00:15:45.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/platform/char_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1600582Z [00:15:45.400]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/query/db.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1667699Z [00:15:45.407]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/query/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1734615Z [00:15:45.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/use_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1802961Z [00:15:45.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/port.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1870954Z [00:15:45.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.1938380Z [00:15:45.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/get.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2005685Z [00:15:45.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/post.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2073410Z [00:15:45.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/put.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2142000Z [00:15:45.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/head.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2209070Z [00:15:45.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2275970Z [00:15:45.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/delete.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2343269Z [00:15:45.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/patch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2410503Z [00:15:45.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/network/http/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2477739Z [00:15:45.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/histogram.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2546522Z [00:15:45.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/split_column.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2614115Z [00:15:45.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/take/until.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2681183Z [00:15:45.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/take/rows.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2749198Z [00:15:45.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/take/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2817432Z [00:15:45.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/take/while_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2885282Z [00:15:45.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.2952980Z [00:15:45.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/uniq.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3019488Z [00:15:45.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3088152Z [00:15:45.549]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/mut_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3155570Z [00:15:45.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/stor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3222635Z [00:15:45.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/while_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3289380Z [00:15:45.569]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/run_external.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3356009Z [00:15:45.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/job.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3423937Z [00:15:45.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/length.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3491410Z [00:15:45.589]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/insert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3559913Z [00:15:45.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/default.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3626803Z [00:15:45.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/nu_check.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3693965Z [00:15:45.609]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/commands/rename.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3761432Z [00:15:45.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/nuon.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3828337Z [00:15:45.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/url.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3896050Z [00:15:45.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/toml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.3963279Z [00:15:45.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/tsv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4031221Z [00:15:45.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/msgpack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4098135Z [00:15:45.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/xlsx.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4164703Z [00:15:45.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/json.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4230943Z [00:15:45.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/msgpackz.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4299839Z [00:15:45.670]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/ods.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4367359Z [00:15:45.677]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/csv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4436308Z [00:15:45.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/html.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4505036Z [00:15:45.690]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/yaml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4572678Z [00:15:45.697]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4642852Z [00:15:45.704]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/xml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4710837Z [00:15:45.711]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/ssv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4778396Z [00:15:45.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/tests/format_conversions/markdown.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4846902Z [00:15:45.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4915148Z [00:15:45.731]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/now.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.4983430Z [00:15:45.738]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/date_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5050934Z [00:15:45.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/humanize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5118413Z [00:15:45.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/from_human.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5185791Z [00:15:45.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/to_timezone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5253439Z [00:15:45.765]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/list_timezone.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5320882Z [00:15:45.772]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5388230Z [00:15:45.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/date/parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5456549Z [00:15:45.785]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/complete.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5523896Z [00:15:45.792]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/exec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5591333Z [00:15:45.799]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/registry_query.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5657107Z [00:15:45.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/disks.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5723855Z [00:15:45.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/host.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5791020Z [00:15:45.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/temp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5858232Z [00:15:45.826]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/users.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5924710Z [00:15:45.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/sys_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.5992121Z [00:15:45.839]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/cpu.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6058933Z [00:15:45.846]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/net.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6125400Z [00:15:45.852]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/mem.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6191847Z [00:15:45.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/sys/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6259300Z [00:15:45.866]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/uname.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6325926Z [00:15:45.872]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/which_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6394549Z [00:15:45.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6462902Z [00:15:45.886]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/run_external.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6529243Z [00:15:45.893]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/ps.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6595709Z [00:15:45.899]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/system/nu_check.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6663935Z [00:15:45.906]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/remove.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6730841Z [00:15:45.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/starts_with.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6799483Z [00:15:45.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/build_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6866897Z [00:15:45.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/add.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.6934655Z [00:15:45.933]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/index_of.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7001564Z [00:15:45.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/reverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7068850Z [00:15:45.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/ends_with.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7135925Z [00:15:45.953]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/at.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7203162Z [00:15:45.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/split.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7270050Z [00:15:45.967]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/replace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7337563Z [00:15:45.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/bytes_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7405103Z [00:15:45.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7473069Z [00:15:45.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/collect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7543355Z [00:15:45.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/bytes/length.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7611632Z [00:15:46.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/progress_bar.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7679223Z [00:15:46.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/utouch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7746374Z [00:15:46.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/watch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7813788Z [00:15:46.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/cd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7881011Z [00:15:46.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/ucp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.7947681Z [00:15:46.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/umkdir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8015386Z [00:15:46.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8082309Z [00:15:46.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/ls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8149821Z [00:15:46.055]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/save.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8215645Z [00:15:46.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/start.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8282578Z [00:15:46.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/du.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8349830Z [00:15:46.075]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/rm.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8417517Z [00:15:46.082]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/glob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8485638Z [00:15:46.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/umv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8552529Z [00:15:46.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/open.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8618851Z [00:15:46.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/mktemp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8687071Z [00:15:46.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filesystem/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8754558Z [00:15:46.115]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_unfreeze.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8822170Z [00:15:46.122]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8890592Z [00:15:46.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_send.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.8957206Z [00:15:46.136]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9025052Z [00:15:46.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9091395Z [00:15:46.149]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_recv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9158978Z [00:15:46.156]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_flush.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9225208Z [00:15:46.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_spawn.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9293086Z [00:15:46.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9361387Z [00:15:46.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/is_admin.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9430027Z [00:15:46.183]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job_kill.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9497009Z [00:15:46.190]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/experimental/job.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9563716Z [00:15:46.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/sort_utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9632233Z [00:15:46.203]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/viewers/table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9698842Z [00:15:46.210]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/viewers/griddle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9765756Z [00:15:46.216]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/viewers/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9833687Z [00:15:46.223]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/default_context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9902487Z [00:15:46.230]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/dice.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:24.9970011Z [00:15:46.237]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/random_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0037515Z [00:15:46.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/float.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0106270Z [00:15:46.250]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/uuid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0172994Z [00:15:46.257]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/int.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0240678Z [00:15:46.264]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/bool.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0308619Z [00:15:46.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/chars.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0375980Z [00:15:46.277]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/binary.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0444113Z [00:15:46.284]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/byte_stream.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0511485Z [00:15:46.291]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/random/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0586852Z [00:15:46.298]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/fill.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0648786Z [00:15:46.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/split_cell_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0716412Z [00:15:46.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/float.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0784244Z [00:15:46.318]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/int.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0851097Z [00:15:46.325]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/bool.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0917646Z [00:15:46.332]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/binary.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.0984590Z [00:15:46.338]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/string.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1052081Z [00:15:46.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/duration.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1120884Z [00:15:46.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/filesize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1186910Z [00:15:46.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/datetime.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1254486Z [00:15:46.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/glob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1320766Z [00:15:46.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/cell_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1387029Z [00:15:46.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1453457Z [00:15:46.385]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1521054Z [00:15:46.392]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1588734Z [00:15:46.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/into/record.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1655733Z [00:15:46.405]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/conversions/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1722564Z [00:15:46.412]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/example_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1790932Z [00:15:46.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/export.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1856953Z [00:15:46.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/reset.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1924404Z [00:15:46.432]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/update.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.1992575Z [00:15:46.439]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/create.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2060255Z [00:15:46.446]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/delete.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2128238Z [00:15:46.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/open.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2195792Z [00:15:46.459]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/stor_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2263037Z [00:15:46.466]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2329623Z [00:15:46.473]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/import.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2396752Z [00:15:46.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/stor/insert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2464680Z [00:15:46.486]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/exists.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2531898Z [00:15:46.493]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/type.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2599754Z [00:15:46.500]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2666734Z [00:15:46.507]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2736110Z [00:15:46.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/expand.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2803447Z [00:15:46.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/basename.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2870716Z [00:15:46.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/dirname.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.2937940Z [00:15:46.534]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/split.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3005463Z [00:15:46.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/path_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3072186Z [00:15:46.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/relative_to.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3140590Z [00:15:46.554]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/self_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3206796Z [00:15:46.561]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/path/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3275373Z [00:15:46.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/generate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3343577Z [00:15:46.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/seq_date.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3410993Z [00:15:46.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/cal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3478491Z [00:15:46.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/seq.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3545641Z [00:15:46.594]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/seq_char.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3612682Z [00:15:46.601]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/generators/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3680857Z [00:15:46.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/ansi/strip.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3749201Z [00:15:46.615]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/ansi/link.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3816949Z [00:15:46.622]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/ansi/ansi_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3885107Z [00:15:46.628]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/ansi/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.3953805Z [00:15:46.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/chars.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4022148Z [00:15:46.642]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4089399Z [00:15:46.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/column.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4156540Z [00:15:46.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/words.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4223872Z [00:15:46.662]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/row.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4291511Z [00:15:46.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4358807Z [00:15:46.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/split/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4425154Z [00:15:46.682]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/detect_columns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4492748Z [00:15:46.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/guess_width.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4560116Z [00:15:46.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4628382Z [00:15:46.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format/duration.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4696431Z [00:15:46.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format/filesize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4764202Z [00:15:46.716]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format/format_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4831787Z [00:15:46.723]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format/date.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4898303Z [00:15:46.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/format/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.4965929Z [00:15:46.736]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base/hex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5033681Z [00:15:46.743]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base/base32hex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5101527Z [00:15:46.750]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base/base64.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5168426Z [00:15:46.757]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base/base32.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5237157Z [00:15:46.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/base/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5306331Z [00:15:46.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/trim/trim_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5373110Z [00:15:46.777]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/trim/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5439547Z [00:15:46.784]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/starts_with.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5507043Z [00:15:46.791]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5573803Z [00:15:46.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/index_of.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5640554Z [00:15:46.804]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/expand.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5708286Z [00:15:46.811]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/reverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5774470Z [00:15:46.817]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/ends_with.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5842924Z [00:15:46.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/contains.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5910328Z [00:15:46.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case/upcase.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.5976911Z [00:15:46.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case/capitalize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6045635Z [00:15:46.844]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case/str_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6112781Z [00:15:46.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case/downcase.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6180416Z [00:15:46.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/case/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6247142Z [00:15:46.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/distance.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6315205Z [00:15:46.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/replace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6382440Z [00:15:46.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/substring.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6448914Z [00:15:46.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6516624Z [00:15:46.891]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/stats.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6583634Z [00:15:46.898]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/str_/length.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6651692Z [00:15:46.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/encode_decode/encoding.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6718965Z [00:15:46.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/encode_decode/encode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6786227Z [00:15:46.918]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/encode_decode/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6853254Z [00:15:46.925]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/encode_decode/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6920694Z [00:15:46.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.6988614Z [00:15:46.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/strings/char_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7055813Z [00:15:46.945]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/sqrt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7123844Z [00:15:46.952]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/abs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7191088Z [00:15:46.959]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/variance.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7257460Z [00:15:46.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7323920Z [00:15:46.972]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/math_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7391370Z [00:15:46.979]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7459043Z [00:15:46.986]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/avg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7527192Z [00:15:46.993]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/sum.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7596325Z [00:15:46.999]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/product.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7664047Z [00:15:47.006]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/round.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7731241Z [00:15:47.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/max.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7798399Z [00:15:47.020]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/reducers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7865952Z [00:15:47.026]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/min.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.7933917Z [00:15:47.033]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/mode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8001089Z [00:15:47.040]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/ceil.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8070846Z [00:15:47.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/stddev.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8137679Z [00:15:47.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/median.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8204736Z [00:15:47.060]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8272405Z [00:15:47.067]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/math/floor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8340680Z [00:15:47.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/charting/hashable_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8408162Z [00:15:47.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/charting/histogram.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8475783Z [00:15:47.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/charting/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8543417Z [00:15:47.094]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/source_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8610949Z [00:15:47.101]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/load_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8677404Z [00:15:47.108]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/export_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8744825Z [00:15:47.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/with_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8812307Z [00:15:47.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_flatten.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8879156Z [00:15:47.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_use_colors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.8946897Z [00:15:47.135]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9014027Z [00:15:47.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_nu.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9081433Z [00:15:47.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9149330Z [00:15:47.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/config_reset.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9217214Z [00:15:47.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9286133Z [00:15:47.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/env/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9354412Z [00:15:47.175]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/removed/let_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9421296Z [00:15:47.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/removed/removed_commands.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9488424Z [00:15:47.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/removed/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9556954Z [00:15:47.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/removed/format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9625086Z [00:15:47.202]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/commands/schema.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9692805Z [00:15:47.209]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9759746Z [00:15:47.216]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/commands/query_db.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9826591Z [00:15:47.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/commands/into_sqlite.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9894111Z [00:15:47.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:25.9961531Z [00:15:47.236]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0029205Z [00:15:47.243]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_column.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0096035Z [00:15:47.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_constraint.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0164061Z [00:15:47.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_index.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0232243Z [00:15:47.263]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0299739Z [00:15:47.270]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_row.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0367295Z [00:15:47.277]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/definitions/db_foreignkey.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0434833Z [00:15:47.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/sqlite.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0502765Z [00:15:47.290]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/database/values/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0571383Z [00:15:47.297]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/nuon.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0638776Z [00:15:47.304]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/toml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0706336Z [00:15:47.310]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/tsv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0773856Z [00:15:47.317]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/msgpack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0840762Z [00:15:47.324]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/xlsx.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0907232Z [00:15:47.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/json.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.0974612Z [00:15:47.337]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/msgpackz.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1041527Z [00:15:47.344]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/ods.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1109032Z [00:15:47.351]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/csv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1176484Z [00:15:47.357]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1244024Z [00:15:47.364]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/yaml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1311125Z [00:15:47.371]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1378489Z [00:15:47.378]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/xml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1446157Z [00:15:47.384]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/ssv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1513502Z [00:15:47.391]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/from/delimited.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1580662Z [00:15:47.398]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/nu_xml_format.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1648743Z [00:15:47.405]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/nuon.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1716026Z [00:15:47.411]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/text.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1784233Z [00:15:47.418]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/toml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1851097Z [00:15:47.425]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/tsv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1919311Z [00:15:47.432]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/msgpack.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.1986296Z [00:15:47.438]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/md.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2054498Z [00:15:47.445]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/json.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2121748Z [00:15:47.452]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/msgpackz.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2189085Z [00:15:47.459]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/csv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2256645Z [00:15:47.465]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2324287Z [00:15:47.472]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/yaml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2391653Z [00:15:47.479]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2458988Z [00:15:47.486]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/xml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2528070Z [00:15:47.493]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/to/delimited.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2595169Z [00:15:47.499]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/formats/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2662153Z [00:15:47.506]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/ast.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2729339Z [00:15:47.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/metadata.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2798115Z [00:15:47.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2865844Z [00:15:47.526]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view_source.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.2933307Z [00:15:47.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view_blocks.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3000607Z [00:15:47.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/timeit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3068525Z [00:15:47.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/inspect_table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3135888Z [00:15:47.553]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3203365Z [00:15:47.560]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/metadata_set.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3272585Z [00:15:47.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/debug_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3341639Z [00:15:47.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3408762Z [00:15:47.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/metadata_access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3476285Z [00:15:47.587]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/info.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3545013Z [00:15:47.594]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/inspect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3612586Z [00:15:47.601]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/explain.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3680503Z [00:15:47.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/experimental_options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3748000Z [00:15:47.615]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view_ir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3814971Z [00:15:47.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view_span.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3882172Z [00:15:47.628]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.3949456Z [00:15:47.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/view_files.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4017616Z [00:15:47.642]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/debug/profile.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4086492Z [00:15:47.648]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/zip.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4153704Z [00:15:47.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/values.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4220914Z [00:15:47.662]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/par_each.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4288834Z [00:15:47.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/get.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4356176Z [00:15:47.675]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/reject.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4423191Z [00:15:47.682]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/update.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4490545Z [00:15:47.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/last.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4557718Z [00:15:47.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/any.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4625151Z [00:15:47.702]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/uniq_by.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4695878Z [00:15:47.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/is_not_empty.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4763405Z [00:15:47.716]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/headers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4832483Z [00:15:47.723]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/items.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4901746Z [00:15:47.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.4969608Z [00:15:47.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/compact.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5036661Z [00:15:47.743]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/first.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5103877Z [00:15:47.750]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/slice.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5171363Z [00:15:47.757]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/append.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5238127Z [00:15:47.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5305255Z [00:15:47.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/lines.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5373515Z [00:15:47.777]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/sort_by.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5441610Z [00:15:47.784]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/chunks.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5509392Z [00:15:47.791]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/tee.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5576061Z [00:15:47.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/flatten.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5643470Z [00:15:47.804]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/interleave.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5711523Z [00:15:47.811]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/drop/nth.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5779187Z [00:15:47.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/drop/drop_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5846118Z [00:15:47.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/drop/column.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5913028Z [00:15:47.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/drop/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.5981008Z [00:15:47.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/sort.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6048838Z [00:15:47.845]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/upsert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6115335Z [00:15:47.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/move_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6182292Z [00:15:47.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/all.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6249531Z [00:15:47.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/reduce.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6316722Z [00:15:47.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/find.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6384020Z [00:15:47.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/is_empty.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6451568Z [00:15:47.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/transpose.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6518302Z [00:15:47.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/group_by.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6585175Z [00:15:47.898]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/reverse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6652868Z [00:15:47.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/each.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6719805Z [00:15:47.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6785972Z [00:15:47.918]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/empty.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6852928Z [00:15:47.925]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/select.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6920361Z [00:15:47.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/window.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.6986918Z [00:15:47.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/merge/common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7053952Z [00:15:47.945]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/merge/merge_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7121366Z [00:15:47.952]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/merge/deep.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7188035Z [00:15:47.959]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/merge/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7255506Z [00:15:47.965]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/skip/skip_while.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7322763Z [00:15:47.972]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/skip/skip_until.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7390813Z [00:15:47.979]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/skip/skip_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7458641Z [00:15:47.986]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/skip/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7525950Z [00:15:47.992]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/columns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7594117Z [00:15:47.999]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/every.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7661530Z [00:15:48.006]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/where_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7729175Z [00:15:48.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/shuffle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7796054Z [00:15:48.019]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/chunk_by.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7863143Z [00:15:48.026]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/enumerate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7931995Z [00:15:48.033]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/wrap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.7999269Z [00:15:48.040]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/prepend.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8068000Z [00:15:48.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/take/take_until.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8134460Z [00:15:48.053]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/take/take_while.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8201916Z [00:15:48.060]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/take/take_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8269127Z [00:15:48.067]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/take/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8335725Z [00:15:48.073]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8403022Z [00:15:48.080]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/uniq.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8470061Z [00:15:48.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/length.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8536586Z [00:15:48.093]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/insert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8603843Z [00:15:48.100]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/default.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8671420Z [00:15:48.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/filters/rename.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8739156Z [00:15:48.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash/md5.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8805360Z [00:15:48.120]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash/sha256.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8872502Z [00:15:48.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash/generic_digest.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.8939072Z [00:15:48.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash/hash_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9005897Z [00:15:48.140]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/hash/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9073214Z [00:15:48.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/misc/source.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9139468Z [00:15:48.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/misc/tutor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9206343Z [00:15:48.160]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/misc/panic.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9274139Z [00:15:48.167]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/misc/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9341257Z [00:15:48.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/term/term_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9407641Z [00:15:48.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/term/term_query.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9475636Z [00:15:48.187]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/term/term_size.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9542506Z [00:15:48.194]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/term/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9609291Z [00:15:48.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/sleep.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9676198Z [00:15:48.207]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/clear.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9746689Z [00:15:48.214]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/whoami.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9813957Z [00:15:48.221]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/ulimit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9881328Z [00:15:48.228]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/is_terminal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:26.9948813Z [00:15:48.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/kill.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0015693Z [00:15:48.241]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/dir_info.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0083712Z [00:15:48.248]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/legacy_input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0151197Z [00:15:48.255]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0218556Z [00:15:48.262]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/input_listen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0286728Z [00:15:48.268]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/reedline_prompt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0354525Z [00:15:48.275]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/input_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0421905Z [00:15:48.282]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/input/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0489409Z [00:15:48.289]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/platform/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0557365Z [00:15:48.296]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/build_query.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0624630Z [00:15:48.302]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0692553Z [00:15:48.309]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/url_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0760740Z [00:15:48.316]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0828570Z [00:15:48.323]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/split_query.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0894933Z [00:15:48.329]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/encode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.0962461Z [00:15:48.336]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/query.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1029887Z [00:15:48.343]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1097477Z [00:15:48.350]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/url/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1165085Z [00:15:48.356]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/tls/impl_native_tls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1232919Z [00:15:48.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/tls/impl_rustls.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1301048Z [00:15:48.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/tls/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1368520Z [00:15:48.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/tls/tls.rustdoc.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1436355Z [00:15:48.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/version_check.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1504052Z [00:15:48.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/port.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1571609Z [00:15:48.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1640188Z [00:15:48.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/get.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1707151Z [00:15:48.411]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/timeout_extractor_reader.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1774875Z [00:15:48.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/client.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1842020Z [00:15:48.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/http_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1909436Z [00:15:48.431]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/post.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.1976347Z [00:15:48.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/put.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2043638Z [00:15:48.444]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/head.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2109655Z [00:15:48.451]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2177133Z [00:15:48.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/delete.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2244659Z [00:15:48.464]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/patch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2312777Z [00:15:48.471]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/network/http/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2379962Z [00:15:48.478]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_commands.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2447165Z [00:15:48.485]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_modules.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2514972Z [00:15:48.491]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_pipe_and_redirect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2583402Z [00:15:48.498]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_aliases.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2651699Z [00:15:48.505]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_operators.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2719886Z [00:15:48.512]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2788833Z [00:15:48.519]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_externs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2856949Z [00:15:48.526]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/help_escapes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2924219Z [00:15:48.532]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/help/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.2991744Z [00:15:48.539]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3059714Z [00:15:48.546]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/shells/exit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3126515Z [00:15:48.552]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/src/shells/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3193625Z [00:15:48.559]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-command/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3261682Z [00:15:48.566]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3328761Z [00:15:48.573]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3396494Z [00:15:48.579]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3464233Z [00:15:48.586]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/declaration.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3530751Z [00:15:48.593]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/test_util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3597548Z [00:15:48.600]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/interface/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3664708Z [00:15:48.606]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/interface/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3732702Z [00:15:48.613]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/source.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3800798Z [00:15:48.620]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/plugin_custom_value_with_source/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3868316Z [00:15:48.627]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/plugin_custom_value_with_source/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.3936236Z [00:15:48.633]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/gc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4003352Z [00:15:48.640]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/process.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4072236Z [00:15:48.647]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/persistent.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4139850Z [00:15:48.654]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/init.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4206843Z [00:15:48.660]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/util/mutable_cow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4274181Z [00:15:48.667]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/util/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4343521Z [00:15:48.674]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4410698Z [00:15:48.681]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin-engine/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4477929Z [00:15:48.688]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4545079Z [00:15:48.694]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4613891Z [00:15:48.701]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/test_util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4684239Z [00:15:48.708]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/plugin/interface/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4754646Z [00:15:48.715]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/plugin/interface/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4822548Z [00:15:48.722]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/plugin/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4889703Z [00:15:48.729]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/plugin/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.4956857Z [00:15:48.735]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5025185Z [00:15:48.742]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/crates/nu-plugin/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5093250Z [00:15:48.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5161246Z [00:15:48.756]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/coverage-local.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5228623Z [00:15:48.763]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5297602Z [00:15:48.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/build-all.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5365745Z [00:15:48.776]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/uninstall-all.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5433831Z [00:15:48.783]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5501848Z [00:15:48.790]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/build-all-windows.cmd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5570310Z [00:15:48.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/build-all-maclin.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5637287Z [00:15:48.804]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/install-all.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5705465Z [00:15:48.810]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/coverage-local.nu' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5774273Z [00:15:48.817]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/install-all.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5841635Z [00:15:48.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/scripts/test_virtualenv.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5909881Z [00:15:48.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/benches/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.5976539Z [00:15:48.837]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/benches/benchmarks.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6045990Z [00:15:48.844]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/docker/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6113300Z [00:15:48.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/docker/test_docker.nu' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6181332Z [00:15:48.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/docker/debian.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6249516Z [00:15:48.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/CITATION.cff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6316306Z [00:15:48.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6383580Z [00:15:48.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6451637Z [00:15:48.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6520326Z [00:15:48.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6588456Z [00:15:48.899]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/AUTO_ISSUE_TEMPLATE/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6655524Z [00:15:48.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/AUTO_ISSUE_TEMPLATE/nightly-build-fail.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6723945Z [00:15:48.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/labeler.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6792255Z [00:15:48.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/release-msi.nu' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6859618Z [00:15:48.926]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/milestone.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6927978Z [00:15:48.933]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/audit.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.6995723Z [00:15:48.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/beta-test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7063029Z [00:15:48.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/pre-release-checkup.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7130375Z [00:15:48.953]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/release-pkg.nu' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7198343Z [00:15:48.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/labels.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7266247Z [00:15:48.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/winget-submission.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7334316Z [00:15:48.973]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7401677Z [00:15:48.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/check-msrv.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7471119Z [00:15:48.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/release-msi.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7540642Z [00:15:48.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7608516Z [00:15:49.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/typos.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7676932Z [00:15:49.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/friendly-config-reminder.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7744399Z [00:15:49.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/workflows/nightly-build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7814040Z [00:15:49.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/pull_request_template.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7882652Z [00:15:49.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.7951363Z [00:15:49.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8020372Z [00:15:49.042]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8088259Z [00:15:49.049]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8156867Z [00:15:49.056]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8225265Z [00:15:49.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/clippy/wasm/clippy.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8294558Z [00:15:49.069]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8361806Z [00:15:49.076]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8429539Z [00:15:49.083]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8497901Z [00:15:49.090]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8565033Z [00:15:49.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8633309Z [00:15:49.103]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8701164Z [00:15:49.110]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8769063Z [00:15:49.117]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8836284Z [00:15:49.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8904960Z [00:15:49.130]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.8972205Z [00:15:49.137]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9039733Z [00:15:49.144]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9108805Z [00:15:49.151]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9175927Z [00:15:49.157]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9245007Z [00:15:49.164]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9313831Z [00:15:49.171]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9380930Z [00:15:49.178]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9449555Z [00:15:49.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9517466Z [00:15:49.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9585140Z [00:15:49.198]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9652742Z [00:15:49.205]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9720595Z [00:15:49.212]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9787946Z [00:15:49.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9855469Z [00:15:49.225]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-755f8c335c192c0d878f3a86e251d466b570944e.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9924164Z [00:15:49.232]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-755f8c335c192c0d878f3a86e251d466b570944e.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:07:27.9991614Z [00:15:49.239]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-b41cb96a9750ff8b526263e01de42728aed8c3e2.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0058975Z [00:15:49.246]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-755f8c335c192c0d878f3a86e251d466b570944e.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0126617Z [00:15:49.252]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-755f8c335c192c0d878f3a86e251d466b570944e.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0195178Z [00:15:49.259]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-b41cb96a9750ff8b526263e01de42728aed8c3e2.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0262509Z [00:15:49.266]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-b41cb96a9750ff8b526263e01de42728aed8c3e2.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0331869Z [00:15:49.273]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/objects/pack/pack-b41cb96a9750ff8b526263e01de42728aed8c3e2.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0399813Z [00:15:49.280]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0467534Z [00:15:49.287]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0536181Z [00:15:49.293]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/typos.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0605814Z [00:15:49.300]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0674030Z [00:15:49.307]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0742975Z [00:15:49.314]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-e01d389ca4dcc6d5/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0810809Z [00:15:49.321]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-e01d389ca4dcc6d5/build_script_build-e01d389ca4dcc6d5' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0878436Z [00:15:49.328]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-e01d389ca4dcc6d5/build_script_build-e01d389ca4dcc6d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.0946126Z [00:15:49.334]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-029e56d34279f4b4/build_script_main-029e56d34279f4b4' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1014512Z [00:15:49.341]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-029e56d34279f4b4/build-script-main' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1082039Z [00:15:49.348]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-029e56d34279f4b4/build_script_main-029e56d34279f4b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1150834Z [00:15:49.355]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-8b7c8ad346c95985/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1218389Z [00:15:49.362]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-8b7c8ad346c95985/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1286861Z [00:15:49.368]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-8b7c8ad346c95985/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1354281Z [00:15:49.375]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-8b7c8ad346c95985/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1423305Z [00:15:49.382]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-65c59b932e3eaf74/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1490731Z [00:15:49.389]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-65c59b932e3eaf74/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1559073Z [00:15:49.396]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-65c59b932e3eaf74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1626798Z [00:15:49.402]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-65c59b932e3eaf74/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1695155Z [00:15:49.409]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crossbeam-utils-b01e1f8351d85107/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1763529Z [00:15:49.416]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crossbeam-utils-b01e1f8351d85107/build_script_build-b01e1f8351d85107.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1830807Z [00:15:49.423]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crossbeam-utils-b01e1f8351d85107/build_script_build-b01e1f8351d85107' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1900063Z [00:15:49.430]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-stream-42ed80e317f7d15e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.1967319Z [00:15:49.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-stream-42ed80e317f7d15e/build_script_build-42ed80e317f7d15e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2035252Z [00:15:49.443]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-stream-42ed80e317f7d15e/build_script_build-42ed80e317f7d15e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2103663Z [00:15:49.450]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-e6187f4646bef30a/build_script_build-e6187f4646bef30a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2171589Z [00:15:49.457]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-e6187f4646bef30a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2239555Z [00:15:49.464]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-e6187f4646bef30a/build_script_build-e6187f4646bef30a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2307730Z [00:15:49.471]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/blake3-f547be85ee2e2fb6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2375698Z [00:15:49.477]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/blake3-f547be85ee2e2fb6/build_script_build-f547be85ee2e2fb6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2443938Z [00:15:49.484]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/blake3-f547be85ee2e2fb6/build_script_build-f547be85ee2e2fb6' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2511668Z [00:15:49.491]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/out/consts.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2581913Z [00:15:49.498]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2650409Z [00:15:49.505]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/out/op.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2717178Z [00:15:49.512]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2784387Z [00:15:49.518]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2853646Z [00:15:49.525]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2921570Z [00:15:49.532]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typenum-f7f76b7e584c250e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.2989659Z [00:15:49.539]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/chrono-tz-8e4b4ce6159d3d79/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3057268Z [00:15:49.546]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/chrono-tz-8e4b4ce6159d3d79/build_script_build-8e4b4ce6159d3d79' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3125723Z [00:15:49.552]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/chrono-tz-8e4b4ce6159d3d79/build_script_build-8e4b4ce6159d3d79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3193209Z [00:15:49.559]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-b5df06ac1ecf1e73/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3260925Z [00:15:49.566]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-b5df06ac1ecf1e73/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3328935Z [00:15:49.573]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-b5df06ac1ecf1e73/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3396334Z [00:15:49.579]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-b5df06ac1ecf1e73/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3475799Z [00:15:49.587]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-0e3fb803ae5d9e67/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3543914Z [00:15:49.594]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-0e3fb803ae5d9e67/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3611988Z [00:15:49.601]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-0e3fb803ae5d9e67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3679015Z [00:15:49.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-0e3fb803ae5d9e67/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3746924Z [00:15:49.614]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/httparse-f4e07f0147990cbe/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3815999Z [00:15:49.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/httparse-f4e07f0147990cbe/build_script_build-f4e07f0147990cbe' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3884757Z [00:15:49.628]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/httparse-f4e07f0147990cbe/build_script_build-f4e07f0147990cbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.3952295Z [00:15:49.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/aws-types-3a12056e34446372/build_script_build-3a12056e34446372' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4020553Z [00:15:49.642]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/aws-types-3a12056e34446372/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4088253Z [00:15:49.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/aws-types-3a12056e34446372/build_script_build-3a12056e34446372.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4155919Z [00:15:49.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libgit2-sys-07f458a6140f5846/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4224046Z [00:15:49.662]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libgit2-sys-07f458a6140f5846/build_script_build-07f458a6140f5846.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4290937Z [00:15:49.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libgit2-sys-07f458a6140f5846/build_script_build-07f458a6140f5846' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4358214Z [00:15:49.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-7e5bd86d1b5c6cc0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4425652Z [00:15:49.682]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-7e5bd86d1b5c6cc0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4494039Z [00:15:49.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-7e5bd86d1b5c6cc0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4561363Z [00:15:49.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-7e5bd86d1b5c6cc0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4630265Z [00:15:49.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/getrandom-1d8c15afac8b73b5/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4700225Z [00:15:49.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/getrandom-1d8c15afac8b73b5/build_script_build-1d8c15afac8b73b5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4768212Z [00:15:49.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/getrandom-1d8c15afac8b73b5/build_script_build-1d8c15afac8b73b5' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4836429Z [00:15:49.723]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slab-87d74080512f9e07/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4905090Z [00:15:49.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slab-87d74080512f9e07/build_script_build-87d74080512f9e07.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.4972879Z [00:15:49.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slab-87d74080512f9e07/build_script_build-87d74080512f9e07' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5041707Z [00:15:49.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-bdfc6256a313986a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5109312Z [00:15:49.751]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-bdfc6256a313986a/build_script_build-bdfc6256a313986a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5177308Z [00:15:49.757]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-bdfc6256a313986a/build_script_build-bdfc6256a313986a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5245278Z [00:15:49.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/procfs-65234152b9940f3a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5313651Z [00:15:49.771]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/procfs-65234152b9940f3a/build_script_build-65234152b9940f3a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5381796Z [00:15:49.778]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/procfs-65234152b9940f3a/build_script_build-65234152b9940f3a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5449882Z [00:15:49.785]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/parking_lot_core-baf7489da72495da/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5517732Z [00:15:49.792]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/parking_lot_core-baf7489da72495da/build_script_build-baf7489da72495da' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5585652Z [00:15:49.798]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/parking_lot_core-baf7489da72495da/build_script_build-baf7489da72495da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5653243Z [00:15:49.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/oem_cp-64f745be6bef3a81/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5720732Z [00:15:49.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/oem_cp-64f745be6bef3a81/build_script_build-64f745be6bef3a81' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5788725Z [00:15:49.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/oem_cp-64f745be6bef3a81/build_script_build-64f745be6bef3a81.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5856052Z [00:15:49.825]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-7840640a1622adb3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5923927Z [00:15:49.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-7840640a1622adb3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.5991892Z [00:15:49.839]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-7840640a1622adb3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6059542Z [00:15:49.846]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-7840640a1622adb3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6127444Z [00:15:49.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/out/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6195364Z [00:15:49.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6263628Z [00:15:49.866]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6331611Z [00:15:49.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6398494Z [00:15:49.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-efb5f2e732642b2b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6467332Z [00:15:49.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-sys-262bffcf824bf0d0/build_script_main-262bffcf824bf0d0' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6534692Z [00:15:49.893]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-sys-262bffcf824bf0d0/build-script-main' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6604157Z [00:15:49.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-sys-262bffcf824bf0d0/build_script_main-262bffcf824bf0d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6671900Z [00:15:49.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/stacker-ede252d8c028ae4e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6739391Z [00:15:49.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/stacker-ede252d8c028ae4e/build_script_build-ede252d8c028ae4e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6808650Z [00:15:49.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/stacker-ede252d8c028ae4e/build_script_build-ede252d8c028ae4e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6876621Z [00:15:49.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/out/version.expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.6944635Z [00:15:49.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7012684Z [00:15:49.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7079695Z [00:15:49.948]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7146871Z [00:15:49.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-9c361e41806455a3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7215196Z [00:15:49.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-840cd0b44471ea53/build_script_build-840cd0b44471ea53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7283313Z [00:15:49.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-840cd0b44471ea53/build_script_build-840cd0b44471ea53' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7351149Z [00:15:49.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-840cd0b44471ea53/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7419355Z [00:15:49.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-812fe74a2e704cd6/build_script_build-812fe74a2e704cd6' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7486434Z [00:15:49.988]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-812fe74a2e704cd6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7554750Z [00:15:49.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-812fe74a2e704cd6/build_script_build-812fe74a2e704cd6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7622972Z [00:15:50.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-f3436628bdc81ce2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7691905Z [00:15:50.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-f3436628bdc81ce2/build_script_build-f3436628bdc81ce2' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7759425Z [00:15:50.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-f3436628bdc81ce2/build_script_build-f3436628bdc81ce2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7827226Z [00:15:50.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/native-tls-4ec52d05346929bf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7896377Z [00:15:50.029]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/native-tls-4ec52d05346929bf/build_script_build-4ec52d05346929bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.7970581Z [00:15:50.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/native-tls-4ec52d05346929bf/build_script_build-4ec52d05346929bf' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8032431Z [00:15:50.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/v_htmlescape-93d382d9fc6dbc10/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8100227Z [00:15:50.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/v_htmlescape-93d382d9fc6dbc10/build_script_build-93d382d9fc6dbc10.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8167320Z [00:15:50.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/v_htmlescape-93d382d9fc6dbc10/build_script_build-93d382d9fc6dbc10' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8235964Z [00:15:50.063]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rayon-core-53d8bf75de0d8ca3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8302573Z [00:15:50.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rayon-core-53d8bf75de0d8ca3/build_script_build-53d8bf75de0d8ca3' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8369367Z [00:15:50.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rayon-core-53d8bf75de0d8ca3/build_script_build-53d8bf75de0d8ca3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8436798Z [00:15:50.083]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-cmd-lang-72d19c53444c6893/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8504817Z [00:15:50.090]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-cmd-lang-72d19c53444c6893/build_script_build-72d19c53444c6893.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8570549Z [00:15:50.097]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nu-cmd-lang-72d19c53444c6893/build_script_build-72d19c53444c6893' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8638302Z [00:15:50.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-utils-5e0d156a9a1a03c7/build_script_build-5e0d156a9a1a03c7' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8706205Z [00:15:50.110]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-utils-5e0d156a9a1a03c7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8772687Z [00:15:50.117]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-utils-5e0d156a9a1a03c7/build_script_build-5e0d156a9a1a03c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8839688Z [00:15:50.124]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-87c48e351f25a08d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8907231Z [00:15:50.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-87c48e351f25a08d/build_script_build-87c48e351f25a08d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.8974279Z [00:15:50.137]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-87c48e351f25a08d/build_script_build-87c48e351f25a08d' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9041422Z [00:15:50.144]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-d9719c78f7dd65ee/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9108898Z [00:15:50.151]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-d9719c78f7dd65ee/build_script_build-d9719c78f7dd65ee' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9175833Z [00:15:50.157]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde-d9719c78f7dd65ee/build_script_build-d9719c78f7dd65ee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9243133Z [00:15:50.164]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/snap-fc21099a9d085fc9/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9310572Z [00:15:50.171]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/snap-fc21099a9d085fc9/build_script_build-fc21099a9d085fc9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9376632Z [00:15:50.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/snap-fc21099a9d085fc9/build_script_build-fc21099a9d085fc9' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9444115Z [00:15:50.184]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-arrow-06dc1f98f311e5a3/build_script_build-06dc1f98f311e5a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9511038Z [00:15:50.191]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-arrow-06dc1f98f311e5a3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9577573Z [00:15:50.198]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-arrow-06dc1f98f311e5a3/build_script_build-06dc1f98f311e5a3' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9643987Z [00:15:50.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rust_decimal-ee3e1f9bda78c106/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9710941Z [00:15:50.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rust_decimal-ee3e1f9bda78c106/build_script_build-ee3e1f9bda78c106' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9778390Z [00:15:50.218]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rust_decimal-ee3e1f9bda78c106/build_script_build-ee3e1f9bda78c106.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9847909Z [00:15:50.225]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-f0033b4533bafdcb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9913909Z [00:15:50.231]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-f0033b4533bafdcb/build_script_build-f0033b4533bafdcb' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:28.9980957Z [00:15:50.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-f0033b4533bafdcb/build_script_build-f0033b4533bafdcb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0048984Z [00:15:50.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-72863ad374e06107/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0116694Z [00:15:50.251]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-72863ad374e06107/build_script_build-72863ad374e06107.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0184784Z [00:15:50.258]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-72863ad374e06107/build_script_build-72863ad374e06107' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0252479Z [00:15:50.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-cb6cb7820aed7842/build_script_build-cb6cb7820aed7842.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0319968Z [00:15:50.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-cb6cb7820aed7842/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0387374Z [00:15:50.279]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/openssl-cb6cb7820aed7842/build_script_build-cb6cb7820aed7842' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0455751Z [00:15:50.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-core-7feeb5a8c0de564d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0523746Z [00:15:50.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-core-7feeb5a8c0de564d/build_script_build-7feeb5a8c0de564d' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0590879Z [00:15:50.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-core-7feeb5a8c0de564d/build_script_build-7feeb5a8c0de564d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0657732Z [00:15:50.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-07998f1842027969/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0725419Z [00:15:50.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-07998f1842027969/build_script_build-07998f1842027969.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0794340Z [00:15:50.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/generic-array-07998f1842027969/build_script_build-07998f1842027969' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0862272Z [00:15:50.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-sys-bc251e8085e67fc8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0930036Z [00:15:50.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-sys-bc251e8085e67fc8/build_script_build-bc251e8085e67fc8' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.0998071Z [00:15:50.340]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-sys-bc251e8085e67fc8/build_script_build-bc251e8085e67fc8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1066155Z [00:15:50.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-client-cb9e2cddfca383e9/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1135729Z [00:15:50.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-client-cb9e2cddfca383e9/build_script_build-cb9e2cddfca383e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1202610Z [00:15:50.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-client-cb9e2cddfca383e9/build_script_build-cb9e2cddfca383e9' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1271623Z [00:15:50.367]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-c648b170f6ea5c22/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1339941Z [00:15:50.374]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-c648b170f6ea5c22/build_script_build-c648b170f6ea5c22' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1407074Z [00:15:50.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-c648b170f6ea5c22/build_script_build-c648b170f6ea5c22.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1474050Z [00:15:50.387]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ref-cast-58edf433c32082af/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1541923Z [00:15:50.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ref-cast-58edf433c32082af/build_script_build-58edf433c32082af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1608751Z [00:15:50.401]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ref-cast-58edf433c32082af/build_script_build-58edf433c32082af' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1675820Z [00:15:50.407]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-a81014a3585f0a40/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1743940Z [00:15:50.414]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-a81014a3585f0a40/build_script_build-a81014a3585f0a40.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1810883Z [00:15:50.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/html5ever-a81014a3585f0a40/build_script_build-a81014a3585f0a40' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1878158Z [00:15:50.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/mime_guess-d47cca69afa52fe2/build_script_build-d47cca69afa52fe2' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.1945829Z [00:15:50.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/mime_guess-d47cca69afa52fe2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2013038Z [00:15:50.441]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/mime_guess-d47cca69afa52fe2/build_script_build-d47cca69afa52fe2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2080896Z [00:15:50.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ring-389bd000477ec9b1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2149208Z [00:15:50.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ring-389bd000477ec9b1/build_script_build-389bd000477ec9b1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2216557Z [00:15:50.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ring-389bd000477ec9b1/build_script_build-389bd000477ec9b1' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2284346Z [00:15:50.468]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-2e8e63eb54fd263e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2352137Z [00:15:50.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-2e8e63eb54fd263e/build_script_build-2e8e63eb54fd263e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2420152Z [00:15:50.482]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/crunchy-2e8e63eb54fd263e/build_script_build-2e8e63eb54fd263e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2488125Z [00:15:50.489]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-9af7d55ab41a6c54/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2556624Z [00:15:50.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-9af7d55ab41a6c54/build_script_build-9af7d55ab41a6c54' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2627653Z [00:15:50.503]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-9af7d55ab41a6c54/build_script_build-9af7d55ab41a6c54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2695393Z [00:15:50.509]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-ops-31fc1fb6eb6f8a25/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2764819Z [00:15:50.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-ops-31fc1fb6eb6f8a25/build_script_build-31fc1fb6eb6f8a25.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2833270Z [00:15:50.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-ops-31fc1fb6eb6f8a25/build_script_build-31fc1fb6eb6f8a25' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2901694Z [00:15:50.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-9eae7abeac8fcaec/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.2971382Z [00:15:50.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-9eae7abeac8fcaec/build_script_build-9eae7abeac8fcaec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3038515Z [00:15:50.544]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/syn-9eae7abeac8fcaec/build_script_build-9eae7abeac8fcaec' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3107956Z [00:15:50.551]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-66b623816621ed8c/build_script_build-66b623816621ed8c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3175457Z [00:15:50.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-66b623816621ed8c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3243846Z [00:15:50.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-66b623816621ed8c/build_script_build-66b623816621ed8c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3312089Z [00:15:50.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-125d7a6f750e0337/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3379855Z [00:15:50.578]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-125d7a6f750e0337/build_script_build-125d7a6f750e0337' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3447699Z [00:15:50.585]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/paste-125d7a6f750e0337/build_script_build-125d7a6f750e0337.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3515994Z [00:15:50.591]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-a15706ac7b2dc0b9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3583585Z [00:15:50.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-a15706ac7b2dc0b9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3651976Z [00:15:50.605]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-a15706ac7b2dc0b9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3718908Z [00:15:50.612]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-a15706ac7b2dc0b9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3788061Z [00:15:50.619]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-d5b2cff9ce5b2329/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3855432Z [00:15:50.625]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-d5b2cff9ce5b2329/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3923714Z [00:15:50.632]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-d5b2cff9ce5b2329/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.3992181Z [00:15:50.639]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/serde_json-d5b2cff9ce5b2329/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4058620Z [00:15:50.646]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-35a562d47aad9e49/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4127008Z [00:15:50.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-35a562d47aad9e49/build_script_build-35a562d47aad9e49' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4195201Z [00:15:50.659]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-35a562d47aad9e49/build_script_build-35a562d47aad9e49.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4262334Z [00:15:50.666]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-618cba5715e59e9d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4329438Z [00:15:50.673]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-618cba5715e59e9d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4397043Z [00:15:50.679]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-618cba5715e59e9d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4463819Z [00:15:50.686]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/proc-macro2-618cba5715e59e9d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4530927Z [00:15:50.693]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/owo-colors-c3d65a2397b2a154/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4599537Z [00:15:50.700]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/owo-colors-c3d65a2397b2a154/build_script_build-c3d65a2397b2a154' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4667506Z [00:15:50.707]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/owo-colors-c3d65a2397b2a154/build_script_build-c3d65a2397b2a154.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4738607Z [00:15:50.714]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slotmap-767365a0414cdc3c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4806037Z [00:15:50.720]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slotmap-767365a0414cdc3c/build_script_build-767365a0414cdc3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4874509Z [00:15:50.727]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/slotmap-767365a0414cdc3c/build_script_build-767365a0414cdc3c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.4942647Z [00:15:50.734]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/psm-e8e607c8bb85a928/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5011476Z [00:15:50.741]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/psm-e8e607c8bb85a928/build_script_build-e8e607c8bb85a928.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5079923Z [00:15:50.748]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/psm-e8e607c8bb85a928/build_script_build-e8e607c8bb85a928' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5147294Z [00:15:50.755]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/signal-hook-6abc108caf5f9c84/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5214897Z [00:15:50.761]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/signal-hook-6abc108caf5f9c84/build_script_build-6abc108caf5f9c84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5282513Z [00:15:50.768]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/signal-hook-6abc108caf5f9c84/build_script_build-6abc108caf5f9c84' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5351820Z [00:15:50.775]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-2c9c4bffe6bd60ec/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5419932Z [00:15:50.782]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-2c9c4bffe6bd60ec/build_script_build-2c9c4bffe6bd60ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5487976Z [00:15:50.789]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/nix-2c9c4bffe6bd60ec/build_script_build-2c9c4bffe6bd60ec' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5556328Z [00:15:50.795]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lz4-sys-1bd6143cfd3b3cd3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5623980Z [00:15:50.802]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lz4-sys-1bd6143cfd3b3cd3/build_script_build-1bd6143cfd3b3cd3' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5692129Z [00:15:50.809]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lz4-sys-1bd6143cfd3b3cd3/build_script_build-1bd6143cfd3b3cd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5760793Z [00:15:50.816]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-lazy-63e1bd002397941b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5829175Z [00:15:50.823]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-lazy-63e1bd002397941b/build_script_build-63e1bd002397941b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5895941Z [00:15:50.829]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-lazy-63e1bd002397941b/build_script_build-63e1bd002397941b' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.5965892Z [00:15:50.836]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-e6154b075be348c4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6032944Z [00:15:50.843]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-e6154b075be348c4/build_script_build-e6154b075be348c4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6101974Z [00:15:50.850]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-e6154b075be348c4/build_script_build-e6154b075be348c4' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6170131Z [00:15:50.857]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lock_api-b1319322a7803845/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6236942Z [00:15:50.863]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lock_api-b1319322a7803845/build_script_build-b1319322a7803845.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6304648Z [00:15:50.870]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/lock_api-b1319322a7803845/build_script_build-b1319322a7803845' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6372277Z [00:15:50.877]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-724eaad38d3d0858/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6439208Z [00:15:50.884]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-724eaad38d3d0858/build_script_build-724eaad38d3d0858.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6507010Z [00:15:50.891]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-724eaad38d3d0858/build_script_build-724eaad38d3d0858' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6573694Z [00:15:50.897]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ahash-96eda7bd7982974c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6641126Z [00:15:50.904]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ahash-96eda7bd7982974c/build_script_build-96eda7bd7982974c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6707992Z [00:15:50.911]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/ahash-96eda7bd7982974c/build_script_build-96eda7bd7982974c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6777033Z [00:15:50.917]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libssh2-sys-70f94f1e98cd3ae0/build_script_build-70f94f1e98cd3ae0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6845143Z [00:15:50.924]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libssh2-sys-70f94f1e98cd3ae0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6912635Z [00:15:50.931]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libssh2-sys-70f94f1e98cd3ae0/build_script_build-70f94f1e98cd3ae0' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.6979993Z [00:15:50.938]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libm-c369b295016e5dc6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7048267Z [00:15:50.945]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libm-c369b295016e5dc6/build_script_build-c369b295016e5dc6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7116949Z [00:15:50.951]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libm-c369b295016e5dc6/build_script_build-c369b295016e5dc6' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7184986Z [00:15:50.958]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/portable-atomic-48618f0d2338ceca/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7252811Z [00:15:50.965]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/portable-atomic-48618f0d2338ceca/build_script_build-48618f0d2338ceca' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7321252Z [00:15:50.972]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/portable-atomic-48618f0d2338ceca/build_script_build-48618f0d2338ceca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7388454Z [00:15:50.979]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-cd899efe4c4273a4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7456756Z [00:15:50.985]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-cd899efe4c4273a4/build_script_build-cd899efe4c4273a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7524736Z [00:15:50.992]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustix-cd899efe4c4273a4/build_script_build-cd899efe4c4273a4' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7593005Z [00:15:50.999]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zerocopy-2c5a055760d334af/build_script_build-2c5a055760d334af' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7661049Z [00:15:51.006]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zerocopy-2c5a055760d334af/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7728867Z [00:15:51.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zerocopy-2c5a055760d334af/build_script_build-2c5a055760d334af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7797535Z [00:15:51.020]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-53705d2bc7aa806a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7865863Z [00:15:51.026]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-53705d2bc7aa806a/build_script_build-53705d2bc7aa806a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.7934542Z [00:15:51.033]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustversion-53705d2bc7aa806a/build_script_build-53705d2bc7aa806a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8002200Z [00:15:51.040]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-16e48a3644e9bb47/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8070835Z [00:15:51.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-16e48a3644e9bb47/build_script_build-16e48a3644e9bb47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8137736Z [00:15:51.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/markup5ever-16e48a3644e9bb47/build_script_build-16e48a3644e9bb47' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8206231Z [00:15:51.060]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-safe-2c3f57cfec6e39e8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8272925Z [00:15:51.067]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-safe-2c3f57cfec6e39e8/build_script_build-2c3f57cfec6e39e8' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8340390Z [00:15:51.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/zstd-safe-2c3f57cfec6e39e8/build_script_build-2c3f57cfec6e39e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8407593Z [00:15:51.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-4ea56a63ed6ec1af/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8475279Z [00:15:51.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-4ea56a63ed6ec1af/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8542294Z [00:15:51.094]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-4ea56a63ed6ec1af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8609200Z [00:15:51.101]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/tiny-keccak-4ea56a63ed6ec1af/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8676602Z [00:15:51.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libz-sys-43eb14db8c4636fd/build_script_build-43eb14db8c4636fd' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8743062Z [00:15:51.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libz-sys-43eb14db8c4636fd/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8810971Z [00:15:51.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libz-sys-43eb14db8c4636fd/build_script_build-43eb14db8c4636fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8879148Z [00:15:51.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-sys-73684a031be37e5a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.8946777Z [00:15:51.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-sys-73684a031be37e5a/build_script_build-73684a031be37e5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9014783Z [00:15:51.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-sys-73684a031be37e5a/build_script_build-73684a031be37e5a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9082084Z [00:15:51.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-backend-ed8633dae849c4f2/build_script_build-ed8633dae849c4f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9148642Z [00:15:51.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-backend-ed8633dae849c4f2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9215803Z [00:15:51.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/wayland-backend-ed8633dae849c4f2/build_script_build-ed8633dae849c4f2' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9283602Z [00:15:51.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-059fe526b05f08c5/build_script_build-059fe526b05f08c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9350063Z [00:15:51.175]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-059fe526b05f08c5/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9417432Z [00:15:51.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/rustls-059fe526b05f08c5/build_script_build-059fe526b05f08c5' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9484210Z [00:15:51.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-sys-05a6b5cb614e9946/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9551699Z [00:15:51.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-sys-05a6b5cb614e9946/build_script_build-05a6b5cb614e9946' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9618427Z [00:15:51.202]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/curl-sys-05a6b5cb614e9946/build_script_build-05a6b5cb614e9946.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9687375Z [00:15:51.209]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typeid-edb6d28e801ae3a7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9754679Z [00:15:51.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typeid-edb6d28e801ae3a7/build_script_build-edb6d28e801ae3a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9821854Z [00:15:51.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/typeid-edb6d28e801ae3a7/build_script_build-edb6d28e801ae3a7' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9888397Z [00:15:51.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-8c36dae309e4f58c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:29.9955393Z [00:15:51.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-8c36dae309e4f58c/build_script_build-8c36dae309e4f58c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0022777Z [00:15:51.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/semver-8c36dae309e4f58c/build_script_build-8c36dae309e4f58c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0089996Z [00:15:51.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-compute-8103600b811be3bd/build_script_build-8103600b811be3bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0157246Z [00:15:51.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-compute-8103600b811be3bd/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0225264Z [00:15:51.262]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-compute-8103600b811be3bd/build_script_build-8103600b811be3bd' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0292976Z [00:15:51.269]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libsqlite3-sys-5b498cb455579383/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0361195Z [00:15:51.276]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libsqlite3-sys-5b498cb455579383/build_script_build-5b498cb455579383.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0428478Z [00:15:51.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libsqlite3-sys-5b498cb455579383/build_script_build-5b498cb455579383' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0497312Z [00:15:51.290]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-01c44805d6da04b7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0564994Z [00:15:51.296]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-01c44805d6da04b7/build_script_build-01c44805d6da04b7' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0633272Z [00:15:51.303]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/libc-01c44805d6da04b7/build_script_build-01c44805d6da04b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0703474Z [00:15:51.310]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-25f7662009933dc1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0771309Z [00:15:51.317]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-25f7662009933dc1/build_script_build-25f7662009933dc1' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0839928Z [00:15:51.324]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/thiserror-25f7662009933dc1/build_script_build-25f7662009933dc1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0907893Z [00:15:51.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/num-traits-5a43c5915e428f7d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.0975709Z [00:15:51.337]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/num-traits-5a43c5915e428f7d/build_script_build-5a43c5915e428f7d' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1043465Z [00:15:51.344]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/num-traits-5a43c5915e428f7d/build_script_build-5a43c5915e428f7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1112305Z [00:15:51.351]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/selectors-74fb3785e8d14db6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1179865Z [00:15:51.358]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/selectors-74fb3785e8d14db6/build_script_build-74fb3785e8d14db6' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1248641Z [00:15:51.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/selectors-74fb3785e8d14db6/build_script_build-74fb3785e8d14db6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1316999Z [00:15:51.371]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-plan-ae1518486893bd6a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1384949Z [00:15:51.378]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-plan-ae1518486893bd6a/build_script_build-ae1518486893bd6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1452142Z [00:15:51.385]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-plan-ae1518486893bd6a/build_script_build-ae1518486893bd6a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1520508Z [00:15:51.392]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-schema-3c1e7021f7e123db/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1587693Z [00:15:51.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-schema-3c1e7021f7e123db/build_script_build-3c1e7021f7e123db' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1655167Z [00:15:51.405]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/polars-schema-3c1e7021f7e123db/build_script_build-3c1e7021f7e123db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1723003Z [00:15:51.412]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/anyhow-4acb5407acaf121b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1791332Z [00:15:51.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/anyhow-4acb5407acaf121b/build_script_build-4acb5407acaf121b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1859085Z [00:15:51.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/build/anyhow-4acb5407acaf121b/build_script_build-4acb5407acaf121b' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1928475Z [00:15:51.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/num_conv-ad1370e0f1e32d78.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.1995798Z [00:15:51.439]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcpufeatures-221d6713c8314f1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2063478Z [00:15:51.446]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/darling_macro-e7f394649043497f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2130741Z [00:15:51.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_meta-d4d951ade5791d44.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2198173Z [00:15:51.460]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand-dde15a4a0ea74391.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2265741Z [00:15:51.466]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsiphasher-51fd2d5d901c2515.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2333797Z [00:15:51.473]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_shared-6c9c95398869a1ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2401705Z [00:15:51.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libucd_trie-b194e75dd3796006.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2470026Z [00:15:51.487]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librust_embed_utils-66d9a3f92e9fc8d6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2537936Z [00:15:51.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_xid-737d6c7f87b8f7f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2605980Z [00:15:51.500]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/typenum-9d7698c317bcda08.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2674521Z [00:15:51.507]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsame_file-aac2d23336610936.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2742916Z [00:15:51.514]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2811151Z [00:15:51.521]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_format-11e38528bca82e26.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2878147Z [00:15:51.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcrypto_common-51a463abebca00f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.2946378Z [00:15:51.534]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/version_check-0f687acfe00fe645.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3014307Z [00:15:51.541]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcrunchy-16ec1835964b4915.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3082738Z [00:15:51.548]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_json-4a6bafdab6dd50b1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3150563Z [00:15:51.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwayland_scanner-6522ba98a8020a02.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3217637Z [00:15:51.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/shlex-c5b09fd030a75415.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3285715Z [00:15:51.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/thiserror_impl-fe773e7ee2af341a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3353680Z [00:15:51.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstring_cache_codegen-da18c40b8b01dffe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3421493Z [00:15:51.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/time_macros-01520dcedbb0479c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3489245Z [00:15:51.589]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsynstructure-7c2ebad6f8049168.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3556857Z [00:15:51.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/strsim-8151a4195d1e2b85.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3624226Z [00:15:51.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_ident-f40c8cbc696e0d9b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3690918Z [00:15:51.609]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/proc_macro_error_attr2-3d72dd7c6509f3a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3758325Z [00:15:51.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-dff2ed38bd560d6e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3826087Z [00:15:51.622]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquick_xml-fc02d877b2a5ca14.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3893992Z [00:15:51.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrsim-8151a4195d1e2b85.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.3961864Z [00:15:51.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde-87756639d53d55c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4028036Z [00:15:51.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerofrom_derive-18b19b1518a32417.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4095323Z [00:15:51.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rand-dde15a4a0ea74391.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4162719Z [00:15:51.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libbytemuck_derive-b63fe2959de36e76.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4230129Z [00:15:51.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pest-76aad4779472ae34.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4297113Z [00:15:51.670]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_conv-ad1370e0f1e32d78.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4363925Z [00:15:51.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrum_macros-2bd840fab42f1cf2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4431530Z [00:15:51.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/unicode_xid-737d6c7f87b8f7f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4499812Z [00:15:51.690]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libblock_buffer-331f8eb41b0ee660.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4567378Z [00:15:51.697]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_conv-ad1370e0f1e32d78.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4635438Z [00:15:51.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/zerofrom_derive-18b19b1518a32417.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4705735Z [00:15:51.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libmemchr-ef494630329a9d1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4774674Z [00:15:51.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnu_derive_value-097830e16e51aa4f.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4842708Z [00:15:51.724]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/darling_core-5a2f60378e1b2472.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4910327Z [00:15:51.731]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcrunchy-16ec1835964b4915.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.4977545Z [00:15:51.738]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cpufeatures-221d6713c8314f1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5046769Z [00:15:51.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_if-dfc6513573988143.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5114730Z [00:15:51.751]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libmemchr-ef494630329a9d1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5182475Z [00:15:51.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libchrono_tz_build-da53a4051b7ec032.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5250311Z [00:15:51.765]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_macros-9d96f0b352a418e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5317160Z [00:15:51.772]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/paste-d4fd8da686588390.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5384720Z [00:15:51.778]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/ryu-9dd961d960e65758.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5452265Z [00:15:51.785]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/string_cache_codegen-da18c40b8b01dffe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5519559Z [00:15:51.792]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/const_format-11e38528bca82e26.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5586691Z [00:15:51.798]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libvcpkg-31939969594be859.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5654044Z [00:15:51.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/ppv_lite86-7a38eaa8827825e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5722136Z [00:15:51.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_aliases-88af674ae1a6a382.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5790215Z [00:15:51.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/is_debug-8b4cbb64fe03d3d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5857345Z [00:15:51.826]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libshlex-c5b09fd030a75415.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5924625Z [00:15:51.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libppv_lite86-7a38eaa8827825e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.5993008Z [00:15:51.839]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/nu_derive_value-44d55ce0e635923d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6060639Z [00:15:51.846]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/byteorder-d58a985b76d1209f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6128361Z [00:15:51.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_json-4a6bafdab6dd50b1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6195243Z [00:15:51.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libblock_buffer-331f8eb41b0ee660.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6262177Z [00:15:51.866]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libiana_time_zone-d0b739f6cd7fd254.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6329915Z [00:15:51.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwalkdir-8ada5ee2a82e51d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6397250Z [00:15:51.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/openssl_macros-69658718fb0b8e51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6464681Z [00:15:51.886]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libheck-d971cb75bb8270d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6532356Z [00:15:51.893]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtz-77e7a61fdab82606.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6599756Z [00:15:51.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libident_case-6e14bfbcdc0138ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6667212Z [00:15:51.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpowerfmt-164c24f572cd7b36.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6734742Z [00:15:51.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libasync_stream_impl-9fc4899e867a02e0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6802491Z [00:15:51.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_format-11e38528bca82e26.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6869874Z [00:15:51.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpaste-d4fd8da686588390.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.6937700Z [00:15:51.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime-788918ac2920854d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7005422Z [00:15:51.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/async_stream_impl-9fc4899e867a02e0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7073549Z [00:15:51.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/memchr-ef494630329a9d1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7142294Z [00:15:51.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pest_generator-3ca63892522d81e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7210136Z [00:15:51.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/doctest_file-c05b706e984cbe72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7278842Z [00:15:51.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/async_trait-e44bdddf6aa46194.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7346292Z [00:15:51.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/itoa-c44c9bf2cd6b366f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7413478Z [00:15:51.981]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsame_file-aac2d23336610936.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7481337Z [00:15:51.988]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libfnv-f20460b8def46d23.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7548677Z [00:15:51.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/recursive_proc_macro_impl-133f31630d73e3b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7617737Z [00:15:52.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libitoa-c44c9bf2cd6b366f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7685537Z [00:15:52.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_generator-dff2ed38bd560d6e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7753678Z [00:15:52.015]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderive_new-cd7bd4fdc4c9ca3e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7820968Z [00:15:52.022]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libautocfg-9c2ea3e11a13c494.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7888041Z [00:15:52.029]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/getrandom-8a2525ca78812cd9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.7956053Z [00:15:52.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcssparser_macros-143933951c5b48f4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8024158Z [00:15:52.042]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_syntax-eb52f052ae1cce9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8091350Z [00:15:52.049]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_threads-1c315c551761a596.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8159748Z [00:15:52.056]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libautocfg-9c2ea3e11a13c494.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8226567Z [00:15:52.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/unicode_ident-f40c8cbc696e0d9b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8293835Z [00:15:52.069]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/serde_json-4a6bafdab6dd50b1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8360819Z [00:15:52.076]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtypetag_impl-525ec7da24dc57a0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8427332Z [00:15:52.083]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tokio_macros-0760b7ecaac6b5af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8494806Z [00:15:52.089]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_random_macro-ee0d4418bb6d698f.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8562070Z [00:15:52.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicase-66709f9f2f1e2fc0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8629316Z [00:15:52.103]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tiny_keccak-bd0800023f823300.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8696582Z [00:15:52.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/syn-9a8eb367ceaeb489.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8764471Z [00:15:52.116]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_codegen-14bc4f3cd5e626fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8832240Z [00:15:52.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/ident_case-6e14bfbcdc0138ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8899836Z [00:15:52.130]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_if-dfc6513573988143.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.8966707Z [00:15:52.137]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror_impl-0fe99d935d772981.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9035358Z [00:15:52.143]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/siphasher-51fd2d5d901c2515.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9102368Z [00:15:52.150]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tracing_attributes-fad3a1e8a4ea9c7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9169375Z [00:15:52.157]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_generator-3ca63892522d81e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9236603Z [00:15:52.163]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/proc_macro2-17ecd09e58c5d91f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9303439Z [00:15:52.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libicu_provider_macros-663d7c594bafd6e7.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9369464Z [00:15:52.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libuuhelp_parser-89bd4899ecf52dda.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9437305Z [00:15:52.184]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling-087e55970902a80a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9505815Z [00:15:52.190]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9575661Z [00:15:52.197]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libshlex-c5b09fd030a75415.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9641976Z [00:15:52.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/zerocopy_derive-cb5386b942bc174e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9707553Z [00:15:52.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerocopy_derive-cb5386b942bc174e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9774818Z [00:15:52.217]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_automata-0a5f790bb0dd8091.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9842185Z [00:15:52.224]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgetrandom-8a2525ca78812cd9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9909163Z [00:15:52.231]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/syn-dd365abeb48567bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:30.9975642Z [00:15:52.237]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcc-91d153ba9d360732.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0046434Z [00:15:52.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-014c30ac66d1b674.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0113952Z [00:15:52.251]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicase-66709f9f2f1e2fc0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0180970Z [00:15:52.258]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libyoke_derive-5fce6fcb5e96da01.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0247715Z [00:15:52.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtiny_keccak-bd0800023f823300.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0314254Z [00:15:52.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_aliases-c5081c72a3a147f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0382935Z [00:15:52.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/iana_time_zone-d0b739f6cd7fd254.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0450190Z [00:15:52.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/serde-87756639d53d55c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0517253Z [00:15:52.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_core-b9dea63b7c5ea650.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0584758Z [00:15:52.298]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cfg_aliases-88af674ae1a6a382.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0652312Z [00:15:52.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/block_buffer-331f8eb41b0ee660.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0720570Z [00:15:52.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/regex_automata-0a5f790bb0dd8091.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0787295Z [00:15:52.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libmiette_derive-7961b94b7f4e2cfd.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0855032Z [00:15:52.325]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdigest-95c4282100bdea88.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0923092Z [00:15:52.332]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librustc_version-9d6e5ee2d4cafbb3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.0990231Z [00:15:52.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_syntax-eb52f052ae1cce9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1058069Z [00:15:52.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/proc_macro_error2-8d6b00f86e10480a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1124799Z [00:15:52.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librust_embed_impl-cf7592826f5ef5f0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1193231Z [00:15:52.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libident_case-6e14bfbcdc0138ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1260662Z [00:15:52.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1328690Z [00:15:52.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcrypto_common-51a463abebca00f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1396368Z [00:15:52.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdigest-95c4282100bdea88.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1463374Z [00:15:52.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libindoc-4a85d9b32a691905.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1530586Z [00:15:52.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest-76aad4779472ae34.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1598230Z [00:15:52.400]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pkg_config-d2d7ec3d99e9488c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1665918Z [00:15:52.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-dd365abeb48567bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1733389Z [00:15:52.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libitoa-c44c9bf2cd6b366f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1801285Z [00:15:52.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/regex-3034dcb88a1d6fb4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1869175Z [00:15:52.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/strum_macros-2bd840fab42f1cf2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.1936889Z [00:15:52.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libfutures_macro-5a8590abd7568cd6.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2004862Z [00:15:52.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/digest-95c4282100bdea88.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2072173Z [00:15:52.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libopenssl_macros-69658718fb0b8e51.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2140840Z [00:15:52.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libshadow_rs-2753a2a26757813e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2208321Z [00:15:52.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libuuhelp_parser-89bd4899ecf52dda.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2275389Z [00:15:52.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnu_derive_value-44d55ce0e635923d.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2342836Z [00:15:52.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/typetag_impl-525ec7da24dc57a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2409757Z [00:15:52.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/const_random_macro-ee0d4418bb6d698f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2477577Z [00:15:52.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/displaydoc-cb456012e5f05a7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2545469Z [00:15:52.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rand_chacha-40a357bed9238aef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2614523Z [00:15:52.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/openssl_src-21ab73ac4d52500b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2682133Z [00:15:52.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/ref_cast_impl-576802228851f3f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2749214Z [00:15:52.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libis_debug-8b4cbb64fe03d3d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2816842Z [00:15:52.521]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/jobserver-43a7a3c01ff28d74.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2884541Z [00:15:52.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/time_core-1e5e24273b2d9975.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.2952298Z [00:15:52.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquote-804bb9c3a8d9bdc0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3019598Z [00:15:52.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror-d01afb55fc166cc6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3087081Z [00:15:52.549]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/crunchy-16ec1835964b4915.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3153692Z [00:15:52.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/sha2-626b8635c4ee7ae4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3219958Z [00:15:52.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_repr-d5e1050d5dfc06d2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3286566Z [00:15:52.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libparse_zoneinfo-ef20c83383748a6e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3354558Z [00:15:52.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/shadow_rs-2753a2a26757813e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3422607Z [00:15:52.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/darling-087e55970902a80a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3490502Z [00:15:52.589]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/liblibc-08134796525ad32f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3557945Z [00:15:52.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/vcpkg-31939969594be859.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3624817Z [00:15:52.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/heck-d971cb75bb8270d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3691309Z [00:15:52.609]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_generator-014c30ac66d1b674.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3757853Z [00:15:52.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerocopy-6e2ea0b59a936420.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3824904Z [00:15:52.622]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3892400Z [00:15:52.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/crypto_common-51a463abebca00f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.3959709Z [00:15:52.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling-087e55970902a80a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4027102Z [00:15:52.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/instability-a2a34969cbceaa3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4093989Z [00:15:52.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest-76aad4779472ae34.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4161467Z [00:15:52.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_chacha-40a357bed9238aef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4227982Z [00:15:52.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/const_format_proc_macros-e3fae36cd00bbcee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4295185Z [00:15:52.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/futures_macro-5a8590abd7568cd6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4362296Z [00:15:52.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpowerfmt-164c24f572cd7b36.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4429718Z [00:15:52.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstrsim-8151a4195d1e2b85.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4496674Z [00:15:52.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/phf_shared-ff0f79df0a77b28a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4563631Z [00:15:52.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libryu-9dd961d960e65758.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4630036Z [00:15:52.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_consume_macros-13f4b0da849835e2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4699510Z [00:15:52.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tzdb_data-b5ad4975cfbc060d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4767666Z [00:15:52.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rand_core-b9dea63b7c5ea650.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4835690Z [00:15:52.723]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/thiserror-d01afb55fc166cc6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4904094Z [00:15:52.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libconst_format_proc_macros-e3fae36cd00bbcee.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.4971067Z [00:15:52.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/synstructure-7c2ebad6f8049168.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5036933Z [00:15:52.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerovec_derive-4aac91b94c7ed4d0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5104593Z [00:15:52.750]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtzdb_data-b5ad4975cfbc060d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5171818Z [00:15:52.757]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/bytemuck_derive-b63fe2959de36e76.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5239889Z [00:15:52.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro_error2-8d6b00f86e10480a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5306602Z [00:15:52.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pest_derive-be995c7f03fff277.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5374633Z [00:15:52.777]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde_derive-020f5ce6236a7de2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5442265Z [00:15:52.784]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsha2-626b8635c4ee7ae4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5509458Z [00:15:52.791]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cfg_if-dfc6513573988143.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5576498Z [00:15:52.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/fnv-f20460b8def46d23.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5644250Z [00:15:52.804]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderive_more-ec43df886be29cdd.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5712128Z [00:15:52.811]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-dff2ed38bd560d6e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5779332Z [00:15:52.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime-788918ac2920854d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5846262Z [00:15:52.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libis_debug-8b4cbb64fe03d3d5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5913889Z [00:15:52.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libucd_trie-b194e75dd3796006.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.5981058Z [00:15:52.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rust_embed_impl-cf7592826f5ef5f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6048022Z [00:15:52.845]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsiphasher-51fd2d5d901c2515.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6115473Z [00:15:52.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_xid-737d6c7f87b8f7f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6184853Z [00:15:52.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libnum_threads-1c315c551761a596.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6253312Z [00:15:52.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libwalkdir-8ada5ee2a82e51d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6321432Z [00:15:52.872]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/yoke_derive-5fce6fcb5e96da01.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6389229Z [00:15:52.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling_core-5a2f60378e1b2472.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6456661Z [00:15:52.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/derive_new-cd7bd4fdc4c9ca3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6525459Z [00:15:52.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libopenssl_src-21ab73ac4d52500b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6593450Z [00:15:52.899]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rust_embed_utils-66d9a3f92e9fc8d6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6661298Z [00:15:52.906]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-6c9c95398869a1ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6728400Z [00:15:52.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/icu_provider_macros-663d7c594bafd6e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6796108Z [00:15:52.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libiana_time_zone-d0b739f6cd7fd254.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6863376Z [00:15:52.926]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libbyteorder-d58a985b76d1209f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6930609Z [00:15:52.933]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cfg_aliases-c5081c72a3a147f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.6998321Z [00:15:52.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/miette_derive-7961b94b7f4e2cfd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7065774Z [00:15:52.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/generic_array-578c736568b40cd9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7133586Z [00:15:52.953]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtypenum-9d7698c317bcda08.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7199648Z [00:15:52.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/zerocopy-6e2ea0b59a936420.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7267008Z [00:15:52.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libheck-d971cb75bb8270d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7337169Z [00:15:52.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex-3034dcb88a1d6fb4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7405283Z [00:15:52.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_generator-3ca63892522d81e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7472386Z [00:15:52.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7540285Z [00:15:52.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/unicase-66709f9f2f1e2fc0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7609738Z [00:15:53.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro_error_attr2-3d72dd7c6509f3a6.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7677072Z [00:15:53.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpkg_config-d2d7ec3d99e9488c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7745020Z [00:15:53.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libjobserver-43a7a3c01ff28d74.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7813067Z [00:15:53.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librustc_version-9d6e5ee2d4cafbb3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7880891Z [00:15:53.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/once_cell-c1f71e7d878f8f58.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.7948539Z [00:15:53.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/quote-804bb9c3a8d9bdc0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8015370Z [00:15:53.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/semver-967ca0797cb5c598.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8083786Z [00:15:53.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libfnv-f20460b8def46d23.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8151483Z [00:15:53.055]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-6c9c95398869a1ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8219076Z [00:15:53.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/quick_xml-fc02d877b2a5ca14.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8286630Z [00:15:53.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdoctest_file-c05b706e984cbe72.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8354914Z [00:15:53.075]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libppv_lite86-7a38eaa8827825e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8422576Z [00:15:53.082]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro2-17ecd09e58c5d91f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8490216Z [00:15:53.089]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libproc_macro_error2-8d6b00f86e10480a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8559976Z [00:15:53.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libasync_trait-e44bdddf6aa46194.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8626920Z [00:15:53.103]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/nu_derive_value-097830e16e51aa4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8693785Z [00:15:53.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rustc_version-9d6e5ee2d4cafbb3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8761392Z [00:15:53.116]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/zerovec_derive-4aac91b94c7ed4d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8829059Z [00:15:53.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtypenum-9d7698c317bcda08.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8896912Z [00:15:53.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-9a8eb367ceaeb489.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.8965019Z [00:15:53.136]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtzdb-e5f88140d6730983.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9033129Z [00:15:53.143]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_aliases-88af674ae1a6a382.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9100022Z [00:15:53.150]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librust_embed_utils-66d9a3f92e9fc8d6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9166787Z [00:15:53.156]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/autocfg-9c2ea3e11a13c494.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9235531Z [00:15:53.163]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librecursive_proc_macro_impl-133f31630d73e3b6.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9303268Z [00:15:53.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling_macro-e7f394649043497f.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9370773Z [00:15:53.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtiny_keccak-bd0800023f823300.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9441930Z [00:15:53.184]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/wayland_scanner-6522ba98a8020a02.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9510328Z [00:15:53.191]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtzdb_data-b5ad4975cfbc060d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9577277Z [00:15:53.198]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/chrono_tz_build-da53a4051b7ec032.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9645048Z [00:15:53.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libinstability-a2a34969cbceaa3c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9713024Z [00:15:53.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libonce_cell-c1f71e7d878f8f58.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9780504Z [00:15:53.218]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgeneric_array-578c736568b40cd9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9848250Z [00:15:53.225]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libuucore_procs-8984b3efa9788265.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9915986Z [00:15:53.231]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pest_consume_macros-13f4b0da849835e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:31.9984192Z [00:15:53.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-ff0f79df0a77b28a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0051454Z [00:15:53.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime_core-1e5e24273b2d9975.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0119639Z [00:15:53.252]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cc-91d153ba9d360732.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0187460Z [00:15:53.259]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libserde-87756639d53d55c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0254672Z [00:15:53.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libc-08134796525ad32f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0323079Z [00:15:53.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_core-b9dea63b7c5ea650.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0390242Z [00:15:53.279]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/same_file-aac2d23336610936.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0456692Z [00:15:53.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/serde_derive-020f5ce6236a7de2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0523868Z [00:15:53.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand-dde15a4a0ea74391.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0590784Z [00:15:53.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libonce_cell-c1f71e7d878f8f58.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0657348Z [00:15:53.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libref_cast_impl-576802228851f3f9.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0723621Z [00:15:53.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderanged-90593f1109e004f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0790946Z [00:15:53.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_shared-ff0f79df0a77b28a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0857599Z [00:15:53.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libopenssl_src-21ab73ac4d52500b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0924822Z [00:15:53.332]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librustversion-505b86db035315ce.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:32.0991878Z [00:15:53.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libquick_xml-fc02d877b2a5ca14.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1058695Z [00:15:53.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/derive_more-ec43df886be29cdd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1124916Z [00:15:53.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime_core-1e5e24273b2d9975.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1192289Z [00:15:53.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_codegen-14bc4f3cd5e626fc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1259423Z [00:15:53.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/thiserror_impl-0fe99d935d772981.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1326957Z [00:15:53.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/num_threads-1c315c551761a596.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1394903Z [00:15:53.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/uuhelp_parser-89bd4899ecf52dda.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1462474Z [00:15:53.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1531464Z [00:15:53.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtokio_macros-0760b7ecaac6b5af.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1599314Z [00:15:53.400]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsemver-967ca0797cb5c598.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1666413Z [00:15:53.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgetrandom-8a2525ca78812cd9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1734576Z [00:15:53.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcpufeatures-221d6713c8314f1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1802193Z [00:15:53.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_derive-be995c7f03fff277.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1870007Z [00:15:53.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsha2-626b8635c4ee7ae4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.1937641Z [00:15:53.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/powerfmt-164c24f572cd7b36.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2005243Z [00:15:53.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libchrono_tz_build-da53a4051b7ec032.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2073556Z [00:15:53.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libvcpkg-31939969594be859.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2140026Z [00:15:53.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtracing_attributes-fad3a1e8a4ea9c7f.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2207269Z [00:15:53.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtime_macros-01520dcedbb0479c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2276267Z [00:15:53.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsemver-967ca0797cb5c598.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2344222Z [00:15:53.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tz-77e7a61fdab82606.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2411473Z [00:15:53.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdarling_core-5a2f60378e1b2472.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2479408Z [00:15:53.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/liblibc-08134796525ad32f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2546384Z [00:15:53.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/pest_meta-d4d951ade5791d44.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2615669Z [00:15:53.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtz-77e7a61fdab82606.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2683372Z [00:15:53.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsynstructure-7c2ebad6f8049168.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2750658Z [00:15:53.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libpest_meta-d4d951ade5791d44.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2817536Z [00:15:53.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libdisplaydoc-cb456012e5f05a7d.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2883973Z [00:15:53.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/librand_chacha-40a357bed9238aef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.2950807Z [00:15:53.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror_impl-fe773e7ee2af341a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3016540Z [00:15:53.541]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libbyteorder-d58a985b76d1209f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3082592Z [00:15:53.548]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libstring_cache_codegen-da18c40b8b01dffe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3148622Z [00:15:53.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/parse_zoneinfo-ef20c83383748a6e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3214906Z [00:15:53.561]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libcfg_aliases-c5081c72a3a147f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3281109Z [00:15:53.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/tzdb-e5f88140d6730983.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3349603Z [00:15:53.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libversion_check-0f687acfe00fe645.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3425405Z [00:15:53.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libgeneric_array-578c736568b40cd9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3491685Z [00:15:53.589]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libderanged-90593f1109e004f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3560636Z [00:15:53.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/rustversion-505b86db035315ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3625798Z [00:15:53.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/uucore_procs-8984b3efa9788265.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3693053Z [00:15:53.609]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libzerocopy-6e2ea0b59a936420.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3758907Z [00:15:53.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libjobserver-43a7a3c01ff28d74.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3825263Z [00:15:53.622]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libsyn-dd365abeb48567bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3893321Z [00:15:53.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/deranged-90593f1109e004f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.3959596Z [00:15:53.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libshadow_rs-2753a2a26757813e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4026301Z [00:15:53.642]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/time-788918ac2920854d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4093525Z [00:15:53.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_generator-014c30ac66d1b674.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4161709Z [00:15:53.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/cssparser_macros-143933951c5b48f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4228181Z [00:15:53.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/indoc-4a85d9b32a691905.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4294059Z [00:15:53.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/ucd_trie-b194e75dd3796006.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4360742Z [00:15:53.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libparse_zoneinfo-ef20c83383748a6e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4428060Z [00:15:53.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex-3034dcb88a1d6fb4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4494563Z [00:15:53.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libunicode_ident-f40c8cbc696e0d9b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4561745Z [00:15:53.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/serde_repr-d5e1050d5dfc06d2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4628005Z [00:15:53.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/regex_syntax-eb52f052ae1cce9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4693976Z [00:15:53.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_macros-9d96f0b352a418e7.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4762181Z [00:15:53.716]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libphf_codegen-14bc4f3cd5e626fc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4828026Z [00:15:53.723]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libryu-9dd961d960e65758.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4894106Z [00:15:53.729]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libthiserror-d01afb55fc166cc6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.4960300Z [00:15:53.736]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libtzdb-e5f88140d6730983.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5025632Z [00:15:53.742]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/walkdir-8ada5ee2a82e51d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5092068Z [00:15:53.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/deps/libregex_automata-0a5f790bb0dd8091.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5160118Z [00:15:53.756]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-e01d389ca4dcc6d5/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5225416Z [00:15:53.762]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-e01d389ca4dcc6d5/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5291386Z [00:15:53.769]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-e01d389ca4dcc6d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5359166Z [00:15:53.776]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-e01d389ca4dcc6d5/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5425748Z [00:15:53.782]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/indoc-4a85d9b32a691905/lib-indoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5492287Z [00:15:53.789]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/indoc-4a85d9b32a691905/dep-lib-indoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5558327Z [00:15:53.796]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/indoc-4a85d9b32a691905/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5623813Z [00:15:53.802]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/indoc-4a85d9b32a691905/lib-indoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5690213Z [00:15:53.809]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-automata-0a5f790bb0dd8091/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5756204Z [00:15:53.815]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-automata-0a5f790bb0dd8091/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5821994Z [00:15:53.822]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-automata-0a5f790bb0dd8091/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5887655Z [00:15:53.829]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-automata-0a5f790bb0dd8091/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.5955113Z [00:15:53.835]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-029e56d34279f4b4/dep-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6021696Z [00:15:53.842]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-029e56d34279f4b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6087331Z [00:15:53.849]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-029e56d34279f4b4/build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6154351Z [00:15:53.855]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-029e56d34279f4b4/build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6221682Z [00:15:53.862]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-8b7c8ad346c95985/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6288237Z [00:15:53.869]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-8b7c8ad346c95985/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6355732Z [00:15:53.875]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-65c59b932e3eaf74/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6422411Z [00:15:53.882]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-65c59b932e3eaf74/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6489641Z [00:15:53.889]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive_more-ec43df886be29cdd/dep-lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6556467Z [00:15:53.895]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive_more-ec43df886be29cdd/lib-derive_more.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6623284Z [00:15:53.902]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive_more-ec43df886be29cdd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6689445Z [00:15:53.909]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive_more-ec43df886be29cdd/lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6756283Z [00:15:53.915]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b01e1f8351d85107/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6822011Z [00:15:53.922]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b01e1f8351d85107/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6888695Z [00:15:53.929]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b01e1f8351d85107/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.6954522Z [00:15:53.935]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b01e1f8351d85107/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7020150Z [00:15:53.942]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg-if-dfc6513573988143/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7086317Z [00:15:53.948]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg-if-dfc6513573988143/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7153635Z [00:15:53.955]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg-if-dfc6513573988143/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7218604Z [00:15:53.962]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg-if-dfc6513573988143/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7285957Z [00:15:53.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/miette-derive-7961b94b7f4e2cfd/dep-lib-miette_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7352938Z [00:15:53.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/miette-derive-7961b94b7f4e2cfd/lib-miette_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7418504Z [00:15:53.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/miette-derive-7961b94b7f4e2cfd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7484518Z [00:15:53.988]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/miette-derive-7961b94b7f4e2cfd/lib-miette_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7551233Z [00:15:53.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-c5081c72a3a147f7/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7618778Z [00:15:54.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-c5081c72a3a147f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7686454Z [00:15:54.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-c5081c72a3a147f7/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7753576Z [00:15:54.015]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-c5081c72a3a147f7/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7820345Z [00:15:54.022]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-syntax-eb52f052ae1cce9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7886051Z [00:15:54.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-syntax-eb52f052ae1cce9a/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.7953722Z [00:15:54.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-syntax-eb52f052ae1cce9a/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8020144Z [00:15:54.042]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-syntax-eb52f052ae1cce9a/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8086243Z [00:15:54.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-stream-42ed80e317f7d15e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8152809Z [00:15:54.055]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-stream-42ed80e317f7d15e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8218666Z [00:15:54.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-stream-42ed80e317f7d15e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8284780Z [00:15:54.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-stream-42ed80e317f7d15e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8352416Z [00:15:54.075]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-e6187f4646bef30a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8420561Z [00:15:54.082]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-e6187f4646bef30a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8487527Z [00:15:54.089]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-e6187f4646bef30a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8557098Z [00:15:54.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-e6187f4646bef30a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8623545Z [00:15:54.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/blake3-f547be85ee2e2fb6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8689472Z [00:15:54.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/blake3-f547be85ee2e2fb6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8754895Z [00:15:54.115]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/blake3-f547be85ee2e2fb6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8821420Z [00:15:54.122]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/blake3-f547be85ee2e2fb6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8887937Z [00:15:54.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-f7f76b7e584c250e/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.8954372Z [00:15:54.135]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-f7f76b7e584c250e/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9020948Z [00:15:54.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-8e4b4ce6159d3d79/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9086807Z [00:15:54.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-8e4b4ce6159d3d79/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9153387Z [00:15:54.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-8e4b4ce6159d3d79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9220127Z [00:15:54.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-8e4b4ce6159d3d79/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9286367Z [00:15:54.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-b5df06ac1ecf1e73/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9351929Z [00:15:54.175]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-b5df06ac1ecf1e73/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9418965Z [00:15:54.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-0e3fb803ae5d9e67/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9484077Z [00:15:54.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-0e3fb803ae5d9e67/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9550323Z [00:15:54.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/walkdir-8ada5ee2a82e51d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9615552Z [00:15:54.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/walkdir-8ada5ee2a82e51d7/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9682555Z [00:15:54.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/walkdir-8ada5ee2a82e51d7/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9749017Z [00:15:54.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/walkdir-8ada5ee2a82e51d7/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9815193Z [00:15:54.221]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ppv-lite86-7a38eaa8827825e8/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9882178Z [00:15:54.228]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ppv-lite86-7a38eaa8827825e8/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:32.9948377Z [00:15:54.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ppv-lite86-7a38eaa8827825e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0013486Z [00:15:54.241]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ppv-lite86-7a38eaa8827825e8/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0079266Z [00:15:54.248]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-8a2525ca78812cd9/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0146053Z [00:15:54.254]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-8a2525ca78812cd9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0213597Z [00:15:54.261]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-8a2525ca78812cd9/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0281432Z [00:15:54.268]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-8a2525ca78812cd9/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0348494Z [00:15:54.275]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_generator-3ca63892522d81e1/lib-pest_generator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0415749Z [00:15:54.281]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_generator-3ca63892522d81e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0481966Z [00:15:54.288]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_generator-3ca63892522d81e1/lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0550882Z [00:15:54.295]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_generator-3ca63892522d81e1/dep-lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0616795Z [00:15:54.301]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-ff0f79df0a77b28a/lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0683806Z [00:15:54.308]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-ff0f79df0a77b28a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0749640Z [00:15:54.315]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-ff0f79df0a77b28a/lib-phf_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0815046Z [00:15:54.321]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-ff0f79df0a77b28a/dep-lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0883335Z [00:15:54.328]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustc_version-9d6e5ee2d4cafbb3/lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.0948852Z [00:15:54.335]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustc_version-9d6e5ee2d4cafbb3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1013990Z [00:15:54.341]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustc_version-9d6e5ee2d4cafbb3/dep-lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1079972Z [00:15:54.348]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustc_version-9d6e5ee2d4cafbb3/lib-rustc_version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1146448Z [00:15:54.354]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/httparse-f4e07f0147990cbe/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1213994Z [00:15:54.361]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/httparse-f4e07f0147990cbe/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1282039Z [00:15:54.368]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/httparse-f4e07f0147990cbe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1348851Z [00:15:54.375]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/httparse-f4e07f0147990cbe/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1415483Z [00:15:54.381]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/synstructure-7c2ebad6f8049168/lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1482509Z [00:15:54.388]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/synstructure-7c2ebad6f8049168/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1550431Z [00:15:54.395]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/synstructure-7c2ebad6f8049168/lib-synstructure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1617968Z [00:15:54.402]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/synstructure-7c2ebad6f8049168/dep-lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1686490Z [00:15:54.408]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-ident-f40c8cbc696e0d9b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1753650Z [00:15:54.415]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-ident-f40c8cbc696e0d9b/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1819746Z [00:15:54.422]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-ident-f40c8cbc696e0d9b/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1885922Z [00:15:54.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-ident-f40c8cbc696e0d9b/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.1956053Z [00:15:54.435]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/aws-types-3a12056e34446372/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2022422Z [00:15:54.442]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/aws-types-3a12056e34446372/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2090085Z [00:15:54.449]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/aws-types-3a12056e34446372/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2157174Z [00:15:54.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/aws-types-3a12056e34446372/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2224864Z [00:15:54.462]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tz-rs-77e7a61fdab82606/lib-tz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2291993Z [00:15:54.469]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tz-rs-77e7a61fdab82606/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2358422Z [00:15:54.476]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tz-rs-77e7a61fdab82606/dep-lib-tz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2425685Z [00:15:54.482]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tz-rs-77e7a61fdab82606/lib-tz.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2492746Z [00:15:54.489]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_core-5a2f60378e1b2472/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2560516Z [00:15:54.496]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_core-5a2f60378e1b2472/lib-darling_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2628345Z [00:15:54.503]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_core-5a2f60378e1b2472/lib-darling_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2697686Z [00:15:54.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_core-5a2f60378e1b2472/dep-lib-darling_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2765705Z [00:15:54.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shlex-c5b09fd030a75415/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2833672Z [00:15:54.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shlex-c5b09fd030a75415/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2901025Z [00:15:54.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shlex-c5b09fd030a75415/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.2968335Z [00:15:54.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shlex-c5b09fd030a75415/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3036767Z [00:15:54.543]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libgit2-sys-07f458a6140f5846/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3104735Z [00:15:54.550]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libgit2-sys-07f458a6140f5846/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3172142Z [00:15:54.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libgit2-sys-07f458a6140f5846/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3239650Z [00:15:54.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libgit2-sys-07f458a6140f5846/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3308237Z [00:15:54.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-7e5bd86d1b5c6cc0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3375920Z [00:15:54.577]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-7e5bd86d1b5c6cc0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3444254Z [00:15:54.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-1d8c15afac8b73b5/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3512398Z [00:15:54.591]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-1d8c15afac8b73b5/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3580038Z [00:15:54.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-1d8c15afac8b73b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3647549Z [00:15:54.605]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/getrandom-1d8c15afac8b73b5/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3716074Z [00:15:54.611]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slab-87d74080512f9e07/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3784203Z [00:15:54.618]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slab-87d74080512f9e07/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3852343Z [00:15:54.625]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slab-87d74080512f9e07/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3920136Z [00:15:54.632]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slab-87d74080512f9e07/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.3989354Z [00:15:54.639]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-scanner-6522ba98a8020a02/lib-wayland_scanner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4057674Z [00:15:54.646]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-scanner-6522ba98a8020a02/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4125102Z [00:15:54.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-scanner-6522ba98a8020a02/dep-lib-wayland_scanner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4194388Z [00:15:54.659]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-scanner-6522ba98a8020a02/lib-wayland_scanner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4261944Z [00:15:54.666]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/instability-a2a34969cbceaa3c/lib-instability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4330057Z [00:15:54.673]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/instability-a2a34969cbceaa3c/lib-instability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4397290Z [00:15:54.680]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/instability-a2a34969cbceaa3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4465166Z [00:15:54.686]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/instability-a2a34969cbceaa3c/dep-lib-instability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4533247Z [00:15:54.693]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const-random-macro-ee0d4418bb6d698f/lib-const_random_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4600965Z [00:15:54.700]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const-random-macro-ee0d4418bb6d698f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4669025Z [00:15:54.707]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const-random-macro-ee0d4418bb6d698f/lib-const_random_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4738271Z [00:15:54.714]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const-random-macro-ee0d4418bb6d698f/dep-lib-const_random_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4805508Z [00:15:54.720]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-bdfc6256a313986a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4871962Z [00:15:54.727]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-bdfc6256a313986a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.4941517Z [00:15:54.734]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-bdfc6256a313986a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5008825Z [00:15:54.741]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-bdfc6256a313986a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5076623Z [00:15:54.747]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/procfs-65234152b9940f3a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5143931Z [00:15:54.754]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/procfs-65234152b9940f3a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5210312Z [00:15:54.761]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/procfs-65234152b9940f3a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5277129Z [00:15:54.768]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/procfs-65234152b9940f3a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5344059Z [00:15:54.774]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pkg-config-d2d7ec3d99e9488c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5410996Z [00:15:54.781]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pkg-config-d2d7ec3d99e9488c/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5476687Z [00:15:54.787]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pkg-config-d2d7ec3d99e9488c/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5543256Z [00:15:54.794]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pkg-config-d2d7ec3d99e9488c/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5610083Z [00:15:54.801]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-16ec1835964b4915/lib-crunchy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5677133Z [00:15:54.808]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-16ec1835964b4915/lib-crunchy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5743393Z [00:15:54.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-16ec1835964b4915/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5809212Z [00:15:54.821]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-16ec1835964b4915/dep-lib-crunchy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5878532Z [00:15:54.828]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/byteorder-d58a985b76d1209f/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.5945991Z [00:15:54.834]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/byteorder-d58a985b76d1209f/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6011969Z [00:15:54.841]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/byteorder-d58a985b76d1209f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6078635Z [00:15:54.848]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/byteorder-d58a985b76d1209f/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6145990Z [00:15:54.854]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crypto-common-51a463abebca00f1/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6213798Z [00:15:54.861]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crypto-common-51a463abebca00f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6281156Z [00:15:54.868]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crypto-common-51a463abebca00f1/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6348698Z [00:15:54.875]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crypto-common-51a463abebca00f1/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6417312Z [00:15:54.882]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_core-b9dea63b7c5ea650/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6483991Z [00:15:54.888]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_core-b9dea63b7c5ea650/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6551054Z [00:15:54.895]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_core-b9dea63b7c5ea650/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6618287Z [00:15:54.902]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_core-b9dea63b7c5ea650/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6684789Z [00:15:54.908]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-macros-69658718fb0b8e51/lib-openssl_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6752430Z [00:15:54.915]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-macros-69658718fb0b8e51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6819880Z [00:15:54.922]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-macros-69658718fb0b8e51/lib-openssl_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6887049Z [00:15:54.928]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-macros-69658718fb0b8e51/dep-lib-openssl_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.6954865Z [00:15:54.935]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_chacha-40a357bed9238aef/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7022576Z [00:15:54.942]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_chacha-40a357bed9238aef/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7089908Z [00:15:54.949]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_chacha-40a357bed9238aef/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7157339Z [00:15:54.956]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand_chacha-40a357bed9238aef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7224840Z [00:15:54.962]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parking_lot_core-baf7489da72495da/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7292194Z [00:15:54.969]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parking_lot_core-baf7489da72495da/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7358766Z [00:15:54.976]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parking_lot_core-baf7489da72495da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7426215Z [00:15:54.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parking_lot_core-baf7489da72495da/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7493405Z [00:15:54.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-0fe99d935d772981/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7560764Z [00:15:54.996]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-0fe99d935d772981/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7629465Z [00:15:55.003]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-0fe99d935d772981/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7696176Z [00:15:55.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-0fe99d935d772981/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7763447Z [00:15:55.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shadow-rs-2753a2a26757813e/lib-shadow_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7829439Z [00:15:55.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shadow-rs-2753a2a26757813e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7896656Z [00:15:55.029]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shadow-rs-2753a2a26757813e/dep-lib-shadow_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.7963933Z [00:15:55.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/shadow-rs-2753a2a26757813e/lib-shadow_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8031184Z [00:15:55.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/oem_cp-64f745be6bef3a81/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8097619Z [00:15:55.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/oem_cp-64f745be6bef3a81/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8164322Z [00:15:55.056]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/oem_cp-64f745be6bef3a81/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8231407Z [00:15:55.063]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/oem_cp-64f745be6bef3a81/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8298668Z [00:15:55.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-7840640a1622adb3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8367262Z [00:15:55.076]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-7840640a1622adb3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8433685Z [00:15:55.083]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-505b86db035315ce/dep-lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8500153Z [00:15:55.090]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-505b86db035315ce/lib-rustversion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8566787Z [00:15:55.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-505b86db035315ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8633570Z [00:15:55.103]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-505b86db035315ce/lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8699711Z [00:15:55.110]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-efb5f2e732642b2b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8765846Z [00:15:55.116]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-efb5f2e732642b2b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8833158Z [00:15:55.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-sys-262bffcf824bf0d0/dep-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8900055Z [00:15:55.130]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-sys-262bffcf824bf0d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.8967376Z [00:15:55.137]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-sys-262bffcf824bf0d0/build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9035496Z [00:15:55.143]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-sys-262bffcf824bf0d0/build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9102775Z [00:15:55.150]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-d01afb55fc166cc6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9170726Z [00:15:55.157]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-d01afb55fc166cc6/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9239091Z [00:15:55.164]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-d01afb55fc166cc6/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9306757Z [00:15:55.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-d01afb55fc166cc6/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9375843Z [00:15:55.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-6e2ea0b59a936420/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9444195Z [00:15:55.184]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-6e2ea0b59a936420/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9512396Z [00:15:55.191]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-6e2ea0b59a936420/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9579395Z [00:15:55.198]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-6e2ea0b59a936420/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9646901Z [00:15:55.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/stacker-ede252d8c028ae4e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9714901Z [00:15:55.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/stacker-ede252d8c028ae4e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9782346Z [00:15:55.218]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/stacker-ede252d8c028ae4e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9849923Z [00:15:55.225]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/stacker-ede252d8c028ae4e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9918254Z [00:15:55.232]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-9c361e41806455a3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:33.9985221Z [00:15:55.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-9c361e41806455a3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0054418Z [00:15:55.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-87756639d53d55c8/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0121303Z [00:15:55.252]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-87756639d53d55c8/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0187610Z [00:15:55.259]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-87756639d53d55c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0254148Z [00:15:55.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-87756639d53d55c8/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0323055Z [00:15:55.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-840cd0b44471ea53/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0390458Z [00:15:55.279]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-840cd0b44471ea53/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0457913Z [00:15:55.286]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-840cd0b44471ea53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0524683Z [00:15:55.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-840cd0b44471ea53/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0592393Z [00:15:55.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-3034dcb88a1d6fb4/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0660050Z [00:15:55.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-3034dcb88a1d6fb4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0726891Z [00:15:55.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-3034dcb88a1d6fb4/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T22:07:34.0794672Z [00:15:55.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/regex-3034dcb88a1d6fb4/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0864244Z [00:15:55.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_derive-020f5ce6236a7de2/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.0932801Z [00:15:55.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_derive-020f5ce6236a7de2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1000554Z [00:15:55.340]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_derive-020f5ce6236a7de2/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1068151Z [00:15:55.347]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_derive-020f5ce6236a7de2/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1135905Z [00:15:55.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-812fe74a2e704cd6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1203238Z [00:15:55.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-812fe74a2e704cd6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1271496Z [00:15:55.367]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-812fe74a2e704cd6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1338971Z [00:15:55.374]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-812fe74a2e704cd6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1406755Z [00:15:55.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tracing-attributes-fad3a1e8a4ea9c7f/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1475182Z [00:15:55.387]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tracing-attributes-fad3a1e8a4ea9c7f/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1543805Z [00:15:55.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tracing-attributes-fad3a1e8a4ea9c7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1611473Z [00:15:55.401]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tracing-attributes-fad3a1e8a4ea9c7f/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1679102Z [00:15:55.408]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand-dde15a4a0ea74391/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1746541Z [00:15:55.414]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand-dde15a4a0ea74391/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1812938Z [00:15:55.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand-dde15a4a0ea74391/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1879353Z [00:15:55.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rand-dde15a4a0ea74391/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.1946234Z [00:15:55.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-fe773e7ee2af341a/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2014066Z [00:15:55.441]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-fe773e7ee2af341a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2080254Z [00:15:55.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-fe773e7ee2af341a/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2147382Z [00:15:55.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-impl-fe773e7ee2af341a/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2213739Z [00:15:55.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-d4fd8da686588390/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2280914Z [00:15:55.468]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-d4fd8da686588390/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2348316Z [00:15:55.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-d4fd8da686588390/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2415946Z [00:15:55.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-d4fd8da686588390/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2485558Z [00:15:55.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cpufeatures-221d6713c8314f1c/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2554344Z [00:15:55.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cpufeatures-221d6713c8314f1c/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2624261Z [00:15:55.502]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cpufeatures-221d6713c8314f1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2692517Z [00:15:55.509]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cpufeatures-221d6713c8314f1c/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2761071Z [00:15:55.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-dff2ed38bd560d6e/lib-phf_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2828481Z [00:15:55.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-dff2ed38bd560d6e/lib-phf_generator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2896978Z [00:15:55.529]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-dff2ed38bd560d6e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.2964992Z [00:15:55.536]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-dff2ed38bd560d6e/dep-lib-phf_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3033679Z [00:15:55.543]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive-new-cd7bd4fdc4c9ca3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3101123Z [00:15:55.550]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive-new-cd7bd4fdc4c9ca3e/lib-derive_new' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3168585Z [00:15:55.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive-new-cd7bd4fdc4c9ca3e/lib-derive_new.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3236261Z [00:15:55.563]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/derive-new-cd7bd4fdc4c9ca3e/dep-lib-derive_new' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3304200Z [00:15:55.570]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-f3436628bdc81ce2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3371479Z [00:15:55.577]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-f3436628bdc81ce2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3439491Z [00:15:55.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-f3436628bdc81ce2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3506605Z [00:15:55.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-f3436628bdc81ce2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3575132Z [00:15:55.597]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format-11e38528bca82e26/dep-lib-const_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3642432Z [00:15:55.604]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format-11e38528bca82e26/lib-const_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3708877Z [00:15:55.611]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format-11e38528bca82e26/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3776398Z [00:15:55.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format-11e38528bca82e26/lib-const_format.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3844121Z [00:15:55.624]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/native-tls-4ec52d05346929bf/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3911636Z [00:15:55.631]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/native-tls-4ec52d05346929bf/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.3978942Z [00:15:55.638]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/native-tls-4ec52d05346929bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4046010Z [00:15:55.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/native-tls-4ec52d05346929bf/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4114635Z [00:15:55.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/v_htmlescape-93d382d9fc6dbc10/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4182333Z [00:15:55.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/v_htmlescape-93d382d9fc6dbc10/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4249496Z [00:15:55.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/v_htmlescape-93d382d9fc6dbc10/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4318242Z [00:15:55.672]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/v_htmlescape-93d382d9fc6dbc10/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4386705Z [00:15:55.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rayon-core-53d8bf75de0d8ca3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4454827Z [00:15:55.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rayon-core-53d8bf75de0d8ca3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4521700Z [00:15:55.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rayon-core-53d8bf75de0d8ca3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4589237Z [00:15:55.699]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rayon-core-53d8bf75de0d8ca3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4658358Z [00:15:55.706]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-cmd-lang-72d19c53444c6893/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4727335Z [00:15:55.713]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-cmd-lang-72d19c53444c6893/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4795322Z [00:15:55.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-cmd-lang-72d19c53444c6893/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4862590Z [00:15:55.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-cmd-lang-72d19c53444c6893/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4929908Z [00:15:55.733]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling-087e55970902a80a/lib-darling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.4996611Z [00:15:55.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling-087e55970902a80a/dep-lib-darling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5064524Z [00:15:55.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling-087e55970902a80a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5131939Z [00:15:55.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling-087e55970902a80a/lib-darling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5199009Z [00:15:55.760]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-utils-5e0d156a9a1a03c7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5265665Z [00:15:55.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-utils-5e0d156a9a1a03c7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5331792Z [00:15:55.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-utils-5e0d156a9a1a03c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5399085Z [00:15:55.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-utils-5e0d156a9a1a03c7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5465009Z [00:15:55.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb-e5f88140d6730983/dep-lib-tzdb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5532425Z [00:15:55.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb-e5f88140d6730983/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5598637Z [00:15:55.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb-e5f88140d6730983/lib-tzdb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5665509Z [00:15:55.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb-e5f88140d6730983/lib-tzdb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5732932Z [00:15:55.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/deranged-90593f1109e004f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5799691Z [00:15:55.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/deranged-90593f1109e004f4/dep-lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5867198Z [00:15:55.827]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/deranged-90593f1109e004f4/lib-deranged.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.5934213Z [00:15:55.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/deranged-90593f1109e004f4/lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6000978Z [00:15:55.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-conv-ad1370e0f1e32d78/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6068025Z [00:15:55.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-conv-ad1370e0f1e32d78/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6136583Z [00:15:55.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-conv-ad1370e0f1e32d78/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6203712Z [00:15:55.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-conv-ad1370e0f1e32d78/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6270842Z [00:15:55.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-macros-01520dcedbb0479c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6337700Z [00:15:55.874]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-macros-01520dcedbb0479c/lib-time_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6405853Z [00:15:55.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-macros-01520dcedbb0479c/lib-time_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6472826Z [00:15:55.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-macros-01520dcedbb0479c/dep-lib-time_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6539987Z [00:15:55.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-87c48e351f25a08d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6608806Z [00:15:55.901]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-87c48e351f25a08d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6675892Z [00:15:55.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-87c48e351f25a08d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6743900Z [00:15:55.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-87c48e351f25a08d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6811606Z [00:15:55.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/itoa-c44c9bf2cd6b366f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6878376Z [00:15:55.928]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/itoa-c44c9bf2cd6b366f/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.6945400Z [00:15:55.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/itoa-c44c9bf2cd6b366f/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7012234Z [00:15:55.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/itoa-c44c9bf2cd6b366f/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7081940Z [00:15:55.948]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/autocfg-9c2ea3e11a13c494/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7148953Z [00:15:55.955]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/autocfg-9c2ea3e11a13c494/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7216214Z [00:15:55.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/autocfg-9c2ea3e11a13c494/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7283602Z [00:15:55.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/autocfg-9c2ea3e11a13c494/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7352505Z [00:15:55.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-d9719c78f7dd65ee/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7421822Z [00:15:55.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-d9719c78f7dd65ee/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7488421Z [00:15:55.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-d9719c78f7dd65ee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7555941Z [00:15:55.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde-d9719c78f7dd65ee/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7626469Z [00:15:56.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/snap-fc21099a9d085fc9/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7695284Z [00:15:56.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/snap-fc21099a9d085fc9/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7762433Z [00:15:56.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/snap-fc21099a9d085fc9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7830862Z [00:15:56.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/snap-fc21099a9d085fc9/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7899928Z [00:15:56.030]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-arrow-06dc1f98f311e5a3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.7968466Z [00:15:56.037]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-arrow-06dc1f98f311e5a3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8035281Z [00:15:56.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-arrow-06dc1f98f311e5a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8103795Z [00:15:56.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-arrow-06dc1f98f311e5a3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8172155Z [00:15:56.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust_decimal-ee3e1f9bda78c106/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8249341Z [00:15:56.065]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust_decimal-ee3e1f9bda78c106/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8321826Z [00:15:56.072]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust_decimal-ee3e1f9bda78c106/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8390230Z [00:15:56.079]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust_decimal-ee3e1f9bda78c106/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8458284Z [00:15:56.086]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-f0033b4533bafdcb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8525168Z [00:15:56.092]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-f0033b4533bafdcb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8596763Z [00:15:56.099]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-f0033b4533bafdcb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8664929Z [00:15:56.106]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-f0033b4533bafdcb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8734241Z [00:15:56.113]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-72863ad374e06107/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8802593Z [00:15:56.120]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-72863ad374e06107/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8870589Z [00:15:56.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-72863ad374e06107/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.8938279Z [00:15:56.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-72863ad374e06107/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9006180Z [00:15:56.140]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_macro-e7f394649043497f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9073852Z [00:15:56.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_macro-e7f394649043497f/lib-darling_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9142390Z [00:15:56.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_macro-e7f394649043497f/lib-darling_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9210017Z [00:15:56.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/darling_macro-e7f394649043497f/dep-lib-darling_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9277931Z [00:15:56.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error2-8d6b00f86e10480a/lib-proc_macro_error2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9345566Z [00:15:56.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error2-8d6b00f86e10480a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9413572Z [00:15:56.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error2-8d6b00f86e10480a/dep-lib-proc_macro_error2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9481430Z [00:15:56.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error2-8d6b00f86e10480a/lib-proc_macro_error2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9549529Z [00:15:56.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-cb6cb7820aed7842/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9616725Z [00:15:56.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-cb6cb7820aed7842/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9684373Z [00:15:56.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-cb6cb7820aed7842/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9751863Z [00:15:56.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-cb6cb7820aed7842/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9822901Z [00:15:56.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/icu_provider_macros-663d7c594bafd6e7/lib-icu_provider_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9888244Z [00:15:56.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/icu_provider_macros-663d7c594bafd6e7/dep-lib-icu_provider_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:34.9955186Z [00:15:56.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/icu_provider_macros-663d7c594bafd6e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0023936Z [00:15:56.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/icu_provider_macros-663d7c594bafd6e7/lib-icu_provider_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0092220Z [00:15:56.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ident_case-6e14bfbcdc0138ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0160360Z [00:15:56.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ident_case-6e14bfbcdc0138ac/dep-lib-ident_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0227295Z [00:15:56.263]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ident_case-6e14bfbcdc0138ac/lib-ident_case.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0295797Z [00:15:56.269]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ident_case-6e14bfbcdc0138ac/lib-ident_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0364311Z [00:15:56.276]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-66d9a3f92e9fc8d6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0431732Z [00:15:56.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-66d9a3f92e9fc8d6/lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0500487Z [00:15:56.290]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-66d9a3f92e9fc8d6/lib-rust_embed_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0568629Z [00:15:56.297]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-66d9a3f92e9fc8d6/dep-lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0636894Z [00:15:56.303]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/powerfmt-164c24f572cd7b36/lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0704140Z [00:15:56.310]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/powerfmt-164c24f572cd7b36/dep-lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0771259Z [00:15:56.317]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/powerfmt-164c24f572cd7b36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0839661Z [00:15:56.324]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/powerfmt-164c24f572cd7b36/lib-powerfmt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0909777Z [00:15:56.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/recursive-proc-macro-impl-133f31630d73e3b6/dep-lib-recursive_proc_macro_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.0978350Z [00:15:56.338]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/recursive-proc-macro-impl-133f31630d73e3b6/lib-recursive_proc_macro_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1045630Z [00:15:56.344]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/recursive-proc-macro-impl-133f31630d73e3b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1113372Z [00:15:56.351]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/recursive-proc-macro-impl-133f31630d73e3b6/lib-recursive_proc_macro_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1181344Z [00:15:56.358]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-core-7feeb5a8c0de564d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1249444Z [00:15:56.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-core-7feeb5a8c0de564d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1318015Z [00:15:56.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-core-7feeb5a8c0de564d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1385016Z [00:15:56.378]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-core-7feeb5a8c0de564d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1451491Z [00:15:56.385]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/sha2-626b8635c4ee7ae4/lib-sha2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1519525Z [00:15:56.392]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/sha2-626b8635c4ee7ae4/lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1587921Z [00:15:56.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/sha2-626b8635c4ee7ae4/dep-lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1655626Z [00:15:56.405]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/sha2-626b8635c4ee7ae4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1723438Z [00:15:56.412]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-07998f1842027969/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1791321Z [00:15:56.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-07998f1842027969/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1860975Z [00:15:56.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-07998f1842027969/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1928893Z [00:15:56.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-07998f1842027969/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.1996106Z [00:15:56.439]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-sys-bc251e8085e67fc8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2063908Z [00:15:56.446]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-sys-bc251e8085e67fc8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2131974Z [00:15:56.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-sys-bc251e8085e67fc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2199838Z [00:15:56.460]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-sys-bc251e8085e67fc8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2268841Z [00:15:56.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-client-cb9e2cddfca383e9/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2337190Z [00:15:56.473]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-client-cb9e2cddfca383e9/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2404837Z [00:15:56.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-client-cb9e2cddfca383e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2472473Z [00:15:56.487]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-client-cb9e2cddfca383e9/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2541478Z [00:15:56.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/block-buffer-331f8eb41b0ee660/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2609083Z [00:15:56.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/block-buffer-331f8eb41b0ee660/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2677154Z [00:15:56.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/block-buffer-331f8eb41b0ee660/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2745250Z [00:15:56.514]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/block-buffer-331f8eb41b0ee660/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2813180Z [00:15:56.521]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/jobserver-43a7a3c01ff28d74/lib-jobserver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2880851Z [00:15:56.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/jobserver-43a7a3c01ff28d74/lib-jobserver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.2948655Z [00:15:56.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/jobserver-43a7a3c01ff28d74/dep-lib-jobserver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3017719Z [00:15:56.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/jobserver-43a7a3c01ff28d74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3085800Z [00:15:56.548]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cc-91d153ba9d360732/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3153717Z [00:15:56.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cc-91d153ba9d360732/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3221659Z [00:15:56.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cc-91d153ba9d360732/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3289376Z [00:15:56.569]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cc-91d153ba9d360732/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3356880Z [00:15:56.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/bytemuck_derive-b63fe2959de36e76/lib-bytemuck_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3425772Z [00:15:56.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/bytemuck_derive-b63fe2959de36e76/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3494906Z [00:15:56.589]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/bytemuck_derive-b63fe2959de36e76/dep-lib-bytemuck_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3562981Z [00:15:56.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/bytemuck_derive-b63fe2959de36e76/lib-bytemuck_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3631979Z [00:15:56.603]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9a8eb367ceaeb489/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3700131Z [00:15:56.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9a8eb367ceaeb489/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3767675Z [00:15:56.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9a8eb367ceaeb489/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3835139Z [00:15:56.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9a8eb367ceaeb489/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3903482Z [00:15:56.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerovec-derive-4aac91b94c7ed4d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.3971668Z [00:15:56.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerovec-derive-4aac91b94c7ed4d0/lib-zerovec_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4039965Z [00:15:56.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerovec-derive-4aac91b94c7ed4d0/dep-lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4107358Z [00:15:56.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerovec-derive-4aac91b94c7ed4d0/lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4176429Z [00:15:56.657]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-c648b170f6ea5c22/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4244013Z [00:15:56.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-c648b170f6ea5c22/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4312277Z [00:15:56.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-c648b170f6ea5c22/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4379813Z [00:15:56.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-c648b170f6ea5c22/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4448162Z [00:15:56.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tokio-macros-0760b7ecaac6b5af/lib-tokio_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4516489Z [00:15:56.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tokio-macros-0760b7ecaac6b5af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4584197Z [00:15:56.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tokio-macros-0760b7ecaac6b5af/dep-lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4652316Z [00:15:56.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tokio-macros-0760b7ecaac6b5af/lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4720453Z [00:15:56.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-4a6bafdab6dd50b1/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4789784Z [00:15:56.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-4a6bafdab6dd50b1/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4857619Z [00:15:56.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-4a6bafdab6dd50b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4926181Z [00:15:56.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-4a6bafdab6dd50b1/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.4996191Z [00:15:56.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strsim-8151a4195d1e2b85/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5063058Z [00:15:56.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strsim-8151a4195d1e2b85/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5129203Z [00:15:56.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strsim-8151a4195d1e2b85/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5195212Z [00:15:56.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strsim-8151a4195d1e2b85/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5262210Z [00:15:56.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-58edf433c32082af/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5331471Z [00:15:56.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-58edf433c32082af/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5398561Z [00:15:56.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-58edf433c32082af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5465062Z [00:15:56.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-58edf433c32082af/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5532909Z [00:15:56.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-src-21ab73ac4d52500b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5598912Z [00:15:56.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-src-21ab73ac4d52500b/lib-openssl_src' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5665171Z [00:15:56.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-src-21ab73ac4d52500b/dep-lib-openssl_src' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5734060Z [00:15:56.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/openssl-src-21ab73ac4d52500b/lib-openssl_src.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5801594Z [00:15:56.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-trait-e44bdddf6aa46194/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5867684Z [00:15:56.827]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-trait-e44bdddf6aa46194/dep-lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.5934980Z [00:15:56.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-trait-e44bdddf6aa46194/lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6002488Z [00:15:56.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-trait-e44bdddf6aa46194/lib-async_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6070612Z [00:15:56.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-a81014a3585f0a40/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6138116Z [00:15:56.854]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-a81014a3585f0a40/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6205941Z [00:15:56.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-a81014a3585f0a40/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6275240Z [00:15:56.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/html5ever-a81014a3585f0a40/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6343382Z [00:15:56.874]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/mime_guess-d47cca69afa52fe2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6412011Z [00:15:56.881]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/mime_guess-d47cca69afa52fe2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6479384Z [00:15:56.888]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/mime_guess-d47cca69afa52fe2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6547354Z [00:15:56.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/mime_guess-d47cca69afa52fe2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6615205Z [00:15:56.901]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cssparser-macros-143933951c5b48f4/lib-cssparser_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6682490Z [00:15:56.908]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cssparser-macros-143933951c5b48f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6749943Z [00:15:56.915]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cssparser-macros-143933951c5b48f4/lib-cssparser_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6818815Z [00:15:56.922]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cssparser-macros-143933951c5b48f4/dep-lib-cssparser_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6886699Z [00:15:56.928]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/vcpkg-31939969594be859/lib-vcpkg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.6953842Z [00:15:56.935]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/vcpkg-31939969594be859/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7021268Z [00:15:56.942]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/vcpkg-31939969594be859/lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7088572Z [00:15:56.949]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/vcpkg-31939969594be859/dep-lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7157326Z [00:15:56.955]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ring-389bd000477ec9b1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7225798Z [00:15:56.962]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ring-389bd000477ec9b1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7294427Z [00:15:56.969]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ring-389bd000477ec9b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7362530Z [00:15:56.976]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ring-389bd000477ec9b1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7430173Z [00:15:56.983]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-2e8e63eb54fd263e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7497104Z [00:15:56.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-2e8e63eb54fd263e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7565334Z [00:15:56.996]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-2e8e63eb54fd263e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7635244Z [00:15:57.003]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/crunchy-2e8e63eb54fd263e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7704222Z [00:15:57.010]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicase-66709f9f2f1e2fc0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7771497Z [00:15:57.017]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicase-66709f9f2f1e2fc0/lib-unicase' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7839412Z [00:15:57.024]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicase-66709f9f2f1e2fc0/dep-lib-unicase' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7906373Z [00:15:57.030]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicase-66709f9f2f1e2fc0/lib-unicase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.7975557Z [00:15:57.037]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-stream-impl-9fc4899e867a02e0/lib-async_stream_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8043849Z [00:15:57.044]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-stream-impl-9fc4899e867a02e0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8110732Z [00:15:57.051]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-stream-impl-9fc4899e867a02e0/dep-lib-async_stream_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8178092Z [00:15:57.058]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/async-stream-impl-9fc4899e867a02e0/lib-async_stream_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8246994Z [00:15:57.064]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-9af7d55ab41a6c54/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8314199Z [00:15:57.071]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-9af7d55ab41a6c54/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8382021Z [00:15:57.078]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-9af7d55ab41a6c54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8449995Z [00:15:57.085]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-9af7d55ab41a6c54/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8518479Z [00:15:57.092]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-ops-31fc1fb6eb6f8a25/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8586352Z [00:15:57.098]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-ops-31fc1fb6eb6f8a25/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8655828Z [00:15:57.105]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-ops-31fc1fb6eb6f8a25/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8723613Z [00:15:57.112]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-ops-31fc1fb6eb6f8a25/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8802747Z [00:15:57.120]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/doctest-file-c05b706e984cbe72/lib-doctest_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8872161Z [00:15:57.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/doctest-file-c05b706e984cbe72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.8940053Z [00:15:57.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/doctest-file-c05b706e984cbe72/dep-lib-doctest_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9008535Z [00:15:57.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/doctest-file-c05b706e984cbe72/lib-doctest_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9076558Z [00:15:57.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-xid-737d6c7f87b8f7f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9144941Z [00:15:57.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-xid-737d6c7f87b8f7f7/lib-unicode_xid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9212279Z [00:15:57.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-xid-737d6c7f87b8f7f7/lib-unicode_xid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9279669Z [00:15:57.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/unicode-xid-737d6c7f87b8f7f7/dep-lib-unicode_xid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9347686Z [00:15:57.175]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-17ecd09e58c5d91f/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9415704Z [00:15:57.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-17ecd09e58c5d91f/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9482695Z [00:15:57.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-17ecd09e58c5d91f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9550322Z [00:15:57.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-17ecd09e58c5d91f/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9618340Z [00:15:57.202]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9eae7abeac8fcaec/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9686640Z [00:15:57.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9eae7abeac8fcaec/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9753675Z [00:15:57.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9eae7abeac8fcaec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9821192Z [00:15:57.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-9eae7abeac8fcaec/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9889618Z [00:15:57.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-66b623816621ed8c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:35.9956820Z [00:15:57.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-66b623816621ed8c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0024146Z [00:15:57.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-66b623816621ed8c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0092187Z [00:15:57.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-66b623816621ed8c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0161028Z [00:15:57.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-125d7a6f750e0337/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0228579Z [00:15:57.263]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-125d7a6f750e0337/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0295665Z [00:15:57.269]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-125d7a6f750e0337/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0363629Z [00:15:57.276]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/paste-125d7a6f750e0337/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0431060Z [00:15:57.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-a15706ac7b2dc0b9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0498460Z [00:15:57.290]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-a15706ac7b2dc0b9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0566653Z [00:15:57.296]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ryu-9dd961d960e65758/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0635184Z [00:15:57.303]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ryu-9dd961d960e65758/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0703558Z [00:15:57.310]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ryu-9dd961d960e65758/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0771016Z [00:15:57.317]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ryu-9dd961d960e65758/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0839386Z [00:15:57.324]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest-76aad4779472ae34/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0906468Z [00:15:57.330]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest-76aad4779472ae34/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.0973312Z [00:15:57.337]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest-76aad4779472ae34/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1042534Z [00:15:57.344]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest-76aad4779472ae34/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1111521Z [00:15:57.351]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-d5b2cff9ce5b2329/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1179636Z [00:15:57.358]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_json-d5b2cff9ce5b2329/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1248719Z [00:15:57.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-35a562d47aad9e49/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1317261Z [00:15:57.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-35a562d47aad9e49/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1384299Z [00:15:57.378]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-35a562d47aad9e49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1453481Z [00:15:57.385]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-35a562d47aad9e49/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1522163Z [00:15:57.392]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-08134796525ad32f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1589507Z [00:15:57.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-08134796525ad32f/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1656932Z [00:15:57.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-08134796525ad32f/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1724589Z [00:15:57.412]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-08134796525ad32f/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1793474Z [00:15:57.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uucore_procs-8984b3efa9788265/lib-uucore_procs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1860622Z [00:15:57.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uucore_procs-8984b3efa9788265/dep-lib-uucore_procs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1927103Z [00:15:57.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uucore_procs-8984b3efa9788265/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.1994561Z [00:15:57.439]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uucore_procs-8984b3efa9788265/lib-uucore_procs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2062828Z [00:15:57.446]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-44d55ce0e635923d/lib-nu_derive_value.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2129485Z [00:15:57.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-44d55ce0e635923d/lib-nu_derive_value' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2196438Z [00:15:57.459]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-44d55ce0e635923d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2263624Z [00:15:57.466]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-44d55ce0e635923d/dep-lib-nu_derive_value' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2331347Z [00:15:57.473]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uuhelp_parser-89bd4899ecf52dda/lib-uuhelp_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2398278Z [00:15:57.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uuhelp_parser-89bd4899ecf52dda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2466554Z [00:15:57.486]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uuhelp_parser-89bd4899ecf52dda/dep-lib-uuhelp_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2534490Z [00:15:57.493]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/uuhelp_parser-89bd4899ecf52dda/lib-uuhelp_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2602187Z [00:15:57.500]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-618cba5715e59e9d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2670893Z [00:15:57.507]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro2-618cba5715e59e9d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2738839Z [00:15:57.514]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/owo-colors-c3d65a2397b2a154/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2805713Z [00:15:57.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/owo-colors-c3d65a2397b2a154/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2874007Z [00:15:57.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/owo-colors-c3d65a2397b2a154/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.2941577Z [00:15:57.534]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/owo-colors-c3d65a2397b2a154/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3008840Z [00:15:57.541]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/version_check-0f687acfe00fe645/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3076259Z [00:15:57.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/version_check-0f687acfe00fe645/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3144023Z [00:15:57.554]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/version_check-0f687acfe00fe645/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3212235Z [00:15:57.561]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/version_check-0f687acfe00fe645/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3280897Z [00:15:57.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slotmap-767365a0414cdc3c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3347678Z [00:15:57.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slotmap-767365a0414cdc3c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3415147Z [00:15:57.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slotmap-767365a0414cdc3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3482636Z [00:15:57.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/slotmap-767365a0414cdc3c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3550042Z [00:15:57.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/psm-e8e607c8bb85a928/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3617976Z [00:15:57.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/psm-e8e607c8bb85a928/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3684391Z [00:15:57.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/psm-e8e607c8bb85a928/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3752826Z [00:15:57.615]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/psm-e8e607c8bb85a928/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3820395Z [00:15:57.622]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/signal-hook-6abc108caf5f9c84/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3888408Z [00:15:57.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/signal-hook-6abc108caf5f9c84/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.3956490Z [00:15:57.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/signal-hook-6abc108caf5f9c84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4024329Z [00:15:57.642]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/signal-hook-6abc108caf5f9c84/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4093008Z [00:15:57.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-2c9c4bffe6bd60ec/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4160126Z [00:15:57.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-2c9c4bffe6bd60ec/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4227528Z [00:15:57.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-2c9c4bffe6bd60ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4293789Z [00:15:57.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nix-2c9c4bffe6bd60ec/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4362254Z [00:15:57.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-core-1e5e24273b2d9975/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4429141Z [00:15:57.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-core-1e5e24273b2d9975/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4497089Z [00:15:57.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-core-1e5e24273b2d9975/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4564655Z [00:15:57.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-core-1e5e24273b2d9975/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4633672Z [00:15:57.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lz4-sys-1bd6143cfd3b3cd3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4702336Z [00:15:57.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lz4-sys-1bd6143cfd3b3cd3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4772965Z [00:15:57.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lz4-sys-1bd6143cfd3b3cd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4841884Z [00:15:57.724]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lz4-sys-1bd6143cfd3b3cd3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4909863Z [00:15:57.731]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-lazy-63e1bd002397941b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.4976096Z [00:15:57.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-lazy-63e1bd002397941b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5043063Z [00:15:57.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-lazy-63e1bd002397941b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5109943Z [00:15:57.751]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-lazy-63e1bd002397941b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5177513Z [00:15:57.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-e6154b075be348c4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5244871Z [00:15:57.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-e6154b075be348c4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5310399Z [00:15:57.771]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-e6154b075be348c4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5377383Z [00:15:57.778]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-e6154b075be348c4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5445012Z [00:15:57.784]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lock_api-b1319322a7803845/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5511106Z [00:15:57.791]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lock_api-b1319322a7803845/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5577130Z [00:15:57.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lock_api-b1319322a7803845/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5644589Z [00:15:57.804]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/lock_api-b1319322a7803845/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5711500Z [00:15:57.811]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/digest-95c4282100bdea88/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5777387Z [00:15:57.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/digest-95c4282100bdea88/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5844075Z [00:15:57.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/digest-95c4282100bdea88/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5910483Z [00:15:57.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/digest-95c4282100bdea88/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.5977249Z [00:15:57.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-788918ac2920854d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6043983Z [00:15:57.844]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-788918ac2920854d/lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6110672Z [00:15:57.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-788918ac2920854d/lib-time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6176984Z [00:15:57.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/time-788918ac2920854d/dep-lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6244075Z [00:15:57.864]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_macros-9d96f0b352a418e7/dep-lib-phf_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6311083Z [00:15:57.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_macros-9d96f0b352a418e7/lib-phf_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6376787Z [00:15:57.877]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_macros-9d96f0b352a418e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6443430Z [00:15:57.884]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_macros-9d96f0b352a418e7/lib-phf_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6511124Z [00:15:57.891]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-724eaad38d3d0858/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6577548Z [00:15:57.898]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-724eaad38d3d0858/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6643450Z [00:15:57.904]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-724eaad38d3d0858/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6710247Z [00:15:57.911]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-724eaad38d3d0858/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6776564Z [00:15:57.917]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/iana-time-zone-d0b739f6cd7fd254/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6843948Z [00:15:57.924]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/iana-time-zone-d0b739f6cd7fd254/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6911733Z [00:15:57.931]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/iana-time-zone-d0b739f6cd7fd254/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.6979434Z [00:15:57.938]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/iana-time-zone-d0b739f6cd7fd254/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7046357Z [00:15:57.944]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/memchr-ef494630329a9d1d/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7112704Z [00:15:57.951]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/memchr-ef494630329a9d1d/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7179556Z [00:15:57.958]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/memchr-ef494630329a9d1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7247014Z [00:15:57.965]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/memchr-ef494630329a9d1d/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7314738Z [00:15:57.971]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_consume_macros-13f4b0da849835e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7382090Z [00:15:57.978]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_consume_macros-13f4b0da849835e2/lib-pest_consume_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7449164Z [00:15:57.985]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_consume_macros-13f4b0da849835e2/lib-pest_consume_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7516363Z [00:15:57.991]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_consume_macros-13f4b0da849835e2/dep-lib-pest_consume_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7583473Z [00:15:57.998]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-6c9c95398869a1ca/lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7652357Z [00:15:58.005]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-6c9c95398869a1ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7719723Z [00:15:58.012]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-6c9c95398869a1ca/lib-phf_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7786976Z [00:15:58.018]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_shared-6c9c95398869a1ca/dep-lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7855062Z [00:15:58.025]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-9d7698c317bcda08/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7923552Z [00:15:58.032]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-9d7698c317bcda08/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.7991680Z [00:15:58.039]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-9d7698c317bcda08/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8059680Z [00:15:58.046]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typenum-9d7698c317bcda08/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8126926Z [00:15:58.052]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ahash-96eda7bd7982974c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8194437Z [00:15:58.059]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ahash-96eda7bd7982974c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8262998Z [00:15:58.066]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ahash-96eda7bd7982974c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8330609Z [00:15:58.073]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ahash-96eda7bd7982974c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8398698Z [00:15:58.080]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-build-da53a4051b7ec032/dep-lib-chrono_tz_build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8467519Z [00:15:58.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-build-da53a4051b7ec032/lib-chrono_tz_build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8534313Z [00:15:58.093]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-build-da53a4051b7ec032/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8601264Z [00:15:58.100]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/chrono-tz-build-da53a4051b7ec032/lib-chrono_tz_build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8669123Z [00:15:58.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-dd365abeb48567bd/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8737311Z [00:15:58.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-dd365abeb48567bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8805867Z [00:15:58.120]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-dd365abeb48567bd/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8873639Z [00:15:58.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/syn-dd365abeb48567bd/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.8941065Z [00:15:58.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libssh2-sys-70f94f1e98cd3ae0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9008485Z [00:15:58.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libssh2-sys-70f94f1e98cd3ae0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9076855Z [00:15:58.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libssh2-sys-70f94f1e98cd3ae0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9143785Z [00:15:58.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libssh2-sys-70f94f1e98cd3ae0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9210677Z [00:15:58.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quick-xml-fc02d877b2a5ca14/lib-quick_xml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9278503Z [00:15:58.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quick-xml-fc02d877b2a5ca14/dep-lib-quick_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9345882Z [00:15:58.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quick-xml-fc02d877b2a5ca14/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9413886Z [00:15:58.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quick-xml-fc02d877b2a5ca14/lib-quick_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9481379Z [00:15:58.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr2-3d72dd7c6509f3a6/lib-proc_macro_error_attr2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9549979Z [00:15:58.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr2-3d72dd7c6509f3a6/dep-lib-proc_macro_error_attr2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9616562Z [00:15:58.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr2-3d72dd7c6509f3a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9684076Z [00:15:58.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr2-3d72dd7c6509f3a6/lib-proc_macro_error_attr2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9751240Z [00:15:58.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libm-c369b295016e5dc6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9817697Z [00:15:58.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libm-c369b295016e5dc6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9884333Z [00:15:58.228]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libm-c369b295016e5dc6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:36.9950841Z [00:15:58.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libm-c369b295016e5dc6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0018292Z [00:15:58.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/portable-atomic-48618f0d2338ceca/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0083997Z [00:15:58.248]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/portable-atomic-48618f0d2338ceca/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0150347Z [00:15:58.255]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/portable-atomic-48618f0d2338ceca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0217018Z [00:15:58.261]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/portable-atomic-48618f0d2338ceca/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0284777Z [00:15:58.268]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/displaydoc-cb456012e5f05a7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0353981Z [00:15:58.275]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/displaydoc-cb456012e5f05a7d/lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0421706Z [00:15:58.282]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/displaydoc-cb456012e5f05a7d/dep-lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0489087Z [00:15:58.289]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/displaydoc-cb456012e5f05a7d/lib-displaydoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0555813Z [00:15:58.295]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-cd899efe4c4273a4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0623339Z [00:15:58.302]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-cd899efe4c4273a4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0691084Z [00:15:58.309]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-cd899efe4c4273a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0757716Z [00:15:58.316]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustix-cd899efe4c4273a4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0824784Z [00:15:58.322]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-014c30ac66d1b674/lib-phf_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0893467Z [00:15:58.329]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-014c30ac66d1b674/lib-phf_generator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.0960432Z [00:15:58.336]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-014c30ac66d1b674/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1025814Z [00:15:58.342]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_generator-014c30ac66d1b674/dep-lib-phf_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1093209Z [00:15:58.349]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-2c5a055760d334af/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1161537Z [00:15:58.356]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-2c5a055760d334af/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1228247Z [00:15:58.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-2c5a055760d334af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1296049Z [00:15:58.369]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-2c5a055760d334af/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1365035Z [00:15:58.376]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-53705d2bc7aa806a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1431734Z [00:15:58.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-53705d2bc7aa806a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1499273Z [00:15:58.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-53705d2bc7aa806a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1566085Z [00:15:58.396]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustversion-53705d2bc7aa806a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1633971Z [00:15:58.403]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-16e48a3644e9bb47/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1701263Z [00:15:58.410]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-16e48a3644e9bb47/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1767480Z [00:15:58.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-16e48a3644e9bb47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1834601Z [00:15:58.423]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/markup5ever-16e48a3644e9bb47/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1901314Z [00:15:58.430]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_codegen-14bc4f3cd5e626fc/lib-phf_codegen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.1968515Z [00:15:58.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_codegen-14bc4f3cd5e626fc/lib-phf_codegen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2036413Z [00:15:58.443]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_codegen-14bc4f3cd5e626fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2102877Z [00:15:58.450]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/phf_codegen-14bc4f3cd5e626fc/dep-lib-phf_codegen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2169662Z [00:15:58.457]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/heck-d971cb75bb8270d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2236417Z [00:15:58.463]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/heck-d971cb75bb8270d7/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2303567Z [00:15:58.470]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/heck-d971cb75bb8270d7/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2370775Z [00:15:58.477]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/heck-d971cb75bb8270d7/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2437948Z [00:15:58.484]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-bd0800023f823300/lib-tiny_keccak.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2505157Z [00:15:58.490]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-bd0800023f823300/dep-lib-tiny_keccak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2571207Z [00:15:58.497]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-bd0800023f823300/lib-tiny_keccak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2637488Z [00:15:58.504]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-bd0800023f823300/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2706677Z [00:15:58.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ucd-trie-b194e75dd3796006/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2775066Z [00:15:58.517]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ucd-trie-b194e75dd3796006/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2842956Z [00:15:58.524]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ucd-trie-b194e75dd3796006/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2910692Z [00:15:58.531]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ucd-trie-b194e75dd3796006/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.2979230Z [00:15:58.538]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-derive-cb5386b942bc174e/dep-lib-zerocopy_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3045740Z [00:15:58.544]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-derive-cb5386b942bc174e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3113159Z [00:15:58.551]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-derive-cb5386b942bc174e/lib-zerocopy_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3179321Z [00:15:58.558]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerocopy-derive-cb5386b942bc174e/lib-zerocopy_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3247283Z [00:15:58.565]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/string_cache_codegen-da18c40b8b01dffe/lib-string_cache_codegen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3316084Z [00:15:58.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/string_cache_codegen-da18c40b8b01dffe/dep-lib-string_cache_codegen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3382825Z [00:15:58.578]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/string_cache_codegen-da18c40b8b01dffe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3449525Z [00:15:58.585]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/string_cache_codegen-da18c40b8b01dffe/lib-string_cache_codegen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3516977Z [00:15:58.591]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-impl-576802228851f3f9/lib-ref_cast_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3584028Z [00:15:58.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-impl-576802228851f3f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3650816Z [00:15:58.605]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-impl-576802228851f3f9/dep-lib-ref_cast_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3717691Z [00:15:58.612]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/ref-cast-impl-576802228851f3f9/lib-ref_cast_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3783977Z [00:15:58.618]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb_data-b5ad4975cfbc060d/lib-tzdb_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3851134Z [00:15:58.625]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb_data-b5ad4975cfbc060d/dep-lib-tzdb_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3917725Z [00:15:58.632]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb_data-b5ad4975cfbc060d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.3985624Z [00:15:58.638]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tzdb_data-b5ad4975cfbc060d/lib-tzdb_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4053766Z [00:15:58.645]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-safe-2c3f57cfec6e39e8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4120419Z [00:15:58.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-safe-2c3f57cfec6e39e8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4188430Z [00:15:58.659]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-safe-2c3f57cfec6e39e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4254202Z [00:15:58.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zstd-safe-2c3f57cfec6e39e8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4323053Z [00:15:58.672]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/same-file-aac2d23336610936/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4389131Z [00:15:58.679]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/same-file-aac2d23336610936/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4456092Z [00:15:58.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/same-file-aac2d23336610936/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4524208Z [00:15:58.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/same-file-aac2d23336610936/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4590895Z [00:15:58.699]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-4ea56a63ed6ec1af/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4658909Z [00:15:58.706]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/tiny-keccak-4ea56a63ed6ec1af/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4726279Z [00:15:58.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libz-sys-43eb14db8c4636fd/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4795550Z [00:15:58.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libz-sys-43eb14db8c4636fd/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4862694Z [00:15:58.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libz-sys-43eb14db8c4636fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4930316Z [00:15:58.733]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libz-sys-43eb14db8c4636fd/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.4998370Z [00:15:58.740]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-sys-73684a031be37e5a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5066524Z [00:15:58.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-sys-73684a031be37e5a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5134186Z [00:15:58.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-sys-73684a031be37e5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5201861Z [00:15:58.760]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-sys-73684a031be37e5a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5267626Z [00:15:58.767]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/fnv-f20460b8def46d23/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5334216Z [00:15:58.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/fnv-f20460b8def46d23/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5399984Z [00:15:58.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/fnv-f20460b8def46d23/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5466227Z [00:15:58.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/fnv-f20460b8def46d23/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5532571Z [00:15:58.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/once_cell-c1f71e7d878f8f58/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5598788Z [00:15:58.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/once_cell-c1f71e7d878f8f58/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5665726Z [00:15:58.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/once_cell-c1f71e7d878f8f58/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5731511Z [00:15:58.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/once_cell-c1f71e7d878f8f58/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5798941Z [00:15:58.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-88af674ae1a6a382/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5864853Z [00:15:58.826]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-88af674ae1a6a382/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5930605Z [00:15:58.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-88af674ae1a6a382/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.5998152Z [00:15:58.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/cfg_aliases-88af674ae1a6a382/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6066287Z [00:15:58.846]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-backend-ed8633dae849c4f2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6132294Z [00:15:58.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-backend-ed8633dae849c4f2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6199268Z [00:15:58.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-backend-ed8633dae849c4f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6266098Z [00:15:58.866]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/wayland-backend-ed8633dae849c4f2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6334784Z [00:15:58.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-059fe526b05f08c5/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6400194Z [00:15:58.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-059fe526b05f08c5/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6466911Z [00:15:58.886]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-059fe526b05f08c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6533274Z [00:15:58.893]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rustls-059fe526b05f08c5/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6600627Z [00:15:58.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_derive-be995c7f03fff277/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6668498Z [00:15:58.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_derive-be995c7f03fff277/dep-lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6734663Z [00:15:58.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_derive-be995c7f03fff277/lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6801770Z [00:15:58.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_derive-be995c7f03fff277/lib-pest_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6869524Z [00:15:58.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num_threads-1c315c551761a596/dep-lib-num_threads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.6938458Z [00:15:58.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num_threads-1c315c551761a596/lib-num_threads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7003694Z [00:15:58.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num_threads-1c315c551761a596/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7071034Z [00:15:58.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num_threads-1c315c551761a596/lib-num_threads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7137521Z [00:15:58.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-sys-05a6b5cb614e9946/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7203803Z [00:15:58.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-sys-05a6b5cb614e9946/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7269565Z [00:15:58.967]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-sys-05a6b5cb614e9946/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7338261Z [00:15:58.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/curl-sys-05a6b5cb614e9946/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7405425Z [00:15:58.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typeid-edb6d28e801ae3a7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7474246Z [00:15:58.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typeid-edb6d28e801ae3a7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7541480Z [00:15:58.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typeid-edb6d28e801ae3a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7608372Z [00:15:59.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typeid-edb6d28e801ae3a7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7678113Z [00:15:59.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/yoke-derive-5fce6fcb5e96da01/lib-yoke_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7745326Z [00:15:59.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/yoke-derive-5fce6fcb5e96da01/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7813272Z [00:15:59.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/yoke-derive-5fce6fcb5e96da01/lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7880069Z [00:15:59.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/yoke-derive-5fce6fcb5e96da01/dep-lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.7947325Z [00:15:59.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-8c36dae309e4f58c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8013730Z [00:15:59.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-8c36dae309e4f58c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8080978Z [00:15:59.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-8c36dae309e4f58c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8147151Z [00:15:59.055]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-8c36dae309e4f58c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8212620Z [00:15:59.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-967ca0797cb5c598/lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8278946Z [00:15:59.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-967ca0797cb5c598/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8344623Z [00:15:59.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-967ca0797cb5c598/lib-semver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8410305Z [00:15:59.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/semver-967ca0797cb5c598/dep-lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8478481Z [00:15:59.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-097830e16e51aa4f/lib-nu_derive_value.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8545668Z [00:15:59.094]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-097830e16e51aa4f/lib-nu_derive_value' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8611719Z [00:15:59.101]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-097830e16e51aa4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8678345Z [00:15:59.108]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/nu-derive-value-097830e16e51aa4f/dep-lib-nu_derive_value' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8745009Z [00:15:59.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format_proc_macros-e3fae36cd00bbcee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8811901Z [00:15:59.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format_proc_macros-e3fae36cd00bbcee/dep-lib-const_format_proc_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8878276Z [00:15:59.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format_proc_macros-e3fae36cd00bbcee/lib-const_format_proc_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.8944209Z [00:15:59.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/const_format_proc_macros-e3fae36cd00bbcee/lib-const_format_proc_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9010999Z [00:15:59.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-cf7592826f5ef5f0/dep-lib-rust_embed_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9078300Z [00:15:59.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-cf7592826f5ef5f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9145195Z [00:15:59.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-cf7592826f5ef5f0/lib-rust_embed_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9212641Z [00:15:59.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-cf7592826f5ef5f0/lib-rust_embed_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9279923Z [00:15:59.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-compute-8103600b811be3bd/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9347568Z [00:15:59.175]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-compute-8103600b811be3bd/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9414435Z [00:15:59.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-compute-8103600b811be3bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9481796Z [00:15:59.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-compute-8103600b811be3bd/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9549243Z [00:15:59.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strum_macros-2bd840fab42f1cf2/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9616278Z [00:15:59.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strum_macros-2bd840fab42f1cf2/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9683961Z [00:15:59.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strum_macros-2bd840fab42f1cf2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9750195Z [00:15:59.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/strum_macros-2bd840fab42f1cf2/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9817709Z [00:15:59.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-5b498cb455579383/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9885660Z [00:15:59.228]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-5b498cb455579383/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:37.9952333Z [00:15:59.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-5b498cb455579383/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0019520Z [00:15:59.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-5b498cb455579383/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0088353Z [00:15:59.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-01c44805d6da04b7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0155364Z [00:15:59.255]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-01c44805d6da04b7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0221842Z [00:15:59.262]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-01c44805d6da04b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0288834Z [00:15:59.269]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/libc-01c44805d6da04b7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0359703Z [00:15:59.276]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerofrom-derive-18b19b1518a32417/dep-lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0426522Z [00:15:59.282]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerofrom-derive-18b19b1518a32417/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0493546Z [00:15:59.289]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerofrom-derive-18b19b1518a32417/lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0559718Z [00:15:59.296]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/zerofrom-derive-18b19b1518a32417/lib-zerofrom_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0627034Z [00:15:59.302]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-25f7662009933dc1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0694248Z [00:15:59.309]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-25f7662009933dc1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0761451Z [00:15:59.316]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-25f7662009933dc1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0829204Z [00:15:59.323]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/thiserror-25f7662009933dc1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0896392Z [00:15:59.329]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quote-804bb9c3a8d9bdc0/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.0964005Z [00:15:59.336]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quote-804bb9c3a8d9bdc0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1031371Z [00:15:59.343]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quote-804bb9c3a8d9bdc0/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1099902Z [00:15:59.350]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/quote-804bb9c3a8d9bdc0/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1167608Z [00:15:59.357]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_meta-d4d951ade5791d44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1234933Z [00:15:59.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_meta-d4d951ade5791d44/lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1302198Z [00:15:59.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_meta-d4d951ade5791d44/dep-lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1370495Z [00:15:59.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/pest_meta-d4d951ade5791d44/lib-pest_meta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1438445Z [00:15:59.384]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-traits-5a43c5915e428f7d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1505568Z [00:15:59.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-traits-5a43c5915e428f7d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1573969Z [00:15:59.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-traits-5a43c5915e428f7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1641663Z [00:15:59.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/num-traits-5a43c5915e428f7d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1708174Z [00:15:59.411]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/selectors-74fb3785e8d14db6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1774802Z [00:15:59.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/selectors-74fb3785e8d14db6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1841938Z [00:15:59.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/selectors-74fb3785e8d14db6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1909266Z [00:15:59.431]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/selectors-74fb3785e8d14db6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.1976721Z [00:15:59.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typetag-impl-525ec7da24dc57a0/lib-typetag_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2045848Z [00:15:59.444]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typetag-impl-525ec7da24dc57a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2113883Z [00:15:59.451]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typetag-impl-525ec7da24dc57a0/dep-lib-typetag_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2182540Z [00:15:59.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/typetag-impl-525ec7da24dc57a0/lib-typetag_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2252836Z [00:15:59.465]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-plan-ae1518486893bd6a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2319957Z [00:15:59.472]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-plan-ae1518486893bd6a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2388494Z [00:15:59.479]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-plan-ae1518486893bd6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2456566Z [00:15:59.485]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-plan-ae1518486893bd6a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2524549Z [00:15:59.492]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/siphasher-51fd2d5d901c2515/dep-lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2591135Z [00:15:59.499]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/siphasher-51fd2d5d901c2515/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2659386Z [00:15:59.506]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/siphasher-51fd2d5d901c2515/lib-siphasher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2726845Z [00:15:59.512]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/siphasher-51fd2d5d901c2515/lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2795424Z [00:15:59.519]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/futures-macro-5a8590abd7568cd6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2862313Z [00:15:59.526]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/futures-macro-5a8590abd7568cd6/lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2929614Z [00:15:59.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/futures-macro-5a8590abd7568cd6/lib-futures_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.2996857Z [00:15:59.539]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/futures-macro-5a8590abd7568cd6/dep-lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3064883Z [00:15:59.546]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-schema-3c1e7021f7e123db/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3133929Z [00:15:59.553]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-schema-3c1e7021f7e123db/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3200841Z [00:15:59.560]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-schema-3c1e7021f7e123db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3268494Z [00:15:59.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/polars-schema-3c1e7021f7e123db/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3334711Z [00:15:59.573]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_repr-d5e1050d5dfc06d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3402370Z [00:15:59.580]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_repr-d5e1050d5dfc06d2/dep-lib-serde_repr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3470713Z [00:15:59.587]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_repr-d5e1050d5dfc06d2/lib-serde_repr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3551065Z [00:15:59.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/serde_repr-d5e1050d5dfc06d2/lib-serde_repr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3619791Z [00:15:59.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-578c736568b40cd9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3687026Z [00:15:59.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-578c736568b40cd9/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3754516Z [00:15:59.615]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-578c736568b40cd9/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3821224Z [00:15:59.622]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/generic-array-578c736568b40cd9/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3889919Z [00:15:59.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-ef20c83383748a6e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.3957971Z [00:15:59.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-ef20c83383748a6e/lib-parse_zoneinfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4025612Z [00:15:59.642]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-ef20c83383748a6e/dep-lib-parse_zoneinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4092860Z [00:15:59.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/parse-zoneinfo-ef20c83383748a6e/lib-parse_zoneinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4161523Z [00:15:59.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/anyhow-4acb5407acaf121b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4228910Z [00:15:59.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/anyhow-4acb5407acaf121b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4295605Z [00:15:59.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/anyhow-4acb5407acaf121b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4363154Z [00:15:59.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/anyhow-4acb5407acaf121b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4431602Z [00:15:59.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/is_debug-8b4cbb64fe03d3d5/dep-lib-is_debug' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4499366Z [00:15:59.690]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/is_debug-8b4cbb64fe03d3d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4566762Z [00:15:59.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/is_debug-8b4cbb64fe03d3d5/lib-is_debug' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4634290Z [00:15:59.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/.fingerprint/is_debug-8b4cbb64fe03d3d5/lib-is_debug.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4701883Z [00:15:59.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/release/libnu_derive_value.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4771287Z [00:15:59.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_formats' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4837961Z [00:15:59.724]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_protocol.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4904918Z [00:15:59.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_custom_values' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:38.4972722Z [00:15:59.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_path.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5040342Z [00:15:59.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_table.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5105774Z [00:15:59.750]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_engine.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5173331Z [00:15:59.757]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_example.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5240282Z [00:15:59.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_experimental.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5306421Z [00:15:59.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_gstat' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5373198Z [00:15:59.777]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5440155Z [00:15:59.784]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5506913Z [00:15:59.790]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_formats.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5575022Z [00:15:59.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_test_support.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5642097Z [00:15:59.804]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_cmd_base.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5711975Z [00:15:59.811]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_utils.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5779084Z [00:15:59.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_cmd_lang.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5845899Z [00:15:59.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnuon.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5912731Z [00:15:59.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_core.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.5979811Z [00:15:59.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_cli.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6046088Z [00:15:59.844]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_stress_internals' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6113116Z [00:15:59.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_lsp.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6180791Z [00:15:59.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-lazy-615db2c46a9550db/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6249953Z [00:15:59.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-lazy-615db2c46a9550db/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6317131Z [00:15:59.872]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-lazy-615db2c46a9550db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6383566Z [00:15:59.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-lazy-615db2c46a9550db/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6451405Z [00:15:59.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zerocopy-94d9d136d48d4ebc/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6519000Z [00:15:59.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zerocopy-94d9d136d48d4ebc/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6585790Z [00:15:59.898]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zerocopy-94d9d136d48d4ebc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6653283Z [00:15:59.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zerocopy-94d9d136d48d4ebc/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6721204Z [00:15:59.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/owo-colors-957cc0f7d93d9660/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6788903Z [00:15:59.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/owo-colors-957cc0f7d93d9660/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6856331Z [00:15:59.925]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/owo-colors-957cc0f7d93d9660/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6923776Z [00:15:59.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/owo-colors-957cc0f7d93d9660/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.6991983Z [00:15:59.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-d88a55298ac1cb38/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7059066Z [00:15:59.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-d88a55298ac1cb38/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7126604Z [00:15:59.952]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-d88a55298ac1cb38/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7194127Z [00:15:59.959]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-d88a55298ac1cb38/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7262010Z [00:15:59.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-e4368215916712fa/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7329488Z [00:15:59.973]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-e4368215916712fa/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7397327Z [00:15:59.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-e4368215916712fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7464271Z [00:15:59.986]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-e4368215916712fa/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7532030Z [00:15:59.993]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/out/autocfg_9d41846c6f1c0561_1.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7598530Z [00:16:00.000]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/out/autocfg_9d41846c6f1c0561_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7666559Z [00:16:00.006]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7735028Z [00:16:00.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7801597Z [00:16:00.020]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7868793Z [00:16:00.027]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/num-traits-9054f466d93efd48/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.7936144Z [00:16:00.033]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/procfs-91e332d214a9c483/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8003228Z [00:16:00.040]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/procfs-91e332d214a9c483/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8070751Z [00:16:00.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/procfs-91e332d214a9c483/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8138632Z [00:16:00.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/procfs-91e332d214a9c483/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8205701Z [00:16:00.060]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_compress_sequences.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8273082Z [00:16:00.067]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_compress_literals.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8340620Z [00:16:00.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-debug.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8407617Z [00:16:00.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_lazy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8475565Z [00:16:00.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/88f362f13b0528ed-zstd_decompress_block.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8541417Z [00:16:00.094]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_fast.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8607031Z [00:16:00.100]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstdmt_compress.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8676006Z [00:16:00.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-fse_decompress.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8741825Z [00:16:00.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/88f362f13b0528ed-zstd_decompress.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8809198Z [00:16:00.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v05.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8875991Z [00:16:00.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v03.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.8943010Z [00:16:00.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-huf_compress.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9009843Z [00:16:00.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_compress_superblock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9076263Z [00:16:00.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/a6c81c75fc82913a-cover.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9143664Z [00:16:00.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/libzstd.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9210185Z [00:16:00.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/a6c81c75fc82913a-fastcover.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9277088Z [00:16:00.167]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_opt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9344066Z [00:16:00.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/a6c81c75fc82913a-divsufsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9411779Z [00:16:00.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-zstd_common.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9479350Z [00:16:00.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_double_fast.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9546157Z [00:16:00.194]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v04.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9613533Z [00:16:00.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/88f362f13b0528ed-zstd_ddict.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9680360Z [00:16:00.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9747488Z [00:16:00.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/a6c81c75fc82913a-zdict.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9813927Z [00:16:00.221]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/flag_check' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9881661Z [00:16:00.228]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_ldm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:38.9947629Z [00:16:00.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-pool.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0015750Z [00:16:00.241]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v02.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0083771Z [00:16:00.248]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/include/zstd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0150397Z [00:16:00.255]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/include/zdict.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0215580Z [00:16:00.261]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/include/zstd_errors.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0282992Z [00:16:00.268]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-zstd_compress.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0348553Z [00:16:00.275]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v01.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0415149Z [00:16:00.281]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-entropy_common.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0482364Z [00:16:00.288]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-hist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0547929Z [00:16:00.295]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v06.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0614372Z [00:16:00.301]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/fb80479a5fb81f6a-fse_compress.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0679598Z [00:16:00.308]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/7faed3f8272f2313-huf_decompress_amd64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0745092Z [00:16:00.314]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/88f362f13b0528ed-huf_decompress.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0812313Z [00:16:00.321]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/3f451b2306bc13c8-zstd_v07.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0879296Z [00:16:00.328]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-threading.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.0945589Z [00:16:00.334]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/out/44ff4c55aa9e5133-error_private.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1013146Z [00:16:00.341]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1078895Z [00:16:00.348]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1145577Z [00:16:00.354]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1212299Z [00:16:00.361]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-sys-a2a714a4fdb95279/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1278738Z [00:16:00.368]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/v_htmlescape-3dbfd29f98def6c9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1346488Z [00:16:00.374]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/v_htmlescape-3dbfd29f98def6c9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1412375Z [00:16:00.381]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/v_htmlescape-3dbfd29f98def6c9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1478155Z [00:16:00.388]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/v_htmlescape-3dbfd29f98def6c9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1545724Z [00:16:00.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/portable-atomic-bf89508fdd3eb0c5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1611096Z [00:16:00.401]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/portable-atomic-bf89508fdd3eb0c5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1676397Z [00:16:00.407]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/portable-atomic-bf89508fdd3eb0c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1744028Z [00:16:00.414]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/portable-atomic-bf89508fdd3eb0c5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1810660Z [00:16:00.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-bdc092a484624437/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1876931Z [00:16:00.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-bdc092a484624437/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.1944531Z [00:16:00.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-bdc092a484624437/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2011329Z [00:16:00.441]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-bdc092a484624437/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2078681Z [00:16:00.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/generic-array-7b507696d1c3f522/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2146099Z [00:16:00.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/generic-array-7b507696d1c3f522/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2213637Z [00:16:00.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/generic-array-7b507696d1c3f522/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2279628Z [00:16:00.468]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/generic-array-7b507696d1c3f522/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2347125Z [00:16:00.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/out/rules.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2414177Z [00:16:00.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2483035Z [00:16:00.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2551707Z [00:16:00.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2618635Z [00:16:00.502]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-61c6306df470991b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2686263Z [00:16:00.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-compute-471af232274ed09e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2753629Z [00:16:00.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-compute-471af232274ed09e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2819484Z [00:16:00.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-compute-471af232274ed09e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2884766Z [00:16:00.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-compute-471af232274ed09e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.2953743Z [00:16:00.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-plan-20a02b4d7fc402da/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3018981Z [00:16:00.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-plan-20a02b4d7fc402da/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3086563Z [00:16:00.548]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-plan-20a02b4d7fc402da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3153843Z [00:16:00.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-plan-20a02b4d7fc402da/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3221853Z [00:16:00.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/22ae6416712856c5-vtls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3288632Z [00:16:00.569]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-splay.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3354095Z [00:16:00.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-content_encoding.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3420061Z [00:16:00.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http_digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3485517Z [00:16:00.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cookie.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3552724Z [00:16:00.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-llist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3618642Z [00:16:00.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-select.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3684214Z [00:16:00.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-netrc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3750451Z [00:16:00.615]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-timeval.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3819440Z [00:16:00.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-ws.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3882838Z [00:16:00.628]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_memrchr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.3951519Z [00:16:00.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-parsedate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4020494Z [00:16:00.642]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-setopt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4088949Z [00:16:00.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-getinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4156999Z [00:16:00.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-mprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4224336Z [00:16:00.662]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hmac.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4293129Z [00:16:00.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/22ae6416712856c5-hostcheck.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4360451Z [00:16:00.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-vquic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4427111Z [00:16:00.682]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-fopen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4494363Z [00:16:00.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-multi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4561478Z [00:16:00.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4629636Z [00:16:00.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-sendf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4695554Z [00:16:00.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/libcurl.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4762809Z [00:16:00.716]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-curl_quiche.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4833770Z [00:16:00.723]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/22ae6416712856c5-openssl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4901587Z [00:16:00.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-slist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.4969476Z [00:16:00.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hostasyn.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5035432Z [00:16:00.743]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-doh.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5102916Z [00:16:00.750]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/240958fc840aa3df-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5170367Z [00:16:00.757]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-transfer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5238470Z [00:16:00.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cf-haproxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5305749Z [00:16:00.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-easy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5373671Z [00:16:00.777]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hostip6.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5441419Z [00:16:00.784]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-curl_msh3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5508469Z [00:16:00.791]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http_chunks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5575817Z [00:16:00.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-getenv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5643189Z [00:16:00.804]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-dynbuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5711279Z [00:16:00.811]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_addrinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5777738Z [00:16:00.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-inet_pton.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5844563Z [00:16:00.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-bufq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5912460Z [00:16:00.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-base64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.5979538Z [00:16:00.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-bufref.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6047564Z [00:16:00.845]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-sha256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6114180Z [00:16:00.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_get_line.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6180583Z [00:16:00.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-version.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6247018Z [00:16:00.864]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-mime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6313818Z [00:16:00.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_sha512_256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6380526Z [00:16:00.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6447676Z [00:16:00.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_range.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6517166Z [00:16:00.891]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-request.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6584055Z [00:16:00.898]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-dynhds.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6651492Z [00:16:00.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6718489Z [00:16:00.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-altsvc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6785789Z [00:16:00.918]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-socketpair.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6853101Z [00:16:00.925]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cf-h1-proxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6921788Z [00:16:00.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hsts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.6988573Z [00:16:00.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-idn.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7055908Z [00:16:00.945]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-share.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7122618Z [00:16:00.952]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cfilters.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7190113Z [00:16:00.959]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-vquic-tls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7258145Z [00:16:00.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-md5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7326633Z [00:16:00.972]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-strerror.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7394141Z [00:16:00.979]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-url.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7461729Z [00:16:00.986]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-nonblock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7528488Z [00:16:00.993]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_threads.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7594091Z [00:16:00.999]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/240958fc840aa3df-vauth.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7661667Z [00:16:01.006]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-strtoofft.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7732849Z [00:16:01.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-if2ip.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7801488Z [00:16:01.020]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-strtok.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7868458Z [00:16:01.027]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-urlapi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.7937645Z [00:16:01.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cf-socket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8005423Z [00:16:01.040]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-asyn-thread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8074211Z [00:16:01.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http_aws_sigv4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8142765Z [00:16:01.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-noproxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8210780Z [00:16:01.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-warnless.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8278254Z [00:16:01.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-timediff.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8346207Z [00:16:01.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-fileinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8414392Z [00:16:01.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-hostip.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8483104Z [00:16:01.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-inet_ntop.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8551562Z [00:16:01.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-conncache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8621645Z [00:16:01.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-mqtt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8688665Z [00:16:01.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-strcase.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8755292Z [00:16:01.115]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-curl_ngtcp2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8823117Z [00:16:01.122]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/22ae6416712856c5-keylog.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8892140Z [00:16:01.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-escape.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.8959301Z [00:16:01.136]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-progress.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9026389Z [00:16:01.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/88605ebfd738fb09-curl_osslq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9096299Z [00:16:01.149]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-curl_trc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9163363Z [00:16:01.156]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cf-https-connect.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9229874Z [00:16:01.163]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9297545Z [00:16:01.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-rename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9364305Z [00:16:01.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-formdata.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9430740Z [00:16:01.183]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-socks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9496924Z [00:16:01.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-rand.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9562723Z [00:16:01.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-cw-out.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9629149Z [00:16:01.203]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-strdup.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9696802Z [00:16:01.209]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-headers.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9763198Z [00:16:01.216]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-speedcheck.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9830347Z [00:16:01.223]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-connect.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9896643Z [00:16:01.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-macos.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:39.9963301Z [00:16:01.236]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/build/53da4157be79b190-http_proxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0031270Z [00:16:01.243]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/curl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0098736Z [00:16:01.250]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/stdcheaders.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0165032Z [00:16:01.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/curlver.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0232046Z [00:16:01.263]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/websockets.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0298447Z [00:16:01.270]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/system.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0365994Z [00:16:01.276]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/multi.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0433741Z [00:16:01.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/typecheck-gcc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0501524Z [00:16:01.290]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/options.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0568335Z [00:16:01.297]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/header.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0636651Z [00:16:01.303]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/mprintf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0703725Z [00:16:01.310]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/urlapi.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0771720Z [00:16:01.317]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/include/curl/easy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0838372Z [00:16:01.324]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/out/lib/pkgconfig/libcurl.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0905338Z [00:16:01.330]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.0972009Z [00:16:01.337]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1039447Z [00:16:01.344]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1105249Z [00:16:01.350]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/curl-sys-5f215d6e5fe02549/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1174093Z [00:16:01.357]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-af222408e541baf1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1240192Z [00:16:01.364]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-af222408e541baf1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1308550Z [00:16:01.371]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-af222408e541baf1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1374672Z [00:16:01.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-af222408e541baf1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1441935Z [00:16:01.384]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-utils-04cbc54183b6ddac/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1508169Z [00:16:01.391]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-utils-04cbc54183b6ddac/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1574702Z [00:16:01.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-utils-04cbc54183b6ddac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1640863Z [00:16:01.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-utils-04cbc54183b6ddac/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1708345Z [00:16:01.411]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/native-tls-59100df90c6ae24e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1773968Z [00:16:01.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/native-tls-59100df90c6ae24e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1842384Z [00:16:01.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/native-tls-59100df90c6ae24e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1909424Z [00:16:01.431]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/native-tls-59100df90c6ae24e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.1976682Z [00:16:01.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-arrow-18b3c80897d53652/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2042490Z [00:16:01.444]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-arrow-18b3c80897d53652/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2109502Z [00:16:01.451]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-arrow-18b3c80897d53652/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2175465Z [00:16:01.457]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-arrow-18b3c80897d53652/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2242436Z [00:16:01.464]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/out/consts.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2309476Z [00:16:01.471]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2377368Z [00:16:01.477]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/out/op.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2444661Z [00:16:01.484]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2512361Z [00:16:01.491]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2578983Z [00:16:01.498]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2646302Z [00:16:01.504]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typenum-c600bf0ab32e26a0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2712456Z [00:16:01.511]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-963d1a32d191db90/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2779254Z [00:16:01.518]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-963d1a32d191db90/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2845367Z [00:16:01.524]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-963d1a32d191db90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2911654Z [00:16:01.531]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-963d1a32d191db90/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.2979681Z [00:16:01.538]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-core-484da10f532052ff/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3046992Z [00:16:01.544]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-core-484da10f532052ff/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3114132Z [00:16:01.551]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-core-484da10f532052ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3181140Z [00:16:01.558]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-core-484da10f532052ff/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3248340Z [00:16:01.565]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-stream-062cd9ce57d02d35/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3315051Z [00:16:01.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-stream-062cd9ce57d02d35/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3382050Z [00:16:01.578]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-stream-062cd9ce57d02d35/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3449188Z [00:16:01.585]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-stream-062cd9ce57d02d35/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3518735Z [00:16:01.592]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/engine.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3587482Z [00:16:01.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/encodererr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3654290Z [00:16:01.605]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/provider.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3722145Z [00:16:01.612]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/decoder.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3789376Z [00:16:01.619]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/trace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3854939Z [00:16:01.625]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/core_object.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3920634Z [00:16:01.632]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/srtp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.3987231Z [00:16:01.638]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/des.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4054102Z [00:16:01.645]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/configuration.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4119621Z [00:16:01.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/safestack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4185261Z [00:16:01.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/crmf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4252933Z [00:16:01.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cmac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4320178Z [00:16:01.672]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/conferr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4387079Z [00:16:01.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/md5.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4455170Z [00:16:01.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4522273Z [00:16:01.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/uierr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4589886Z [00:16:01.699]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509_vfy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4657108Z [00:16:01.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/e_ostime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4722753Z [00:16:01.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/core_names.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4790728Z [00:16:01.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/lhash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4856137Z [00:16:01.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/crypto.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4922631Z [00:16:01.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ct.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.4988252Z [00:16:01.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/fipskey.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5055564Z [00:16:01.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ecdsa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5121456Z [00:16:01.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/buffererr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5187715Z [00:16:01.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/dherr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5255293Z [00:16:01.765]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/storeerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5322346Z [00:16:01.772]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cryptoerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5388967Z [00:16:01.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5455610Z [00:16:01.785]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/conf_api.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5522302Z [00:16:01.792]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/randerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5589170Z [00:16:01.799]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/e_os2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5655745Z [00:16:01.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/md2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5722510Z [00:16:01.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ui.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5789640Z [00:16:01.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/stack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5856165Z [00:16:01.825]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/md4.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5922613Z [00:16:01.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pkcs12.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.5989688Z [00:16:01.839]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/idea.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6056256Z [00:16:01.845]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/buffer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6122721Z [00:16:01.852]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/kdf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6190288Z [00:16:01.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/param_build.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6256455Z [00:16:01.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/aes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6323340Z [00:16:01.872]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/params.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6390194Z [00:16:01.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/bnerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6456470Z [00:16:01.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cterr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6523450Z [00:16:01.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cast.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6590579Z [00:16:01.899]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/asn1err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6656887Z [00:16:01.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rsaerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6723502Z [00:16:01.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/fips_names.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6791158Z [00:16:01.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cmserr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6857531Z [00:16:01.926]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/comp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6924320Z [00:16:01.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/opensslconf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.6991220Z [00:16:01.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/core.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7057596Z [00:16:01.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cms.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7126064Z [00:16:01.952]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/hpke.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7193927Z [00:16:01.959]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/asn1t.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7260670Z [00:16:01.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ecdh.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7326265Z [00:16:01.972]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509v3.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7392700Z [00:16:01.979]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ts.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7458747Z [00:16:01.986]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ossl_typ.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7524908Z [00:16:01.992]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/objectserr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7590537Z [00:16:01.999]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/whrlpool.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7657173Z [00:16:02.005]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/seed.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7725248Z [00:16:02.012]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/async.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7791214Z [00:16:02.019]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/prov_ssl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7857326Z [00:16:02.025]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/evperr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7922831Z [00:16:02.032]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/http.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.7988990Z [00:16:02.039]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/httperr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8054682Z [00:16:02.045]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ebcdic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8119482Z [00:16:02.052]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/asn1_mac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8186155Z [00:16:02.058]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ocsp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8254399Z [00:16:02.065]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/tserr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8322361Z [00:16:02.072]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ripemd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8389748Z [00:16:02.079]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/bio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8455879Z [00:16:02.085]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ocsperr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8522080Z [00:16:02.092]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/comperr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8588622Z [00:16:02.099]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/sslerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8654447Z [00:16:02.105]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/crmferr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8721008Z [00:16:02.112]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/hmac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8786582Z [00:16:02.118]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pkcs7.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8853540Z [00:16:02.125]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pkcs12err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8919256Z [00:16:02.132]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.8984986Z [00:16:02.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/asyncerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9051425Z [00:16:02.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9117484Z [00:16:02.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/indicator.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9183222Z [00:16:02.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pkcs7err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9249533Z [00:16:02.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/tls1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9315429Z [00:16:02.171]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/decodererr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9380953Z [00:16:02.178]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/store.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9448243Z [00:16:02.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/esserr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9515547Z [00:16:02.191]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pem2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9583060Z [00:16:02.198]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9652234Z [00:16:02.205]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/camellia.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9718153Z [00:16:02.212]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/objects.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9784061Z [00:16:02.218]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/evp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9850584Z [00:16:02.225]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pemerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9916051Z [00:16:02.231]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/self_test.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:40.9982059Z [00:16:02.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/dsaerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0047068Z [00:16:02.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ssl3.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0113036Z [00:16:02.251]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0178248Z [00:16:02.258]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/proverr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0245735Z [00:16:02.264]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cryptoerr_legacy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0313188Z [00:16:02.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509_acert.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0378540Z [00:16:02.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/pem.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0444945Z [00:16:02.284]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/bioerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0511562Z [00:16:02.291]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/quic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0577272Z [00:16:02.297]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/core_dispatch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0643753Z [00:16:02.304]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/bn.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0711271Z [00:16:02.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cmp_util.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0775968Z [00:16:02.317]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/sha.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0842741Z [00:16:02.324]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/asn1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0908189Z [00:16:02.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/conf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.0974854Z [00:16:02.337]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/sslerr_legacy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1040998Z [00:16:02.344]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ssl2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1106601Z [00:16:02.350]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/x509v3err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1173636Z [00:16:02.357]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rsa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1240723Z [00:16:02.364]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/encoder.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1306951Z [00:16:02.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rc5.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1373863Z [00:16:02.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/dsa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1440124Z [00:16:02.384]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/opensslv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1505936Z [00:16:02.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/mdc2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1571921Z [00:16:02.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/macros.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1636866Z [00:16:02.403]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/symhacks.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1702273Z [00:16:02.410]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rand.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1767901Z [00:16:02.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ssl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1833549Z [00:16:02.423]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/conftypes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1898595Z [00:16:02.430]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rc4.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.1966968Z [00:16:02.436]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/dh.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2035375Z [00:16:02.443]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/cmperr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2101454Z [00:16:02.450]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/txt_db.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2166492Z [00:16:02.456]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ess.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2233337Z [00:16:02.463]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/modes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2298208Z [00:16:02.470]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/ecerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2364594Z [00:16:02.476]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/dtls1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2431207Z [00:16:02.483]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/rc2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2497618Z [00:16:02.490]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/engineerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2563842Z [00:16:02.496]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/obj_mac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2630044Z [00:16:02.503]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/srp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2697263Z [00:16:02.509]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/blowfish.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2764888Z [00:16:02.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/kdferr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2833962Z [00:16:02.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/include/openssl/thread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2903020Z [00:16:02.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/libcrypto.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.2970075Z [00:16:02.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/libssl.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3037720Z [00:16:02.544]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/pkgconfig/libssl.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3105407Z [00:16:02.550]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/pkgconfig/openssl.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3171751Z [00:16:02.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/pkgconfig/libcrypto.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3238968Z [00:16:02.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3305915Z [00:16:02.570]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/out/openssl-build/install/lib/cmake/OpenSSL/OpenSSLConfig.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3371905Z [00:16:02.577]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3438780Z [00:16:02.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3504686Z [00:16:02.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3570944Z [00:16:02.597]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-sys-c7fdf84d32f534ce/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3638070Z [00:16:02.604]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/out/generated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3704018Z [00:16:02.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/out/named_entities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3769933Z [00:16:02.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3835521Z [00:16:02.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3902825Z [00:16:02.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.3968577Z [00:16:02.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-fad9dc2e95b3abb4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4034730Z [00:16:02.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/semver-77e9364e9ea1a29c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4100867Z [00:16:02.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/semver-77e9364e9ea1a29c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4166750Z [00:16:02.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/semver-77e9364e9ea1a29c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4232346Z [00:16:02.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/semver-77e9364e9ea1a29c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4299233Z [00:16:02.670]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-ddf0882e5a98c5cd/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4366047Z [00:16:02.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-ddf0882e5a98c5cd/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4432123Z [00:16:02.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-ddf0882e5a98c5cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4498046Z [00:16:02.690]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustix-ddf0882e5a98c5cd/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4565224Z [00:16:02.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rayon-core-2d5d52d3b6984b16/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4631964Z [00:16:02.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rayon-core-2d5d52d3b6984b16/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4699481Z [00:16:02.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rayon-core-2d5d52d3b6984b16/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4766809Z [00:16:02.716]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rayon-core-2d5d52d3b6984b16/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4836242Z [00:16:02.723]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/httparse-35140cb96afa1296/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4904487Z [00:16:02.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/httparse-35140cb96afa1296/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.4971797Z [00:16:02.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/httparse-35140cb96afa1296/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5038397Z [00:16:02.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/httparse-35140cb96afa1296/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5105408Z [00:16:02.750]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-safe-faeeb731f5075b6b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5173625Z [00:16:02.757]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-safe-faeeb731f5075b6b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5240902Z [00:16:02.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-safe-faeeb731f5075b6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5306777Z [00:16:02.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/zstd-safe-faeeb731f5075b6b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5374081Z [00:16:02.777]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-schema-dad37a76c59137e7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5440069Z [00:16:02.784]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-schema-dad37a76c59137e7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5505328Z [00:16:02.790]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-schema-dad37a76c59137e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5571656Z [00:16:02.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-schema-dad37a76c59137e7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5638325Z [00:16:02.804]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/efce31824dbf3730-lz4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5704024Z [00:16:02.810]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/efce31824dbf3730-xxhash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5769736Z [00:16:02.817]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/liblz4.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5835524Z [00:16:02.823]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/efce31824dbf3730-lz4frame.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5901856Z [00:16:02.830]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/lz4.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.5967264Z [00:16:02.837]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/lz4frame_static.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6032958Z [00:16:02.843]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/lz4hc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6098679Z [00:16:02.850]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/xxhash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6165985Z [00:16:02.856]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/lz4file.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6234009Z [00:16:02.863]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/include/lz4frame.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6300864Z [00:16:02.870]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/out/efce31824dbf3730-lz4hc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6367541Z [00:16:02.877]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6434701Z [00:16:02.883]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6501129Z [00:16:02.890]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6567128Z [00:16:02.897]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lz4-sys-f522da5546e55724/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6634299Z [00:16:02.903]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/b8423798394d5395-blake3_avx512_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6702044Z [00:16:02.910]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/libblake3_avx512_assembly.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6768342Z [00:16:02.917]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/b8423798394d5395-blake3_sse2_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6834259Z [00:16:02.923]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6901756Z [00:16:02.930]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/flag_check' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:41.6968923Z [00:16:02.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/b8423798394d5395-blake3_sse41_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7035973Z [00:16:02.943]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/libblake3_sse2_sse41_avx2_assembly.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7103276Z [00:16:02.950]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/out/b8423798394d5395-blake3_avx2_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7169893Z [00:16:02.957]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7236956Z [00:16:02.963]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7304123Z [00:16:02.970]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7371433Z [00:16:02.977]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/blake3-d6219be04eb0f8d1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7438647Z [00:16:02.984]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slotmap-4dba8e27786d696c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7505609Z [00:16:02.990]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slotmap-4dba8e27786d696c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7572910Z [00:16:02.997]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slotmap-4dba8e27786d696c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7640643Z [00:16:03.004]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slotmap-4dba8e27786d696c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7709604Z [00:16:03.011]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/out/README-lib.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7777741Z [00:16:03.018]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7844915Z [00:16:03.024]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7912367Z [00:16:03.031]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.7980075Z [00:16:03.038]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rust_decimal-82b7dbc2f71a72d5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8046757Z [00:16:03.044]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/getrandom-8499cb3831ad65a1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8113753Z [00:16:03.051]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/getrandom-8499cb3831ad65a1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8181050Z [00:16:03.058]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/getrandom-8499cb3831ad65a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8248999Z [00:16:03.065]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/getrandom-8499cb3831ad65a1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8316122Z [00:16:03.071]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/out/shadow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8383670Z [00:16:03.078]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8452237Z [00:16:03.085]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8520317Z [00:16:03.092]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8588419Z [00:16:03.099]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nu-cmd-lang-28e59d291f4ffe61/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8656049Z [00:16:03.105]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/out/build_env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8721941Z [00:16:03.112]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8787633Z [00:16:03.119]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8854125Z [00:16:03.125]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8919822Z [00:16:03.132]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/aws-types-9879bc02aab5edef/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.8986556Z [00:16:03.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/out/ascii_case_insensitive_html_attributes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9053770Z [00:16:03.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9120801Z [00:16:03.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9187517Z [00:16:03.159]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9255665Z [00:16:03.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/selectors-f4961991771f9fd7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9321825Z [00:16:03.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/anyhow-d57e56ec0dd5202f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9387268Z [00:16:03.179]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/anyhow-d57e56ec0dd5202f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9453706Z [00:16:03.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/anyhow-d57e56ec0dd5202f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9519880Z [00:16:03.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/anyhow-d57e56ec0dd5202f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9586188Z [00:16:03.198]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-bf84e19262d516c2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9654507Z [00:16:03.205]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-bf84e19262d516c2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9720346Z [00:16:03.212]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-bf84e19262d516c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9785949Z [00:16:03.218]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/thiserror-bf84e19262d516c2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9852265Z [00:16:03.225]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out/4f9a91766097c4c5-x86_64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9919014Z [00:16:03.232]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/out/libpsm_s.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:41.9984645Z [00:16:03.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0051044Z [00:16:03.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0117527Z [00:16:03.252]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0183461Z [00:16:03.258]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/psm-5f712305010f7ccb/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0249511Z [00:16:03.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde-e84e032023107f80/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0316959Z [00:16:03.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde-e84e032023107f80/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0382697Z [00:16:03.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde-e84e032023107f80/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0448947Z [00:16:03.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde-e84e032023107f80/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0515928Z [00:16:03.291]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/out/autocfg_58e78926e19e5f1b_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0582142Z [00:16:03.298]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0647403Z [00:16:03.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0714049Z [00:16:03.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0779590Z [00:16:03.318]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/slab-5bc802513c775060/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0846751Z [00:16:03.324]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libc-1cc9fc2f720baa6a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0914076Z [00:16:03.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libc-1cc9fc2f720baa6a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.0983488Z [00:16:03.338]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libc-1cc9fc2f720baa6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1051830Z [00:16:03.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libc-1cc9fc2f720baa6a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1121568Z [00:16:03.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/out/rules.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1189358Z [00:16:03.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1257184Z [00:16:03.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1325339Z [00:16:03.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1394242Z [00:16:03.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/html5ever-a150b0aa07d39af1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1462920Z [00:16:03.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-7452e9a3da0e09b1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1531173Z [00:16:03.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-7452e9a3da0e09b1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1598599Z [00:16:03.400]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-7452e9a3da0e09b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1665513Z [00:16:03.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/openssl-7452e9a3da0e09b1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1735118Z [00:16:03.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ahash-ca3af3bfe14d8d48/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1804263Z [00:16:03.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ahash-ca3af3bfe14d8d48/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1872933Z [00:16:03.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ahash-ca3af3bfe14d8d48/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.1939229Z [00:16:03.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ahash-ca3af3bfe14d8d48/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2006211Z [00:16:03.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-sys-4c90b4735dd5e28f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2074527Z [00:16:03.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-sys-4c90b4735dd5e28f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2142028Z [00:16:03.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-sys-4c90b4735dd5e28f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2209650Z [00:16:03.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-sys-4c90b4735dd5e28f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2277658Z [00:16:03.468]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out/libsqlite3.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2344989Z [00:16:03.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out/bindgen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2412740Z [00:16:03.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/out/c877a2978823c39d-sqlite3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2480311Z [00:16:03.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2548218Z [00:16:03.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2615938Z [00:16:03.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2682919Z [00:16:03.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libsqlite3-sys-e2e0038a98dc1840/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2751378Z [00:16:03.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-16d0f8d5cb09affb/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2819362Z [00:16:03.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-16d0f8d5cb09affb/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2886647Z [00:16:03.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-16d0f8d5cb09affb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.2953514Z [00:16:03.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-16d0f8d5cb09affb/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3022036Z [00:16:03.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c8efc10cee21482b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3089295Z [00:16:03.549]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c8efc10cee21482b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3156743Z [00:16:03.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c8efc10cee21482b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3223561Z [00:16:03.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/crossbeam-utils-c8efc10cee21482b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3309623Z [00:16:03.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typeid-99b5b955410c037a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3381627Z [00:16:03.578]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typeid-99b5b955410c037a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3454099Z [00:16:03.585]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typeid-99b5b955410c037a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3530800Z [00:16:03.593]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/typeid-99b5b955410c037a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3599799Z [00:16:03.600]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/out/autocfg_87460d146e62c745_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3668949Z [00:16:03.607]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3742805Z [00:16:03.614]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3816879Z [00:16:03.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3890430Z [00:16:03.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/lock_api-6a026a822bc1cdd7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.3962812Z [00:16:03.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libz-sys-9fefb525d3b1d2f2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4035726Z [00:16:03.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libz-sys-9fefb525d3b1d2f2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4103575Z [00:16:03.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libz-sys-9fefb525d3b1d2f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4179686Z [00:16:03.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libz-sys-9fefb525d3b1d2f2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4247741Z [00:16:03.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/signal-hook-8b3f330e673c8986/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4319671Z [00:16:03.672]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/signal-hook-8b3f330e673c8986/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4396631Z [00:16:03.679]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/signal-hook-8b3f330e673c8986/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4469893Z [00:16:03.687]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/signal-hook-8b3f330e673c8986/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4545292Z [00:16:03.694]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/stacker-0b5e8d51fe9c0690/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4612112Z [00:16:03.701]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/stacker-0b5e8d51fe9c0690/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4680134Z [00:16:03.708]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/stacker-0b5e8d51fe9c0690/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4747341Z [00:16:03.715]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/stacker-0b5e8d51fe9c0690/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4818617Z [00:16:03.722]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/parking_lot_core-1bd3ee04f356a4c3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4890130Z [00:16:03.729]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/parking_lot_core-1bd3ee04f356a4c3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.4957408Z [00:16:03.736]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/parking_lot_core-1bd3ee04f356a4c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5024735Z [00:16:03.742]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/parking_lot_core-1bd3ee04f356a4c3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5094801Z [00:16:03.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-tree.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5163086Z [00:16:03.756]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_tables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5230670Z [00:16:03.763]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-ssh_libssh2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5297624Z [00:16:03.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-apply.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5364733Z [00:16:03.776]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-fetch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5432230Z [00:16:03.783]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-rebase.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5500866Z [00:16:03.790]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-strlist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5567418Z [00:16:03.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-fetchhead.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5634669Z [00:16:03.803]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-transport.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5703671Z [00:16:03.810]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-credential.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5773114Z [00:16:03.817]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-strarray.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5841276Z [00:16:03.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-remote.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5908267Z [00:16:03.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/50055d6c4ddcbeae-llhttp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.5975618Z [00:16:03.837]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-trace.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6043407Z [00:16:03.844]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-regexp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6111019Z [00:16:03.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_chartables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6178176Z [00:16:03.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-auth_sspi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6247161Z [00:16:03.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-commit_graph.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6315319Z [00:16:03.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-commit_list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6383157Z [00:16:03.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_maketables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6451489Z [00:16:03.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-rand.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6519085Z [00:16:03.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-odb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6586386Z [00:16:03.898]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-transaction.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6654567Z [00:16:03.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_print.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6722905Z [00:16:03.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-vector.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6791014Z [00:16:03.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-zstream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6858383Z [00:16:03.926]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xprepare.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6926229Z [00:16:03.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-pool.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.6993607Z [00:16:03.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7061421Z [00:16:03.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_tform.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7130436Z [00:16:03.953]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-odb_loose.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7197598Z [00:16:03.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_ord2utf8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7266053Z [00:16:03.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_generate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7334586Z [00:16:03.973]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-util.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7402795Z [00:16:03.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-grafts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7470756Z [00:16:03.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-blame_git.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7537442Z [00:16:03.993]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f5e66aefe9cd60e0-openssl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7604887Z [00:16:04.000]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-attr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7672638Z [00:16:04.007]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-odb_mempack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7742774Z [00:16:04.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_newline.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7810164Z [00:16:04.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-smart_protocol.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7877608Z [00:16:04.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-runtime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.7944011Z [00:16:04.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-email.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8011336Z [00:16:04.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-attr_file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8077699Z [00:16:04.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/50055d6c4ddcbeae-http.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8145547Z [00:16:04.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-openssl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8213835Z [00:16:04.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-settings.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8281316Z [00:16:04.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-object.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8349136Z [00:16:04.075]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_byte_order.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8415925Z [00:16:04.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-smart.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8483501Z [00:16:04.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-notes.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8550791Z [00:16:04.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-pqueue.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8617651Z [00:16:04.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-index_map.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8684977Z [00:16:04.108]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_parse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8753363Z [00:16:04.115]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-proxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8820819Z [00:16:04.122]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-indexer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8887994Z [00:16:04.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-filter.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.8955330Z [00:16:04.135]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-clone.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9023348Z [00:16:04.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/5bf81a80010135a0-realpath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9090031Z [00:16:04.149]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-annotated_commit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9158521Z [00:16:04.156]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-mbedtls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9225984Z [00:16:04.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-httpclient.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9293005Z [00:16:04.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-thread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9361019Z [00:16:04.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-tls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9428649Z [00:16:04.183]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-crlf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9495520Z [00:16:04.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-graph.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9562887Z [00:16:04.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-fs_path.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9629882Z [00:16:04.203]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-refspec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9696943Z [00:16:04.209]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-repository.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9764155Z [00:16:04.216]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-merge_driver.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9831659Z [00:16:04.223]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-winhttp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9898541Z [00:16:04.230]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-varint.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:42.9966168Z [00:16:04.236]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-blame.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0033975Z [00:16:04.243]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-hashsig.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0102250Z [00:16:04.250]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_globals.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0169803Z [00:16:04.257]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-commit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0237701Z [00:16:04.264]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-pathspec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0305553Z [00:16:04.270]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_valid_utf8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0373323Z [00:16:04.277]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-delta.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0442512Z [00:16:04.284]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_printint.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0510235Z [00:16:04.291]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-utf8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0578297Z [00:16:04.298]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-openssl_legacy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0644674Z [00:16:04.304]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-oidarray.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0712312Z [00:16:04.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/5bf81a80010135a0-process.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0779353Z [00:16:04.318]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-ignore.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0846236Z [00:16:04.324]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-refdb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0913880Z [00:16:04.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/47bcde6b0f28f448-failalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.0980240Z [00:16:04.338]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-merge_file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1047289Z [00:16:04.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-attrcache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1114277Z [00:16:04.351]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_fullinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1181703Z [00:16:04.358]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-object_api.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1248495Z [00:16:04.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-filebuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1314898Z [00:16:04.371]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/50055d6c4ddcbeae-api.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1382118Z [00:16:04.378]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-refs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1448775Z [00:16:04.385]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/5bf81a80010135a0-map.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1515841Z [00:16:04.391]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-reflog.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1583384Z [00:16:04.398]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-mwindow.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1650665Z [00:16:04.405]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-worktree.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1718262Z [00:16:04.412]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-checkout.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1785727Z [00:16:04.418]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-trailer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1853930Z [00:16:04.425]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-iterator.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1920925Z [00:16:04.432]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.1988245Z [00:16:04.439]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-ssh.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2055740Z [00:16:04.445]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-odb_pack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2123607Z [00:16:04.452]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_jit_compile.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2192198Z [00:16:04.459]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-alloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2259210Z [00:16:04.466]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xdiffi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2325808Z [00:16:04.472]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-reader.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2392739Z [00:16:04.479]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_refcount.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2460739Z [00:16:04.486]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xmerge.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2528515Z [00:16:04.493]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-httpparser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2595694Z [00:16:04.499]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-push.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2664474Z [00:16:04.506]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-git.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2733875Z [00:16:04.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-ssh_exec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2801936Z [00:16:04.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-parse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2869739Z [00:16:04.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_ucd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.2938636Z [00:16:04.534]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_exec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3007169Z [00:16:04.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-merge.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3076393Z [00:16:04.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/5f22996a283af3c7-ubc_check.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3144017Z [00:16:04.554]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3211431Z [00:16:04.561]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-schannel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3277390Z [00:16:04.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcreposix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3343895Z [00:16:04.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_string_utils.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3411671Z [00:16:04.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-errors.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3477609Z [00:16:04.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-sortedcache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3545059Z [00:16:04.594]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-posix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3612931Z [00:16:04.601]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-pack-objects.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3679680Z [00:16:04.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-tree-cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3746505Z [00:16:04.614]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-registry.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3813649Z [00:16:04.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_config.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3881892Z [00:16:04.628]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/47bcde6b0f28f448-stdalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.3948431Z [00:16:04.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xemit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4015482Z [00:16:04.641]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_xdiff.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4084166Z [00:16:04.648]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f5e66aefe9cd60e0-collisiondetect.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4152940Z [00:16:04.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-oid.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4220328Z [00:16:04.662]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-mailmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4288740Z [00:16:04.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-revert.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4357098Z [00:16:04.675]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_mem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4424755Z [00:16:04.682]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-signature.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4491999Z [00:16:04.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/libgit2.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4559463Z [00:16:04.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xhistogram.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4627689Z [00:16:04.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-socket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4695686Z [00:16:04.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-describe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4764701Z [00:16:04.716]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-openssl_dynamic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4835900Z [00:16:04.723]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-revwalk.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4903776Z [00:16:04.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-smart_pkt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.4972294Z [00:16:04.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/862d8c38285e74fe-stransport.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5040003Z [00:16:04.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-index.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5107557Z [00:16:04.751]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-net.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5174783Z [00:16:04.757]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/5f22996a283af3c7-sha1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5241708Z [00:16:04.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_parse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5308566Z [00:16:04.771]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_stats.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5376272Z [00:16:04.777]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-patch_parse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5444008Z [00:16:04.784]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_study.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5512275Z [00:16:04.791]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-ident.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5580339Z [00:16:04.798]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-reset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5648318Z [00:16:04.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-refdb_fs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5716723Z [00:16:04.811]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-branch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5783448Z [00:16:04.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-auth.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5849976Z [00:16:04.825]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-tsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5917061Z [00:16:04.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-patch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.5984982Z [00:16:04.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-tag.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6053043Z [00:16:04.845]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-str.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6121194Z [00:16:04.852]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_compile.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6188931Z [00:16:04.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-cherrypick.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6255992Z [00:16:04.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_get.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6323686Z [00:16:04.872]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6391529Z [00:16:04.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-auth_ntlmclient.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6457538Z [00:16:04.886]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-wildmatch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6525390Z [00:16:04.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-futils.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6593701Z [00:16:04.899]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-patch_generate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6661079Z [00:16:04.906]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-pack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6729583Z [00:16:04.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-http.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6797982Z [00:16:04.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_driver.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6865329Z [00:16:04.926]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xutils.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.6932996Z [00:16:04.933]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-diff_file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7000786Z [00:16:04.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7068880Z [00:16:04.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-sysdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7137942Z [00:16:04.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-auth_gssapi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7205108Z [00:16:04.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-midx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7272279Z [00:16:04.967]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_snapshot.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7339154Z [00:16:04.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-blob.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7407371Z [00:16:04.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-buf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7475584Z [00:16:04.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-stash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7542450Z [00:16:04.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-libgit2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7610921Z [00:16:05.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_dfa_exec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7679014Z [00:16:05.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-config_file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7749666Z [00:16:05.015]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-local.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7817518Z [00:16:05.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-path.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7885379Z [00:16:05.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-message.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.7954105Z [00:16:05.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8022003Z [00:16:05.042]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-submodule.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8091437Z [00:16:05.049]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/ce06de217e8a4ca5-credential_helpers.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8158969Z [00:16:05.056]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e15faf52f719d739-xpatience.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8225970Z [00:16:05.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-revparse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8292823Z [00:16:05.069]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/43a19b30e9e69d8f-status.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8360558Z [00:16:05.076]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/f6e81ea219c0b9f3-date.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8428168Z [00:16:05.083]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_version.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8495913Z [00:16:05.089]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/build/e636de00c42e0bc4-pcre_xclass.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8563555Z [00:16:05.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2_features.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8630346Z [00:16:05.103]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/trace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8696893Z [00:16:05.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/submodule.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8764168Z [00:16:05.116]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/cherrypick.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8832121Z [00:16:05.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/refdb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8900182Z [00:16:05.130]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/indexer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.8967349Z [00:16:05.137]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/transport.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9034170Z [00:16:05.143]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/odb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9102485Z [00:16:05.150]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/credential.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9170183Z [00:16:05.157]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/oid.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9237571Z [00:16:05.164]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/global.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9304586Z [00:16:05.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/ignore.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9372477Z [00:16:05.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/transaction.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9439931Z [00:16:05.184]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/cred_helpers.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9506311Z [00:16:05.190]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/buffer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9574732Z [00:16:05.197]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/transport.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9642731Z [00:16:05.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/credential.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9709918Z [00:16:05.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/refdb_backend.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9776728Z [00:16:05.217]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/hashsig.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9844167Z [00:16:05.224]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/commit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9911992Z [00:16:05.231]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/commit_graph.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:43.9980036Z [00:16:05.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/remote.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0048891Z [00:16:05.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/filter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0116077Z [00:16:05.251]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/midx.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0183252Z [00:16:05.258]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0250877Z [00:16:05.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/index.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0318758Z [00:16:05.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/cred.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0386575Z [00:16:05.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/odb_backend.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0454614Z [00:16:05.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/errors.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0522303Z [00:16:05.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/openssl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0589960Z [00:16:05.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/email.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0658449Z [00:16:05.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/repository.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0727394Z [00:16:05.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/diff.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0794982Z [00:16:05.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/refs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0862483Z [00:16:05.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/stream.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0930756Z [00:16:05.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/alloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.0997960Z [00:16:05.340]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/path.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1065054Z [00:16:05.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/merge.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1132942Z [00:16:05.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/sys/mempack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1202407Z [00:16:05.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/commit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1269988Z [00:16:05.367]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/refspec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1336759Z [00:16:05.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/pathspec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1406832Z [00:16:05.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/version.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1473367Z [00:16:05.387]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/deprecated.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1541605Z [00:16:05.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/annotated_commit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1609476Z [00:16:05.401]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/remote.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1676505Z [00:16:05.407]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/credential_helpers.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1744135Z [00:16:05.414]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/signature.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1813099Z [00:16:05.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/oidarray.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1879964Z [00:16:05.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/revert.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.1945999Z [00:16:05.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/filter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2014500Z [00:16:05.441]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2083308Z [00:16:05.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/proxy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2150698Z [00:16:05.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/message.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2216718Z [00:16:05.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/describe.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2284167Z [00:16:05.468]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/blame.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2353020Z [00:16:05.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/tree.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2419365Z [00:16:05.482]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/reset.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2485731Z [00:16:05.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/cert.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2553025Z [00:16:05.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/attr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2620735Z [00:16:05.502]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/index.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2687564Z [00:16:05.509]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/worktree.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2754477Z [00:16:05.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/stash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2821744Z [00:16:05.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/status.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2887901Z [00:16:05.529]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.2954439Z [00:16:05.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/odb_backend.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3021152Z [00:16:05.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/apply.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3089444Z [00:16:05.549]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/clone.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3157064Z [00:16:05.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/pack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3225088Z [00:16:05.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/experimental.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3293914Z [00:16:05.569]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/mailmap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3361193Z [00:16:05.576]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/common.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3430491Z [00:16:05.583]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/strarray.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3498016Z [00:16:05.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/patch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3565484Z [00:16:05.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/errors.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3634829Z [00:16:05.603]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/graph.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3703611Z [00:16:05.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/notes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3771848Z [00:16:05.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/object.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3839980Z [00:16:05.624]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/net.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3906669Z [00:16:05.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/stdint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.3973862Z [00:16:05.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/email.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4042144Z [00:16:05.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/repository.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4109600Z [00:16:05.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/diff.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4177936Z [00:16:05.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/blob.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4245760Z [00:16:05.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/reflog.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4313498Z [00:16:05.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/rebase.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4381553Z [00:16:05.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/refs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4449590Z [00:16:05.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/revparse.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4515527Z [00:16:05.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/checkout.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4582567Z [00:16:05.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/merge.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4650371Z [00:16:05.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/tag.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4717619Z [00:16:05.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/revwalk.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4785279Z [00:16:05.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2/branch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4856039Z [00:16:05.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/out/include/git2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4924132Z [00:16:05.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.4993341Z [00:16:05.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5061377Z [00:16:05.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5128652Z [00:16:05.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libgit2-sys-bd4865f32d0997a7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5195564Z [00:16:05.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde_json-382e2c04c4935fac/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5263555Z [00:16:05.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde_json-382e2c04c4935fac/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5331249Z [00:16:05.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde_json-382e2c04c4935fac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5398616Z [00:16:05.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/serde_json-382e2c04c4935fac/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5466000Z [00:16:05.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ref-cast-bf398d5247bf3731/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5533298Z [00:16:05.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ref-cast-bf398d5247bf3731/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5601978Z [00:16:05.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ref-cast-bf398d5247bf3731/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5668307Z [00:16:05.807]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ref-cast-bf398d5247bf3731/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5737442Z [00:16:05.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-bcrypt_pbkdf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5805571Z [00:16:05.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/libssh2_config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5873934Z [00:16:05.827]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/libssh2.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.5941631Z [00:16:05.834]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-hostkey.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6009145Z [00:16:05.841]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-transport.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6076764Z [00:16:05.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-misc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6144153Z [00:16:05.854]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-mac.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6213323Z [00:16:05.861]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-userauth.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6281522Z [00:16:05.868]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-scp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6348513Z [00:16:05.875]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-kex.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6415942Z [00:16:05.881]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-userauth_kbd_packet.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6484950Z [00:16:05.888]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-knownhost.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6552892Z [00:16:05.895]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-global.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6619929Z [00:16:05.902]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-packet.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6687943Z [00:16:05.909]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-publickey.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6755176Z [00:16:05.915]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-pem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6824037Z [00:16:05.922]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-comp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6892001Z [00:16:05.929]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-crypt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.6961417Z [00:16:05.936]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-agent.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7029333Z [00:16:05.943]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-session.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7097013Z [00:16:05.949]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-channel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7164912Z [00:16:05.956]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-blowfish.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7233339Z [00:16:05.963]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-openssl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7301062Z [00:16:05.970]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-sftp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7368752Z [00:16:05.977]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/build/f89bd02e425f6856-keepalive.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7438394Z [00:16:05.984]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/include/libssh2_publickey.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7506665Z [00:16:05.990]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/include/libssh2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7573401Z [00:16:05.997]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/include/libssh2_sftp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7640422Z [00:16:06.004]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/out/lib/pkgconfig/libssh2.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7707546Z [00:16:06.011]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7776752Z [00:16:06.017]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7844936Z [00:16:06.024]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7912633Z [00:16:06.031]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libssh2-sys-8e8a8fdb0fcd893e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.7981385Z [00:16:06.038]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8049062Z [00:16:06.045]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/00c879ee3285a50d-montgomery.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8116281Z [00:16:06.051]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a4019cc0736b0423-cpu_intel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8183199Z [00:16:06.058]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a0330e891e733f4e-gfp_p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8249773Z [00:16:06.065]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/aaa1ba3e455ee2e1-limbs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8316475Z [00:16:06.071]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-aes-gcm-avx2-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8382956Z [00:16:06.078]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a4019cc0736b0423-crypto.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8449825Z [00:16:06.085]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-x86_64-mont-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8517429Z [00:16:06.092]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/25ac62e5b3c53843-curve25519_64_adx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8584207Z [00:16:06.098]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-p256-x86_64-asm-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8651757Z [00:16:06.105]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a4019cc0736b0423-mem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8721075Z [00:16:06.112]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/e165cd818145c705-fiat_curve25519_adx_mul.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8788670Z [00:16:06.119]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-sha512-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8856272Z [00:16:06.125]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-vpaes-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8923320Z [00:16:06.132]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/25ac62e5b3c53843-curve25519.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.8989520Z [00:16:06.139]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a0330e891e733f4e-ecp_nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9055855Z [00:16:06.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a0330e891e733f4e-p256-nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9123852Z [00:16:06.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/00c879ee3285a50d-montgomery_inv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9193091Z [00:16:06.159]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/e165cd818145c705-fiat_curve25519_adx_square.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9260263Z [00:16:06.166]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/libring_core_0_17_13__test.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9327384Z [00:16:06.173]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9395763Z [00:16:06.179]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-aesni-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9464844Z [00:16:06.186]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a0330e891e733f4e-gfp_p384.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9532898Z [00:16:06.193]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/libring_core_0_17_13_.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9600267Z [00:16:06.200]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a0330e891e733f4e-p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9668992Z [00:16:06.207]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-sha256-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9737942Z [00:16:06.214]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-ghash-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9805881Z [00:16:06.220]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/d5a9841f3dc6e253-poly1305.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9874166Z [00:16:06.227]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-x86_64-mont5-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:44.9942353Z [00:16:06.234]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/c322a0bcc369f531-chacha-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0009649Z [00:16:06.241]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/a4019cc0736b0423-constant_time_test.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0077344Z [00:16:06.247]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/out/0bbbd18bda93c05b-aes_nohw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0144929Z [00:16:06.254]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0212921Z [00:16:06.261]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0281543Z [00:16:06.268]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0350090Z [00:16:06.275]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/ring-8006ba0ca758dec4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0417684Z [00:16:06.282]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-client-3fd415ebe5634856/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0484596Z [00:16:06.288]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-client-3fd415ebe5634856/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0552201Z [00:16:06.295]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-client-3fd415ebe5634856/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0618640Z [00:16:06.302]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-client-3fd415ebe5634856/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0685942Z [00:16:06.308]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-64828ac5dc1a69fa/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0753681Z [00:16:06.315]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-64828ac5dc1a69fa/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0821028Z [00:16:06.322]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-64828ac5dc1a69fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0888499Z [00:16:06.329]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-64828ac5dc1a69fa/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.0957519Z [00:16:06.336]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-backend-b3512fe837a36d63/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1025551Z [00:16:06.342]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-backend-b3512fe837a36d63/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1093916Z [00:16:06.349]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-backend-b3512fe837a36d63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1162307Z [00:16:06.356]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/wayland-backend-b3512fe837a36d63/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1231520Z [00:16:06.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libm-88676cffa9a85f1b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1299587Z [00:16:06.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libm-88676cffa9a85f1b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1367915Z [00:16:06.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libm-88676cffa9a85f1b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1435829Z [00:16:06.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/libm-88676cffa9a85f1b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1505456Z [00:16:06.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-ops-7100a26c03aabbe5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1572574Z [00:16:06.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-ops-7100a26c03aabbe5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1641203Z [00:16:06.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-ops-7100a26c03aabbe5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1708689Z [00:16:06.411]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/polars-ops-7100a26c03aabbe5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1777166Z [00:16:06.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/out/crc32_table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1846406Z [00:16:06.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/out/tag.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1913292Z [00:16:06.431]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.1983042Z [00:16:06.438]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2050064Z [00:16:06.445]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2118964Z [00:16:06.452]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/snap-e1fee1aa8e818fac/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2186943Z [00:16:06.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-9356aaf3df80bd8c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2254613Z [00:16:06.465]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-9356aaf3df80bd8c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2323189Z [00:16:06.472]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-9356aaf3df80bd8c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2391726Z [00:16:06.479]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/rustls-9356aaf3df80bd8c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2461193Z [00:16:06.486]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/out/generated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2528677Z [00:16:06.493]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/out/named_entities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2596253Z [00:16:06.499]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2664797Z [00:16:06.506]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2734566Z [00:16:06.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2801814Z [00:16:06.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/markup5ever-c3cff5878a457d19/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2869223Z [00:16:06.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-04a8bb9904d70ebb/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.2936208Z [00:16:06.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-04a8bb9904d70ebb/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3004310Z [00:16:06.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-04a8bb9904d70ebb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3072366Z [00:16:06.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/nix-04a8bb9904d70ebb/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3140159Z [00:16:06.554]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/out/code_table.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3207175Z [00:16:06.560]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3274273Z [00:16:06.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3341341Z [00:16:06.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3408412Z [00:16:06.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/oem_cp-0e473f030e803ed4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3475315Z [00:16:06.587]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/out/directory.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3543493Z [00:16:06.594]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/out/timezones.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3610826Z [00:16:06.601]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3678402Z [00:16:06.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3745350Z [00:16:06.614]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3812779Z [00:16:06.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/chrono-tz-e187f5a94bb4cfb5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3880090Z [00:16:06.628]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/out/mime_types_generated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.3946767Z [00:16:06.634]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4014991Z [00:16:06.641]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4082769Z [00:16:06.648]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4149575Z [00:16:06.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/build/mime_guess-14ee49b91eb8945f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4217099Z [00:16:06.662]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_system.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4284870Z [00:16:06.668]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_cmd_plugin.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4351950Z [00:16:06.675]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_protocol.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4419932Z [00:16:06.682]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_test_support.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4486411Z [00:16:06.688]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_std.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4553631Z [00:16:06.695]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_polars.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4633516Z [00:16:06.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmiette-df4921012340ce3f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4701657Z [00:16:06.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nix-b275ccb43337b7e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4768823Z [00:16:06.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfloat_cmp-05cf4e98501e2c7b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4838855Z [00:16:06.724]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/cssparser-728ec8b265c7a066.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4905952Z [00:16:06.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-9dc3818f11f07e16.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.4972666Z [00:16:06.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5039154Z [00:16:06.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc32fast-6af78ad21a095569.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5105777Z [00:16:06.750]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/erased_serde-801ba5c67cf17840.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5175100Z [00:16:06.757]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha2-fe60a345b99169f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5242896Z [00:16:06.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_inc-8614b45a9c2fcdd5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5311511Z [00:16:06.771]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5379566Z [00:16:06.778]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_conv-0f2b5de8085c5a41.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5448663Z [00:16:06.785]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnow-c81131046f4d1bb6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5515478Z [00:16:06.791]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzlib_rs-c58fe23872fc8ceb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5582629Z [00:16:06.798]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/html5ever-b381fd0956226d41.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5650238Z [00:16:06.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_rational-8b5fc12d55390e63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5716221Z [00:16:06.811]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrum-753976f9ef4c00c4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5784316Z [00:16:06.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtry_lock-9685603b79e055bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5851673Z [00:16:06.825]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4-be8a016ccab53006.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5919863Z [00:16:06.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_query-ca13c141b2deb0d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.5986290Z [00:16:06.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject_store-b6453585943ba029.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6052971Z [00:16:06.845]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/digest-774f7dc4d5dc9ce8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6122121Z [00:16:06.852]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_datetime-d41a81c13c42a0ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6188325Z [00:16:06.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6254444Z [00:16:06.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_channel-0af6c03886683bf7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6321746Z [00:16:06.872]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_polars-4f672c5858857966.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6389527Z [00:16:06.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfilesize-7d67a268cc0b9134.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6456658Z [00:16:06.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6524270Z [00:16:06.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libservo_arc-aac27d6f011d68af.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6592290Z [00:16:06.899]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfoldhash-dbcc77a37defdd66.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6659447Z [00:16:06.906]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_probe-b84d8017041f64a7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6727271Z [00:16:06.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_core-6821e56da9eb3a1e.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6794405Z [00:16:06.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs-b187a1ee660b3fca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6862365Z [00:16:06.926]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libweb_time-2006421450947d6d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6930612Z [00:16:06.933]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libraw_cpuid-315ecd3de6af70a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.6997476Z [00:16:06.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzopfli-47865d081e187006.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7065268Z [00:16:06.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki_root_certs-980ed7db238c4bb4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7134568Z [00:16:06.953]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_integer-25bf9e2f94470652.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7202290Z [00:16:06.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-5ab6f4c9570cc54c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7269787Z [00:16:06.967]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtabled-c1f28060bdc1509d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7337098Z [00:16:06.973]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhmac-d9a7d3bee6f07edb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7404319Z [00:16:06.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/snap-410905c7aba2864d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7471824Z [00:16:06.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_task-baefbe77c8cb072c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7539754Z [00:16:06.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchardetng-ae2cee0105f1a73a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7606600Z [00:16:07.000]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libethnum-9358e7cc56614dee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7673764Z [00:16:07.007]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libasync_stream-9c42f560f406f5da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7742361Z [00:16:07.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7810040Z [00:16:07.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lz4-be8a016ccab53006.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7876657Z [00:16:07.027]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtextwrap-33b3f1826e1adf61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.7943234Z [00:16:07.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest-5e931a6354c01016.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8009385Z [00:16:07.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/strsim-47b4338863dd4805.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8077554Z [00:16:07.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwant-79e630c432dd6eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8145322Z [00:16:07.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfuzzy_matcher-67b6b854ebdd8028.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8213145Z [00:16:07.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8280133Z [00:16:07.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/itertools-dfcf36b7436d22d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8347539Z [00:16:07.075]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8414435Z [00:16:07.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_path-7c90292ca855c4e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8481051Z [00:16:07.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ryu-783c6cb289bf7403.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8547924Z [00:16:07.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp_serde-8fce83ac4076d77b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8615230Z [00:16:07.101]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd_safe-d162ccd45dd10ef8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8682238Z [00:16:07.108]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libiana_time_zone-9192423d2f0652a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8749613Z [00:16:07.115]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lz4_sys-866a5e22df216a40.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8817920Z [00:16:07.122]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_rustls-24a1271a4834f62d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8884433Z [00:16:07.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstable_deref_trait-b791c118f73f8ac1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.8951313Z [00:16:07.135]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-d0e3149d869756cc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9019108Z [00:16:07.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9086354Z [00:16:07.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/arboard-537d1368e510bd15.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9152390Z [00:16:07.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libblake3-a21b960c16b08a87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9220210Z [00:16:07.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_task-baefbe77c8cb072c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9287197Z [00:16:07.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_runtime-646306dec52bb003.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9354177Z [00:16:07.175]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpage-ad260becb0ba8aef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9421147Z [00:16:07.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_cp-d74b475504517ad5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9489137Z [00:16:07.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_locid_transform-82e3085f44ad98f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9556457Z [00:16:07.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties-aefbc4e5237c0c47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9623460Z [00:16:07.202]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-0a4d2c839adb79b5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9690248Z [00:16:07.209]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mkdir-8215f9ef6f5bb6d9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9756849Z [00:16:07.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ppv_lite86-6e49459e122b9eb6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9824391Z [00:16:07.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/base64-d79a005048c457b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9891374Z [00:16:07.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libssh2_sys-9957f2dbd11e5b6e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:45.9958317Z [00:16:07.236]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplanus-d8acf1591a4aaf82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0024682Z [00:16:07.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfnv-5237c5e632f27eca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0090781Z [00:16:07.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsiphasher-d1a8d9c59c93907e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0158108Z [00:16:07.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/chrono_tz-cb484778ca4d5860.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0226250Z [00:16:07.262]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libppv_lite86-6e49459e122b9eb6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0293906Z [00:16:07.269]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_ci-1137f08c15addfda.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0359974Z [00:16:07.276]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/event_listener-74a88250cde70fa4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0427449Z [00:16:07.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_stdlib-4d49fa93d82cd053.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0495641Z [00:16:07.289]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/heck-39daa5364b1ef8a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0561961Z [00:16:07.296]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_server-1b8340eea542f60d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0628667Z [00:16:07.303]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_table-0088595a2ede17d5.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0695539Z [00:16:07.309]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hashbrown-e799bb394d4305b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0763810Z [00:16:07.316]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet-cbda6536ea8ec241.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0831611Z [00:16:07.323]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblock_api-1767d6f4baf99d94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0899411Z [00:16:07.330]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/signal_hook_mio-17ee3a9a5126d1ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.0967033Z [00:16:07.337]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreqwest-df3edca4f9d58cce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1034984Z [00:16:07.343]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-a289a2f2604d89df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1102617Z [00:16:07.350]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_mem_engine-9f514816a2ab1df9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1170274Z [00:16:07.357]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_sigv4-7e06e9bf916ce73e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1238330Z [00:16:07.364]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_native_certs-a289a2f2604d89df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1305505Z [00:16:07.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/linux_raw_sys-f6ecab73b5dbffa2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1373119Z [00:16:07.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-40006865a44fcce4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1440556Z [00:16:07.384]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1507572Z [00:16:07.391]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocks-bd30d3deaf150bac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1575486Z [00:16:07.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-bc2766bbb6a00ff8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1643840Z [00:16:07.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_syntax-523d3002ffab0ee9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1710882Z [00:16:07.411]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf-fe3b4527b481fae5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1779172Z [00:16:07.418]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbumpalo-cfaa9c6929b5cd9b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1846220Z [00:16:07.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_system-35496a8031b0670a.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1913615Z [00:16:07.431]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_system-35496a8031b0670a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.1981319Z [00:16:07.438]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crc32fast-6af78ad21a095569.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2048471Z [00:16:07.445]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hyper_rustls-ab42500142c68361.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2114568Z [00:16:07.451]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libadler32-99defbd1a2ae2174.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2181571Z [00:16:07.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwriteable-4c873d47d3162cdc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2248992Z [00:16:07.465]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2317453Z [00:16:07.472]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liberased_serde-801ba5c67cf17840.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2384653Z [00:16:07.478]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytecount-80925eb83414e615.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2452224Z [00:16:07.485]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ref_cast-020ac1f8cb7b9d2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2520608Z [00:16:07.492]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_lsp-7ebcab1d5c1f6762.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2588562Z [00:16:07.499]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libskiplist-467b7355a472c010.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2655430Z [00:16:07.505]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_plan-9affbd028ae8f7aa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2722096Z [00:16:07.512]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tokio_rustls-dbe506b1a392f7f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2791791Z [00:16:07.519]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/os_pipe-18783a1c1f4f2ed8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2859605Z [00:16:07.526]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2928349Z [00:16:07.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtry_lock-9685603b79e055bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.2997083Z [00:16:07.539]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-253dc85f57c343d6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3064128Z [00:16:07.546]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/inotify-1a3477fef977f17d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3132257Z [00:16:07.553]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/async_stream-9c42f560f406f5da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3201100Z [00:16:07.560]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libv_htmlescape-97a98f283e49eac0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3269637Z [00:16:07.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnative_tls-fe370e6af450f02c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3336426Z [00:16:07.573]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libical-59626f7e3b824db5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3404562Z [00:16:07.580]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hashlink-f68279be559c98f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3472967Z [00:16:07.587]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossbeam_channel-bf28dd2448494a8a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3540537Z [00:16:07.594]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/charset-27a26a61f2b0dd6c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3607660Z [00:16:07.601]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrim_in_place-cb3975682a90f866.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3675808Z [00:16:07.607]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgit2-149e49445902c660.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3743473Z [00:16:07.614]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_registry-95fe9393f93bbd05.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3811885Z [00:16:07.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ethnum-9358e7cc56614dee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3879938Z [00:16:07.628]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/time-42feb2eb3bd9d36f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.3947442Z [00:16:07.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4015718Z [00:16:07.641]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaddr2line-9595c82e770d90da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4084122Z [00:16:07.648]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_types-1643268e8cf7d1a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4152224Z [00:16:07.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminimal_lexical-cd352522f2381349.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4219573Z [00:16:07.662]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/serde_urlencoded-885a85f20e1eae20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4287287Z [00:16:07.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace-2c07cd69558b06e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4354103Z [00:16:07.675]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4421226Z [00:16:07.682]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtermcolor-6d4eb50635b9c3b1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4488287Z [00:16:07.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_formats-309407e9df5b3f91.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4555284Z [00:16:07.695]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvsimd-cb52266f376f8b4b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4622100Z [00:16:07.702]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4689418Z [00:16:07.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/cfg_if-c6d20eeedf1e2f8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4756147Z [00:16:07.715]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/object-ea92a5313933f785.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4824078Z [00:16:07.722]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libblake3-a21b960c16b08a87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4893568Z [00:16:07.729]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf16_iter-bd8e0d7a1939bb6d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.4961422Z [00:16:07.736]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/blake3-a21b960c16b08a87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5028817Z [00:16:07.743]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon-f756c26217b59600.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5096257Z [00:16:07.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic-09af666da43367bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5164268Z [00:16:07.756]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fallible_streaming_iterator-e12849ee5d71bb20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5232575Z [00:16:07.763]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrength_reduce-a01e3c129344d33a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5299252Z [00:16:07.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_polars-a178b50405395559.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5366562Z [00:16:07.776]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtyped_arena-d289dec78accf75f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5434061Z [00:16:07.783]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_utils-dbf4f9e23e565d3f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5501198Z [00:16:07.790]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_error-2b549322f45a6531.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5568774Z [00:16:07.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utf16_iter-bd8e0d7a1939bb6d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5636984Z [00:16:07.803]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv-63112845ad027ebe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5705744Z [00:16:07.810]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dtoa_short-261e8af4aac2c4d6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5774707Z [00:16:07.817]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_json-ae8b9796c0714309.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5842804Z [00:16:07.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/boxcar-0c9bd6ca1fc18542.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5911593Z [00:16:07.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_spanned-9857039a31f0fd4c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.5979081Z [00:16:07.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6046425Z [00:16:07.844]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwinnow-b2048235cbf0c0f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6114207Z [00:16:07.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/streaming_decompression-0eaf1fd5267ff6ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6182380Z [00:16:07.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicode_truncate-2f2f386e5fafa61d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6250791Z [00:16:07.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_urlencoded-885a85f20e1eae20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6319886Z [00:16:07.872]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_properties_data-281a50421255fb32.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6386386Z [00:16:07.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-c1bc0cdea0ee528c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6454376Z [00:16:07.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_normalizer_data-aa41eb36e0d88854.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6522901Z [00:16:07.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfuzzy_matcher-67b6b854ebdd8028.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6589826Z [00:16:07.899]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6657604Z [00:16:07.906]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchumsky-ffb476bdbb48e2cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6726093Z [00:16:07.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libx11rb_protocol-c27d0f2116060166.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6794940Z [00:16:07.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6863779Z [00:16:07.926]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6931879Z [00:16:07.933]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libratatui-be515f7a61d83ef7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.6999507Z [00:16:07.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_stream-54256da8d29a02c9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7066650Z [00:16:07.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7136173Z [00:16:07.953]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-28658e2435cf7d87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7204299Z [00:16:07.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_format-bf497f67b84d372f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7272590Z [00:16:07.967]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_random-ae40a1e5c3e36fd0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7340669Z [00:16:07.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libshell_words-fab7b27eaa8549a7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7408396Z [00:16:07.981]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibflate_lz77-d404e13fbc908005.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7475799Z [00:16:07.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-9bad974913a05188.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7543584Z [00:16:07.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zeroize-c534c2641d1d2609.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7610078Z [00:16:08.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhuman_date_parser-400b0701e382af71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7678202Z [00:16:08.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrypto_common-44f151bbfdd586f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7747181Z [00:16:08.015]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/minimal_lexical-cd352522f2381349.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7816383Z [00:16:08.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bit_set-fe5dce40a1b9a271.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7884653Z [00:16:08.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/serde_yaml-cda25facc640b2a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.7953000Z [00:16:08.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wayland_backend-5d0350a67aa11b09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8020289Z [00:16:08.042]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libargminmax-fa52b25f09046643.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8087679Z [00:16:08.049]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_executor-ba52c5f2ec7d6422.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8155557Z [00:16:08.055]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_engine-3f01238bbe5ba34c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8223465Z [00:16:08.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libalphanumeric_sort-c3ff27e0f0c1d649.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8289947Z [00:16:08.069]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8357247Z [00:16:08.076]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_rs_sys-ba05a4701e3ada1b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8424476Z [00:16:08.082]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b7e496eadac97b97.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8493154Z [00:16:08.089]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lock_api-1767d6f4baf99d94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8560135Z [00:16:08.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/parking_lot-84dfbf221af39c77.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8626908Z [00:16:08.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrsim-47b4338863dd4805.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8693568Z [00:16:08.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconsole-12643e17fc3b04e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8761812Z [00:16:08.116]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibflate_lz77-d404e13fbc908005.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8829343Z [00:16:08.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libshell_words-fab7b27eaa8549a7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8895778Z [00:16:08.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgimli-5542d876b8d4336f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.8964176Z [00:16:08.136]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/clap_builder-e395a28de0a7baeb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9031462Z [00:16:08.143]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrip_ansi_escapes-1c736223ada06573.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9098788Z [00:16:08.150]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_mio-17ee3a9a5126d1ce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9165888Z [00:16:08.156]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/reedline-4cd0232e87a0dff8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9233490Z [00:16:08.163]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9301164Z [00:16:08.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_backend-5d0350a67aa11b09.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9368693Z [00:16:08.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4_sys-866a5e22df216a40.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9435611Z [00:16:08.183]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-f6ecab73b5dbffa2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9503172Z [00:16:08.190]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_deque-01656f2aca168da2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9571247Z [00:16:08.197]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-2eb45abcfa0ed01b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9650353Z [00:16:08.205]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/indexmap-bb8ac29bc9027d28.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9723179Z [00:16:08.212]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8parse-568fbb869ba40b86.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9789154Z [00:16:08.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/float_cmp-05cf4e98501e2c7b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9857297Z [00:16:08.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-899d8de1909acb15.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9924718Z [00:16:08.232]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/quoted_printable-caec4a7695f4c78c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:46.9992912Z [00:16:08.239]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_stress_internals-1abc34b31ed681eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0060583Z [00:16:08.246]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibssh2_sys-9957f2dbd11e5b6e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0128858Z [00:16:08.253]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsysinfo-6acb9388e4f1b907.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0196690Z [00:16:08.259]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/peresil-99da2f639b22a7cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0264503Z [00:16:08.266]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libterminal_size-50a22e490a42bde0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0331907Z [00:16:08.273]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwriteable-4c873d47d3162cdc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0398689Z [00:16:08.280]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstable_deref_trait-b791c118f73f8ac1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0465901Z [00:16:08.286]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/linked_hash_map-ba93eb3849ac5f61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0533412Z [00:16:08.293]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-dbd1850c9403762a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0600185Z [00:16:08.300]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_threads-a50e3667048136bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0667644Z [00:16:08.307]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_protocol-cbe3887668f111db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0734103Z [00:16:08.313]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/alloc_stdlib-4d49fa93d82cd053.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0801481Z [00:16:08.320]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_root_certs-980ed7db238c4bb4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0867526Z [00:16:08.327]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_registry-95fe9393f93bbd05.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.0933180Z [00:16:08.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/md5-5d79f546fe65219c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1000203Z [00:16:08.340]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_adler32-5a5ca4a638b1c078.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1067102Z [00:16:08.347]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/itertools-e86eea01e7d22935.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1133948Z [00:16:08.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypeid-44868b69461deb74.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1200437Z [00:16:08.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_lsp-7ebcab1d5c1f6762.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1266284Z [00:16:08.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libheck-39daa5364b1ef8a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1332014Z [00:16:08.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum-d1dc8ede7cb43b4e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1400062Z [00:16:08.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/human_date_parser-400b0701e382af71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1467229Z [00:16:08.387]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1533857Z [00:16:08.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_lazy-762f687e13b482b5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1600023Z [00:16:08.400]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_std-fa4703acf637627b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1666823Z [00:16:08.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/quick_xml-40006865a44fcce4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1733402Z [00:16:08.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libshadow_rs-9197ff8b0f457719.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1800574Z [00:16:08.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteyarn-6072912b705efe40.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1869984Z [00:16:08.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcharset-27a26a61f2b0dd6c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.1936848Z [00:16:08.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libowo_colors-a4931c69d02e1957.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2003284Z [00:16:08.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibgit2_sys-ccb76ddb1f4f98c0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2071412Z [00:16:08.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/curl_sys-333ec96fa5cd48e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2137220Z [00:16:08.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/supports_color-0528b28cf81ac6ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2204291Z [00:16:08.460]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtitlecase-f52f63848057842d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2271109Z [00:16:08.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libordered_multimap-f98a79969ed52c77.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2337557Z [00:16:08.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_color_config-c005101a1fe2b3e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2402807Z [00:16:08.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_collections-453366799e51712c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2470020Z [00:16:08.487]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/selectors-87a163e52ec4ce13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2536590Z [00:16:08.493]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpure_rust_locales-93366b09b4054ded.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2602369Z [00:16:08.500]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf-fe3b4527b481fae5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2669850Z [00:16:08.507]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/simplelog-fabf45cc93e48f12.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2735973Z [00:16:08.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_error-9e8ff36aab83c304.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2804568Z [00:16:08.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify-6779d5c743dd391b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2870426Z [00:16:08.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librle_decode_fast-1d16e13e02f2a59a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.2937112Z [00:16:08.534]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b381fd0956226d41.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3003300Z [00:16:08.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3071381Z [00:16:08.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/calamine-14bd018f768b9b84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3137363Z [00:16:08.554]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/once_cell-ce6f56fb6fb1a8d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3203981Z [00:16:08.560]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-d22ae7dcdc92682a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3271089Z [00:16:08.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansitok-009e16c03ddc16b3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3338363Z [00:16:08.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc32fast-6af78ad21a095569.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3405273Z [00:16:08.580]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/http_body-275585e7b054e969.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3472392Z [00:16:08.587]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/atomic_waker-8768e274fad1a36e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3538780Z [00:16:08.594]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libportable_atomic-241c7f3e23b23bdd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3605242Z [00:16:08.600]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand_chacha-ab9197f501a59b39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3671380Z [00:16:08.607]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/miette-df4921012340ce3f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3736962Z [00:16:08.613]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_pki_types-2f6f41be2f82d2fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3803832Z [00:16:08.620]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttparse-0cf4a8445f87fe40.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3869822Z [00:16:08.627]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibflate-56f01d0082008972.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.3936829Z [00:16:08.633]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand_core-d92d17a09d6c85d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4005806Z [00:16:08.640]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zstd_safe-d162ccd45dd10ef8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4073819Z [00:16:08.647]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimplelog-fabf45cc93e48f12.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4140081Z [00:16:08.654]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4206365Z [00:16:08.660]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/procfs-e1a5062c9add9b92.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4275235Z [00:16:08.667]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libego_tree-4b067884b93619a7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4342135Z [00:16:08.674]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki-48bbc7de4647331c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4409880Z [00:16:08.681]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_formats-95058712600b489d.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4476851Z [00:16:08.687]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerofrom-1bcd7210f905f478.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4543772Z [00:16:08.694]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime-5845d3fe135b2fc5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4610117Z [00:16:08.701]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4678026Z [00:16:08.708]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/parking-9d0f580be32cb457.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4746265Z [00:16:08.714]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/oem_cp-33fcb76f70b81cec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4814174Z [00:16:08.721]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4882802Z [00:16:08.728]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_docker-cbd410dfd5e8f44f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.4951269Z [00:16:08.735]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_cp-d74b475504517ad5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5019914Z [00:16:08.742]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd_safe-d162ccd45dd10ef8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5086880Z [00:16:08.748]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossbeam_deque-01656f2aca168da2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5153826Z [00:16:08.755]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/writeable-4c873d47d3162cdc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5221822Z [00:16:08.762]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sigv4-7e06e9bf916ce73e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5290174Z [00:16:08.769]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lean_string-dd80437c2ee38581.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5358369Z [00:16:08.776]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/streaming_iterator-be5c301492afe7b9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5427382Z [00:16:08.783]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcssparser-728ec8b265c7a066.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5495066Z [00:16:08.789]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio-2a2713766cfb1228.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5562654Z [00:16:08.796]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_test_support-a3eda67254ea320a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5630235Z [00:16:08.803]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimdutf8-aa4ae3360dc91e0a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5699421Z [00:16:08.810]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtinystr-8e6656b30ef14f38.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5766855Z [00:16:08.816]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/planus-d8acf1591a4aaf82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5834836Z [00:16:08.823]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_formats-95058712600b489d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5901979Z [00:16:08.830]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_gstat-45ed27ad166fbf2d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.5968062Z [00:16:08.837]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bytesize-bef8ab1ab2c47499.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6035466Z [00:16:08.843]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdunce-8e471e0f7aaf21d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6102047Z [00:16:08.850]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_normalizer_data-aa41eb36e0d88854.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6168730Z [00:16:08.857]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6235566Z [00:16:08.863]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-bf28dd2448494a8a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6302605Z [00:16:08.870]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/yoke-22ba29b4b7cbfeee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6371027Z [00:16:08.877]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstatic_assertions-1b2d2f41c3a1ffe7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6437681Z [00:16:08.884]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-dfcf36b7436d22d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6504025Z [00:16:08.890]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/quick_error-2b549322f45a6531.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6570756Z [00:16:08.897]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dtoa-bce8de879eef3143.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6637439Z [00:16:08.904]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_test_support-500bb170aa93ba8e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6705407Z [00:16:08.910]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_uname-1c7c8907bd01dd98.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6773270Z [00:16:08.917]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6841696Z [00:16:08.924]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_conv-0f2b5de8085c5a41.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6908083Z [00:16:08.931]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytecount-80925eb83414e615.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.6977051Z [00:16:08.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_arrow_format-d828df9365df6f4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7043353Z [00:16:08.944]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7110486Z [00:16:08.951]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8-ad42f944fb0a6f85.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7176569Z [00:16:08.957]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/signal_hook_registry-95fe9393f93bbd05.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7243788Z [00:16:08.964]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7310003Z [00:16:08.971]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/winnow-b2048235cbf0c0f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7377149Z [00:16:08.978]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinotify-1a3477fef977f17d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7444384Z [00:16:08.984]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashlink-f68279be559c98f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7511976Z [00:16:08.991]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtower_service-da3b80c2dd45bff6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7580342Z [00:16:08.998]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7647208Z [00:16:09.005]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/atoi_simd-76f28a6528d4c3c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7715501Z [00:16:09.011]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgimli-5542d876b8d4336f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7783496Z [00:16:09.018]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mv-822d7fadab091c90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7850170Z [00:16:09.025]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/socks-bd30d3deaf150bac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7916560Z [00:16:09.031]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbuf_trait-3efefd71a7d20c87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.7986384Z [00:16:09.038]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand_core-00065bc91c726ac4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8053956Z [00:16:09.045]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxattr-fa84d71592add336.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8120923Z [00:16:09.052]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/colorchoice-f7b0c4654c297647.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8190366Z [00:16:09.059]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/brotli_decompressor-e892e89100d7d2c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8257312Z [00:16:09.066]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_experimental-f784b96a75eb77a1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8324538Z [00:16:09.072]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaho_corasick-0c641a08514c09b4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8391663Z [00:16:09.079]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_time-c319a6bbc46d25ff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8458065Z [00:16:09.086]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_datetime-d41a81c13c42a0ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8526142Z [00:16:09.092]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet-cbda6536ea8ec241.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8592771Z [00:16:09.099]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_std-fa4703acf637627b.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8660215Z [00:16:09.106]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64_simd-c3e52b4397227368.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8728870Z [00:16:09.113]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf_shared-873d8c7509a23a1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8796949Z [00:16:09.119]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_normalizer-3ff666bbe59a0e2d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8865319Z [00:16:09.126]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_gstat-42c10f00db3cebeb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.8934199Z [00:16:09.133]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_io-191c9c23aab3cad1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9001236Z [00:16:09.140]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lockfree_object_pool-1b2777295187b308.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9069593Z [00:16:09.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/precomputed_hash-a513819289908bf4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9139757Z [00:16:09.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle-214268fa4e260649.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9207314Z [00:16:09.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayref-c4d32b8f5ebeca43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9274760Z [00:16:09.167]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9343432Z [00:16:09.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libini-ca4c10a7fd457d70.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9411388Z [00:16:09.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/chumsky-ffb476bdbb48e2cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9478327Z [00:16:09.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeml_parser-89f7d0a0510ce87d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9546055Z [00:16:09.194]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/simd_adler32-5a5ca4a638b1c078.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9612475Z [00:16:09.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli-ccaf963f87dbc7b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9679110Z [00:16:09.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fs_extra-66aff189b6df588a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9748581Z [00:16:09.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/addr2line-9595c82e770d90da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9815412Z [00:16:09.221]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_types-7791f685ef99ded5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9882882Z [00:16:09.228]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs_sys-d052c5fed58b6f71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:47.9951348Z [00:16:09.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_pipe-18783a1c1f4f2ed8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0018664Z [00:16:09.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnumber_prefix-fdbf7af792dfc9ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0085511Z [00:16:09.248]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_cli-2f7dd0be37d271a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0153454Z [00:16:09.255]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_xpath-5b821ef1e7897d69.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0222673Z [00:16:09.262]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_ssooidc-f2b7a62fadcf20e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0290049Z [00:16:09.269]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/supports_hyperlinks-9c06532198922393.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0359332Z [00:16:09.276]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0428335Z [00:16:09.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0495284Z [00:16:09.289]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/inotify_sys-7f4e06999491fca0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0562573Z [00:16:09.296]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcpufeatures-4cd02f6d3bc04380.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0630721Z [00:16:09.303]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-23e1a0ce648518fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0698819Z [00:16:09.310]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/memmap2-e4117185f8458c0b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0767097Z [00:16:09.316]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_automata-bbaf20b09695e3da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0834456Z [00:16:09.323]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsqlite3_sys-5389b2ffac1aaeb2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0903253Z [00:16:09.330]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_normalizer-3ff666bbe59a0e2d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.0971196Z [00:16:09.337]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librecursive-19865dfc405ddc86.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1039989Z [00:16:09.344]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossterm-449307aca3cc3515.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1107219Z [00:16:09.351]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dlv_list-a604e9b82497b76a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1175684Z [00:16:09.357]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1243486Z [00:16:09.364]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/atomic-09af666da43367bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1311347Z [00:16:09.371]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/recursive-19865dfc405ddc86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1378721Z [00:16:09.378]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_io-555b964945978c09.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1448025Z [00:16:09.385]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wayland_protocols_wlr-dfc2a873ad886546.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1516046Z [00:16:09.391]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/const_random-ae40a1e5c3e36fd0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1584628Z [00:16:09.398]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libloading-87d990afb85c0f01.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1653509Z [00:16:09.405]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_iterator-be5c301492afe7b9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1721298Z [00:16:09.412]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_embed_utils-8c572a5c509d75a6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1789536Z [00:16:09.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle_query-e4e0dece7cb39766.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1857349Z [00:16:09.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1924735Z [00:16:09.432]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/strum-753976f9ef4c00c4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.1992299Z [00:16:09.439]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-55b33249c08faf7c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2060960Z [00:16:09.446]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxmlparser-8eb5d729515c0c25.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2127406Z [00:16:09.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2194793Z [00:16:09.459]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdigest-774f7dc4d5dc9ce8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2263911Z [00:16:09.466]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2330583Z [00:16:09.473]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/markup5ever-2eb45abcfa0ed01b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2397260Z [00:16:09.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/arrayref-c4d32b8f5ebeca43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2465848Z [00:16:09.486]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_plugin-4689edd9272ca07e.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2534095Z [00:16:09.493]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_project_lite-7141a35ff92d90b5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2601730Z [00:16:09.500]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-275585e7b054e969.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2668360Z [00:16:09.507]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstacker-92bb37db7140da37.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2735488Z [00:16:09.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_executable-86c7d21d2cd91ca2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2804067Z [00:16:09.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2872507Z [00:16:09.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bytecount-80925eb83414e615.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.2939931Z [00:16:09.534]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/clap_lex-8cd73176af5b80ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3007479Z [00:16:09.541]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboem_cp-33fcb76f70b81cec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3074766Z [00:16:09.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sync_wrapper-8309a39299af7249.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3142478Z [00:16:09.554]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_test_support-a3eda67254ea320a.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3209993Z [00:16:09.561]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-6b89de715644702d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3276864Z [00:16:09.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/h2-68d42ba4c7bcdee8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3344476Z [00:16:09.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libavro_schema-9ebb369c1d5cc809.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3412337Z [00:16:09.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rusqlite-e0c37c62d5df9c16.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3479305Z [00:16:09.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_iterator-be5c301492afe7b9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3550269Z [00:16:09.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libm-3c0ee802c563c623.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3626289Z [00:16:09.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols-78f4e0fed0db6eb2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3694633Z [00:16:09.609]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_executable-86c7d21d2cd91ca2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3763128Z [00:16:09.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_parser-6685ece72543f2f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3831276Z [00:16:09.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcurl_sys-333ec96fa5cd48e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3899679Z [00:16:09.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/openssl_probe-b84d8017041f64a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.3966971Z [00:16:09.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_whoami-7d712bac6d903609.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4036869Z [00:16:09.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4106287Z [00:16:09.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_polars-a178b50405395559.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4175025Z [00:16:09.657]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zopfli-47865d081e187006.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4242399Z [00:16:09.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4309782Z [00:16:09.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lru-ed594286eef72bae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4376896Z [00:16:09.677]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libportable_atomic-241c7f3e23b23bdd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4443484Z [00:16:09.684]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4512756Z [00:16:09.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_humanize-e2650901c76c6de7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4580004Z [00:16:09.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_ops-98ea475480734012.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4648042Z [00:16:09.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp-316bd0d323cd9bcb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4716537Z [00:16:09.711]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_table-0088595a2ede17d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4784334Z [00:16:09.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-a04b20f02337a2d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4852830Z [00:16:09.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarray_init_cursor-11a3fc5ee4833d65.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4921651Z [00:16:09.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.4988879Z [00:16:09.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsiphasher-d1a8d9c59c93907e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5056082Z [00:16:09.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject-ea92a5313933f785.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5124330Z [00:16:09.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/untrusted-ecffa424b719da75.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5191338Z [00:16:09.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmiette-df4921012340ce3f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5258024Z [00:16:09.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5325431Z [00:16:09.772]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace_ext-a223d4ebd2d110a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5393138Z [00:16:09.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ratatui-be515f7a61d83ef7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5460525Z [00:16:09.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/servo_arc-aac27d6f011d68af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5529887Z [00:16:09.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_native_certs-46704437ba50518e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5597496Z [00:16:09.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_logger-64a6bd686bd00d63.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5664412Z [00:16:09.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhmac-d9a7d3bee6f07edb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5732880Z [00:16:09.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/file_id-23be9a1dce6f4a30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5800473Z [00:16:09.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_util-513808909860ce7e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5868216Z [00:16:09.827]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_wsl-9174ea48d7be3155.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.5935541Z [00:16:09.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/avro_schema-9ebb369c1d5cc809.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6003119Z [00:16:09.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvte-5a6ccada1036894f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6069784Z [00:16:09.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wayland_sys-866029d706c42c25.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6136990Z [00:16:09.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_wsl-9174ea48d7be3155.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6204687Z [00:16:09.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzip-795a3b7fedc4de71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6271793Z [00:16:09.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libowo_colors-a4931c69d02e1957.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6339252Z [00:16:09.874]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libboxcar-0c9bd6ca1fc18542.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6405795Z [00:16:09.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbit_vec-2ad1ea07e42ae05a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6473712Z [00:16:09.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_touch-e91a4578a4f99fb2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6542071Z [00:16:09.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6609382Z [00:16:09.901]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemchr-587c5ba3bea2f5ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6675873Z [00:16:09.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify-6779d5c743dd391b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6742123Z [00:16:09.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/toml-56d7a949fdddfa20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6810069Z [00:16:09.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhumantime-4a74de14f4c8c8b4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6876919Z [00:16:09.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-ea31c9c628322cb2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.6943654Z [00:16:09.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_complex-8f8dcb8d81597d93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7010497Z [00:16:09.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bincode-1d31f44e86027a08.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7077595Z [00:16:09.948]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbracoxide-ae75182377f381b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7145752Z [00:16:09.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_collections-453366799e51712c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7213686Z [00:16:09.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemmap2-e4117185f8458c0b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7280735Z [00:16:09.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibm-3c0ee802c563c623.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7347726Z [00:16:09.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow_format-d828df9365df6f4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7414987Z [00:16:09.981]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nom-964a3059a3b67acd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7483281Z [00:16:09.988]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/der-c28589b94316e476.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7553452Z [00:16:09.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparse_datetime-1e6a9e3d9ae1cc7a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7621513Z [00:16:10.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwinnow-b2048235cbf0c0f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7696306Z [00:16:10.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-0615a44123b88423.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7756907Z [00:16:10.015]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lsp_server-1b8340eea542f60d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7828177Z [00:16:10.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-49dc5e5e9d9ce7de.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7895960Z [00:16:10.029]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libequivalent-172ee25997bd6c00.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.7963643Z [00:16:10.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/alloc_no_stdlib-5b4e15f68c7bf626.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8032312Z [00:16:10.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/reqwest-df3edca4f9d58cce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8100802Z [00:16:10.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtree_magic_mini-d31a187d41b3a325.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8169321Z [00:16:10.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdebug_unreachable-84e4020c8871f4af.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8237508Z [00:16:10.064]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcurl_sys-333ec96fa5cd48e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8304423Z [00:16:10.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lsp_types-6da021def994144d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8372551Z [00:16:10.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hyper_rustls-24a1271a4834f62d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8440918Z [00:16:10.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/v_htmlescape-97a98f283e49eac0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8509288Z [00:16:10.091]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibflate-56f01d0082008972.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8577052Z [00:16:10.098]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sha2-fe60a345b99169f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8644284Z [00:16:10.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/xmlparser-8eb5d729515c0c25.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8711727Z [00:16:10.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_random-ae40a1e5c3e36fd0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8779988Z [00:16:10.118]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/form_urlencoded-22ab86262fa2efd2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8846551Z [00:16:10.124]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uucore-b56da79c9dbeea29.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8913733Z [00:16:10.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-9bad974913a05188.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.8982537Z [00:16:10.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibloading-87d990afb85c0f01.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9049021Z [00:16:10.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfluent_uri-7b0f695e49e93a29.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9116733Z [00:16:10.151]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-55b33249c08faf7c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9184563Z [00:16:10.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_json-7a7abc5dd8eb46f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9252610Z [00:16:10.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/event_listener_strategy-5486cfbd0cb45f91.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9321218Z [00:16:10.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslab-d05a1694e09532ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9387712Z [00:16:10.179]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-bc2766bbb6a00ff8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9455293Z [00:16:10.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/castaway-c16cbd267e642195.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9523425Z [00:16:10.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_locid-c9007a16b6943922.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9591245Z [00:16:10.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_stream-54256da8d29a02c9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9658340Z [00:16:10.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_color_config-c005101a1fe2b3e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9724690Z [00:16:10.212]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9792995Z [00:16:10.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdialoguer-d829bf0685d4c1d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9860116Z [00:16:10.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboption_ext-32fac97542e0c9e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9927520Z [00:16:10.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_query-a758aeeadd342389.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:48.9996088Z [00:16:10.239]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/getrandom-113562dca39a5794.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0065502Z [00:16:10.246]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboem_cp-33fcb76f70b81cec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0132143Z [00:16:10.253]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libadler2-6e3a5d6b4398707b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0199829Z [00:16:10.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboption_ext-32fac97542e0c9e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0267029Z [00:16:10.266]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_integer-25bf9e2f94470652.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0334447Z [00:16:10.273]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/same_file-9e20149285ebfce9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0402837Z [00:16:10.280]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0470573Z [00:16:10.287]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-88b9aa086bd56f4f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0538653Z [00:16:10.294]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libz_rs_sys-ba05a4701e3ada1b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0607727Z [00:16:10.301]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-48bbc7de4647331c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0674006Z [00:16:10.307]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq_proto-33f25c20f61ebb97.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0741926Z [00:16:10.314]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbit_set-fe5dce40a1b9a271.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0808847Z [00:16:10.321]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook_mio-17ee3a9a5126d1ce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0876519Z [00:16:10.327]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.0942517Z [00:16:10.334]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_query-ca13c141b2deb0d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1009591Z [00:16:10.341]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_mem_engine-9f514816a2ab1df9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1077274Z [00:16:10.348]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpin_utils-dbf4f9e23e565d3f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1145095Z [00:16:10.354]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1212300Z [00:16:10.361]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/parking_lot_core-5f2752fbc8ec8cc1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1279057Z [00:16:10.368]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1345908Z [00:16:10.374]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rmp-316bd0d323cd9bcb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1413022Z [00:16:10.381]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nuon-5716eaaf45d7876c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1479290Z [00:16:10.388]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgit2_sys-ccb76ddb1f4f98c0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1546492Z [00:16:10.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libglob-7dbad827ab1b7f61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1612199Z [00:16:10.401]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_color_config-c005101a1fe2b3e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1678813Z [00:16:10.408]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml-56d7a949fdddfa20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1745447Z [00:16:10.414]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtextwrap-33b3f1826e1adf61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1812696Z [00:16:10.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-e4b0219bbbf6cf91.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1881070Z [00:16:10.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimplelog-fabf45cc93e48f12.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.1947997Z [00:16:10.435]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboutref-853c906c9906fba1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2015387Z [00:16:10.441]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-d92d17a09d6c85d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2084496Z [00:16:10.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrsim-47b4338863dd4805.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2153331Z [00:16:10.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2222889Z [00:16:10.462]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/toml_datetime-d41a81c13c42a0ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2289904Z [00:16:10.469]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ureq-e3203c675d8f1316.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2358273Z [00:16:10.476]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvalue_trait-5e23f31df387879f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2425803Z [00:16:10.482]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/chrono-7838851ca819f8a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2493463Z [00:16:10.489]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_task-baefbe77c8cb072c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2562953Z [00:16:10.496]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_whoami-7d712bac6d903609.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2630210Z [00:16:10.503]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_whoami-7d712bac6d903609.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2698953Z [00:16:10.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2765849Z [00:16:10.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/log-9fd8f72c6bca26d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2834637Z [00:16:10.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nix-44f220c853d27b1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2902504Z [00:16:10.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libc-338e0ca149b82eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.2969735Z [00:16:10.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3037562Z [00:16:10.544]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64_simd-c3e52b4397227368.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3106486Z [00:16:10.550]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchumsky-ffb476bdbb48e2cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3173967Z [00:16:10.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_formats-309407e9df5b3f91' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3242655Z [00:16:10.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrim_in_place-cb3975682a90f866.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3311412Z [00:16:10.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmd5-5d79f546fe65219c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3379123Z [00:16:10.578]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/value_trait-5e23f31df387879f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3446947Z [00:16:10.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-9dc3818f11f07e16.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3515693Z [00:16:10.591]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdialoguer-d829bf0685d4c1d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3583894Z [00:16:10.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_lite-8619887f50e57907.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3652457Z [00:16:10.605]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_ops-98ea475480734012.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3721174Z [00:16:10.612]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_cmd_extra-8b85ba61e3f5b147.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3789691Z [00:16:10.619]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot_core-5f2752fbc8ec8cc1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3857413Z [00:16:10.626]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libethnum-9358e7cc56614dee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3926275Z [00:16:10.632]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b381fd0956226d41.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.3994249Z [00:16:10.639]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcpufeatures-4cd02f6d3bc04380.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4063892Z [00:16:10.646]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_sdk_sso-e95fdc0ed4325168.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4132391Z [00:16:10.653]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimdutf8-aa4ae3360dc91e0a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4201098Z [00:16:10.660]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utf8-ad42f944fb0a6f85.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4268627Z [00:16:10.667]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/memchr-587c5ba3bea2f5ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4336959Z [00:16:10.673]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_syntax-523d3002ffab0ee9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4405556Z [00:16:10.680]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wayland_client-54ecff6b6fd4db36.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4473625Z [00:16:10.687]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libshadow_rs-9197ff8b0f457719.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4541801Z [00:16:10.694]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libderanged-073ace2e5e8a79a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4609453Z [00:16:10.701]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_types-1643268e8cf7d1a1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4678150Z [00:16:10.708]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_experimental-f784b96a75eb77a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4745971Z [00:16:10.714]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid_transform-82e3085f44ad98f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4813809Z [00:16:10.721]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tinystr-8e6656b30ef14f38.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4882475Z [00:16:10.728]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/platform_info-8d443462e10843bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.4953573Z [00:16:10.735]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcssparser-728ec8b265c7a066.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5021772Z [00:16:10.742]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librusqlite-e0c37c62d5df9c16.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5089513Z [00:16:10.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8-ad42f944fb0a6f85.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5158308Z [00:16:10.756]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever_rcdom-72fbc1c1896b8c23.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5225386Z [00:16:10.762]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lazy_static-e4b0219bbbf6cf91.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5293251Z [00:16:10.769]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_error-03ea6283c1410406.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5360772Z [00:16:10.776]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstring_cache-27ee910f3f3664de.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5429256Z [00:16:10.783]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_lsp-7ebcab1d5c1f6762.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5496487Z [00:16:10.789]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon_core-bacc1e0f3a5cb4f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5564466Z [00:16:10.796]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpage-ad260becb0ba8aef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5632732Z [00:16:10.803]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5700314Z [00:16:10.810]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fxhash-49cf8527f30d7f2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5767432Z [00:16:10.817]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvte-5a6ccada1036894f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5835780Z [00:16:10.823]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num-d1dc8ede7cb43b4e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5903670Z [00:16:10.830]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblitemap-24fa94a2898e6277.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.5972352Z [00:16:10.837]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/scraper-8936ae42f38f5929.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6040457Z [00:16:10.844]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/vsimd-cb52266f376f8b4b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6108048Z [00:16:10.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/env_home-2d11289c9bce15cf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6176515Z [00:16:10.857]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/h2-899d8de1909acb15.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6244151Z [00:16:10.864]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/console-12643e17fc3b04e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6312669Z [00:16:10.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_gstat-45ed27ad166fbf2d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6380107Z [00:16:10.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6448050Z [00:16:10.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-ebf45e1669754a3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6517717Z [00:16:10.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha1_smol-13e65ad0041c7bcc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6585495Z [00:16:10.898]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6653655Z [00:16:10.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-dbe506b1a392f7f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6720932Z [00:16:10.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_iter-a94b1f5340ec7636.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6789460Z [00:16:10.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime-961a7ea6c9eb0c17.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6858378Z [00:16:10.926]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminiz_oxide-64a0b50c71d34b84.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6925886Z [00:16:10.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libblock_buffer-bd04e960fa2f85f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.6994076Z [00:16:10.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-e1a5062c9add9b92.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7062409Z [00:16:10.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-00065bc91c726ac4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7131608Z [00:16:10.953]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_parquet_format-2c974967b44af547.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7199404Z [00:16:10.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-e799bb394d4305b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7266828Z [00:16:10.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/socket2-bec1a37333192385.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7335071Z [00:16:10.973]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime-42feb2eb3bd9d36f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7403315Z [00:16:10.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstacker-92bb37db7140da37.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7471615Z [00:16:10.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf16_iter-bd8e0d7a1939bb6d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7539690Z [00:16:10.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_inc-487393c4957d7165' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7606321Z [00:16:11.000]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_expr-79fd8268180f5909.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7674200Z [00:16:11.007]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-ab9197f501a59b39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7743358Z [00:16:11.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/outref-853c906c9906fba1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7810571Z [00:16:11.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7878015Z [00:16:11.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmac-bdd9ecfef067e15b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.7943708Z [00:16:11.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocket2-bec1a37333192385.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8010572Z [00:16:11.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libucd_trie-249f7664f655894e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8076773Z [00:16:11.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/backtrace_ext-a223d4ebd2d110a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8143758Z [00:16:11.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/x11rb-7382b06bc7959e56.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8211333Z [00:16:11.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/print_positions-7b22970a74f8ac1e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8277523Z [00:16:11.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_iterator-3388414c1b9bec9c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8343529Z [00:16:11.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_config-91f1a01a194abf83.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8409823Z [00:16:11.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_explore-8b61f0e5559a2ae7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8477119Z [00:16:11.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbincode-1d31f44e86027a08.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8543698Z [00:16:11.094]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/array_init_cursor-11a3fc5ee4833d65.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8610531Z [00:16:11.101]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhome-912337b30fee19c0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8676937Z [00:16:11.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libforeign_types-2732dc455a911364.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8743736Z [00:16:11.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-da634158b6f13f93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8810801Z [00:16:11.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-b275ccb43337b7e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8877200Z [00:16:11.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarboard-537d1368e510bd15.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.8943605Z [00:16:11.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypenum-e22068095b1584db.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9010349Z [00:16:11.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpapergrid-6862671c88f73198.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9076690Z [00:16:11.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libblock_buffer-bd04e960fa2f85f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9142829Z [00:16:11.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libasync_channel-984ee4f1e05ad5f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9209524Z [00:16:11.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_filter-d84b6fd2a35e959b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9275176Z [00:16:11.167]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-0dc1baa09712230a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9341283Z [00:16:11.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcompact_str-a77465cb62671a7b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9407083Z [00:16:11.180]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsync_wrapper-8309a39299af7249.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9472838Z [00:16:11.187]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/etcetera-faec811a229d7de6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9538643Z [00:16:11.194]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd-6e0ad0d1c826dd04.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9603364Z [00:16:11.200]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sys_locale-e2a08779000bc6d1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9669071Z [00:16:11.207]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_pipe-18783a1c1f4f2ed8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9736010Z [00:16:11.213]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwax-222a9a48cd888c1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9801905Z [00:16:11.220]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/os_display-2afef617786c505a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9868265Z [00:16:11.227]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuucore-b56da79c9dbeea29.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:49.9935364Z [00:16:11.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid-c9007a16b6943922.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0000613Z [00:16:11.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-be0da8fca778566f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0066333Z [00:16:11.246]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rle_decode_fast-1d16e13e02f2a59a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0133318Z [00:16:11.253]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_touch-e91a4578a4f99fb2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0200901Z [00:16:11.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprint_positions-7b22970a74f8ac1e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0266433Z [00:16:11.266]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libidna_adapter-c619ab8a7c3119cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0333719Z [00:16:11.273]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libweb_time-2006421450947d6d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0401130Z [00:16:11.280]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0467497Z [00:16:11.287]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_base-38f2d7d412ee3cc0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0532863Z [00:16:11.293]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibsqlite3_sys-5389b2ffac1aaeb2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0598779Z [00:16:11.300]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libforeign_types_shared-3713f2c7bbbe97ce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0665405Z [00:16:11.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpathdiff-ce6a18a4f100fa5e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0732324Z [00:16:11.313]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_polars-4f672c5858857966' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0799785Z [00:16:11.320]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-113562dca39a5794.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0866917Z [00:16:11.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pori-19135a6c82401e53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.0934183Z [00:16:11.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_collections-453366799e51712c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1001727Z [00:16:11.340]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libform_urlencoded-22ab86262fa2efd2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1068449Z [00:16:11.347]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sigv4-7e06e9bf916ce73e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1135921Z [00:16:11.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_hyperlinks-9c06532198922393.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1204122Z [00:16:11.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_document-1e8842a422381c6f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1270811Z [00:16:11.367]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libonce_cell-ce6f56fb6fb1a8d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1338557Z [00:16:11.374]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-6bed09bf06b11ede.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1406593Z [00:16:11.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/quick_error-9e8ff36aab83c304.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1474253Z [00:16:11.387]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypeid-44868b69461deb74.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1541551Z [00:16:11.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopen-53d78a52954cfbe3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1609270Z [00:16:11.401]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libadler2-6e3a5d6b4398707b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1676715Z [00:16:11.407]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hex-e6776d86f2c5abaf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1743433Z [00:16:11.414]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsemver-5d28bf5d661ec6e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1811377Z [00:16:11.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties_data-281a50421255fb32.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1879327Z [00:16:11.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libucd_trie-249f7664f655894e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.1947362Z [00:16:11.435]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_executor-ba52c5f2ec7d6422.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2016217Z [00:16:11.441]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblean_string-dd80437c2ee38581.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2084265Z [00:16:11.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-f4ab9b3ec6b01355.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2152757Z [00:16:11.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_lazy-762f687e13b482b5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2220197Z [00:16:11.462]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2287415Z [00:16:11.469]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/cpufeatures-4cd02f6d3bc04380.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2355443Z [00:16:11.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libupdate_informer-9ce5290ded720113.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2422344Z [00:16:11.482]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbincode-1d31f44e86027a08.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2490445Z [00:16:11.489]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libppv_lite86-6e49459e122b9eb6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2556666Z [00:16:11.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/signal_hook-eaadab8a4ab73297.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2623247Z [00:16:11.502]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_query-a758aeeadd342389.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2690835Z [00:16:11.509]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ureq_proto-33f25c20f61ebb97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2759219Z [00:16:11.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki-21ca98e97bcb8077.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2826403Z [00:16:11.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject_store-b6453585943ba029.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2894306Z [00:16:11.529]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfloat_cmp-05cf4e98501e2c7b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.2961080Z [00:16:11.536]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/inventory-5c0557aaeda92e81.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3028418Z [00:16:11.543]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/constant_time_eq-fb9e2559c5b80ca8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3095155Z [00:16:11.549]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_runtime_api-79799e2de1eb4b1f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3161895Z [00:16:11.556]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_rustls-ab42500142c68361.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3229395Z [00:16:11.563]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing_core-169f221b33d6469d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3296314Z [00:16:11.569]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_traits-dc9beeef36f073ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3363267Z [00:16:11.576]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_client-54ecff6b6fd4db36.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3430706Z [00:16:11.583]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3498143Z [00:16:11.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid_transform_data-70b7f28036c24602.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3565779Z [00:16:11.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-2494db94d9f9f543.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3633797Z [00:16:11.603]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tower_service-da3b80c2dd45bff6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3702198Z [00:16:11.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_bigint-e6d298f948127473.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3775736Z [00:16:11.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_textdocument-978bd6cf4a1417f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3844879Z [00:16:11.624]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zstd_sys-2eaceaacd54f68d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3913461Z [00:16:11.631]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libboxcar-0c9bd6ca1fc18542.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.3981372Z [00:16:11.638]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_integer-25bf9e2f94470652.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4049587Z [00:16:11.645]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4118121Z [00:16:11.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_format-eb371e0e38bb4643.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4185828Z [00:16:11.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs_core-8cedd893fcd61367.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4253661Z [00:16:11.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-dfcf36b7436d22d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4321636Z [00:16:11.672]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_sso-e95fdc0ed4325168.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4389968Z [00:16:11.679]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc-753555d71f3f6388.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4458195Z [00:16:11.686]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libselectors-87a163e52ec4ce13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4525436Z [00:16:11.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-b275ccb43337b7e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4592831Z [00:16:11.699]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-97c9d03a01c16b3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4661694Z [00:16:11.706]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap_lex-8cd73176af5b80ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4730175Z [00:16:11.713]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-28658e2435cf7d87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4796283Z [00:16:11.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_term_grid-c8ffdb05681cb8ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4864008Z [00:16:11.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpwd-6cbe16806758f37b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.4934421Z [00:16:11.733]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand_chacha-28658e2435cf7d87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5001838Z [00:16:11.740]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nucleo_matcher-b241afad9d4ff121.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5070555Z [00:16:11.747]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_wsl-9174ea48d7be3155.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5137684Z [00:16:11.754]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/idna-e1d9b31468bc172b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5204801Z [00:16:11.760]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibssh2_sys-9957f2dbd11e5b6e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5273007Z [00:16:11.767]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5341844Z [00:16:11.774]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pin_utils-dbf4f9e23e565d3f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5410126Z [00:16:11.781]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnative_tls-fe370e6af450f02c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5480479Z [00:16:11.788]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/flate2-fa7e7ce6669aee27.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5547139Z [00:16:11.795]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicode_width-a04b20f02337a2d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5615037Z [00:16:11.801]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls-bc2766bbb6a00ff8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5682471Z [00:16:11.808]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_channel-0af6c03886683bf7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5749063Z [00:16:11.815]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/itoa-a8532d36a5ab7961.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5816143Z [00:16:11.821]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_iter-a94b1f5340ec7636.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5883251Z [00:16:11.828]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/open-53d78a52954cfbe3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.5951903Z [00:16:11.835]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/terminal_size-50a22e490a42bde0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6017982Z [00:16:11.842]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dunce-8e471e0f7aaf21d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6085847Z [00:16:11.848]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libini-ca4c10a7fd457d70.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6152812Z [00:16:11.855]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunsafe_libyaml-e7fe2421eeb86895.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6220257Z [00:16:11.862]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcolorchoice-f7b0c4654c297647.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6287049Z [00:16:11.868]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libz_sys-5c658d569022504b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6354474Z [00:16:11.875]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ahash-b6987c5cff7c3ff6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6422213Z [00:16:11.882]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate_lz77-d404e13fbc908005.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6489721Z [00:16:11.889]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties-aefbc4e5237c0c47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6555970Z [00:16:11.895]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/git2-149e49445902c660.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6623280Z [00:16:11.902]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-3445d5c4516ccd98.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6690606Z [00:16:11.909]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_gstat-45ed27ad166fbf2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6756987Z [00:16:11.916]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_query-435ab2bb73ca282f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6824201Z [00:16:11.922]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_terminal_polyfill-9e3e3213721a8892.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6892093Z [00:16:11.929]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttpdate-79ede0f99ea56afe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.6959593Z [00:16:11.936]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tokio_util-bd91d4d2332e4a51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7026642Z [00:16:11.942]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dlib-f69992effc38bb51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7094562Z [00:16:11.949]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow_format-d828df9365df6f4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7162095Z [00:16:11.956]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/glob-7dbad827ab1b7f61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7230030Z [00:16:11.963]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_sts-c1e137be5bce6e21.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7297684Z [00:16:11.970]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarray_init_cursor-11a3fc5ee4833d65.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7367674Z [00:16:11.977]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_iterator-3388414c1b9bec9c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7435309Z [00:16:11.983]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrypto_common-44f151bbfdd586f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7503795Z [00:16:11.990]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbumpalo-cfaa9c6929b5cd9b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7571795Z [00:16:11.997]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/html5ever-b7e496eadac97b97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7638757Z [00:16:12.004]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rust_decimal-5ab6f4c9570cc54c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7707053Z [00:16:12.010]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex-01f6c3248026931a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7776041Z [00:16:12.017]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicase-584e7c140fb9da42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7846087Z [00:16:12.024]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtermcolor-6d4eb50635b9c3b1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7913112Z [00:16:12.031]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-5489ef5caddc6b7d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.7982855Z [00:16:12.038]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-773a88da4a9fe997.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8051688Z [00:16:12.045]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8118615Z [00:16:12.052]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibm-3c0ee802c563c623.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8187229Z [00:16:12.059]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bytes_utils-59b4b8ae1f9e0280.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8255400Z [00:16:12.065]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fixedbitset-53ac1fa02b85d463.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8324021Z [00:16:12.072]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_pemfile-2494db94d9f9f543.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8391565Z [00:16:12.079]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/indicatif-be0da8fca778566f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8459093Z [00:16:12.086]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxml5ever-d63ad9cdbf8f5388.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8526375Z [00:16:12.092]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librecursive-19865dfc405ddc86.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8594803Z [00:16:12.099]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypetag-00437eceaa3f1103.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8663035Z [00:16:12.106]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_channel-0af6c03886683bf7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8730154Z [00:16:12.113]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_lazy-762f687e13b482b5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8798161Z [00:16:12.120]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars-22424982a07ad673.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8865227Z [00:16:12.126]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/percent_encoding-0f6f24316966c721.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.8933145Z [00:16:12.133]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_example-16fbcb17ebe866ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9001052Z [00:16:12.140]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ical-59626f7e3b824db5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9068573Z [00:16:12.147]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9136195Z [00:16:12.153]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquoted_printable-caec4a7695f4c78c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9203998Z [00:16:12.160]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/regex-01f6c3248026931a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9271177Z [00:16:12.167]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sxd_xpath-5b821ef1e7897d69.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9338012Z [00:16:12.174]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/data_encoding-211769267f57a383.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9406127Z [00:16:12.180]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/walkdir-ab1affa6d1684bbc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9474098Z [00:16:12.187]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bumpalo-cfaa9c6929b5cd9b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9540807Z [00:16:12.194]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslab-d05a1694e09532ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9608241Z [00:16:12.201]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-ebf45e1669754a3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9676659Z [00:16:12.207]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_linebreak-c6d7dada63398a32.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9743721Z [00:16:12.214]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_engine-3f01238bbe5ba34c.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9811616Z [00:16:12.221]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-365ffbf8ae454dce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9879682Z [00:16:12.228]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_yaml-cda25facc640b2a6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:50.9948613Z [00:16:12.235]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_docker-cbd410dfd5e8f44f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0015008Z [00:16:12.241]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/raw_cpuid-315ecd3de6af70a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0083517Z [00:16:12.248]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-00065bc91c726ac4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0151862Z [00:16:12.255]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pemfile-2494db94d9f9f543.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0218437Z [00:16:12.262]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_util-6384ebfb10cd9285.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0284836Z [00:16:12.268]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_yaml-cda25facc640b2a6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0353659Z [00:16:12.275]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libetcetera-faec811a229d7de6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0421012Z [00:16:12.282]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplist-8d0e9d1ffb9e6b6a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0487564Z [00:16:12.289]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bitflags-a64930d4b1418eda.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0553765Z [00:16:12.295]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librayon_core-bacc1e0f3a5cb4f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0621688Z [00:16:12.302]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_glob-f2cb9cf61a83330f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0689651Z [00:16:12.309]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_schema-5944240f1f5c4d5a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0757653Z [00:16:12.316]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrash-04167802cfb69fe7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0826196Z [00:16:12.322]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_util-513808909860ce7e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0893501Z [00:16:12.329]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwant-79e630c432dd6eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.0961016Z [00:16:12.336]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd_sys-2eaceaacd54f68d9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1027531Z [00:16:12.343]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/anyhow-2fd745bff2c6550c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1095810Z [00:16:12.349]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-23e1a0ce648518fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1162391Z [00:16:12.356]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblean_string-dd80437c2ee38581.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1230894Z [00:16:12.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-a289a2f2604d89df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1297450Z [00:16:12.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_embed-c96d4e425b957897.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1367622Z [00:16:12.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfxhash-49cf8527f30d7f2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1434479Z [00:16:12.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconst_format-bf497f67b84d372f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1502567Z [00:16:12.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_utils-cb8016289642c2ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1569425Z [00:16:12.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/gimli-5542d876b8d4336f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1637064Z [00:16:12.403]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body_util-c307991f0e3a14bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1706369Z [00:16:12.410]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/mac-bdd9ecfef067e15b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1773324Z [00:16:12.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_core-a684436aef2ee0a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1841471Z [00:16:12.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_engine-8566e9a94302fe2e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1909059Z [00:16:12.431]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_mem_engine-9f514816a2ab1df9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.1976860Z [00:16:12.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/mime_guess-8d76cdd76aa82baf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2045779Z [00:16:12.444]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_compute-c7f305d24302e07e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2113871Z [00:16:12.451]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburlencoding-3308d9a5f08cfb5e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2182079Z [00:16:12.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayvec-34958b1da5b2639e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2250354Z [00:16:12.465]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest-5e931a6354c01016.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2317117Z [00:16:12.472]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnow-c81131046f4d1bb6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2384320Z [00:16:12.478]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/thiserror-0dc1baa09712230a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2452303Z [00:16:12.485]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicode_segmentation-882d83e719bd69f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2520526Z [00:16:12.492]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pest_consume-074867f769ca5fd8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2587066Z [00:16:12.498]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot-84dfbf221af39c77.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2654694Z [00:16:12.505]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking_lot_core-5f2752fbc8ec8cc1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2721536Z [00:16:12.512]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dirs-b187a1ee660b3fca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2789571Z [00:16:12.519]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-6b89de715644702d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2856071Z [00:16:12.525]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime-42feb2eb3bd9d36f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2923281Z [00:16:12.532]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfxhash-49cf8527f30d7f2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.2990723Z [00:16:12.539]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplatform_info-8d443462e10843bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3058209Z [00:16:12.546]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-b2f0f39103690718.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3125641Z [00:16:12.552]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq_proto-33f25c20f61ebb97.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3193350Z [00:16:12.559]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libder-c28589b94316e476.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3261483Z [00:16:12.566]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64ct-fa66f3a4feb1c865.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3328246Z [00:16:12.573]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime_guess-8d76cdd76aa82baf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3395502Z [00:16:12.579]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconcurrent_queue-c1ff578697c99a66.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3463393Z [00:16:12.586]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_display-2afef617786c505a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3531218Z [00:16:12.593]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/update_informer-9ce5290ded720113.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3597917Z [00:16:12.600]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futf-8fc113b695d9bd90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3664780Z [00:16:12.606]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtinystr-8e6656b30ef14f38.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3732573Z [00:16:12.613]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_stress_internals-1abc34b31ed681eb' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3799964Z [00:16:12.620]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/byteorder-213f235268f0a30c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3867492Z [00:16:12.627]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/which-1c7cfe5e3e336e8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.3934599Z [00:16:12.633]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liboutref-853c906c9906fba1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4003111Z [00:16:12.640]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_json-7a7abc5dd8eb46f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4071481Z [00:16:12.647]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/shadow_rs-9197ff8b0f457719.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4138351Z [00:16:12.654]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_credential_types-67b972b8d2cfeee2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4208581Z [00:16:12.661]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquoted_printable-caec4a7695f4c78c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4275368Z [00:16:12.667]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_plugin-4689edd9272ca07e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4343320Z [00:16:12.674]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcurl-e9ee9faa46783275.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4411864Z [00:16:12.681]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatoi_simd-76f28a6528d4c3c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4478256Z [00:16:12.688]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/portable_atomic-241c7f3e23b23bdd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4547116Z [00:16:12.694]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_config-91f1a01a194abf83.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4613587Z [00:16:12.701]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle-214268fa4e260649.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4681352Z [00:16:12.708]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/siphasher-d1a8d9c59c93907e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4749592Z [00:16:12.715]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/anstyle-214268fa4e260649.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4816257Z [00:16:12.721]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_error-9e8ff36aab83c304.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4885281Z [00:16:12.728]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify_debouncer_full-b8dcf4a9044e0bbd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.4954305Z [00:16:12.735]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpapergrid-6862671c88f73198.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5023843Z [00:16:12.742]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf_shared-ab7ab6b3e78e35ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5091164Z [00:16:12.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fs4-f8455b531eff6f86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5159547Z [00:16:12.756]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/powerfmt-53a8ff0e932f6462.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5226632Z [00:16:12.762]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinotify_sys-7f4e06999491fca0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5295377Z [00:16:12.769]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/arrayvec-34958b1da5b2639e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5364086Z [00:16:12.776]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-c6d20eeedf1e2f8f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5431531Z [00:16:12.783]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchardetng-ae2cee0105f1a73a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5499380Z [00:16:12.790]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsync_wrapper-8309a39299af7249.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5566951Z [00:16:12.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rayon-f756c26217b59600.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5634830Z [00:16:12.803]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_json-74202b9c98fa5f44.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5703416Z [00:16:12.810]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_row-caecdb598bffb879.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5772746Z [00:16:12.817]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-2fd745bff2c6550c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5839960Z [00:16:12.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdlv_list-a604e9b82497b76a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5906586Z [00:16:12.830]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpowerfmt-53a8ff0e932f6462.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.5974460Z [00:16:12.837]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblitemap-24fa94a2898e6277.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6041786Z [00:16:12.844]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs_sys-d052c5fed58b6f71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6109480Z [00:16:12.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_glob-f2cb9cf61a83330f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6175949Z [00:16:12.857]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_bigint-e6d298f948127473.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6244273Z [00:16:12.864]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libalphanumeric_sort-c3ff27e0f0c1d649.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6313925Z [00:16:12.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libx11rb-7382b06bc7959e56.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6381731Z [00:16:12.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/http_body_util-c307991f0e3a14bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6449391Z [00:16:12.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconstant_time_eq-fb9e2559c5b80ca8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6516504Z [00:16:12.891]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_inc-8614b45a9c2fcdd5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6583556Z [00:16:12.898]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/owo_colors-a4931c69d02e1957.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6651454Z [00:16:12.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/downcast_rs-daab5685abe555b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6719506Z [00:16:12.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bit_vec-2ad1ea07e42ae05a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6786400Z [00:16:12.918]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunsafe_libyaml-e7fe2421eeb86895.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6854286Z [00:16:12.925]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/stable_deref_trait-b791c118f73f8ac1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6921657Z [00:16:12.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64ct-fa66f3a4feb1c865.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.6988945Z [00:16:12.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libical-59626f7e3b824db5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7056743Z [00:16:12.945]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_ci-1137f08c15addfda.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7124512Z [00:16:12.952]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_sdk_ssooidc-f2b7a62fadcf20e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7192151Z [00:16:12.959]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_error-03ea6283c1410406.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7259778Z [00:16:12.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-ed398d067c364df9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7326482Z [00:16:12.972]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7393694Z [00:16:12.979]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimilar-53aad22c0e77d052.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7461988Z [00:16:12.986]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrum-753976f9ef4c00c4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7530351Z [00:16:12.993]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/serde_spanned-9857039a31f0fd4c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7598019Z [00:16:13.000]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_rs_sys-ba05a4701e3ada1b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7665936Z [00:16:13.006]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/foldhash-dbcc77a37defdd66.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7734038Z [00:16:13.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liberased_serde-801ba5c67cf17840.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7803926Z [00:16:13.020]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsmallvec-89ecd48a17763de0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7872989Z [00:16:13.027]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinterprocess-6b548cfc83a85547.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.7939313Z [00:16:13.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/simdutf8-aa4ae3360dc91e0a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8007440Z [00:16:13.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/typed_arena-d289dec78accf75f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8074655Z [00:16:13.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ring-86a8c85dddc43966.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8142252Z [00:16:13.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libencoding_rs-59df10a4b642aa56.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8210352Z [00:16:13.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwalkdir-ab1affa6d1684bbc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8278888Z [00:16:13.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgjson-5c66bac0240344e4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8346452Z [00:16:13.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfast_float2-fe340760a2b24033.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8414521Z [00:16:13.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsnap-410905c7aba2864d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8481720Z [00:16:13.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/termcolor-6d4eb50635b9c3b1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8549453Z [00:16:13.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/csv-63112845ad027ebe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8617363Z [00:16:13.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-2f41ceae2c32dc55.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8684679Z [00:16:13.108]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustix-8e0ea445b4a54dc9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8752714Z [00:16:13.115]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_async-5cfea17bf4f9274d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8819543Z [00:16:13.122]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_row-caecdb598bffb879.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8886439Z [00:16:13.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/alphanumeric_sort-c3ff27e0f0c1d649.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.8954183Z [00:16:13.135]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body_util-c307991f0e3a14bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9021667Z [00:16:13.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_home-2d11289c9bce15cf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9089280Z [00:16:13.149]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sct-3669c2c5c90be5cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9156846Z [00:16:13.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplanus-d8acf1591a4aaf82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9223767Z [00:16:13.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fastrand-7f5a6b006db81192.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9291361Z [00:16:13.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli_decompressor-e892e89100d7d2c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9358185Z [00:16:13.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libctrlc-4526ad91c8aa25dc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9425458Z [00:16:13.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_system-35496a8031b0670a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9493262Z [00:16:13.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/plist-8d0e9d1ffb9e6b6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9562613Z [00:16:13.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/textwrap-33b3f1826e1adf61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9629600Z [00:16:13.203]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_io-555b964945978c09.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9696670Z [00:16:13.209]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhtml5ever-b7e496eadac97b97.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9765361Z [00:16:13.216]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9833669Z [00:16:13.223]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/want-79e630c432dd6eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9900651Z [00:16:13.230]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures-931eb4d2a2e11f41.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:51.9968449Z [00:16:13.237]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinux_raw_sys-f6ecab73b5dbffa2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0036953Z [00:16:13.243]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rust_embed_utils-8c572a5c509d75a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0106827Z [00:16:13.250]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/curl-e9ee9faa46783275.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0174549Z [00:16:13.257]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime_core-59441e71e9752f5a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0242383Z [00:16:13.264]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tokio_rustls-0a6cf909067e6955.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0309452Z [00:16:13.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_edit-0eb82479c9602bf0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0377415Z [00:16:13.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-5ab6f4c9570cc54c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0445471Z [00:16:13.284]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_root_certs-9fd12e384a0b1c64.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0514698Z [00:16:13.291]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimilar-53aad22c0e77d052.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0581481Z [00:16:13.298]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfixedbitset-53ac1fa02b85d463.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0649075Z [00:16:13.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpage-ad260becb0ba8aef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0716571Z [00:16:13.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibsqlite3_sys-5389b2ffac1aaeb2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0785373Z [00:16:13.318]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols-78f4e0fed0db6eb2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0854307Z [00:16:13.325]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_uname-1c7c8907bd01dd98.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0921304Z [00:16:13.332]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ansitok-009e16c03ddc16b3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.0989539Z [00:16:13.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcolorchoice-f7b0c4654c297647.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1057062Z [00:16:13.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/anstyle_query-e4e0dece7cb39766.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1125588Z [00:16:13.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4_sys-866a5e22df216a40.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1193716Z [00:16:13.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pem_rfc7468-7713b95c4356f62e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1262342Z [00:16:13.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1329808Z [00:16:13.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand-328cb79e1068f009.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1398191Z [00:16:13.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibgit2_sys-ccb76ddb1f4f98c0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1464992Z [00:16:13.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarboard-537d1368e510bd15.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1533641Z [00:16:13.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/phf_shared-ab7ab6b3e78e35ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1601328Z [00:16:13.400]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_decompression-0eaf1fd5267ff6ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1669283Z [00:16:13.407]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_xml-f5d63c19685c5272.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1736969Z [00:16:13.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_client-54ecff6b6fd4db36.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1803952Z [00:16:13.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml-56d7a949fdddfa20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1871363Z [00:16:13.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.1938327Z [00:16:13.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparse_datetime-1e6a9e3d9ae1cc7a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2004836Z [00:16:13.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxxhash_rust-c605d70efe7fb469.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2073219Z [00:16:13.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfiletime-2631b54affefe3a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2140565Z [00:16:13.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_utils-987c3be9b7a0ad8d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2208733Z [00:16:13.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pathdiff-ce6a18a4f100fa5e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2276096Z [00:16:13.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_protocol-232cea543884ccd3.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2343476Z [00:16:13.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_urlencoded-885a85f20e1eae20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2409888Z [00:16:13.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrip_ansi_escapes-1c736223ada06573.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2479029Z [00:16:13.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsys_locale-e2a08779000bc6d1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2546387Z [00:16:13.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_example-16fbcb17ebe866ca' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2613630Z [00:16:13.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libperesil-99da2f639b22a7cc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2681661Z [00:16:13.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wax-222a9a48cd888c1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2749016Z [00:16:13.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libselectors-87a163e52ec4ce13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2816646Z [00:16:13.521]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-21ca98e97bcb8077.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2884314Z [00:16:13.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libder-c28589b94316e476.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.2953022Z [00:16:13.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libumask-8a8bba2028d1d7a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3021020Z [00:16:13.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthread_local-ac0f82058745b480.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3088573Z [00:16:13.549]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_hyperlinks-9c06532198922393.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3155222Z [00:16:13.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_iter-a94b1f5340ec7636.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3223079Z [00:16:13.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthiserror-9b61f9e6060f7cf1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3290862Z [00:16:13.569]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/compact_str-a77465cb62671a7b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3358598Z [00:16:13.576]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansi_str-8f1cdc543a6aa459.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3425417Z [00:16:13.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli_decompressor-e892e89100d7d2c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3492533Z [00:16:13.589]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_plan-9affbd028ae8f7aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3560182Z [00:16:13.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstring_cache-27ee910f3f3664de.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3627496Z [00:16:13.603]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/psm-a64e58c0a1f0261a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3695132Z [00:16:13.609]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzip-795a3b7fedc4de71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3763288Z [00:16:13.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libevent_listener_strategy-5486cfbd0cb45f91.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3830591Z [00:16:13.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate2-fa7e7ce6669aee27.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3896660Z [00:16:13.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/openssl-9278b7e80da04325.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.3965560Z [00:16:13.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerofrom-1bcd7210f905f478.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4032182Z [00:16:13.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libiana_time_zone-9192423d2f0652a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4098664Z [00:16:13.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmultipart_rs-5e0871eccb3d282b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4166795Z [00:16:13.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utils-ae7fb18b83f5a1cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4233974Z [00:16:13.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-be0da8fca778566f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4301286Z [00:16:13.670]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand-9dc3818f11f07e16.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4369689Z [00:16:13.677]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplatform_info-8d443462e10843bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4436495Z [00:16:13.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rayon_core-bacc1e0f3a5cb4f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4504076Z [00:16:13.690]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_logger-64a6bd686bd00d63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4571323Z [00:16:13.697]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdigest-774f7dc4d5dc9ce8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4638654Z [00:16:13.704]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/typeid-44868b69461deb74.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4704808Z [00:16:13.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwhich-1c7cfe5e3e336e8f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4771368Z [00:16:13.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblz4-be8a016ccab53006.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4839510Z [00:16:13.724]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwild-a79e3a62a9716a61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4907417Z [00:16:13.731]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-c1bc0cdea0ee528c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.4977499Z [00:16:13.738]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing_core-169f221b33d6469d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5044221Z [00:16:13.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/codepage-798438fea7d12e7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5111952Z [00:16:13.751]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossterm-449307aca3cc3515.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5179255Z [00:16:13.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdevicons-e7803fbe564e1915.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5246419Z [00:16:13.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblru-ed594286eef72bae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5313871Z [00:16:13.771]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_touch-e91a4578a4f99fb2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5381509Z [00:16:13.778]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfnv-5237c5e632f27eca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5449106Z [00:16:13.785]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/write16-39b201264c2a8c83.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5516687Z [00:16:13.791]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_term_grid-c8ffdb05681cb8ad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5583758Z [00:16:13.798]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsame_file-9e20149285ebfce9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5651010Z [00:16:13.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanyhow-2fd745bff2c6550c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5718658Z [00:16:13.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsemver-5d28bf5d661ec6e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5787214Z [00:16:13.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libservo_arc-aac27d6f011d68af.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5854579Z [00:16:13.825]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cli-2f7dd0be37d271a8.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5923122Z [00:16:13.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_inc-8614b45a9c2fcdd5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.5990471Z [00:16:13.839]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_epoch-19f39cf11b6698c7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6058315Z [00:16:13.846]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdebug_unreachable-84e4020c8871f4af.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6125970Z [00:16:13.852]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsnap-410905c7aba2864d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6193860Z [00:16:13.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/devicons-e7803fbe564e1915.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6261841Z [00:16:13.866]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-5489ef5caddc6b7d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6328774Z [00:16:13.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/petgraph-9511a98d8829f201.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6396708Z [00:16:13.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-d0e3149d869756cc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6465173Z [00:16:13.886]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstrength_reduce-a01e3c129344d33a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6533091Z [00:16:13.893]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_http-f2906d3b0014fa24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6600967Z [00:16:13.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsubtle-def2060a7e288ba7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6668649Z [00:16:13.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprecomputed_hash-a513819289908bf4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6737901Z [00:16:13.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdevicons-e7803fbe564e1915.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6805225Z [00:16:13.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtparse-11c375aa0b1e486b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6872449Z [00:16:13.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfoldhash-dbcc77a37defdd66.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.6941660Z [00:16:13.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpercent_encoding-0f6f24316966c721.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7009084Z [00:16:13.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatoi_simd-76f28a6528d4c3c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7076487Z [00:16:13.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_pretty_hex-3a94500256f1e78a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7144090Z [00:16:13.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_types-1643268e8cf7d1a1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7212616Z [00:16:13.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_embed_utils-8c572a5c509d75a6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7280823Z [00:16:13.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfastrand-7f5a6b006db81192.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7348701Z [00:16:13.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/regex_automata-bbaf20b09695e3da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7416451Z [00:16:13.981]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/getrandom-0a4d2c839adb79b5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7483684Z [00:16:13.988]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd-6e0ad0d1c826dd04.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7552125Z [00:16:13.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wl_clipboard_rs-4da0376e0617a292.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7620043Z [00:16:14.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/anstream-b0fa21c5f8dcbacf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7688232Z [00:16:14.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-63d72ab7a698bef3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7756179Z [00:16:14.015]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pwd-6cbe16806758f37b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7830003Z [00:16:14.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/umask-8a8bba2028d1d7a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7899580Z [00:16:14.030]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/trim_in_place-cb3975682a90f866.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.7967037Z [00:16:14.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime-961a7ea6c9eb0c17.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8035623Z [00:16:14.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tendril-1528da0e1100a21c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8104870Z [00:16:14.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_expr-79fd8268180f5909.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8172945Z [00:16:14.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcassowary-b8dabd976d8d4c1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8242095Z [00:16:14.064]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mktemp-cb6d8679911eeb83.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8309377Z [00:16:14.071]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/xxhash_rust-c605d70efe7fb469.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8377668Z [00:16:14.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/humantime-4a74de14f4c8c8b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8444560Z [00:16:14.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-2eb45abcfa0ed01b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8512360Z [00:16:14.091]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libos_display-2afef617786c505a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8579644Z [00:16:14.098]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdata_encoding-211769267f57a383.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8646760Z [00:16:14.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libavro_schema-9ebb369c1d5cc809.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8714756Z [00:16:14.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pure_rust_locales-93366b09b4054ded.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8783148Z [00:16:14.118]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansitok-009e16c03ddc16b3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8851352Z [00:16:14.125]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/httparse-0cf4a8445f87fe40.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8919021Z [00:16:14.132]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtree_magic_mini-d31a187d41b3a325.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.8987040Z [00:16:14.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic_waker-8768e274fad1a36e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9054783Z [00:16:14.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_platform_verifier-f7fc884ead5c23b9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9122135Z [00:16:14.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttpdate-79ede0f99ea56afe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9189745Z [00:16:14.159]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-68d42ba4c7bcdee8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9257116Z [00:16:14.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librust_embed-c96d4e425b957897.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9325587Z [00:16:14.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_format-eb371e0e38bb4643.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9393489Z [00:16:14.179]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconstant_time_eq-fb9e2559c5b80ca8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9461515Z [00:16:14.186]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_runtime-646306dec52bb003.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9529305Z [00:16:14.193]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libx11rb-7382b06bc7959e56.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9596231Z [00:16:14.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/xattr-fa84d71592add336.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9663878Z [00:16:14.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/number_prefix-fdbf7af792dfc9ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9731957Z [00:16:14.213]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_sink-6b89de715644702d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9800061Z [00:16:14.220]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_unicode-133fbb5973e6c6a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9868030Z [00:16:14.227]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcastaway-c16cbd267e642195.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:52.9935303Z [00:16:14.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgeneric_array-48d5082c9662bc72.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0002603Z [00:16:14.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/notify-6779d5c743dd391b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0070875Z [00:16:14.247]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtabled-c1f28060bdc1509d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0138575Z [00:16:14.254]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_query-ca13c141b2deb0d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0206438Z [00:16:14.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdyn_clone-3a55b8eb1be4a805.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0274866Z [00:16:14.267]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_color-0528b28cf81ac6ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0343817Z [00:16:14.274]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0411737Z [00:16:14.281]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand-328cb79e1068f009.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0480638Z [00:16:14.288]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rust_embed-c96d4e425b957897.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0549365Z [00:16:14.295]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_json-2e277dd6984781f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0619216Z [00:16:14.302]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/deranged-073ace2e5e8a79a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0686545Z [00:16:14.308]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmultipart_rs-5e0871eccb3d282b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0755504Z [00:16:14.315]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha1_smol-13e65ad0041c7bcc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0823425Z [00:16:14.322]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_xml-f5d63c19685c5272.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0890552Z [00:16:14.329]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_queue-4740e9e0f0f15176.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.0958794Z [00:16:14.336]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libipnet-9bb6d5bdb876969f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1026801Z [00:16:14.342]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballocator_api2-818ab6a2632f5eb1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1095165Z [00:16:14.349]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libctrlc-4526ad91c8aa25dc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1163024Z [00:16:14.356]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libglob-7dbad827ab1b7f61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1231628Z [00:16:14.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/gjson-5c66bac0240344e4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1298964Z [00:16:14.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_base-38f2d7d412ee3cc0.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1366486Z [00:16:14.376]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1435698Z [00:16:14.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap-cdd5b5cb83ca1c95.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1503397Z [00:16:14.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libidna-e1d9b31468bc172b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1572213Z [00:16:14.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet_format-2c974967b44af547.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1640221Z [00:16:14.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscraper-8936ae42f38f5929.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1709106Z [00:16:14.411]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_cmd_lang-c7d8c380dc6957b1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1777902Z [00:16:14.418]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/mio-773a88da4a9fe997.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1846015Z [00:16:14.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytemuck-8ea2e35d7b997ac4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1914268Z [00:16:14.431]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_xml-f5d63c19685c5272.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.1982556Z [00:16:14.438]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_example-c3f420c3fe045ee5.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2049816Z [00:16:14.445]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfd_lock-9026c5966c80db4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2117685Z [00:16:14.452]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_json-2e277dd6984781f0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2185395Z [00:16:14.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstreaming_decompression-0eaf1fd5267ff6ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2253279Z [00:16:14.465]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/brotli-ccaf963f87dbc7b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2321414Z [00:16:14.472]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuuid-aaefcdd53ce6461f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2390561Z [00:16:14.479]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_protocol-cbe3887668f111db.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2458495Z [00:16:14.486]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utils-ae7fb18b83f5a1cc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2526365Z [00:16:14.492]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbit_set-fe5dce40a1b9a271.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2593997Z [00:16:14.499]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstream-b0fa21c5f8dcbacf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2663147Z [00:16:14.506]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_command-8bda19ea2fa375f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2731249Z [00:16:14.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/typenum-e22068095b1584db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2798954Z [00:16:14.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_row-caecdb598bffb879.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2868438Z [00:16:14.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnucleo_matcher-b241afad9d4ff121.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.2936342Z [00:16:14.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcurl-e9ee9faa46783275.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3005035Z [00:16:14.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libevent_listener_strategy-5486cfbd0cb45f91.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3073770Z [00:16:14.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap_builder-e395a28de0a7baeb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3142103Z [00:16:14.554]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/csv_core-d22ae06eca562004.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3211137Z [00:16:14.561]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/comfy_table-21187869a289ff9c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3280617Z [00:16:14.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libref_cast-020ac1f8cb7b9d2d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3349807Z [00:16:14.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic-09af666da43367bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3417300Z [00:16:14.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv_core-d22ae06eca562004.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3485154Z [00:16:14.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_term_grid-c8ffdb05681cb8ad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3554376Z [00:16:14.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnumber_prefix-fdbf7af792dfc9ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3623274Z [00:16:14.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_explore-8b61f0e5559a2ae7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3690641Z [00:16:14.609]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/debug_unreachable-84e4020c8871f4af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3758546Z [00:16:14.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_threads-a50e3667048136bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3827729Z [00:16:14.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid-c9007a16b6943922.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3897587Z [00:16:14.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace-2c07cd69558b06e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.3966503Z [00:16:14.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars-22424982a07ad673.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4035037Z [00:16:14.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfilesize-7d67a268cc0b9134.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4103472Z [00:16:14.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcomfy_table-21187869a289ff9c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4171892Z [00:16:14.657]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_mkdir-8215f9ef6f5bb6d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4241549Z [00:16:14.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unsafe_libyaml-e7fe2421eeb86895.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4309042Z [00:16:14.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnuon-5716eaaf45d7876c.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4378625Z [00:16:14.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aho_corasick-0c641a08514c09b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4446210Z [00:16:14.684]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_io-191c9c23aab3cad1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4515055Z [00:16:14.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_lang-c7d8c380dc6957b1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4583445Z [00:16:14.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_root_certs-9fd12e384a0b1c64.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4653789Z [00:16:14.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconcurrent_queue-c1ff578697c99a66.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4723459Z [00:16:14.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_deque-01656f2aca168da2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4790927Z [00:16:14.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libforeign_types_shared-3713f2c7bbbe97ce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4858480Z [00:16:14.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_conv-0f2b5de8085c5a41.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4928319Z [00:16:14.733]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/env_filter-d84b6fd2a35e959b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.4995430Z [00:16:14.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwrite16-39b201264c2a8c83.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5064013Z [00:16:14.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_mv-822d7fadab091c90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5130765Z [00:16:14.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wild-a79e3a62a9716a61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5199305Z [00:16:14.760]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/mime-961a7ea6c9eb0c17.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5267256Z [00:16:14.767]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fd_lock-9026c5966c80db4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5334933Z [00:16:14.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/chardetng-ae2cee0105f1a73a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5401565Z [00:16:14.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_debug-6a069819be2fd5de.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5468787Z [00:16:14.787]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin-f9c9a17f9fd71d3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5536468Z [00:16:14.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburlencoding-3308d9a5f08cfb5e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5605095Z [00:16:14.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfluent_uri-7b0f695e49e93a29.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5672321Z [00:16:14.807]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zip-795a3b7fedc4de71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5739756Z [00:16:14.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librle_decode_fast-1d16e13e02f2a59a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5806547Z [00:16:14.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls-27eeec221f3ac0c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5873777Z [00:16:14.827]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libforeign_types-2732dc455a911364.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.5942009Z [00:16:14.834]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libahash-b6987c5cff7c3ff6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6008554Z [00:16:14.841]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-88b9aa086bd56f4f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6075420Z [00:16:14.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-964a3059a3b67acd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6141845Z [00:16:14.854]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/procfs_core-8cedd893fcd61367.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6209604Z [00:16:14.861]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp-8c953989138211f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6277371Z [00:16:14.868]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libring-86a8c85dddc43966.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6345652Z [00:16:14.874]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utf8parse-568fbb869ba40b86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6412070Z [00:16:14.881]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate2-fa7e7ce6669aee27.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6479411Z [00:16:14.888]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mkdir-8215f9ef6f5bb6d9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6547429Z [00:16:14.895]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbracoxide-ae75182377f381b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6615108Z [00:16:14.901]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6682436Z [00:16:14.908]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfs_extra-66aff189b6df588a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6750471Z [00:16:14.915]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossbeam_epoch-19f39cf11b6698c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6819534Z [00:16:14.922]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/byteyarn-6072912b705efe40.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6886911Z [00:16:14.929]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uuid-aaefcdd53ce6461f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.6954131Z [00:16:14.935]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsubtle-def2060a7e288ba7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7021780Z [00:16:14.942]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_linebreak-c6d7dada63398a32.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7089130Z [00:16:14.949]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_complex-8f8dcb8d81597d93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7156596Z [00:16:14.955]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_experimental-f784b96a75eb77a1.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7224137Z [00:16:14.962]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_uname-1c7c8907bd01dd98.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7291063Z [00:16:14.969]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsqlparser-532b81b1cc6e6ad7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7358262Z [00:16:14.976]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rfc2047_decoder-53b4307177694c0a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7425390Z [00:16:14.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtyped_arena-d289dec78accf75f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7492886Z [00:16:14.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_streaming_iterator-e12849ee5d71bb20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7560250Z [00:16:14.996]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxml5ever-d63ad9cdbf8f5388.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7628926Z [00:16:15.003]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/http-8c953989138211f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7696032Z [00:16:15.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sqlparser-532b81b1cc6e6ad7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7763288Z [00:16:15.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest_consume-074867f769ca5fd8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7832903Z [00:16:15.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpsm-a64e58c0a1f0261a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7900633Z [00:16:15.030]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdirs-b187a1ee660b3fca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7968916Z [00:16:15.037]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpori-19135a6c82401e53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8038160Z [00:16:15.044]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfs4-f8455b531eff6f86.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8106341Z [00:16:15.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/markup5ever-dbd1850c9403762a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8174702Z [00:16:15.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzeroize-c534c2641d1d2609.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8243543Z [00:16:15.064]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-21ca98e97bcb8077.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8311324Z [00:16:15.071]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/xml5ever-d63ad9cdbf8f5388.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8378386Z [00:16:15.078]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpathdiff-ce6a18a4f100fa5e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8444795Z [00:16:15.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsct-3669c2c5c90be5cc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8512429Z [00:16:15.091]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_segmentation-882d83e719bd69f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8580384Z [00:16:15.098]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols_wlr-dfc2a873ad886546.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8646998Z [00:16:15.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liburl-87a9d79468950076.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8713060Z [00:16:15.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-0a6cf909067e6955.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8781473Z [00:16:15.118]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-f4ab9b3ec6b01355.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8847656Z [00:16:15.125]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicode_linebreak-c6d7dada63398a32.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8915911Z [00:16:15.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_ssooidc-f2b7a62fadcf20e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.8983474Z [00:16:15.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibloading-87d990afb85c0f01.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9050943Z [00:16:15.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_sys-866029d706c42c25.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9118501Z [00:16:15.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblockfree_object_pool-1b2777295187b308.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9185590Z [00:16:15.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslotmap-db7e07194dd82ec1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9252902Z [00:16:15.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblscolors-dd8f9fbfab476ed6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9321378Z [00:16:15.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libevent_listener-74a88250cde70fa4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9388422Z [00:16:15.179]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutf-8fc113b695d9bd90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9456767Z [00:16:15.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hyper_util-513808909860ce7e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9524489Z [00:16:15.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_error-2b549322f45a6531.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9592472Z [00:16:15.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsqlparser-532b81b1cc6e6ad7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9660793Z [00:16:15.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_test_support-a3eda67254ea320a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9727529Z [00:16:15.213]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ipnet-9bb6d5bdb876969f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9796731Z [00:16:15.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdlv_list-a604e9b82497b76a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9863946Z [00:16:15.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libterminal_size-50a22e490a42bde0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.9931853Z [00:16:15.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgeneric_array-48d5082c9662bc72.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0000452Z [00:16:15.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcodepage-798438fea7d12e7f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0069028Z [00:16:15.247]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxmlparser-8eb5d729515c0c25.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0136728Z [00:16:15.253]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crc_catalog-a0a1653e388b06af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0206045Z [00:16:15.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_schema-5944240f1f5c4d5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0274659Z [00:16:15.267]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl-9278b7e80da04325.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0344019Z [00:16:15.274]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_runtime-5845d3fe135b2fc5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0412232Z [00:16:15.281]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_json-2e277dd6984781f0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0481170Z [00:16:15.288]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtoml_edit-0eb82479c9602bf0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0549076Z [00:16:15.295]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayvec-34958b1da5b2639e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0616645Z [00:16:15.301]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libthread_local-ac0f82058745b480.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0685065Z [00:16:15.308]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpwd-6cbe16806758f37b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0754098Z [00:16:15.315]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-fa82214b1e1af40a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0822189Z [00:16:15.322]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/anstyle_parse-0a62d2c6fc5df59d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0891592Z [00:16:15.329]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/clap-cdd5b5cb83ca1c95.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.0958867Z [00:16:15.336]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/base64-23e1a0ce648518fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1027913Z [00:16:15.343]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtendril-1528da0e1100a21c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1095424Z [00:16:15.349]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fluent_uri-7b0f695e49e93a29.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1164629Z [00:16:15.356]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocket2-bec1a37333192385.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1232423Z [00:16:15.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/chrono_humanize-e2650901c76c6de7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1300466Z [00:16:15.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ansi_str-8f1cdc543a6aa459.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1368240Z [00:16:15.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-113562dca39a5794.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1435737Z [00:16:15.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-bf28dd2448494a8a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1504219Z [00:16:15.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_backend-5d0350a67aa11b09.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1571879Z [00:16:15.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcalamine-14bd018f768b9b84.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1639625Z [00:16:15.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhalfbrown-2d641baf78990a92.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1706709Z [00:16:15.410]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/phf-fe3b4527b481fae5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1774446Z [00:16:15.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpowerfmt-53a8ff0e932f6462.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1841716Z [00:16:15.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_json-ae8b9796c0714309.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1909020Z [00:16:15.431]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/foreign_types-2732dc455a911364.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.1976683Z [00:16:15.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sysinfo-6acb9388e4f1b907.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2045233Z [00:16:15.444]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-6bed09bf06b11ede.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2112478Z [00:16:15.451]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hmac-d9a7d3bee6f07edb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2180930Z [00:16:15.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_json-7a7abc5dd8eb46f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2248098Z [00:16:15.465]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_core-d92d17a09d6c85d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2315374Z [00:16:15.471]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures-931eb4d2a2e11f41.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2383312Z [00:16:15.478]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_sso-e95fdc0ed4325168.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2451621Z [00:16:15.485]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_executable-86c7d21d2cd91ca2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2518821Z [00:16:15.492]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/http_body-365ffbf8ae454dce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2587526Z [00:16:15.499]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libego_tree-4b067884b93619a7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2655426Z [00:16:15.505]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking-9d0f580be32cb457.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2723101Z [00:16:15.512]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bitflags-f4ab9b3ec6b01355.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2791197Z [00:16:15.519]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_extra-8b85ba61e3f5b147.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2862407Z [00:16:15.526]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfile_id-23be9a1dce6f4a30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.2931788Z [00:16:15.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscopeguard-ed398d067c364df9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3000107Z [00:16:15.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/stacker-92bb37db7140da37.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3068814Z [00:16:15.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_humanize-e2650901c76c6de7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3136873Z [00:16:15.553]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxxhash_rust-c605d70efe7fb469.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3206115Z [00:16:15.560]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/static_assertions-1b2d2f41c3a1ffe7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3274808Z [00:16:15.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnuon-5716eaaf45d7876c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3342976Z [00:16:15.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_debug-6a069819be2fd5de.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3411630Z [00:16:15.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/encoding_rs-59df10a4b642aa56.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3480216Z [00:16:15.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle_parse-0a62d2c6fc5df59d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3548893Z [00:16:15.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_plan-9affbd028ae8f7aa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3617352Z [00:16:15.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnix-44f220c853d27b1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3685700Z [00:16:15.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libroxmltree-bc958d464ecc89e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3754497Z [00:16:15.615]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbacktrace_ext-a223d4ebd2d110a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3822871Z [00:16:15.622]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/time_core-59441e71e9752f5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3891923Z [00:16:15.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libidna-e1d9b31468bc172b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.3959683Z [00:16:15.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_async-5cfea17bf4f9274d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4028968Z [00:16:15.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinked_hash_map-ba93eb3849ac5f61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4097278Z [00:16:15.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/filetime-2631b54affefe3a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4165678Z [00:16:15.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hashbrown-9a1ca9dd1be3cbd2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4234572Z [00:16:15.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfancy_regex-88f1a790cbc05e6c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4303197Z [00:16:15.670]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sha1_smol-13e65ad0041c7bcc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4372184Z [00:16:15.677]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/url-87a9d79468950076.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4439750Z [00:16:15.684]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4508732Z [00:16:15.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libahash-b6987c5cff7c3ff6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4576585Z [00:16:15.697]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/object_store-b6453585943ba029.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4646006Z [00:16:15.704]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_credential_types-67b972b8d2cfeee2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4714352Z [00:16:15.711]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_query-a758aeeadd342389.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4782899Z [00:16:15.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_provider-a2b09b08beacc726.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4852089Z [00:16:15.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/iana_time_zone-9192423d2f0652a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4921244Z [00:16:15.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libetcetera-faec811a229d7de6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.4992997Z [00:16:15.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libasync_channel-984ee4f1e05ad5f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5061803Z [00:16:15.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/urlencoding-3308d9a5f08cfb5e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5130328Z [00:16:15.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_sdk_sts-c1e137be5bce6e21.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5197932Z [00:16:15.760]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rmp_serde-8fce83ac4076d77b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5265805Z [00:16:15.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvalue_trait-5e23f31df387879f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5334405Z [00:16:15.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libstatic_assertions-1b2d2f41c3a1ffe7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5403193Z [00:16:15.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever-dbd1850c9403762a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5470902Z [00:16:15.787]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreedline-4cd0232e87a0dff8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5538808Z [00:16:15.794]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hyper-da634158b6f13f93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5605842Z [00:16:15.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/sxd_document-1e8842a422381c6f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5673377Z [00:16:15.807]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_ci-1137f08c15addfda.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5742380Z [00:16:15.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_protocol-232cea543884ccd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5809686Z [00:16:15.821]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/eml_parser-89f7d0a0510ce87d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5877903Z [00:16:15.828]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libxattr-fa84d71592add336.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.5946585Z [00:16:15.834]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libobject-ea92a5313933f785.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6015274Z [00:16:15.841]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypetag-00437eceaa3f1103.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6082753Z [00:16:15.848]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crypto_common-44f151bbfdd586f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6150569Z [00:16:15.855]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/regex_lite-8619887f50e57907.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6218891Z [00:16:15.862]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhalfbrown-2d641baf78990a92.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6287381Z [00:16:15.869]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/papergrid-6862671c88f73198.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6355702Z [00:16:15.875]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_test_support-500bb170aa93ba8e.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6423906Z [00:16:15.882]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/mio-d0e3149d869756cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6492169Z [00:16:15.889]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/adler32-99defbd1a2ae2174.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6561385Z [00:16:15.896]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/skiplist-467b7355a472c010.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6630198Z [00:16:15.903]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libscraper-8936ae42f38f5929.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6699015Z [00:16:15.910]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsame_file-9e20149285ebfce9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6766505Z [00:16:15.916]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_test_support-500bb170aa93ba8e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6835147Z [00:16:15.923]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblockfree_object_pool-1b2777295187b308.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6902714Z [00:16:15.930]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libarrayref-c4d32b8f5ebeca43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.6971216Z [00:16:15.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_core-6821e56da9eb3a1e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7038700Z [00:16:15.944]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcalamine-14bd018f768b9b84.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7106276Z [00:16:15.950]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-253dc85f57c343d6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7174662Z [00:16:15.957]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nom-d22ae7dcdc92682a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7242557Z [00:16:15.964]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_runtime-646306dec52bb003.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7310327Z [00:16:15.971]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libconsole-12643e17fc3b04e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7377319Z [00:16:15.977]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzstd_sys-2eaceaacd54f68d9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7445009Z [00:16:15.984]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libidna_adapter-c619ab8a7c3119cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7512758Z [00:16:15.991]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_engine-3f01238bbe5ba34c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7579779Z [00:16:15.998]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/wayland_protocols-78f4e0fed0db6eb2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7646531Z [00:16:16.004]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lscolors-dd8f9fbfab476ed6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7714814Z [00:16:16.011]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_gstat-42c10f00db3cebeb' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7782703Z [00:16:16.018]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes-433fc7ed325720c4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7852378Z [00:16:16.025]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicase-584e7c140fb9da42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7921717Z [00:16:16.032]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dialoguer-d829bf0685d4c1d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.7990545Z [00:16:16.039]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinterprocess-6b548cfc83a85547.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8058791Z [00:16:16.046]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libordered_multimap-f98a79969ed52c77.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8127020Z [00:16:16.052]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cli-2f7dd0be37d271a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8196631Z [00:16:16.059]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmarkup5ever_rcdom-72fbc1c1896b8c23.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8264726Z [00:16:16.066]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/string_cache-27ee910f3f3664de.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8333282Z [00:16:16.073]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwild-a79e3a62a9716a61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8401860Z [00:16:16.080]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustls_pemfile-55b33249c08faf7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8470175Z [00:16:16.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinventory-5c0557aaeda92e81.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8537649Z [00:16:16.093]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp_serde-8fce83ac4076d77b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8604363Z [00:16:16.100]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_pretty_hex-3a94500256f1e78a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8672465Z [00:16:16.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/base64_simd-c3e52b4397227368.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8741362Z [00:16:16.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_query-435ab2bb73ca282f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8808585Z [00:16:16.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminiz_oxide-64a0b50c71d34b84.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8876845Z [00:16:16.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnucleo_matcher-b241afad9d4ff121.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.8946673Z [00:16:16.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/regex_syntax-523d3002ffab0ee9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9015759Z [00:16:16.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfile_id-23be9a1dce6f4a30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9083986Z [00:16:16.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/quick_xml-97c9d03a01c16b3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9152390Z [00:16:16.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/hyper-253dc85f57c343d6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9219965Z [00:16:16.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/itertools-88b9aa086bd56f4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9289416Z [00:16:16.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_chacha-ab9197f501a59b39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9358387Z [00:16:16.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tabled-c1f28060bdc1509d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9426229Z [00:16:16.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfs4-f8455b531eff6f86.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9495402Z [00:16:16.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper-da634158b6f13f93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9563737Z [00:16:16.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook-eaadab8a4ab73297.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9632699Z [00:16:16.203]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtime_core-59441e71e9752f5a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9700898Z [00:16:16.210]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmio-773a88da4a9fe997.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9770172Z [00:16:16.217]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcharset-27a26a61f2b0dd6c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9839135Z [00:16:16.224]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgjson-5c66bac0240344e4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9907498Z [00:16:16.231]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmemmap2-e4117185f8458c0b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:54.9976269Z [00:16:16.237]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsct-3669c2c5c90be5cc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0045066Z [00:16:16.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpem_rfc7468-7713b95c4356f62e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0114311Z [00:16:16.251]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-46704437ba50518e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0182772Z [00:16:16.258]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpori-19135a6c82401e53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0252059Z [00:16:16.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhome-912337b30fee19c0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0320106Z [00:16:16.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_format-eb371e0e38bb4643.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0387920Z [00:16:16.279]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_util-bd91d4d2332e4a51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0454726Z [00:16:16.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libskiplist-467b7355a472c010.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0523069Z [00:16:16.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuntrusted-ecffa424b719da75.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0590307Z [00:16:16.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_core-3f00352cb42bc3d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0656911Z [00:16:16.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8_iter-a3735ad5624c2682.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0724367Z [00:16:16.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libevent_listener-74a88250cde70fa4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0791731Z [00:16:16.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/thread_local-ac0f82058745b480.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0859069Z [00:16:16.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsysinfo-6acb9388e4f1b907.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0925741Z [00:16:16.332]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq-e3203c675d8f1316.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.0992148Z [00:16:16.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono_tz-cb484778ca4d5860.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1060045Z [00:16:16.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libindexmap-bb8ac29bc9027d28.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1126353Z [00:16:16.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/allocator_api2-818ab6a2632f5eb1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1193305Z [00:16:16.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustix-c1bc0cdea0ee528c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1260719Z [00:16:16.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librusqlite-e0c37c62d5df9c16.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1327385Z [00:16:16.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_no_stdlib-5b4e15f68c7bf626.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1394250Z [00:16:16.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pest-5e931a6354c01016.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1462294Z [00:16:16.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_server-1b8340eea542f60d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1529239Z [00:16:16.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_automata-bbaf20b09695e3da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1595880Z [00:16:16.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwl_clipboard_rs-4da0376e0617a292.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1663330Z [00:16:16.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_arrow-0dbcbb6bb64457a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1731752Z [00:16:16.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhuman_date_parser-400b0701e382af71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1799264Z [00:16:16.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuntrusted-ecffa424b719da75.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1865629Z [00:16:16.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/async_channel-984ee4f1e05ad5f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.1932596Z [00:16:16.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl-9278b7e80da04325.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2000283Z [00:16:16.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2066236Z [00:16:16.446]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ordered_multimap-f98a79969ed52c77.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2133589Z [00:16:16.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnotify_debouncer_full-b8dcf4a9044e0bbd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2200799Z [00:16:16.460]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtracing-b829ce7108aadf27.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2267359Z [00:16:16.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bytes-433fc7ed325720c4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2336041Z [00:16:16.473]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_docker-cbd410dfd5e8f44f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2404120Z [00:16:16.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_types-6da021def994144d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2471160Z [00:16:16.487]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/concurrent_queue-c1ff578697c99a66.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2537500Z [00:16:16.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfs_extra-66aff189b6df588a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2605329Z [00:16:16.500]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/phf_shared-873d8c7509a23a1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2673171Z [00:16:16.507]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_pki_types-2f6f41be2f82d2fd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2741910Z [00:16:16.514]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/subtle-def2060a7e288ba7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2810715Z [00:16:16.521]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libryu-783c6cb289bf7403.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2879525Z [00:16:16.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/linux_raw_sys-9bad974913a05188.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.2946804Z [00:16:16.534]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_distr-b1829190e6def08f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3015070Z [00:16:16.541]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3082197Z [00:16:16.548]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/miniz_oxide-64a0b50c71d34b84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3151716Z [00:16:16.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdlib-f69992effc38bb51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3218854Z [00:16:16.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid_transform_data-70b7f28036c24602.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3286958Z [00:16:16.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/interprocess-6b548cfc83a85547.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3356355Z [00:16:16.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_core-a684436aef2ee0a6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3424836Z [00:16:16.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/similar-53aad22c0e77d052.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3494090Z [00:16:16.589]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libargminmax-fa52b25f09046643.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3560448Z [00:16:16.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki_root_certs-9fd12e384a0b1c64.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3627977Z [00:16:16.603]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpetgraph-9511a98d8829f201.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3695162Z [00:16:16.609]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaho_corasick-0c641a08514c09b4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3762408Z [00:16:16.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/titlecase-f52f63848057842d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3829172Z [00:16:16.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum-d1dc8ede7cb43b4e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3896345Z [00:16:16.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_custom_values-ed9ca32ba236e62b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.3963640Z [00:16:16.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/is_debug-6a069819be2fd5de.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4031067Z [00:16:16.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_compute-c7f305d24302e07e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4097716Z [00:16:16.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/scopeguard-ed398d067c364df9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4165355Z [00:16:16.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_probe-b84d8017041f64a7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4232641Z [00:16:16.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tempfile-0615a44123b88423.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4300440Z [00:16:16.670]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_util-bd91d4d2332e4a51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4366875Z [00:16:16.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinotify-1a3477fef977f17d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4434777Z [00:16:16.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_types-6da021def994144d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4502645Z [00:16:16.690]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_document-1e8842a422381c6f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4570405Z [00:16:16.697]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_traits-dc9beeef36f073ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4637595Z [00:16:16.704]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-3445d5c4516ccd98.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4705618Z [00:16:16.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfiletime-2631b54affefe3a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4773362Z [00:16:16.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerovec-4bd946feea8e9f73.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4841080Z [00:16:16.724]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbitflags-a64930d4b1418eda.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4908757Z [00:16:16.731]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle_parse-0a62d2c6fc5df59d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.4980382Z [00:16:16.738]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwax-222a9a48cd888c1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5047206Z [00:16:16.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_provider-a2b09b08beacc726.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5114532Z [00:16:16.751]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libequivalent-172ee25997bd6c00.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5182965Z [00:16:16.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_normalizer_data-aa41eb36e0d88854.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5251044Z [00:16:16.765]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdyn_clone-3a55b8eb1be4a805.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5320019Z [00:16:16.772]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhex-e6776d86f2c5abaf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5390948Z [00:16:16.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmac-bdd9ecfef067e15b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5458592Z [00:16:16.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/foreign_types_shared-3713f2c7bbbe97ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5525999Z [00:16:16.792]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwl_clipboard_rs-4da0376e0617a292.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5593360Z [00:16:16.799]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/httpdate-79ede0f99ea56afe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5660730Z [00:16:16.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tree_magic_mini-d31a187d41b3a325.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5727983Z [00:16:16.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv-63112845ad027ebe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5796592Z [00:16:16.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_lang-c7d8c380dc6957b1.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5866221Z [00:16:16.826]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zerovec-4bd946feea8e9f73.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.5933445Z [00:16:16.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/thiserror-9b61f9e6060f7cf1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6001278Z [00:16:16.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdowncast_rs-daab5685abe555b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6068207Z [00:16:16.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_schema-5944240f1f5c4d5a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6135089Z [00:16:16.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-40006865a44fcce4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6202523Z [00:16:16.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap_lex-8cd73176af5b80ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6270483Z [00:16:16.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinventory-5c0557aaeda92e81.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6336833Z [00:16:16.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/base64ct-fa66f3a4feb1c865.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6405289Z [00:16:16.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_filter-d84b6fd2a35e959b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6471668Z [00:16:16.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_native_certs-46704437ba50518e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6538876Z [00:16:16.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-68d42ba4c7bcdee8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6606537Z [00:16:16.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs-e1a5062c9add9b92.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6674607Z [00:16:16.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_protocol-cbe3887668f111db.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6741622Z [00:16:16.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_sys-866029d706c42c25.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6810007Z [00:16:16.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeither-24032c2e85e4715f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6878191Z [00:16:16.928]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ego_tree-4b067884b93619a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.6945557Z [00:16:16.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashlink-f68279be559c98f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7013121Z [00:16:16.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreedline-4cd0232e87a0dff8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7080974Z [00:16:16.948]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcomfy_table-21187869a289ff9c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7148533Z [00:16:16.955]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/futures_io-555b964945978c09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7215709Z [00:16:16.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/scoped_tls-5489ef5caddc6b7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7283640Z [00:16:16.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_normalizer-3ff666bbe59a0e2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7352930Z [00:16:16.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/backtrace-2c07cd69558b06e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7420096Z [00:16:16.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zerofrom-1bcd7210f905f478.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7488087Z [00:16:16.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zstd-6e0ad0d1c826dd04.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7554870Z [00:16:16.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librand_distr-b1829190e6def08f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7621560Z [00:16:17.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhex-e6776d86f2c5abaf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7689774Z [00:16:17.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_provider-a2b09b08beacc726.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7758649Z [00:16:17.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libref_cast-020ac1f8cb7b9d2d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7828292Z [00:16:17.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/web_time-2006421450947d6d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7896636Z [00:16:17.029]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/home-912337b30fee19c0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.7965080Z [00:16:17.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libperesil-99da2f639b22a7cc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8033917Z [00:16:17.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpsm-a64e58c0a1f0261a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8100746Z [00:16:17.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_rustls-24a1271a4834f62d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8168299Z [00:16:17.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcompact_str-a77465cb62671a7b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8235016Z [00:16:17.063]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzerocopy-fa82214b1e1af40a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8303698Z [00:16:17.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_utils-cb8016289642c2ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8372034Z [00:16:17.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libureq-e3203c675d8f1316.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8439030Z [00:16:17.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/toml_edit-0eb82479c9602bf0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8506911Z [00:16:17.090]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libipnet-9bb6d5bdb876969f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8573970Z [00:16:17.097]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8parse-568fbb869ba40b86.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8643006Z [00:16:17.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf_shared-873d8c7509a23a1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8709943Z [00:16:17.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libslotmap-db7e07194dd82ec1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8777666Z [00:16:17.118]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcassowary-b8dabd976d8d4c1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8845165Z [00:16:17.124]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/pin_project_lite-7141a35ff92d90b5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8913026Z [00:16:17.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttparse-0cf4a8445f87fe40.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.8980981Z [00:16:17.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rustc_demangle-3445d5c4516ccd98.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9048521Z [00:16:17.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_util-6384ebfb10cd9285.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9115734Z [00:16:17.151]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/trash-04167802cfb69fe7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9183631Z [00:16:17.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/num_rational-8b5fc12d55390e63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9250249Z [00:16:17.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_cmd_base-38f2d7d412ee3cc0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9318610Z [00:16:17.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteorder-213f235268f0a30c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9385791Z [00:16:17.178]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/notify_debouncer_full-b8dcf4a9044e0bbd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9453973Z [00:16:17.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fast_float2-fe340760a2b24033.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9521118Z [00:16:17.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgit2-149e49445902c660.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9588756Z [00:16:17.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zerocopy-ebf45e1669754a3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9655753Z [00:16:17.205]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fancy_regex-88f1a790cbc05e6c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9723545Z [00:16:17.212]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_spanned-9857039a31f0fd4c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9791072Z [00:16:17.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dtparse-11c375aa0b1e486b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9859044Z [00:16:17.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/supports_unicode-133fbb5973e6c6a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9926119Z [00:16:17.232]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/http-63d72ab7a698bef3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:55.9993373Z [00:16:17.239]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/roxmltree-bc958d464ecc89e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0061583Z [00:16:17.246]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopenssl_sys-60eb4382f4d53489.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0129525Z [00:16:17.253]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/parse_datetime-1e6a9e3d9ae1cc7a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0197252Z [00:16:17.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0264141Z [00:16:17.266]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librfc2047_decoder-53b4307177694c0a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0331610Z [00:16:17.273]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_sys-5c658d569022504b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0399415Z [00:16:17.280]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_locid_transform-82e3085f44ad98f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0466215Z [00:16:17.286]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/multipart_rs-5e0871eccb3d282b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0533671Z [00:16:17.293]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_adler32-5a5ca4a638b1c078.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0599952Z [00:16:17.300]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/now-c81131046f4d1bb6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0666756Z [00:16:17.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_unicode-133fbb5973e6c6a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0735165Z [00:16:17.313]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_expr-79fd8268180f5909.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0802661Z [00:16:17.320]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc_catalog-a0a1653e388b06af.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0869650Z [00:16:17.327]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtypenum-e22068095b1584db.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.0936514Z [00:16:17.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-0a6cf909067e6955.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1004684Z [00:16:17.340]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libadler32-99defbd1a2ae2174.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1072314Z [00:16:17.347]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_parser-6685ece72543f2f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1139859Z [00:16:17.354]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/strength_reduce-a01e3c129344d33a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1208194Z [00:16:17.361]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/buf_trait-3efefd71a7d20c87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1276312Z [00:16:17.367]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhumantime-4a74de14f4c8c8b4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1343960Z [00:16:17.374]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzeroize-c534c2641d1d2609.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1410983Z [00:16:17.381]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fuzzy_matcher-67b6b854ebdd8028.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1478910Z [00:16:17.388]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsha2-fe60a345b99169f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1546583Z [00:16:17.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/try_lock-9685603b79e055bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1612837Z [00:16:17.401]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/vte-5a6ccada1036894f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1680282Z [00:16:17.408]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibz_sys-5c658d569022504b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1748371Z [00:16:17.415]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblibc-338e0ca149b82eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1815396Z [00:16:17.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfallible_streaming_iterator-e12849ee5d71bb20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1883087Z [00:16:17.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/unicode_width-2f41ceae2c32dc55.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.1949903Z [00:16:17.435]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-275585e7b054e969.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2016135Z [00:16:17.441]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_cmd_extra-8b85ba61e3f5b147.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2084141Z [00:16:17.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libutf8_iter-a3735ad5624c2682.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2151273Z [00:16:17.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/cassowary-b8dabd976d8d4c1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2218013Z [00:16:17.462]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-964a3059a3b67acd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2286170Z [00:16:17.468]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhyper_rustls-ab42500142c68361.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2355049Z [00:16:17.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtparse-11c375aa0b1e486b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2423236Z [00:16:17.482]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libasync_stream-9c42f560f406f5da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2491393Z [00:16:17.489]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_std-fa4703acf637627b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2559057Z [00:16:17.496]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhttp_body-365ffbf8ae454dce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2626256Z [00:16:17.502]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpem_rfc7468-7713b95c4356f62e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2694597Z [00:16:17.509]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ctrlc-4526ad91c8aa25dc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2762357Z [00:16:17.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwrite16-39b201264c2a8c83.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2828941Z [00:16:17.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpetgraph-9511a98d8829f201.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2896075Z [00:16:17.529]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_parquet-cbda6536ea8ec241.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.2964729Z [00:16:17.536]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libform_urlencoded-22ab86262fa2efd2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3033290Z [00:16:17.543]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ucd_trie-249f7664f655894e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3100307Z [00:16:17.550]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls-27eeec221f3ac0c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3166955Z [00:16:17.556]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libopen-53d78a52954cfbe3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3233551Z [00:16:17.563]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblock_api-1767d6f4baf99d94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3301391Z [00:16:17.570]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_queue-4740e9e0f0f15176.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3367112Z [00:16:17.576]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde-edf8eac1daae5528.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3433140Z [00:16:17.583]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_cp-d74b475504517ad5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3500453Z [00:16:17.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/serde_json-4dd45923b59e2689.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3565786Z [00:16:17.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crc-753555d71f3f6388.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3632159Z [00:16:17.603]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaddr2line-9595c82e770d90da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3698937Z [00:16:17.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libparking-9d0f580be32cb457.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3765671Z [00:16:17.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tokio-2a2713766cfb1228.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3833110Z [00:16:17.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/shell_words-fab7b27eaa8549a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3901877Z [00:16:17.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcastaway-c16cbd267e642195.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.3970227Z [00:16:17.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bytemuck-8ea2e35d7b997ac4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4037358Z [00:16:17.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-3f00352cb42bc3d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4105254Z [00:16:17.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libquick_xml-97c9d03a01c16b3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4172322Z [00:16:17.657]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblsp_textdocument-978bd6cf4a1417f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4239776Z [00:16:17.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-e4b0219bbbf6cf91.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4307432Z [00:16:17.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librfc2047_decoder-53b4307177694c0a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4374815Z [00:16:17.677]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libeml_parser-89f7d0a0510ce87d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4442893Z [00:16:17.684]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libyoke-22ba29b4b7cbfeee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4509593Z [00:16:17.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_no_stdlib-5b4e15f68c7bf626.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4577099Z [00:16:17.697]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime-5845d3fe135b2fc5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4644363Z [00:16:17.704]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/litemap-24fa94a2898e6277.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4712850Z [00:16:17.711]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tracing_core-169f221b33d6469d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4781354Z [00:16:17.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbit_vec-2ad1ea07e42ae05a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4847550Z [00:16:17.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_threads-a50e3667048136bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4914613Z [00:16:17.731]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libumask-8a8bba2028d1d7a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.4984309Z [00:16:17.738]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsupports_color-0528b28cf81ac6ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5051529Z [00:16:17.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libgetrandom-0a4d2c839adb79b5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5118981Z [00:16:17.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_engine-8566e9a94302fe2e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5186657Z [00:16:17.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/uu_mktemp-cb6d8679911eeb83.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5254108Z [00:16:17.765]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libenv_home-2d11289c9bce15cf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5323382Z [00:16:17.772]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmd5-5d79f546fe65219c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5391568Z [00:16:17.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/idna_adapter-c619ab8a7c3119cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5459641Z [00:16:17.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_example-c3f420c3fe045ee5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5527986Z [00:16:17.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutures_executor-ba52c5f2ec7d6422.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5595873Z [00:16:17.799]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnom-d22ae7dcdc92682a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5663732Z [00:16:17.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytesize-bef8ab1ab2c47499.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5731789Z [00:16:17.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbrotli-ccaf963f87dbc7b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5798655Z [00:16:17.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/strip_ansi_escapes-1c736223ada06573.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5865345Z [00:16:17.826]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/equivalent-172ee25997bd6c00.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5932488Z [00:16:17.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_ansi_term-49dc5e5e9d9ce7de.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.5999674Z [00:16:17.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_custom_values-ed9ca32ba236e62b' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6067033Z [00:16:17.846]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_utils-987c3be9b7a0ad8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6133274Z [00:16:17.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtoa_short-261e8af4aac2c4d6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6202593Z [00:16:17.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_truncate-2f2f386e5fafa61d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6268996Z [00:16:17.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprint_positions-7b22970a74f8ac1e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6336021Z [00:16:17.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-4dd45923b59e2689.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6403769Z [00:16:17.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libx11rb_protocol-c27d0f2116060166.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6470897Z [00:16:17.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/native_tls-fe370e6af450f02c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6537701Z [00:16:17.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/bracoxide-ae75182377f381b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6605654Z [00:16:17.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_roots-b2f0f39103690718.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6673643Z [00:16:17.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mv-822d7fadab091c90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6741993Z [00:16:17.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_explore-8b61f0e5559a2ae7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6809600Z [00:16:17.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/serde-edf8eac1daae5528.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6877895Z [00:16:17.928]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_arrow-0dbcbb6bb64457a1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.6946495Z [00:16:17.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-9a1ca9dd1be3cbd2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7014450Z [00:16:17.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballoc_stdlib-4d49fa93d82cd053.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7082821Z [00:16:17.948]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_runtime_api-79799e2de1eb4b1f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7151724Z [00:16:17.955]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libplist-8d0e9d1ffb9e6b6a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7219613Z [00:16:17.962]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/typetag-00437eceaa3f1103.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7286723Z [00:16:17.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_stream-54256da8d29a02c9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7355346Z [00:16:17.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsxd_xpath-5b821ef1e7897d69.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7423301Z [00:16:17.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_inc-487393c4957d7165.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7491264Z [00:16:17.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstyle_query-e4e0dece7cb39766.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7559423Z [00:16:17.996]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprecomputed_hash-a513819289908bf4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7626349Z [00:16:18.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpest_consume-074867f769ca5fd8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7693916Z [00:16:18.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_parquet_format-2c974967b44af547.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7762615Z [00:16:18.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_truncate-2f2f386e5fafa61d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7830251Z [00:16:18.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/ini-ca4c10a7fd457d70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7898911Z [00:16:18.030]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/rand_distr-b1829190e6def08f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.7965890Z [00:16:18.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki-48bbc7de4647331c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8033850Z [00:16:18.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdlib-f69992effc38bb51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8101587Z [00:16:18.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dyn_clone-3a55b8eb1be4a805.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8175156Z [00:16:18.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/markup5ever_rcdom-72fbc1c1896b8c23.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8236416Z [00:16:18.063]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libratatui-be515f7a61d83ef7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8304678Z [00:16:18.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_locid_transform_data-70b7f28036c24602.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8373965Z [00:16:18.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki_roots-6bed09bf06b11ede.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8441834Z [00:16:18.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libanstream-b0fa21c5f8dcbacf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8508710Z [00:16:18.091]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/const_format-bf497f67b84d372f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8575176Z [00:16:18.097]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdata_encoding-211769267f57a383.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8642111Z [00:16:18.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtokio_rustls-dbe506b1a392f7f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8709869Z [00:16:18.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libupdate_informer-9ce5290ded720113.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8777343Z [00:16:18.117]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwayland_protocols_wlr-dfc2a873ad886546.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8844228Z [00:16:18.124]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsys_locale-e2a08779000bc6d1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8911811Z [00:16:18.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/adler2-6e3a5d6b4398707b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.8979396Z [00:16:18.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtendril-1528da0e1100a21c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9046764Z [00:16:18.144]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcsv_core-d22ae06eca562004.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9114273Z [00:16:18.151]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/either-24032c2e85e4715f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9181904Z [00:16:18.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/webpki_roots-b2f0f39103690718.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9248798Z [00:16:18.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblru-ed594286eef72bae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9316628Z [00:16:18.171]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/option_ext-32fac97542e0c9e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9385182Z [00:16:18.178]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_config-91f1a01a194abf83.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9453714Z [00:16:18.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_core-6821e56da9eb3a1e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9522108Z [00:16:18.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/polars_time-c319a6bbc46d25ff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9591744Z [00:16:18.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicase-584e7c140fb9da42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9659392Z [00:16:18.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/argminmax-fa52b25f09046643.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9726345Z [00:16:18.212]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsocks-bd30d3deaf150bac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9794254Z [00:16:18.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc_catalog-a0a1653e388b06af.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9862031Z [00:16:18.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_rational-8b5fc12d55390e63.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9930531Z [00:16:18.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/env_logger-64a6bd686bd00d63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:56.9997933Z [00:16:18.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/semver-5d28bf5d661ec6e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0064827Z [00:16:18.246]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/halfbrown-2d641baf78990a92.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0132213Z [00:16:18.253]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/filesize-7d67a268cc0b9134.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0200415Z [00:16:18.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/smallvec-89ecd48a17763de0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0267410Z [00:16:18.267]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcodepage-798438fea7d12e7f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0335484Z [00:16:18.273]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytesize-bef8ab1ab2c47499.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0402766Z [00:16:18.280]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-0615a44123b88423.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0470731Z [00:16:18.287]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_sdk_sts-c1e137be5bce6e21.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0537388Z [00:16:18.294]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libmime_guess-8d76cdd76aa82baf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0605461Z [00:16:18.300]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zerocopy-fa82214b1e1af40a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0673193Z [00:16:18.307]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_table-0088595a2ede17d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0740580Z [00:16:18.314]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_pretty_hex-3a94500256f1e78a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0808078Z [00:16:18.321]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libprocfs_core-8cedd893fcd61367.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0876528Z [00:16:18.327]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libreqwest-df3edca4f9d58cce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.0943249Z [00:16:18.334]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/lsp_textdocument-978bd6cf4a1417f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1010707Z [00:16:18.341]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin_formats-95058712600b489d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1078678Z [00:16:18.348]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/icu_properties-aefbc4e5237c0c47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1146181Z [00:16:18.354]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/block_buffer-bd04e960fa2f85f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1214147Z [00:16:18.361]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_complex-8f8dcb8d81597d93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1281475Z [00:16:18.368]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblog-9fd8f72c6bca26d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1349399Z [00:16:18.375]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libclap_builder-e395a28de0a7baeb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1416106Z [00:16:18.381]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/simd_json-74202b9c98fa5f44.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1483609Z [00:16:18.388]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libderanged-073ace2e5e8a79a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1551262Z [00:16:18.395]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libphf_shared-ab7ab6b3e78e35ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1618887Z [00:16:18.402]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdunce-8e471e0f7aaf21d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1685900Z [00:16:18.408]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libregex_lite-8619887f50e57907.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1753590Z [00:16:18.415]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_polars-a178b50405395559.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1820818Z [00:16:18.422]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libansi_str-8f1cdc543a6aa459.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1888911Z [00:16:18.429]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libhashbrown-e799bb394d4305b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.1956080Z [00:16:18.435]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libinotify_sys-7f4e06999491fca0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2023840Z [00:16:18.442]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libminimal_lexical-cd352522f2381349.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2092091Z [00:16:18.449]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libatomic_waker-8768e274fad1a36e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2158728Z [00:16:18.456]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdowncast_rs-daab5685abe555b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2226186Z [00:16:18.462]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fnv-5237c5e632f27eca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2293515Z [00:16:18.469]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/fallible_iterator-3388414c1b9bec9c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2361462Z [00:16:18.476]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfixedbitset-53ac1fa02b85d463.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2428497Z [00:16:18.483]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossbeam_queue-4740e9e0f0f15176.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2496148Z [00:16:18.489]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpure_rust_locales-93366b09b4054ded.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2564193Z [00:16:18.496]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libflate-56f01d0082008972.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2632968Z [00:16:18.503]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/x11rb_protocol-c27d0f2116060166.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2700639Z [00:16:18.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/generic_array-48d5082c9662bc72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2767989Z [00:16:18.517]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/slab-d05a1694e09532ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2835106Z [00:16:18.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/zlib_rs-c58fe23872fc8ceb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2904767Z [00:16:18.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes_utils-59b4b8ae1f9e0280.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.2974353Z [00:16:18.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbytes_utils-59b4b8ae1f9e0280.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3042236Z [00:16:18.544]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustix-8e0ea445b4a54dc9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3109823Z [00:16:18.551]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/dirs_sys-d052c5fed58b6f71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3177400Z [00:16:18.558]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_plugin_example-c3f420c3fe045ee5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3244467Z [00:16:18.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbase64-d79a005048c457b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3312605Z [00:16:18.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_terminal_polyfill-9e3e3213721a8892.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3380064Z [00:16:18.578]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libchrono-7838851ca819f8a4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3446904Z [00:16:18.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libyoke-22ba29b4b7cbfeee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3514732Z [00:16:18.591]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libroxmltree-bc958d464ecc89e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3581094Z [00:16:18.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsimd_json-74202b9c98fa5f44.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3647252Z [00:16:18.605]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libheck-39daa5364b1ef8a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3714943Z [00:16:18.611]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_plugin-f9c9a17f9fd71d3e.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3781894Z [00:16:18.618]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_epoch-19f39cf11b6698c7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3849189Z [00:16:18.625]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfast_float2-fe340760a2b24033.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3916520Z [00:16:18.631]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libis_terminal_polyfill-9e3e3213721a8892.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.3983332Z [00:16:18.638]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libvsimd-cb52266f376f8b4b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4050042Z [00:16:18.645]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_types-7791f685ef99ded5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4118532Z [00:16:18.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/tracing-b829ce7108aadf27.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4185007Z [00:16:18.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzopfli-47865d081e187006.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4252153Z [00:16:18.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libuu_mktemp-cb6d8679911eeb83.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4320360Z [00:16:18.672]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/aws_smithy_http-f2906d3b0014fa24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4387000Z [00:16:18.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libcrc-753555d71f3f6388.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4453863Z [00:16:18.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnu_path-7c90292ca855c4e6.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4522154Z [00:16:18.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/slotmap-db7e07194dd82ec1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4589724Z [00:16:18.699]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/openssl_sys-60eb4382f4d53489.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4657058Z [00:16:18.706]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwebpki_root_certs-980ed7db238c4bb4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4724771Z [00:16:18.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libunicode_width-a04b20f02337a2d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4792757Z [00:16:18.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libv_htmlescape-97a98f283e49eac0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4860215Z [00:16:18.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librustls_platform_verifier-f7fc884ead5c23b9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4927492Z [00:16:18.733]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libwhich-1c7cfe5e3e336e8f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.4996794Z [00:16:18.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfd_lock-9026c5966c80db4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5066869Z [00:16:18.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liballocator_api2-818ab6a2632f5eb1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5134978Z [00:16:18.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libicu_properties_data-281a50421255fb32.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5203454Z [00:16:18.760]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libraw_cpuid-315ecd3de6af70a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5271166Z [00:16:18.767]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libh2-899d8de1909acb15.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5340177Z [00:16:18.774]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfutf-8fc113b695d9bd90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5408452Z [00:16:18.781]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtrash-04167802cfb69fe7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5475503Z [00:16:18.787]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbuf_trait-3efefd71a7d20c87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5544057Z [00:16:18.794]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libzlib_rs-c58fe23872fc8ceb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5611372Z [00:16:18.801]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/crossbeam_utils-ea31c9c628322cb2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5679226Z [00:16:18.808]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libtower_service-da3b80c2dd45bff6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5746708Z [00:16:18.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libaws_smithy_json-ae8b9796c0714309.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5814767Z [00:16:18.821]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/librmp-316bd0d323cd9bcb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5882040Z [00:16:18.828]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars_time-c319a6bbc46d25ff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.5950630Z [00:16:18.835]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtoa-bce8de879eef3143.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6017703Z [00:16:18.842]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/utf8_iter-a3735ad5624c2682.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6086345Z [00:16:18.848]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtoa_short-261e8af4aac2c4d6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6153252Z [00:16:18.855]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libfastrand-7f5a6b006db81192.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6221163Z [00:16:18.862]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitertools-e86eea01e7d22935.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6288405Z [00:16:18.869]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblscolors-dd8f9fbfab476ed6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6356792Z [00:16:18.875]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/nu_cmd_plugin-4689edd9272ca07e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6424401Z [00:16:18.882]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libpolars-22424982a07ad673.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6493016Z [00:16:18.889]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libdtoa-bce8de879eef3143.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6560287Z [00:16:18.896]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libbyteyarn-6072912b705efe40.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6627688Z [00:16:18.903]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/liblinked_hash_map-ba93eb3849ac5f61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6695602Z [00:16:18.909]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libitoa-a8532d36a5ab7961.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6763964Z [00:16:18.916]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libnum_bigint-e6d298f948127473.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6833247Z [00:16:18.923]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/deps/libsignal_hook-eaadab8a4ab73297.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6900873Z [00:16:18.930]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_gstat.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.6969853Z [00:16:18.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_explore.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7038166Z [00:16:18.944]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_glob.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7104551Z [00:16:18.950]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_engine.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7171116Z [00:16:18.957]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_query.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7238452Z [00:16:18.964]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_pretty_hex.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7305964Z [00:16:18.970]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_polars' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7374648Z [00:16:18.977]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_query' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7441613Z [00:16:18.984]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_example' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7508658Z [00:16:18.991]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_json.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7575928Z [00:16:18.997]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/nu_plugin_inc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7643911Z [00:16:19.004]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_term_grid.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7711894Z [00:16:19.011]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_plugin_inc.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7779780Z [00:16:19.018]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/utils' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7852117Z [00:16:19.025]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_cp-d74b475504517ad5/lib-uu_cp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7921087Z [00:16:19.032]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_cp-d74b475504517ad5/dep-lib-uu_cp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.7990200Z [00:16:19.039]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_cp-d74b475504517ad5/lib-uu_cp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8058139Z [00:16:19.046]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_cp-d74b475504517ad5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8126852Z [00:16:19.052]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-ab9197f501a59b39/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8195128Z [00:16:19.059]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-ab9197f501a59b39/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8263053Z [00:16:19.066]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-ab9197f501a59b39/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8330700Z [00:16:19.073]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-ab9197f501a59b39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8399788Z [00:16:19.080]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-7382b06bc7959e56/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8467111Z [00:16:19.086]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-7382b06bc7959e56/dep-lib-x11rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8535661Z [00:16:19.093]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-7382b06bc7959e56/lib-x11rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8604151Z [00:16:19.100]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-7382b06bc7959e56/lib-x11rb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8671608Z [00:16:19.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-9bad974913a05188/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8739864Z [00:16:19.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-9bad974913a05188/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8807511Z [00:16:19.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-9bad974913a05188/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8874228Z [00:16:19.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-9bad974913a05188/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.8941760Z [00:16:19.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d/dep-lib-nu_plugin_formats' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9009947Z [00:16:19.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9078198Z [00:16:19.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d/output-lib-nu_plugin_formats' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9145540Z [00:16:19.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d/lib-nu_plugin_formats' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9212829Z [00:16:19.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-95058712600b489d/lib-nu_plugin_formats.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9280611Z [00:16:19.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9349235Z [00:16:19.175]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1/dep-lib-nu_cmd_lang' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9416715Z [00:16:19.181]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1/lib-nu_cmd_lang' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9485278Z [00:16:19.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1/lib-nu_cmd_lang.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9552198Z [00:16:19.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-c7d8c380dc6957b1/output-lib-nu_cmd_lang' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9619591Z [00:16:19.202]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-hyperlinks-9c06532198922393/lib-supports_hyperlinks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9688121Z [00:16:19.209]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-hyperlinks-9c06532198922393/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9755367Z [00:16:19.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-hyperlinks-9c06532198922393/lib-supports_hyperlinks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9823520Z [00:16:19.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-hyperlinks-9c06532198922393/dep-lib-supports_hyperlinks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9892010Z [00:16:19.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid-c9007a16b6943922/dep-lib-icu_locid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:57.9959544Z [00:16:19.236]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid-c9007a16b6943922/lib-icu_locid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0027343Z [00:16:19.243]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid-c9007a16b6943922/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0095342Z [00:16:19.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid-c9007a16b6943922/lib-icu_locid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0164301Z [00:16:19.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lscolors-dd8f9fbfab476ed6/lib-lscolors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0232654Z [00:16:19.263]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lscolors-dd8f9fbfab476ed6/dep-lib-lscolors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0300106Z [00:16:19.270]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lscolors-dd8f9fbfab476ed6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0369035Z [00:16:19.277]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lscolors-dd8f9fbfab476ed6/lib-lscolors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0438301Z [00:16:19.284]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-615db2c46a9550db/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0504408Z [00:16:19.290]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-615db2c46a9550db/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0575720Z [00:16:19.297]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-json-7a7abc5dd8eb46f6/lib-polars_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0643957Z [00:16:19.304]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-json-7a7abc5dd8eb46f6/dep-lib-polars_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0711338Z [00:16:19.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-json-7a7abc5dd8eb46f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0779741Z [00:16:19.318]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-json-7a7abc5dd8eb46f6/lib-polars_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0848550Z [00:16:19.325]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-44f220c853d27b1d/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0916715Z [00:16:19.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-44f220c853d27b1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.0984456Z [00:16:19.338]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-44f220c853d27b1d/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1052029Z [00:16:19.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-44f220c853d27b1d/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1119279Z [00:16:19.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-b829ce7108aadf27/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1186964Z [00:16:19.358]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-b829ce7108aadf27/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1254796Z [00:16:19.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-b829ce7108aadf27/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1323609Z [00:16:19.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-b829ce7108aadf27/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1392711Z [00:16:19.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shadow-rs-9197ff8b0f457719/lib-shadow_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1461639Z [00:16:19.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shadow-rs-9197ff8b0f457719/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1529544Z [00:16:19.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shadow-rs-9197ff8b0f457719/dep-lib-shadow_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1596483Z [00:16:19.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shadow-rs-9197ff8b0f457719/lib-shadow_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1663594Z [00:16:19.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-94d9d136d48d4ebc/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1730623Z [00:16:19.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-94d9d136d48d4ebc/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1797926Z [00:16:19.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fast-float2-fe340760a2b24033/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1867287Z [00:16:19.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fast-float2-fe340760a2b24033/lib-fast_float2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.1935140Z [00:16:19.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fast-float2-fe340760a2b24033/dep-lib-fast_float2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2004225Z [00:16:19.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fast-float2-fe340760a2b24033/lib-fast_float2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2071512Z [00:16:19.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/digest-774f7dc4d5dc9ce8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2138457Z [00:16:19.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/digest-774f7dc4d5dc9ce8/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2206027Z [00:16:19.460]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/digest-774f7dc4d5dc9ce8/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2275067Z [00:16:19.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/digest-774f7dc4d5dc9ce8/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2344824Z [00:16:19.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc32fast-6af78ad21a095569/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2411486Z [00:16:19.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc32fast-6af78ad21a095569/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2479785Z [00:16:19.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc32fast-6af78ad21a095569/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2548186Z [00:16:19.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc32fast-6af78ad21a095569/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2616434Z [00:16:19.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/allocator-api2-818ab6a2632f5eb1/lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2684669Z [00:16:19.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/allocator-api2-818ab6a2632f5eb1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2752491Z [00:16:19.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/allocator-api2-818ab6a2632f5eb1/dep-lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2819719Z [00:16:19.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/allocator-api2-818ab6a2632f5eb1/lib-allocator_api2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2888759Z [00:16:19.529]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-ab7ab6b3e78e35ec/lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.2957195Z [00:16:19.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-ab7ab6b3e78e35ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3024424Z [00:16:19.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-ab7ab6b3e78e35ec/lib-phf_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3092338Z [00:16:19.549]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-ab7ab6b3e78e35ec/dep-lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3161497Z [00:16:19.556]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-xml-f5d63c19685c5272/dep-lib-aws_smithy_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3228462Z [00:16:19.563]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-xml-f5d63c19685c5272/lib-aws_smithy_xml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3296636Z [00:16:19.569]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-xml-f5d63c19685c5272/lib-aws_smithy_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3365717Z [00:16:19.576]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-xml-f5d63c19685c5272/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3436576Z [00:16:19.583]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-980ed7db238c4bb4/lib-webpki_root_certs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3503791Z [00:16:19.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-980ed7db238c4bb4/lib-webpki_root_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3571453Z [00:16:19.597]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-980ed7db238c4bb4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3646741Z [00:16:19.604]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-980ed7db238c4bb4/dep-lib-webpki_root_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3714650Z [00:16:19.611]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-e799bb394d4305b6/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3782942Z [00:16:19.618]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-e799bb394d4305b6/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3849526Z [00:16:19.625]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-e799bb394d4305b6/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3916979Z [00:16:19.631]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-e799bb394d4305b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.3985001Z [00:16:19.638]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-241c7f3e23b23bdd/lib-portable_atomic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4053960Z [00:16:19.645]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-241c7f3e23b23bdd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4121268Z [00:16:19.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-241c7f3e23b23bdd/dep-lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4188900Z [00:16:19.659]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-241c7f3e23b23bdd/lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4257111Z [00:16:19.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-streaming-iterator-e12849ee5d71bb20/lib-fallible_streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4325463Z [00:16:19.672]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-streaming-iterator-e12849ee5d71bb20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4394234Z [00:16:19.679]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-streaming-iterator-e12849ee5d71bb20/lib-fallible_streaming_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4462645Z [00:16:19.686]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-streaming-iterator-e12849ee5d71bb20/dep-lib-fallible_streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4530794Z [00:16:19.693]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/option-ext-32fac97542e0c9e7/lib-option_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4598425Z [00:16:19.700]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/option-ext-32fac97542e0c9e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4666331Z [00:16:19.706]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/option-ext-32fac97542e0c9e7/lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4734629Z [00:16:19.713]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/option-ext-32fac97542e0c9e7/dep-lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4802220Z [00:16:19.720]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/once_cell-ce6f56fb6fb1a8d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4868911Z [00:16:19.727]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/once_cell-ce6f56fb6fb1a8d7/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.4936025Z [00:16:19.733]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/once_cell-ce6f56fb6fb1a8d7/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5004484Z [00:16:19.740]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/once_cell-ce6f56fb6fb1a8d7/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5072844Z [00:16:19.747]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-ccaf963f87dbc7b8/lib-brotli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5141474Z [00:16:19.754]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-ccaf963f87dbc7b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5208047Z [00:16:19.761]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-ccaf963f87dbc7b8/lib-brotli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5275607Z [00:16:19.767]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-ccaf963f87dbc7b8/dep-lib-brotli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5343430Z [00:16:19.774]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/titlecase-f52f63848057842d/dep-lib-titlecase' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5410260Z [00:16:19.781]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/titlecase-f52f63848057842d/lib-titlecase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5476756Z [00:16:19.787]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/titlecase-f52f63848057842d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5544266Z [00:16:19.794]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/titlecase-f52f63848057842d/lib-titlecase' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5611871Z [00:16:19.801]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-dfcf36b7436d22d3/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5678120Z [00:16:19.808]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-dfcf36b7436d22d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5746225Z [00:16:19.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-dfcf36b7436d22d3/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5812769Z [00:16:19.821]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-dfcf36b7436d22d3/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5881707Z [00:16:19.828]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indicatif-be0da8fca778566f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.5947659Z [00:16:19.835]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indicatif-be0da8fca778566f/lib-indicatif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6016181Z [00:16:19.841]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indicatif-be0da8fca778566f/lib-indicatif.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6082542Z [00:16:19.848]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indicatif-be0da8fca778566f/dep-lib-indicatif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6150901Z [00:16:19.855]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-48d5082c9662bc72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6219462Z [00:16:19.862]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-48d5082c9662bc72/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6286898Z [00:16:19.868]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-48d5082c9662bc72/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6354742Z [00:16:19.875]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-48d5082c9662bc72/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6423106Z [00:16:19.882]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-utils-dbf4f9e23e565d3f/lib-pin_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6491058Z [00:16:19.889]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-utils-dbf4f9e23e565d3f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6558329Z [00:16:19.896]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-utils-dbf4f9e23e565d3f/lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6625515Z [00:16:19.902]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-utils-dbf4f9e23e565d3f/dep-lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6693798Z [00:16:19.909]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-format-d828df9365df6f4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6763799Z [00:16:19.916]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-format-d828df9365df6f4a/lib-polars_arrow_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6834429Z [00:16:19.923]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-format-d828df9365df6f4a/dep-lib-polars_arrow_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6903305Z [00:16:19.930]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-format-d828df9365df6f4a/lib-polars_arrow_format.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.6972085Z [00:16:19.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf16_iter-bd8e0d7a1939bb6d/dep-lib-utf16_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7040224Z [00:16:19.944]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf16_iter-bd8e0d7a1939bb6d/lib-utf16_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7108500Z [00:16:19.951]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf16_iter-bd8e0d7a1939bb6d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7177336Z [00:16:19.957]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf16_iter-bd8e0d7a1939bb6d/lib-utf16_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7246628Z [00:16:19.964]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-0dbcbb6bb64457a1/lib-polars_arrow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7315539Z [00:16:19.971]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-0dbcbb6bb64457a1/lib-polars_arrow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7385819Z [00:16:19.978]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-0dbcbb6bb64457a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7454153Z [00:16:19.985]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-0dbcbb6bb64457a1/dep-lib-polars_arrow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7524147Z [00:16:19.992]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytesize-bef8ab1ab2c47499/lib-bytesize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7594000Z [00:16:19.999]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytesize-bef8ab1ab2c47499/lib-bytesize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7661947Z [00:16:20.006]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytesize-bef8ab1ab2c47499/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7733312Z [00:16:20.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytesize-bef8ab1ab2c47499/dep-lib-bytesize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7801271Z [00:16:20.020]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-complex-8f8dcb8d81597d93/lib-num_complex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7868385Z [00:16:20.027]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-complex-8f8dcb8d81597d93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.7938922Z [00:16:20.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-complex-8f8dcb8d81597d93/dep-lib-num_complex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8006425Z [00:16:20.040]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-complex-8f8dcb8d81597d93/lib-num_complex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8075394Z [00:16:20.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mac-bdd9ecfef067e15b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8142843Z [00:16:20.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mac-bdd9ecfef067e15b/dep-lib-mac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8210297Z [00:16:20.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mac-bdd9ecfef067e15b/lib-mac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8278670Z [00:16:20.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mac-bdd9ecfef067e15b/lib-mac.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8346681Z [00:16:20.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-humanize-e2650901c76c6de7/lib-chrono_humanize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8416810Z [00:16:20.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-humanize-e2650901c76c6de7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8484551Z [00:16:20.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-humanize-e2650901c76c6de7/lib-chrono_humanize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8552414Z [00:16:20.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-humanize-e2650901c76c6de7/dep-lib-chrono_humanize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8621324Z [00:16:20.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-957cc0f7d93d9660/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8689214Z [00:16:20.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-957cc0f7d93d9660/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8757143Z [00:16:20.115]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-ccb76ddb1f4f98c0/dep-lib-libgit2_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8824064Z [00:16:20.122]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-ccb76ddb1f4f98c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8891557Z [00:16:20.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-ccb76ddb1f4f98c0/lib-libgit2_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.8958597Z [00:16:20.136]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-ccb76ddb1f4f98c0/lib-libgit2_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9026080Z [00:16:20.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xattr-fa84d71592add336/lib-xattr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9093513Z [00:16:20.149]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xattr-fa84d71592add336/lib-xattr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9162103Z [00:16:20.156]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xattr-fa84d71592add336/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9229569Z [00:16:20.163]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xattr-fa84d71592add336/dep-lib-xattr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9298927Z [00:16:20.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-sys-7f4e06999491fca0/lib-inotify_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9367360Z [00:16:20.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-sys-7f4e06999491fca0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9435220Z [00:16:20.183]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-sys-7f4e06999491fca0/lib-inotify_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9503786Z [00:16:20.190]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-sys-7f4e06999491fca0/dep-lib-inotify_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9572724Z [00:16:20.197]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zlib-rs-c58fe23872fc8ceb/dep-lib-zlib_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9641270Z [00:16:20.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zlib-rs-c58fe23872fc8ceb/lib-zlib_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9708373Z [00:16:20.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zlib-rs-c58fe23872fc8ceb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9775462Z [00:16:20.217]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zlib-rs-c58fe23872fc8ceb/lib-zlib_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9844393Z [00:16:20.224]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerofrom-1bcd7210f905f478/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9912428Z [00:16:20.231]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerofrom-1bcd7210f905f478/dep-lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:58.9981019Z [00:16:20.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerofrom-1bcd7210f905f478/lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0049043Z [00:16:20.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerofrom-1bcd7210f905f478/lib-zerofrom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0116853Z [00:16:20.251]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cfg-if-c6d20eeedf1e2f8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0184166Z [00:16:20.258]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cfg-if-c6d20eeedf1e2f8f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0251231Z [00:16:20.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cfg-if-c6d20eeedf1e2f8f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0318927Z [00:16:20.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cfg-if-c6d20eeedf1e2f8f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0387032Z [00:16:20.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-d88a55298ac1cb38/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0454488Z [00:16:20.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-d88a55298ac1cb38/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0522961Z [00:16:20.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-mem-engine-9f514816a2ab1df9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0590313Z [00:16:20.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-mem-engine-9f514816a2ab1df9/dep-lib-polars_mem_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0658077Z [00:16:20.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-mem-engine-9f514816a2ab1df9/lib-polars_mem_engine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0726371Z [00:16:20.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-mem-engine-9f514816a2ab1df9/lib-polars_mem_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0793615Z [00:16:20.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7/output-lib-nu_explore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0860555Z [00:16:20.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7/dep-lib-nu_explore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0928727Z [00:16:20.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7/lib-nu_explore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.0994886Z [00:16:20.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1062910Z [00:16:20.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-explore-8b61f0e5559a2ae7/lib-nu_explore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1131578Z [00:16:20.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_uname-1c7c8907bd01dd98/lib-uu_uname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1199902Z [00:16:20.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_uname-1c7c8907bd01dd98/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1266215Z [00:16:20.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_uname-1c7c8907bd01dd98/dep-lib-uu_uname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1335296Z [00:16:20.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_uname-1c7c8907bd01dd98/lib-uu_uname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1402714Z [00:16:20.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-e4368215916712fa/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1471484Z [00:16:20.387]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-e4368215916712fa/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1538675Z [00:16:20.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mktemp-cb6d8679911eeb83/lib-uu_mktemp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1605386Z [00:16:20.400]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mktemp-cb6d8679911eeb83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1673779Z [00:16:20.407]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mktemp-cb6d8679911eeb83/dep-lib-uu_mktemp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1742994Z [00:16:20.414]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mktemp-cb6d8679911eeb83/lib-uu_mktemp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1811197Z [00:16:20.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-9054f466d93efd48/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1878384Z [00:16:20.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-9054f466d93efd48/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.1946529Z [00:16:20.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-020ac1f8cb7b9d2d/lib-ref_cast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2015733Z [00:16:20.441]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-020ac1f8cb7b9d2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2083190Z [00:16:20.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-020ac1f8cb7b9d2d/lib-ref_cast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2152606Z [00:16:20.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-020ac1f8cb7b9d2d/dep-lib-ref_cast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2220114Z [00:16:20.462]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-6bed09bf06b11ede/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2287398Z [00:16:20.469]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-6bed09bf06b11ede/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2356264Z [00:16:20.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-6bed09bf06b11ede/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2424520Z [00:16:20.482]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-6bed09bf06b11ede/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2493491Z [00:16:20.489]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-d92d17a09d6c85d0/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2561817Z [00:16:20.496]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-d92d17a09d6c85d0/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2630777Z [00:16:20.503]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-d92d17a09d6c85d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2697596Z [00:16:20.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-d92d17a09d6c85d0/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2765347Z [00:16:20.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filesize-7d67a268cc0b9134/dep-lib-filesize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2833537Z [00:16:20.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filesize-7d67a268cc0b9134/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2903952Z [00:16:20.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filesize-7d67a268cc0b9134/lib-filesize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.2973425Z [00:16:20.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filesize-7d67a268cc0b9134/lib-filesize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3041469Z [00:16:20.544]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/print-positions-7b22970a74f8ac1e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3109794Z [00:16:20.551]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/print-positions-7b22970a74f8ac1e/lib-print_positions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3176077Z [00:16:20.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/print-positions-7b22970a74f8ac1e/dep-lib-print_positions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3243027Z [00:16:20.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/print-positions-7b22970a74f8ac1e/lib-print_positions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3310320Z [00:16:20.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-sys-d052c5fed58b6f71/dep-lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3378512Z [00:16:20.578]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-sys-d052c5fed58b6f71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3445435Z [00:16:20.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-sys-d052c5fed58b6f71/lib-dirs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3514318Z [00:16:20.591]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-sys-d052c5fed58b6f71/lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3581678Z [00:16:20.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-2fd745bff2c6550c/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3649996Z [00:16:20.605]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-2fd745bff2c6550c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3718178Z [00:16:20.612]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-2fd745bff2c6550c/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3785413Z [00:16:20.618]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-2fd745bff2c6550c/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3853728Z [00:16:20.625]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parse_datetime-1e6a9e3d9ae1cc7a/dep-lib-parse_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3921635Z [00:16:20.632]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parse_datetime-1e6a9e3d9ae1cc7a/lib-parse_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.3990048Z [00:16:20.639]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parse_datetime-1e6a9e3d9ae1cc7a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4058622Z [00:16:20.646]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parse_datetime-1e6a9e3d9ae1cc7a/lib-parse_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4127373Z [00:16:20.653]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pathdiff-ce6a18a4f100fa5e/lib-pathdiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4195768Z [00:16:20.659]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pathdiff-ce6a18a4f100fa5e/lib-pathdiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4263598Z [00:16:20.666]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pathdiff-ce6a18a4f100fa5e/dep-lib-pathdiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4331794Z [00:16:20.673]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pathdiff-ce6a18a4f100fa5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4399791Z [00:16:20.680]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha1_smol-13e65ad0041c7bcc/lib-sha1_smol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4467404Z [00:16:20.687]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha1_smol-13e65ad0041c7bcc/lib-sha1_smol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4535488Z [00:16:20.693]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha1_smol-13e65ad0041c7bcc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4605344Z [00:16:20.700]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha1_smol-13e65ad0041c7bcc/dep-lib-sha1_smol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4673280Z [00:16:20.707]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayref-c4d32b8f5ebeca43/lib-arrayref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4740565Z [00:16:20.714]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayref-c4d32b8f5ebeca43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4808314Z [00:16:20.721]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayref-c4d32b8f5ebeca43/dep-lib-arrayref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4877303Z [00:16:20.727]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayref-c4d32b8f5ebeca43/lib-arrayref.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.4945951Z [00:16:20.734]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml-56d7a949fdddfa20/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5016680Z [00:16:20.741]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml-56d7a949fdddfa20/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5084996Z [00:16:20.748]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml-56d7a949fdddfa20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5152775Z [00:16:20.755]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml-56d7a949fdddfa20/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5220399Z [00:16:20.762]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-91e332d214a9c483/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5287483Z [00:16:20.769]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-91e332d214a9c483/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5355250Z [00:16:20.775]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-a2a714a4fdb95279/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5424119Z [00:16:20.782]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-a2a714a4fdb95279/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5491514Z [00:16:20.789]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e/lib-nu_plugin_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5559897Z [00:16:20.796]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e/dep-lib-nu_plugin_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5627113Z [00:16:20.802]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e/lib-nu_plugin_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5694949Z [00:16:20.809]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5763482Z [00:16:20.816]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-core-6821e56da9eb3a1e/output-lib-nu_plugin_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5831641Z [00:16:20.823]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-wsl-9174ea48d7be3155/lib-is_wsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5898665Z [00:16:20.830]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-wsl-9174ea48d7be3155/lib-is_wsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.5966658Z [00:16:20.836]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-wsl-9174ea48d7be3155/dep-lib-is_wsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6034644Z [00:16:20.843]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-wsl-9174ea48d7be3155/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6102487Z [00:16:20.850]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/form_urlencoded-22ab86262fa2efd2/lib-form_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6171715Z [00:16:20.857]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/form_urlencoded-22ab86262fa2efd2/lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6239744Z [00:16:20.864]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/form_urlencoded-22ab86262fa2efd2/dep-lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6308225Z [00:16:20.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/form_urlencoded-22ab86262fa2efd2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6376081Z [00:16:20.877]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/same-file-9e20149285ebfce9/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6444458Z [00:16:20.884]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/same-file-9e20149285ebfce9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6512386Z [00:16:20.891]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/same-file-9e20149285ebfce9/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6581175Z [00:16:20.898]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/same-file-9e20149285ebfce9/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6649790Z [00:16:20.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/plist-8d0e9d1ffb9e6b6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6717178Z [00:16:20.911]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/plist-8d0e9d1ffb9e6b6a/lib-plist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6784474Z [00:16:20.918]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/plist-8d0e9d1ffb9e6b6a/dep-lib-plist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6851940Z [00:16:20.925]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/plist-8d0e9d1ffb9e6b6a/lib-plist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6919641Z [00:16:20.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zeroize-c534c2641d1d2609/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.6988039Z [00:16:20.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zeroize-c534c2641d1d2609/lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7057206Z [00:16:20.945]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zeroize-c534c2641d1d2609/dep-lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7124755Z [00:16:20.952]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zeroize-c534c2641d1d2609/lib-zeroize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7192970Z [00:16:20.959]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-c7f305d24302e07e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7260179Z [00:16:20.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-c7f305d24302e07e/dep-lib-polars_compute' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7327530Z [00:16:20.973]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-c7f305d24302e07e/lib-polars_compute' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7395835Z [00:16:20.979]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-c7f305d24302e07e/lib-polars_compute.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7463521Z [00:16:20.986]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlib-f69992effc38bb51/lib-dlib.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7530290Z [00:16:20.993]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlib-f69992effc38bb51/dep-lib-dlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7598440Z [00:16:21.000]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlib-f69992effc38bb51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7666397Z [00:16:21.006]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlib-f69992effc38bb51/lib-dlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7733855Z [00:16:21.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-core-3f00352cb42bc3d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7801625Z [00:16:21.020]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-core-3f00352cb42bc3d8/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7868621Z [00:16:21.027]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-core-3f00352cb42bc3d8/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.7938366Z [00:16:21.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-core-3f00352cb42bc3d8/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8006327Z [00:16:21.040]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-d1dc8ede7cb43b4e/dep-lib-num' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8073978Z [00:16:21.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-d1dc8ede7cb43b4e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8140579Z [00:16:21.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-d1dc8ede7cb43b4e/lib-num.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8207156Z [00:16:21.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-d1dc8ede7cb43b4e/lib-num' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8274233Z [00:16:21.067]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-error-03ea6283c1410406/lib-polars_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8341474Z [00:16:21.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-error-03ea6283c1410406/lib-polars_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8408603Z [00:16:21.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-error-03ea6283c1410406/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8477590Z [00:16:21.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-error-03ea6283c1410406/dep-lib-polars_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8544604Z [00:16:21.094]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-3dbfd29f98def6c9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8611645Z [00:16:21.101]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-3dbfd29f98def6c9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8679569Z [00:16:21.108]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cassowary-b8dabd976d8d4c1d/lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8745968Z [00:16:21.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cassowary-b8dabd976d8d4c1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8813913Z [00:16:21.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cassowary-b8dabd976d8d4c1d/dep-lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8881179Z [00:16:21.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cassowary-b8dabd976d8d4c1d/lib-cassowary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.8948562Z [00:16:21.135]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-demangle-3445d5c4516ccd98/lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9017531Z [00:16:21.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-demangle-3445d5c4516ccd98/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9086279Z [00:16:21.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-demangle-3445d5c4516ccd98/dep-lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9154204Z [00:16:21.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-demangle-3445d5c4516ccd98/lib-rustc_demangle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9221655Z [00:16:21.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-bf89508fdd3eb0c5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9289320Z [00:16:21.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/portable-atomic-bf89508fdd3eb0c5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9358218Z [00:16:21.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-365ffbf8ae454dce/dep-lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9425495Z [00:16:21.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-365ffbf8ae454dce/lib-http_body.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9493178Z [00:16:21.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-365ffbf8ae454dce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9561506Z [00:16:21.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-365ffbf8ae454dce/lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9629488Z [00:16:21.203]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-e22068095b1584db/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9696416Z [00:16:21.209]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-e22068095b1584db/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9764965Z [00:16:21.216]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-e22068095b1584db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9832844Z [00:16:21.223]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-e22068095b1584db/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9901579Z [00:16:21.230]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/constant_time_eq-fb9e2559c5b80ca8/lib-constant_time_eq.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:59.9969128Z [00:16:21.237]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/constant_time_eq-fb9e2559c5b80ca8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0037105Z [00:16:21.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/constant_time_eq-fb9e2559c5b80ca8/dep-lib-constant_time_eq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0104813Z [00:16:21.250]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/constant_time_eq-fb9e2559c5b80ca8/lib-constant_time_eq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0172784Z [00:16:21.257]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-bdc092a484624437/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0241055Z [00:16:21.264]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-bdc092a484624437/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0309088Z [00:16:21.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num_threads-a50e3667048136bd/dep-lib-num_threads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0377239Z [00:16:21.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num_threads-a50e3667048136bd/lib-num_threads.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0444054Z [00:16:21.284]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num_threads-a50e3667048136bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0512276Z [00:16:21.291]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num_threads-a50e3667048136bd/lib-num_threads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0579546Z [00:16:21.298]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-8c953989138211f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0646067Z [00:16:21.304]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-8c953989138211f3/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0714446Z [00:16:21.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-8c953989138211f3/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0780415Z [00:16:21.318]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-8c953989138211f3/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0848438Z [00:16:21.325]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-7b507696d1c3f522/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0915585Z [00:16:21.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/generic-array-7b507696d1c3f522/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.0984033Z [00:16:21.338]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fluent-uri-7b0f695e49e93a29/dep-lib-fluent_uri' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1050816Z [00:16:21.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fluent-uri-7b0f695e49e93a29/lib-fluent_uri.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1118756Z [00:16:21.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fluent-uri-7b0f695e49e93a29/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1188313Z [00:16:21.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fluent-uri-7b0f695e49e93a29/lib-fluent_uri' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1256439Z [00:16:21.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-conv-0f2b5de8085c5a41/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1324111Z [00:16:21.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-conv-0f2b5de8085c5a41/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1391399Z [00:16:21.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-conv-0f2b5de8085c5a41/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1459148Z [00:16:21.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-conv-0f2b5de8085c5a41/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1527180Z [00:16:21.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate-56f01d0082008972/lib-libflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1594994Z [00:16:21.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate-56f01d0082008972/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1662286Z [00:16:21.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate-56f01d0082008972/lib-libflate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1729359Z [00:16:21.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate-56f01d0082008972/dep-lib-libflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1796769Z [00:16:21.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fuzzy-matcher-67b6b854ebdd8028/lib-fuzzy_matcher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1865518Z [00:16:21.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fuzzy-matcher-67b6b854ebdd8028/lib-fuzzy_matcher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.1932928Z [00:16:21.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fuzzy-matcher-67b6b854ebdd8028/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2000740Z [00:16:21.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fuzzy-matcher-67b6b854ebdd8028/dep-lib-fuzzy_matcher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2068416Z [00:16:21.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-cb484778ca4d5860/dep-lib-chrono_tz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2135804Z [00:16:21.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-cb484778ca4d5860/lib-chrono_tz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2203846Z [00:16:21.460]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-cb484778ca4d5860/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2270934Z [00:16:21.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-cb484778ca4d5860/lib-chrono_tz.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2339665Z [00:16:21.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wild-a79e3a62a9716a61/lib-wild.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2406042Z [00:16:21.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wild-a79e3a62a9716a61/dep-lib-wild' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2474413Z [00:16:21.487]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wild-a79e3a62a9716a61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2540737Z [00:16:21.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wild-a79e3a62a9716a61/lib-wild' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2608208Z [00:16:21.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-63112845ad027ebe/lib-csv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2677126Z [00:16:21.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-63112845ad027ebe/lib-csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2744155Z [00:16:21.514]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-63112845ad027ebe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2810510Z [00:16:21.521]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-63112845ad027ebe/dep-lib-csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2878299Z [00:16:21.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-format-eb371e0e38bb4643/lib-num_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.2946470Z [00:16:21.534]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-format-eb371e0e38bb4643/dep-lib-num_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3013746Z [00:16:21.541]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-format-eb371e0e38bb4643/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3080115Z [00:16:21.548]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-format-eb371e0e38bb4643/lib-num_format.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3147670Z [00:16:21.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/roxmltree-bc958d464ecc89e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3213756Z [00:16:21.561]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/roxmltree-bc958d464ecc89e1/lib-roxmltree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3281081Z [00:16:21.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/roxmltree-bc958d464ecc89e1/lib-roxmltree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3347532Z [00:16:21.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/roxmltree-bc958d464ecc89e1/dep-lib-roxmltree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3414806Z [00:16:21.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-types-7791f685ef99ded5/dep-lib-aws_smithy_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3481670Z [00:16:21.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-types-7791f685ef99ded5/lib-aws_smithy_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3547685Z [00:16:21.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-types-7791f685ef99ded5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3614019Z [00:16:21.601]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-types-7791f685ef99ded5/lib-aws_smithy_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3681080Z [00:16:21.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vte-5a6ccada1036894f/lib-vte.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3747449Z [00:16:21.615]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vte-5a6ccada1036894f/dep-lib-vte' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3813445Z [00:16:21.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vte-5a6ccada1036894f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3879544Z [00:16:21.628]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vte-5a6ccada1036894f/lib-vte' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.3948050Z [00:16:21.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-f4ab9b3ec6b01355/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4015219Z [00:16:21.641]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-f4ab9b3ec6b01355/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4082757Z [00:16:21.648]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-f4ab9b3ec6b01355/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4149425Z [00:16:21.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-f4ab9b3ec6b01355/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4216572Z [00:16:21.661]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-utils-8c572a5c509d75a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4285377Z [00:16:21.668]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-utils-8c572a5c509d75a6/lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4355036Z [00:16:21.675]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-utils-8c572a5c509d75a6/lib-rust_embed_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4423099Z [00:16:21.682]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-utils-8c572a5c509d75a6/dep-lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4490485Z [00:16:21.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf-fe3b4527b481fae5/dep-lib-phf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4556581Z [00:16:21.695]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf-fe3b4527b481fae5/lib-phf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4622644Z [00:16:21.702]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf-fe3b4527b481fae5/lib-phf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4690124Z [00:16:21.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf-fe3b4527b481fae5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4756360Z [00:16:21.715]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-753555d71f3f6388/lib-crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4823675Z [00:16:21.722]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-753555d71f3f6388/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4891939Z [00:16:21.729]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-753555d71f3f6388/dep-lib-crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.4958065Z [00:16:21.736]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-753555d71f3f6388/lib-crc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5026921Z [00:16:21.742]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-probe-b84d8017041f64a7/lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5095980Z [00:16:21.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-probe-b84d8017041f64a7/dep-lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5163870Z [00:16:21.756]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-probe-b84d8017041f64a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5231773Z [00:16:21.763]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-probe-b84d8017041f64a7/lib-openssl_probe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5299781Z [00:16:21.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/etcetera-faec811a229d7de6/lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5367986Z [00:16:21.777]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/etcetera-faec811a229d7de6/lib-etcetera.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5435573Z [00:16:21.783]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/etcetera-faec811a229d7de6/dep-lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5503235Z [00:16:21.790]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/etcetera-faec811a229d7de6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5571148Z [00:16:21.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-core-8cedd893fcd61367/lib-procfs_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5638779Z [00:16:21.804]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-core-8cedd893fcd61367/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5706499Z [00:16:21.810]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-core-8cedd893fcd61367/dep-lib-procfs_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5774212Z [00:16:21.817]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-core-8cedd893fcd61367/lib-procfs_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5843116Z [00:16:21.824]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-61c6306df470991b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5911542Z [00:16:21.831]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-61c6306df470991b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.5978508Z [00:16:21.838]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform-82e3085f44ad98f5/lib-icu_locid_transform' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6045465Z [00:16:21.844]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform-82e3085f44ad98f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6113540Z [00:16:21.851]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform-82e3085f44ad98f5/lib-icu_locid_transform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6180350Z [00:16:21.858]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform-82e3085f44ad98f5/dep-lib-icu_locid_transform' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6248131Z [00:16:21.865]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unsafe-libyaml-e7fe2421eeb86895/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6315060Z [00:16:21.871]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unsafe-libyaml-e7fe2421eeb86895/dep-lib-unsafe_libyaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6384192Z [00:16:21.878]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unsafe-libyaml-e7fe2421eeb86895/lib-unsafe_libyaml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6451418Z [00:16:21.885]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unsafe-libyaml-e7fe2421eeb86895/lib-unsafe_libyaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6519401Z [00:16:21.892]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/colorchoice-f7b0c4654c297647/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6587445Z [00:16:21.899]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/colorchoice-f7b0c4654c297647/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6654366Z [00:16:21.905]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/colorchoice-f7b0c4654c297647/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6722872Z [00:16:21.912]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/colorchoice-f7b0c4654c297647/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6790308Z [00:16:21.919]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zip-795a3b7fedc4de71/dep-lib-zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6857669Z [00:16:21.926]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zip-795a3b7fedc4de71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6925867Z [00:16:21.932]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zip-795a3b7fedc4de71/lib-zip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.6994192Z [00:16:21.939]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zip-795a3b7fedc4de71/lib-zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7061438Z [00:16:21.946]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/urlencoding-3308d9a5f08cfb5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7128434Z [00:16:21.953]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/urlencoding-3308d9a5f08cfb5e/dep-lib-urlencoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7196550Z [00:16:21.959]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/urlencoding-3308d9a5f08cfb5e/lib-urlencoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7262589Z [00:16:21.966]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/urlencoding-3308d9a5f08cfb5e/lib-urlencoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7329591Z [00:16:21.973]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scoped-tls-5489ef5caddc6b7d/lib-scoped_tls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7397517Z [00:16:21.980]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scoped-tls-5489ef5caddc6b7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7466575Z [00:16:21.986]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scoped-tls-5489ef5caddc6b7d/lib-scoped_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7535431Z [00:16:21.993]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scoped-tls-5489ef5caddc6b7d/dep-lib-scoped_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7605052Z [00:16:22.000]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-97c9d03a01c16b3e/lib-quick_xml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7673857Z [00:16:22.007]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-97c9d03a01c16b3e/dep-lib-quick_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7742250Z [00:16:22.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-97c9d03a01c16b3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7811379Z [00:16:22.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-97c9d03a01c16b3e/lib-quick_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7883469Z [00:16:22.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-sink-6b89de715644702d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.7952692Z [00:16:22.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-sink-6b89de715644702d/lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8021238Z [00:16:22.042]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-sink-6b89de715644702d/lib-futures_sink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8089675Z [00:16:22.049]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-sink-6b89de715644702d/dep-lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8157920Z [00:16:22.056]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/winnow-b2048235cbf0c0f1/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8226187Z [00:16:22.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/winnow-b2048235cbf0c0f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8294403Z [00:16:22.069]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/winnow-b2048235cbf0c0f1/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8363542Z [00:16:22.076]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/winnow-b2048235cbf0c0f1/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8433202Z [00:16:22.083]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-stdlib-4d49fa93d82cd053/lib-alloc_stdlib.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8502326Z [00:16:22.090]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-stdlib-4d49fa93d82cd053/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8570018Z [00:16:22.097]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-stdlib-4d49fa93d82cd053/lib-alloc_stdlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8639040Z [00:16:22.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-stdlib-4d49fa93d82cd053/dep-lib-alloc_stdlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8707259Z [00:16:22.110]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nuon-5716eaaf45d7876c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8774310Z [00:16:22.117]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nuon-5716eaaf45d7876c/lib-nuon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8843126Z [00:16:22.124]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nuon-5716eaaf45d7876c/dep-lib-nuon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8911506Z [00:16:22.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nuon-5716eaaf45d7876c/lib-nuon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.8979661Z [00:16:22.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-core-d22ae06eca562004/lib-csv_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9049616Z [00:16:22.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-core-d22ae06eca562004/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9118450Z [00:16:22.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-core-d22ae06eca562004/lib-csv_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9185410Z [00:16:22.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/csv-core-d22ae06eca562004/dep-lib-csv_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9253615Z [00:16:22.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/web-time-2006421450947d6d/lib-web_time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9321811Z [00:16:22.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/web-time-2006421450947d6d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9389018Z [00:16:22.179]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/web-time-2006421450947d6d/dep-lib-web_time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9456275Z [00:16:22.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/web-time-2006421450947d6d/lib-web_time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9525019Z [00:16:22.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filetime-2631b54affefe3a0/dep-lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9593599Z [00:16:22.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filetime-2631b54affefe3a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9660581Z [00:16:22.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filetime-2631b54affefe3a0/lib-filetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9729092Z [00:16:22.213]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/filetime-2631b54affefe3a0/lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9797465Z [00:16:22.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-2f41ceae2c32dc55/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9864748Z [00:16:22.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-2f41ceae2c32dc55/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:00.9932968Z [00:16:22.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-2f41ceae2c32dc55/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0000509Z [00:16:22.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-2f41ceae2c32dc55/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0069213Z [00:16:22.247]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-253dc85f57c343d6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0137108Z [00:16:22.254]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-253dc85f57c343d6/lib-hyper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0204606Z [00:16:22.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-253dc85f57c343d6/dep-lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0272173Z [00:16:22.267]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-253dc85f57c343d6/lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0341783Z [00:16:22.274]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-471af232274ed09e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0410399Z [00:16:22.281]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-compute-471af232274ed09e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0478844Z [00:16:22.288]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-20a02b4d7fc402da/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0545856Z [00:16:22.294]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-20a02b4d7fc402da/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0614137Z [00:16:22.301]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-773a88da4a9fe997/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0681993Z [00:16:22.308]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-773a88da4a9fe997/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0749646Z [00:16:22.315]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-773a88da4a9fe997/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0816507Z [00:16:22.321]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-773a88da4a9fe997/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0885614Z [00:16:22.328]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-09af666da43367bc/dep-lib-atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.0953783Z [00:16:22.335]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-09af666da43367bc/lib-atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1020518Z [00:16:22.342]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-09af666da43367bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1087239Z [00:16:22.349]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-09af666da43367bc/lib-atomic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1156788Z [00:16:22.355]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/raw-cpuid-315ecd3de6af70a2/lib-raw_cpuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1223957Z [00:16:22.362]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/raw-cpuid-315ecd3de6af70a2/dep-lib-raw_cpuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1291450Z [00:16:22.369]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/raw-cpuid-315ecd3de6af70a2/lib-raw_cpuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1359319Z [00:16:22.376]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/raw-cpuid-315ecd3de6af70a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1428488Z [00:16:22.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-5f215d6e5fe02549/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1496540Z [00:16:22.389]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-5f215d6e5fe02549/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1564947Z [00:16:22.396]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-row-caecdb598bffb879/dep-lib-polars_row' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1633783Z [00:16:22.403]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-row-caecdb598bffb879/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1701473Z [00:16:22.410]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-row-caecdb598bffb879/lib-polars_row.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1768295Z [00:16:22.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-row-caecdb598bffb879/lib-polars_row' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1837152Z [00:16:22.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-af222408e541baf1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1905484Z [00:16:22.430]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-af222408e541baf1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.1973281Z [00:16:22.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scopeguard-ed398d067c364df9/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2041715Z [00:16:22.444]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scopeguard-ed398d067c364df9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2110467Z [00:16:22.451]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scopeguard-ed398d067c364df9/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2178138Z [00:16:22.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scopeguard-ed398d067c364df9/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2246817Z [00:16:22.464]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-shared-3713f2c7bbbe97ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2314304Z [00:16:22.471]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-shared-3713f2c7bbbe97ce/lib-foreign_types_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2384509Z [00:16:22.478]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-shared-3713f2c7bbbe97ce/dep-lib-foreign_types_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2452203Z [00:16:22.485]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-shared-3713f2c7bbbe97ce/lib-foreign_types_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2521050Z [00:16:22.492]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tree_magic_mini-d31a187d41b3a325/dep-lib-tree_magic_mini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2589516Z [00:16:22.499]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tree_magic_mini-d31a187d41b3a325/lib-tree_magic_mini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2656956Z [00:16:22.505]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tree_magic_mini-d31a187d41b3a325/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2724935Z [00:16:22.512]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tree_magic_mini-d31a187d41b3a325/lib-tree_magic_mini.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2794589Z [00:16:22.519]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-9b61f9e6060f7cf1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2862431Z [00:16:22.526]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-9b61f9e6060f7cf1/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.2932219Z [00:16:22.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-9b61f9e6060f7cf1/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3001789Z [00:16:22.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-9b61f9e6060f7cf1/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3071031Z [00:16:22.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8parse-568fbb869ba40b86/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3138766Z [00:16:22.554]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8parse-568fbb869ba40b86/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3206260Z [00:16:22.560]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8parse-568fbb869ba40b86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3273494Z [00:16:22.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8parse-568fbb869ba40b86/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3341488Z [00:16:22.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/writeable-4c873d47d3162cdc/dep-lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3410011Z [00:16:22.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/writeable-4c873d47d3162cdc/lib-writeable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3477228Z [00:16:22.587]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/writeable-4c873d47d3162cdc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3545437Z [00:16:22.594]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/writeable-4c873d47d3162cdc/lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3614602Z [00:16:22.601]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-04cbc54183b6ddac/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3682818Z [00:16:22.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-04cbc54183b6ddac/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3751833Z [00:16:22.615]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-d05a1694e09532ae/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3819913Z [00:16:22.622]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-d05a1694e09532ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3888003Z [00:16:22.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-d05a1694e09532ae/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.3955219Z [00:16:22.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-d05a1694e09532ae/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4023193Z [00:16:22.642]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ratatui-be515f7a61d83ef7/dep-lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4089946Z [00:16:22.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ratatui-be515f7a61d83ef7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4158935Z [00:16:22.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ratatui-be515f7a61d83ef7/lib-ratatui.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4226922Z [00:16:22.662]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ratatui-be515f7a61d83ef7/lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4294065Z [00:16:22.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-runtime-646306dec52bb003/lib-aws_runtime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4361837Z [00:16:22.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-runtime-646306dec52bb003/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4430390Z [00:16:22.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-runtime-646306dec52bb003/dep-lib-aws_runtime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4498341Z [00:16:22.690]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-runtime-646306dec52bb003/lib-aws_runtime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4566766Z [00:16:22.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gjson-5c66bac0240344e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4633936Z [00:16:22.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gjson-5c66bac0240344e4/dep-lib-gjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4702319Z [00:16:22.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gjson-5c66bac0240344e4/lib-gjson.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4769495Z [00:16:22.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gjson-5c66bac0240344e4/lib-gjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4838349Z [00:16:22.724]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futf-8fc113b695d9bd90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4906172Z [00:16:22.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futf-8fc113b695d9bd90/dep-lib-futf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.4975439Z [00:16:22.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futf-8fc113b695d9bd90/lib-futf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5044850Z [00:16:22.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futf-8fc113b695d9bd90/lib-futf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5112960Z [00:16:22.751]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-762f687e13b482b5/lib-polars_lazy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5180441Z [00:16:22.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-762f687e13b482b5/lib-polars_lazy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5247443Z [00:16:22.765]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-762f687e13b482b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5314643Z [00:16:22.771]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-lazy-762f687e13b482b5/dep-lib-polars_lazy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5382514Z [00:16:22.778]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/git2-149e49445902c660/dep-lib-git2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5450008Z [00:16:22.785]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/git2-149e49445902c660/lib-git2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5518154Z [00:16:22.792]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/git2-149e49445902c660/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5585689Z [00:16:22.798]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/git2-149e49445902c660/lib-git2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5652968Z [00:16:22.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/iana-time-zone-9192423d2f0652a5/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5720016Z [00:16:22.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/iana-time-zone-9192423d2f0652a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5788737Z [00:16:22.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/iana-time-zone-9192423d2f0652a5/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5855631Z [00:16:22.825]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/iana-time-zone-9192423d2f0652a5/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5924658Z [00:16:22.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-59100df90c6ae24e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.5992432Z [00:16:22.839]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-59100df90c6ae24e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6060535Z [00:16:22.846]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quoted_printable-caec4a7695f4c78c/dep-lib-quoted_printable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6128154Z [00:16:22.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quoted_printable-caec4a7695f4c78c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6195269Z [00:16:22.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quoted_printable-caec4a7695f4c78c/lib-quoted_printable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6262925Z [00:16:22.866]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quoted_printable-caec4a7695f4c78c/lib-quoted_printable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6331378Z [00:16:22.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-d79a005048c457b7/dep-lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6398479Z [00:16:22.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-d79a005048c457b7/lib-base64.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6465382Z [00:16:22.886]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-d79a005048c457b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6533326Z [00:16:22.893]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-d79a005048c457b7/lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6601183Z [00:16:22.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/try-lock-9685603b79e055bc/dep-lib-try_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6668336Z [00:16:22.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/try-lock-9685603b79e055bc/lib-try_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6734995Z [00:16:22.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/try-lock-9685603b79e055bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6802607Z [00:16:22.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/try-lock-9685603b79e055bc/lib-try_lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6871214Z [00:16:22.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-wlr-dfc2a873ad886546/lib-wayland_protocols_wlr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.6939886Z [00:16:22.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-wlr-dfc2a873ad886546/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7007307Z [00:16:22.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-wlr-dfc2a873ad886546/lib-wayland_protocols_wlr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7076026Z [00:16:22.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-wlr-dfc2a873ad886546/dep-lib-wayland_protocols_wlr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7144957Z [00:16:22.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-util-6384ebfb10cd9285/lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7213630Z [00:16:22.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-util-6384ebfb10cd9285/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7282148Z [00:16:22.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-util-6384ebfb10cd9285/lib-futures_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7349990Z [00:16:22.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-util-6384ebfb10cd9285/dep-lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7419682Z [00:16:22.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteorder-213f235268f0a30c/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7489274Z [00:16:22.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteorder-213f235268f0a30c/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7557297Z [00:16:22.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteorder-213f235268f0a30c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7625001Z [00:16:23.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteorder-213f235268f0a30c/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7693563Z [00:16:23.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-b275ccb43337b7e5/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7760575Z [00:16:23.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-b275ccb43337b7e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7827471Z [00:16:23.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-b275ccb43337b7e5/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7895248Z [00:16:23.029]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-b275ccb43337b7e5/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.7963204Z [00:16:23.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-6e0ad0d1c826dd04/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8030064Z [00:16:23.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-6e0ad0d1c826dd04/lib-zstd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8098287Z [00:16:23.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-6e0ad0d1c826dd04/lib-zstd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8165300Z [00:16:23.056]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-6e0ad0d1c826dd04/dep-lib-zstd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8232850Z [00:16:23.063]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/heck-39daa5364b1ef8a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8300366Z [00:16:23.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/heck-39daa5364b1ef8a0/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8367504Z [00:16:23.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/heck-39daa5364b1ef8a0/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8435671Z [00:16:23.083]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/heck-39daa5364b1ef8a0/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8504267Z [00:16:23.090]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-ea31c9c628322cb2/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8571527Z [00:16:23.097]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-ea31c9c628322cb2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8639420Z [00:16:23.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-ea31c9c628322cb2/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8707083Z [00:16:23.110]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-ea31c9c628322cb2/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8776227Z [00:16:23.117]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ical-59626f7e3b824db5/lib-ical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8843092Z [00:16:23.124]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ical-59626f7e3b824db5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8910090Z [00:16:23.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ical-59626f7e3b824db5/lib-ical.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.8976948Z [00:16:23.137]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ical-59626f7e3b824db5/dep-lib-ical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9045141Z [00:16:23.144]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteyarn-6072912b705efe40/dep-lib-byteyarn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9112398Z [00:16:23.151]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteyarn-6072912b705efe40/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9181375Z [00:16:23.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteyarn-6072912b705efe40/lib-byteyarn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9249172Z [00:16:23.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/byteyarn-6072912b705efe40/lib-byteyarn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9317503Z [00:16:23.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf-8-ad42f944fb0a6f85/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9386568Z [00:16:23.178]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf-8-ad42f944fb0a6f85/dep-lib-utf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9454973Z [00:16:23.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf-8-ad42f944fb0a6f85/lib-utf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9522480Z [00:16:23.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf-8-ad42f944fb0a6f85/lib-utf8.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9591640Z [00:16:23.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cssparser-728ec8b265c7a066/lib-cssparser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9660390Z [00:16:23.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cssparser-728ec8b265c7a066/dep-lib-cssparser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9728801Z [00:16:23.213]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cssparser-728ec8b265c7a066/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9796969Z [00:16:23.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cssparser-728ec8b265c7a066/lib-cssparser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9864268Z [00:16:23.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mv-822d7fadab091c90/dep-lib-uu_mv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:01.9932545Z [00:16:23.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mv-822d7fadab091c90/lib-uu_mv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0000305Z [00:16:23.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mv-822d7fadab091c90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0067537Z [00:16:23.247]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mv-822d7fadab091c90/lib-uu_mv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0135888Z [00:16:23.253]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-system-35496a8031b0670a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0204323Z [00:16:23.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-system-35496a8031b0670a/dep-lib-nu_system' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0272042Z [00:16:23.267]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-system-35496a8031b0670a/lib-nu_system.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0339956Z [00:16:23.274]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-system-35496a8031b0670a/lib-nu_system' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0408127Z [00:16:23.281]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-proto-33f25c20f61ebb97/lib-ureq_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0476988Z [00:16:23.287]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-proto-33f25c20f61ebb97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0544678Z [00:16:23.294]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-proto-33f25c20f61ebb97/lib-ureq_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0613049Z [00:16:23.301]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-proto-33f25c20f61ebb97/dep-lib-ureq_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0681565Z [00:16:23.308]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/calamine-14bd018f768b9b84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0751568Z [00:16:23.315]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/calamine-14bd018f768b9b84/dep-lib-calamine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0820393Z [00:16:23.322]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/calamine-14bd018f768b9b84/lib-calamine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0888553Z [00:16:23.329]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/calamine-14bd018f768b9b84/lib-calamine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.0956952Z [00:16:23.335]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-ansi-term-49dc5e5e9d9ce7de/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1024486Z [00:16:23.342]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-ansi-term-49dc5e5e9d9ce7de/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1092402Z [00:16:23.349]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-ansi-term-49dc5e5e9d9ce7de/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1160465Z [00:16:23.356]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-ansi-term-49dc5e5e9d9ce7de/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1228172Z [00:16:23.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-18b3c80897d53652/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1295764Z [00:16:23.369]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-arrow-18b3c80897d53652/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1363804Z [00:16:23.376]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-33fcb76f70b81cec/dep-lib-oem_cp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1431301Z [00:16:23.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-33fcb76f70b81cec/lib-oem_cp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1499354Z [00:16:23.390]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-33fcb76f70b81cec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1566344Z [00:16:23.396]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-33fcb76f70b81cec/lib-oem_cp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1634121Z [00:16:23.403]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-c600bf0ab32e26a0/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1703471Z [00:16:23.410]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typenum-c600bf0ab32e26a0/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1771155Z [00:16:23.417]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ordered-multimap-f98a79969ed52c77/lib-ordered_multimap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1837584Z [00:16:23.424]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ordered-multimap-f98a79969ed52c77/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1906541Z [00:16:23.430]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ordered-multimap-f98a79969ed52c77/dep-lib-ordered_multimap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.1974451Z [00:16:23.437]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ordered-multimap-f98a79969ed52c77/lib-ordered_multimap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2042347Z [00:16:23.444]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/array-init-cursor-11a3fc5ee4833d65/lib-array_init_cursor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2111619Z [00:16:23.451]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/array-init-cursor-11a3fc5ee4833d65/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2178718Z [00:16:23.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/array-init-cursor-11a3fc5ee4833d65/lib-array_init_cursor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2245637Z [00:16:23.464]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/array-init-cursor-11a3fc5ee4833d65/dep-lib-array_init_cursor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2314008Z [00:16:23.471]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-24a1271a4834f62d/lib-hyper_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2381991Z [00:16:23.478]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-24a1271a4834f62d/dep-lib-hyper_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2448807Z [00:16:23.485]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-24a1271a4834f62d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2516325Z [00:16:23.491]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-24a1271a4834f62d/lib-hyper_rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2583764Z [00:16:23.498]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/textwrap-33b3f1826e1adf61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2650250Z [00:16:23.505]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/textwrap-33b3f1826e1adf61/dep-lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2718220Z [00:16:23.512]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/textwrap-33b3f1826e1adf61/lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2786989Z [00:16:23.518]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/textwrap-33b3f1826e1adf61/lib-textwrap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2854084Z [00:16:23.525]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-28658e2435cf7d87/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2920402Z [00:16:23.532]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-28658e2435cf7d87/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.2989625Z [00:16:23.539]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-28658e2435cf7d87/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3058908Z [00:16:23.546]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_chacha-28658e2435cf7d87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3126741Z [00:16:23.552]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-json-74202b9c98fa5f44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3194189Z [00:16:23.559]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-json-74202b9c98fa5f44/lib-simd_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3260705Z [00:16:23.566]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-json-74202b9c98fa5f44/dep-lib-simd_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3328084Z [00:16:23.573]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-json-74202b9c98fa5f44/lib-simd_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3395895Z [00:16:23.579]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_debug-6a069819be2fd5de/dep-lib-is_debug' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3462556Z [00:16:23.586]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_debug-6a069819be2fd5de/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3529697Z [00:16:23.593]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_debug-6a069819be2fd5de/lib-is_debug' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3597167Z [00:16:23.599]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_debug-6a069819be2fd5de/lib-is_debug.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3665786Z [00:16:23.606]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform_data-70b7f28036c24602/lib-icu_locid_transform_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3734904Z [00:16:23.613]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform_data-70b7f28036c24602/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3802650Z [00:16:23.620]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform_data-70b7f28036c24602/dep-lib-icu_locid_transform_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3871056Z [00:16:23.627]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_locid_transform_data-70b7f28036c24602/lib-icu_locid_transform_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.3943604Z [00:16:23.634]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicase-584e7c140fb9da42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4013837Z [00:16:23.641]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicase-584e7c140fb9da42/lib-unicase' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4082087Z [00:16:23.648]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicase-584e7c140fb9da42/dep-lib-unicase' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4149556Z [00:16:23.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicase-584e7c140fb9da42/lib-unicase.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4217941Z [00:16:23.662]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/concurrent-queue-c1ff578697c99a66/lib-concurrent_queue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4285592Z [00:16:23.668]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/concurrent-queue-c1ff578697c99a66/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4354123Z [00:16:23.675]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/concurrent-queue-c1ff578697c99a66/lib-concurrent_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4421628Z [00:16:23.682]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/concurrent-queue-c1ff578697c99a66/dep-lib-concurrent_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4489700Z [00:16:23.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansi-str-8f1cdc543a6aa459/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4557440Z [00:16:23.695]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansi-str-8f1cdc543a6aa459/lib-ansi_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4625048Z [00:16:23.702]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansi-str-8f1cdc543a6aa459/lib-ansi_str.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4693651Z [00:16:23.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansi-str-8f1cdc543a6aa459/dep-lib-ansi_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4761778Z [00:16:23.716]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/update-informer-9ce5290ded720113/dep-lib-update_informer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4829399Z [00:16:23.723]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/update-informer-9ce5290ded720113/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4896886Z [00:16:23.729]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/update-informer-9ce5290ded720113/lib-update_informer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.4964850Z [00:16:23.736]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/update-informer-9ce5290ded720113/lib-update_informer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5037086Z [00:16:23.743]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-963d1a32d191db90/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5106877Z [00:16:23.750]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-963d1a32d191db90/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5174873Z [00:16:23.757]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-channel-0af6c03886683bf7/dep-lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5243266Z [00:16:23.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-channel-0af6c03886683bf7/lib-futures_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5310272Z [00:16:23.771]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-channel-0af6c03886683bf7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5378041Z [00:16:23.778]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-channel-0af6c03886683bf7/lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5446666Z [00:16:23.784]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fastrand-7f5a6b006db81192/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5514128Z [00:16:23.791]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fastrand-7f5a6b006db81192/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5582128Z [00:16:23.798]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fastrand-7f5a6b006db81192/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5649599Z [00:16:23.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fastrand-7f5a6b006db81192/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5717365Z [00:16:23.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossterm-449307aca3cc3515/lib-crossterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5785342Z [00:16:23.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossterm-449307aca3cc3515/lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5852764Z [00:16:23.825]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossterm-449307aca3cc3515/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5919799Z [00:16:23.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossterm-449307aca3cc3515/dep-lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.5987615Z [00:16:23.839]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-316bd0d323cd9bcb/dep-lib-rmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6055105Z [00:16:23.845]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-316bd0d323cd9bcb/lib-rmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6123069Z [00:16:23.852]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-316bd0d323cd9bcb/lib-rmp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6192196Z [00:16:23.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-316bd0d323cd9bcb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6261515Z [00:16:23.866]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tempfile-0615a44123b88423/dep-lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6328385Z [00:16:23.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tempfile-0615a44123b88423/lib-tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6395995Z [00:16:23.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tempfile-0615a44123b88423/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6463775Z [00:16:23.886]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tempfile-0615a44123b88423/lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6531859Z [00:16:23.893]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-9278b7e80da04325/lib-openssl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6599008Z [00:16:23.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-9278b7e80da04325/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6665457Z [00:16:23.906]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-9278b7e80da04325/dep-lib-openssl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6735055Z [00:16:23.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-9278b7e80da04325/lib-openssl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6803064Z [00:16:23.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-5d28bf5d661ec6e8/lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6871040Z [00:16:23.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-5d28bf5d661ec6e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.6936916Z [00:16:23.933]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-5d28bf5d661ec6e8/lib-semver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7004347Z [00:16:23.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-5d28bf5d661ec6e8/dep-lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7072984Z [00:16:23.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simdutf8-aa4ae3360dc91e0a/lib-simdutf8.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7139950Z [00:16:23.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simdutf8-aa4ae3360dc91e0a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7206698Z [00:16:23.960]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simdutf8-aa4ae3360dc91e0a/lib-simdutf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7273561Z [00:16:23.967]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simdutf8-aa4ae3360dc91e0a/dep-lib-simdutf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7341733Z [00:16:23.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-platform-verifier-f7fc884ead5c23b9/lib-rustls_platform_verifier.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7408459Z [00:16:23.981]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-platform-verifier-f7fc884ead5c23b9/dep-lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7474893Z [00:16:23.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-platform-verifier-f7fc884ead5c23b9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7541706Z [00:16:23.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-platform-verifier-f7fc884ead5c23b9/lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7608569Z [00:16:24.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lockfree-object-pool-1b2777295187b308/lib-lockfree_object_pool' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7676338Z [00:16:24.007]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lockfree-object-pool-1b2777295187b308/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7742571Z [00:16:24.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lockfree-object-pool-1b2777295187b308/dep-lib-lockfree_object_pool' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7808325Z [00:16:24.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lockfree-object-pool-1b2777295187b308/lib-lockfree_object_pool.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7876787Z [00:16:24.027]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fancy-regex-88f1a790cbc05e6c/dep-lib-fancy_regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.7943710Z [00:16:24.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fancy-regex-88f1a790cbc05e6c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8010993Z [00:16:24.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fancy-regex-88f1a790cbc05e6c/lib-fancy_regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8078643Z [00:16:24.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fancy-regex-88f1a790cbc05e6c/lib-fancy_regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8147211Z [00:16:24.055]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/buf-trait-3efefd71a7d20c87/lib-buf_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8216119Z [00:16:24.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/buf-trait-3efefd71a7d20c87/lib-buf_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8283505Z [00:16:24.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/buf-trait-3efefd71a7d20c87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8352038Z [00:16:24.075]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/buf-trait-3efefd71a7d20c87/dep-lib-buf_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8418326Z [00:16:24.082]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chumsky-ffb476bdbb48e2cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8485502Z [00:16:24.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chumsky-ffb476bdbb48e2cb/lib-chumsky' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8553846Z [00:16:24.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chumsky-ffb476bdbb48e2cb/dep-lib-chumsky' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8620211Z [00:16:24.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chumsky-ffb476bdbb48e2cb/lib-chumsky.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8687364Z [00:16:24.108]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-484da10f532052ff/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8753668Z [00:16:24.115]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-484da10f532052ff/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8821635Z [00:16:24.122]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-fe370e6af450f02c/lib-native_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8888525Z [00:16:24.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-fe370e6af450f02c/dep-lib-native_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.8954615Z [00:16:24.135]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-fe370e6af450f02c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9020941Z [00:16:24.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/native-tls-fe370e6af450f02c/lib-native_tls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9089923Z [00:16:24.149]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-40006865a44fcce4/lib-quick_xml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9158800Z [00:16:24.156]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-40006865a44fcce4/dep-lib-quick_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9225594Z [00:16:24.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-40006865a44fcce4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9292745Z [00:16:24.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-xml-40006865a44fcce4/lib-quick_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9361120Z [00:16:24.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-1a3477fef977f17d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9428810Z [00:16:24.183]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-1a3477fef977f17d/lib-inotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9495140Z [00:16:24.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-1a3477fef977f17d/lib-inotify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9562249Z [00:16:24.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inotify-1a3477fef977f17d/dep-lib-inotify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9629929Z [00:16:24.203]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-linebreak-c6d7dada63398a32/lib-unicode_linebreak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9698308Z [00:16:24.210]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-linebreak-c6d7dada63398a32/lib-unicode_linebreak.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9766675Z [00:16:24.216]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-linebreak-c6d7dada63398a32/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9834525Z [00:16:24.223]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-linebreak-c6d7dada63398a32/dep-lib-unicode_linebreak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9903027Z [00:16:24.230]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/eml-parser-89f7d0a0510ce87d/lib-eml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:02.9971585Z [00:16:24.237]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/eml-parser-89f7d0a0510ce87d/dep-lib-eml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0038228Z [00:16:24.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/eml-parser-89f7d0a0510ce87d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0106416Z [00:16:24.250]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/eml-parser-89f7d0a0510ce87d/lib-eml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0174395Z [00:16:24.257]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libloading-87d990afb85c0f01/lib-libloading.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0241567Z [00:16:24.264]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libloading-87d990afb85c0f01/lib-libloading' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0308722Z [00:16:24.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libloading-87d990afb85c0f01/dep-lib-libloading' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0377184Z [00:16:24.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libloading-87d990afb85c0f01/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0446006Z [00:16:24.284]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-a64930d4b1418eda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0513477Z [00:16:24.291]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-a64930d4b1418eda/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0580577Z [00:16:24.298]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-a64930d4b1418eda/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0647600Z [00:16:24.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bitflags-a64930d4b1418eda/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0715901Z [00:16:24.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-062cd9ce57d02d35/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0783369Z [00:16:24.318]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-062cd9ce57d02d35/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0849742Z [00:16:24.325]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-c7fdf84d32f534ce/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0916821Z [00:16:24.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-c7fdf84d32f534ce/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.0984125Z [00:16:24.338]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miette-df4921012340ce3f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1050564Z [00:16:24.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miette-df4921012340ce3f/lib-miette.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1117334Z [00:16:24.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miette-df4921012340ce3f/lib-miette' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1184116Z [00:16:24.358]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miette-df4921012340ce3f/dep-lib-miette' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1252152Z [00:16:24.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-338e0ca149b82eb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1318781Z [00:16:24.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-338e0ca149b82eb8/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1387069Z [00:16:24.378]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-338e0ca149b82eb8/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1453987Z [00:16:24.385]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-338e0ca149b82eb8/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1521439Z [00:16:24.392]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-21ca98e97bcb8077/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1588874Z [00:16:24.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-21ca98e97bcb8077/lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1656199Z [00:16:24.405]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-21ca98e97bcb8077/dep-lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1724073Z [00:16:24.412]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-21ca98e97bcb8077/lib-webpki.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1792889Z [00:16:24.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typetag-00437eceaa3f1103/dep-lib-typetag' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1860167Z [00:16:24.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typetag-00437eceaa3f1103/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1926870Z [00:16:24.432]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typetag-00437eceaa3f1103/lib-typetag' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.1994866Z [00:16:24.439]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typetag-00437eceaa3f1103/lib-typetag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2063366Z [00:16:24.446]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/comfy-table-21187869a289ff9c/lib-comfy_table.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2129275Z [00:16:24.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/comfy-table-21187869a289ff9c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2196033Z [00:16:24.459]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/comfy-table-21187869a289ff9c/dep-lib-comfy_table' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2263522Z [00:16:24.466]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/comfy-table-21187869a289ff9c/lib-comfy_table' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2331296Z [00:16:24.473]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-fad9dc2e95b3abb4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2398580Z [00:16:24.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-fad9dc2e95b3abb4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2466269Z [00:16:24.486]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-77e9364e9ea1a29c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2534513Z [00:16:24.493]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/semver-77e9364e9ea1a29c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2601512Z [00:16:24.500]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ctrlc-4526ad91c8aa25dc/dep-lib-ctrlc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2667682Z [00:16:24.507]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ctrlc-4526ad91c8aa25dc/lib-ctrlc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2735121Z [00:16:24.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ctrlc-4526ad91c8aa25dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2802978Z [00:16:24.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ctrlc-4526ad91c8aa25dc/lib-ctrlc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2871069Z [00:16:24.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e/output-lib-nu_plugin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.2937409Z [00:16:24.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e/dep-lib-nu_plugin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3004867Z [00:16:24.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e/lib-nu_plugin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3072957Z [00:16:24.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e/lib-nu_plugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3140445Z [00:16:24.554]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-f9c9a17f9fd71d3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3208491Z [00:16:24.561]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-45ed27ad166fbf2d/dep-lib-nu_plugin_gstat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3276075Z [00:16:24.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-45ed27ad166fbf2d/lib-nu_plugin_gstat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3344568Z [00:16:24.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-45ed27ad166fbf2d/lib-nu_plugin_gstat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3413003Z [00:16:24.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-45ed27ad166fbf2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3480945Z [00:16:24.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socks-bd30d3deaf150bac/lib-socks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3549445Z [00:16:24.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socks-bd30d3deaf150bac/lib-socks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3615904Z [00:16:24.601]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socks-bd30d3deaf150bac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3682661Z [00:16:24.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socks-bd30d3deaf150bac/dep-lib-socks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3750283Z [00:16:24.615]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_lex-8cd73176af5b80ca/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3816014Z [00:16:24.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_lex-8cd73176af5b80ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3883009Z [00:16:24.628]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_lex-8cd73176af5b80ca/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.3950724Z [00:16:24.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_lex-8cd73176af5b80ca/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4017518Z [00:16:24.642]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-api-79799e2de1eb4b1f/lib-aws_smithy_runtime_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4084343Z [00:16:24.648]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-api-79799e2de1eb4b1f/lib-aws_smithy_runtime_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4152206Z [00:16:24.655]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-api-79799e2de1eb4b1f/dep-lib-aws_smithy_runtime_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4219143Z [00:16:24.662]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-api-79799e2de1eb4b1f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4285947Z [00:16:24.668]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-http-f2906d3b0014fa24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4353665Z [00:16:24.675]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-http-f2906d3b0014fa24/lib-aws_smithy_http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4421747Z [00:16:24.682]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-http-f2906d3b0014fa24/dep-lib-aws_smithy_http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4489131Z [00:16:24.689]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-http-f2906d3b0014fa24/lib-aws_smithy_http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4555644Z [00:16:24.695]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-309407e9df5b3f91/bin-nu_plugin_formats.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4623946Z [00:16:24.702]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-309407e9df5b3f91/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4691373Z [00:16:24.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-309407e9df5b3f91/bin-nu_plugin_formats' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4758967Z [00:16:24.716]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_formats-309407e9df5b3f91/dep-bin-nu_plugin_formats' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4827019Z [00:16:24.722]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-f6ecab73b5dbffa2/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4894963Z [00:16:24.729]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-f6ecab73b5dbffa2/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.4962612Z [00:16:24.736]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-f6ecab73b5dbffa2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5030374Z [00:16:24.743]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linux-raw-sys-f6ecab73b5dbffa2/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5098501Z [00:16:24.750]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_touch-e91a4578a4f99fb2/lib-uu_touch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5164462Z [00:16:24.756]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_touch-e91a4578a4f99fb2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5231566Z [00:16:24.763]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_touch-e91a4578a4f99fb2/lib-uu_touch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5298294Z [00:16:24.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_touch-e91a4578a4f99fb2/dep-lib-uu_touch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5365401Z [00:16:24.776]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-e3203c675d8f1316/dep-lib-ureq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5433138Z [00:16:24.783]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-e3203c675d8f1316/lib-ureq.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5500263Z [00:16:24.790]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-e3203c675d8f1316/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5566779Z [00:16:24.796]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ureq-e3203c675d8f1316/lib-ureq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5633704Z [00:16:24.803]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-bce8de879eef3143/dep-lib-dtoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5701819Z [00:16:24.810]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-bce8de879eef3143/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5768295Z [00:16:24.817]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-bce8de879eef3143/lib-dtoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5835164Z [00:16:24.823]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-bce8de879eef3143/lib-dtoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5902002Z [00:16:24.830]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/charset-27a26a61f2b0dd6c/dep-lib-charset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.5968725Z [00:16:24.837]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/charset-27a26a61f2b0dd6c/lib-charset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6035236Z [00:16:24.843]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/charset-27a26a61f2b0dd6c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6102196Z [00:16:24.850]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/charset-27a26a61f2b0dd6c/lib-charset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6170515Z [00:16:24.857]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-color-config-c005101a1fe2b3e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6237053Z [00:16:24.863]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-color-config-c005101a1fe2b3e9/dep-lib-nu_color_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6304936Z [00:16:24.870]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-color-config-c005101a1fe2b3e9/lib-nu_color_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6372640Z [00:16:24.877]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-color-config-c005101a1fe2b3e9/lib-nu_color_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6439874Z [00:16:24.884]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rusqlite-e0c37c62d5df9c16/lib-rusqlite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6507581Z [00:16:24.891]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rusqlite-e0c37c62d5df9c16/lib-rusqlite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6576088Z [00:16:24.897]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rusqlite-e0c37c62d5df9c16/dep-lib-rusqlite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6643317Z [00:16:24.904]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rusqlite-e0c37c62d5df9c16/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6712255Z [00:16:24.911]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-vec-2ad1ea07e42ae05a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6779587Z [00:16:24.918]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-vec-2ad1ea07e42ae05a/dep-lib-bit_vec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6847034Z [00:16:24.924]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-vec-2ad1ea07e42ae05a/lib-bit_vec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6915198Z [00:16:24.931]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-vec-2ad1ea07e42ae05a/lib-bit_vec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.6983929Z [00:16:24.938]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-deque-01656f2aca168da2/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7051349Z [00:16:24.945]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-deque-01656f2aca168da2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7118984Z [00:16:24.952]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-deque-01656f2aca168da2/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7186172Z [00:16:24.958]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-deque-01656f2aca168da2/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7253757Z [00:16:24.965]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const-random-ae40a1e5c3e36fd0/dep-lib-const_random' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7321559Z [00:16:24.972]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const-random-ae40a1e5c3e36fd0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7389367Z [00:16:24.979]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const-random-ae40a1e5c3e36fd0/lib-const_random' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7456274Z [00:16:24.985]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const-random-ae40a1e5c3e36fd0/lib-const_random.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7524996Z [00:16:24.992]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hmac-d9a7d3bee6f07edb/dep-lib-hmac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7592881Z [00:16:24.999]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hmac-d9a7d3bee6f07edb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7660285Z [00:16:25.006]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hmac-d9a7d3bee6f07edb/lib-hmac.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7729440Z [00:16:25.013]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hmac-d9a7d3bee6f07edb/lib-hmac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7796955Z [00:16:25.019]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/encoding_rs-59df10a4b642aa56/lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7865075Z [00:16:25.026]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/encoding_rs-59df10a4b642aa56/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.7933400Z [00:16:25.033]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/encoding_rs-59df10a4b642aa56/lib-encoding_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8004010Z [00:16:25.040]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/encoding_rs-59df10a4b642aa56/dep-lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8072095Z [00:16:25.047]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xmlparser-8eb5d729515c0c25/lib-xmlparser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8140251Z [00:16:25.054]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xmlparser-8eb5d729515c0c25/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8208707Z [00:16:25.061]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xmlparser-8eb5d729515c0c25/dep-lib-xmlparser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8276597Z [00:16:25.067]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xmlparser-8eb5d729515c0c25/lib-xmlparser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8345026Z [00:16:25.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pki-types-2f6f41be2f82d2fd/dep-lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8412665Z [00:16:25.081]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pki-types-2f6f41be2f82d2fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8480515Z [00:16:25.088]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pki-types-2f6f41be2f82d2fd/lib-rustls_pki_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8547341Z [00:16:25.095]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pki-types-2f6f41be2f82d2fd/lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8614949Z [00:16:25.101]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/static_assertions-1b2d2f41c3a1ffe7/lib-static_assertions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8683477Z [00:16:25.108]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/static_assertions-1b2d2f41c3a1ffe7/dep-lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8751177Z [00:16:25.115]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/static_assertions-1b2d2f41c3a1ffe7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8818733Z [00:16:25.122]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/static_assertions-1b2d2f41c3a1ffe7/lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8886567Z [00:16:25.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-487393c4957d7165/bin-nu_plugin_inc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.8954861Z [00:16:25.135]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-487393c4957d7165/bin-nu_plugin_inc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9022243Z [00:16:25.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-487393c4957d7165/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9089195Z [00:16:25.149]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-487393c4957d7165/dep-bin-nu_plugin_inc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9158107Z [00:16:25.156]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-ddf0882e5a98c5cd/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9225452Z [00:16:25.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-ddf0882e5a98c5cd/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9293495Z [00:16:25.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-2d5d52d3b6984b16/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9361802Z [00:16:25.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-2d5d52d3b6984b16/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9429527Z [00:16:25.183]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lru-ed594286eef72bae/dep-lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9496706Z [00:16:25.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lru-ed594286eef72bae/lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9565642Z [00:16:25.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lru-ed594286eef72bae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9633162Z [00:16:25.203]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lru-ed594286eef72bae/lib-lru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9700747Z [00:16:25.210]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/umask-8a8bba2028d1d7a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9769509Z [00:16:25.217]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/umask-8a8bba2028d1d7a2/lib-umask' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9838256Z [00:16:25.224]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/umask-8a8bba2028d1d7a2/dep-lib-umask' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9904374Z [00:16:25.230]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/umask-8a8bba2028d1d7a2/lib-umask.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:03.9971879Z [00:16:25.237]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-931eb4d2a2e11f41/lib-futures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0040001Z [00:16:25.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-931eb4d2a2e11f41/dep-lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0106289Z [00:16:25.250]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-931eb4d2a2e11f41/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0174296Z [00:16:25.257]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-931eb4d2a2e11f41/lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0243003Z [00:16:25.264]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-glob-f2cb9cf61a83330f/lib-nu_glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0310340Z [00:16:25.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-glob-f2cb9cf61a83330f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0378597Z [00:16:25.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-glob-f2cb9cf61a83330f/lib-nu_glob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0445797Z [00:16:25.284]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-glob-f2cb9cf61a83330f/dep-lib-nu_glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0514623Z [00:16:25.291]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-unicode-133fbb5973e6c6a2/dep-lib-supports_unicode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0582656Z [00:16:25.298]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-unicode-133fbb5973e6c6a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0650689Z [00:16:25.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-unicode-133fbb5973e6c6a2/lib-supports_unicode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0718815Z [00:16:25.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-unicode-133fbb5973e6c6a2/lib-supports_unicode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0786895Z [00:16:25.318]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dialoguer-d829bf0685d4c1d7/lib-dialoguer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0854407Z [00:16:25.325]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dialoguer-d829bf0685d4c1d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0922284Z [00:16:25.332]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dialoguer-d829bf0685d4c1d7/dep-lib-dialoguer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.0989594Z [00:16:25.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dialoguer-d829bf0685d4c1d7/lib-dialoguer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1056702Z [00:16:25.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_distr-b1829190e6def08f/lib-rand_distr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1125305Z [00:16:25.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_distr-b1829190e6def08f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1194031Z [00:16:25.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_distr-b1829190e6def08f/lib-rand_distr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1260396Z [00:16:25.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_distr-b1829190e6def08f/dep-lib-rand_distr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1328429Z [00:16:25.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bracoxide-ae75182377f381b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1395397Z [00:16:25.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bracoxide-ae75182377f381b6/lib-bracoxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1463873Z [00:16:25.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bracoxide-ae75182377f381b6/lib-bracoxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1531493Z [00:16:25.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bracoxide-ae75182377f381b6/dep-lib-bracoxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1598226Z [00:16:25.400]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-xpath-5b821ef1e7897d69/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1665604Z [00:16:25.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-xpath-5b821ef1e7897d69/dep-lib-sxd_xpath' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1733717Z [00:16:25.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-xpath-5b821ef1e7897d69/lib-sxd_xpath' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1801855Z [00:16:25.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-xpath-5b821ef1e7897d69/lib-sxd_xpath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1870449Z [00:16:25.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-time-c319a6bbc46d25ff/dep-lib-polars_time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.1937018Z [00:16:25.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-time-c319a6bbc46d25ff/lib-polars_time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2004984Z [00:16:25.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-time-c319a6bbc46d25ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2073537Z [00:16:25.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-time-c319a6bbc46d25ff/lib-polars_time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2141903Z [00:16:25.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-35140cb96afa1296/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2208634Z [00:16:25.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-35140cb96afa1296/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2275141Z [00:16:25.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-db7e07194dd82ec1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2344360Z [00:16:25.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-db7e07194dd82ec1/lib-slotmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2413342Z [00:16:25.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-db7e07194dd82ec1/lib-slotmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2482143Z [00:16:25.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-db7e07194dd82ec1/dep-lib-slotmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2550247Z [00:16:25.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-9fd12e384a0b1c64/lib-webpki_root_certs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2617587Z [00:16:25.502]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-9fd12e384a0b1c64/lib-webpki_root_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2684871Z [00:16:25.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-9fd12e384a0b1c64/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2752768Z [00:16:25.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-root-certs-9fd12e384a0b1c64/dep-lib-webpki_root_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2821165Z [00:16:25.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-4f672c5858857966/bin-nu_plugin_polars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2889622Z [00:16:25.529]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-4f672c5858857966/bin-nu_plugin_polars.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.2957062Z [00:16:25.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-4f672c5858857966/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3025765Z [00:16:25.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-4f672c5858857966/dep-bin-nu_plugin_polars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3093962Z [00:16:25.549]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strength_reduce-a01e3c129344d33a/lib-strength_reduce.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3162457Z [00:16:25.556]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strength_reduce-a01e3c129344d33a/lib-strength_reduce' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3230201Z [00:16:25.563]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strength_reduce-a01e3c129344d33a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3296975Z [00:16:25.569]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strength_reduce-a01e3c129344d33a/dep-lib-strength_reduce' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3364953Z [00:16:25.576]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ppv-lite86-6e49459e122b9eb6/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3432475Z [00:16:25.583]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ppv-lite86-6e49459e122b9eb6/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3499870Z [00:16:25.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ppv-lite86-6e49459e122b9eb6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3568399Z [00:16:25.597]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ppv-lite86-6e49459e122b9eb6/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3636097Z [00:16:25.603]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-integer-25bf9e2f94470652/lib-num_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3703765Z [00:16:25.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-integer-25bf9e2f94470652/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3771761Z [00:16:25.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-integer-25bf9e2f94470652/lib-num_integer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3838737Z [00:16:25.624]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-integer-25bf9e2f94470652/dep-lib-num_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3906537Z [00:16:25.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-debouncer-full-b8dcf4a9044e0bbd/lib-notify_debouncer_full.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.3974011Z [00:16:25.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-debouncer-full-b8dcf4a9044e0bbd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4042855Z [00:16:25.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-debouncer-full-b8dcf4a9044e0bbd/dep-lib-notify_debouncer_full' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4110032Z [00:16:25.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-debouncer-full-b8dcf4a9044e0bbd/lib-notify_debouncer_full' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4177991Z [00:16:25.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/either-24032c2e85e4715f/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4245032Z [00:16:25.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/either-24032c2e85e4715f/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4312422Z [00:16:25.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/either-24032c2e85e4715f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4381565Z [00:16:25.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/either-24032c2e85e4715f/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4448955Z [00:16:25.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-expr-79fd8268180f5909/lib-polars_expr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4515683Z [00:16:25.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-expr-79fd8268180f5909/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4583156Z [00:16:25.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-expr-79fd8268180f5909/lib-polars_expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4649513Z [00:16:25.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-expr-79fd8268180f5909/dep-lib-polars_expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4717637Z [00:16:25.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-0dc1baa09712230a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4785197Z [00:16:25.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-0dc1baa09712230a/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4853094Z [00:16:25.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-0dc1baa09712230a/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4920902Z [00:16:25.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-0dc1baa09712230a/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.4987621Z [00:16:25.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-d162ccd45dd10ef8/dep-lib-zstd_safe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5056649Z [00:16:25.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-d162ccd45dd10ef8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5123271Z [00:16:25.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-d162ccd45dd10ef8/lib-zstd_safe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5190181Z [00:16:25.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-d162ccd45dd10ef8/lib-zstd_safe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5258512Z [00:16:25.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sigv4-7e06e9bf916ce73e/lib-aws_sigv4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5324798Z [00:16:25.772]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sigv4-7e06e9bf916ce73e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5392353Z [00:16:25.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sigv4-7e06e9bf916ce73e/dep-lib-aws_sigv4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5459651Z [00:16:25.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sigv4-7e06e9bf916ce73e/lib-aws_sigv4.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5527326Z [00:16:25.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-98ea475480734012/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5594283Z [00:16:25.799]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-98ea475480734012/dep-lib-polars_ops' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5660986Z [00:16:25.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-98ea475480734012/lib-polars_ops' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5728237Z [00:16:25.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-98ea475480734012/lib-polars_ops.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5794870Z [00:16:25.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object-ea92a5313933f785/dep-lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5862519Z [00:16:25.826]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object-ea92a5313933f785/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5930133Z [00:16:25.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object-ea92a5313933f785/lib-object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.5998234Z [00:16:25.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object-ea92a5313933f785/lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6066941Z [00:16:25.846]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-78f4e0fed0db6eb2/lib-wayland_protocols.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6133901Z [00:16:25.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-78f4e0fed0db6eb2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6201437Z [00:16:25.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-78f4e0fed0db6eb2/lib-wayland_protocols' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6268638Z [00:16:25.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-protocols-78f4e0fed0db6eb2/dep-lib-wayland_protocols' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6336954Z [00:16:25.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-faeeb731f5075b6b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6404860Z [00:16:25.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-safe-faeeb731f5075b6b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6472565Z [00:16:25.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-5944240f1f5c4d5a/dep-lib-polars_schema' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6540143Z [00:16:25.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-5944240f1f5c4d5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6606788Z [00:16:25.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-5944240f1f5c4d5a/lib-polars_schema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6674681Z [00:16:25.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-5944240f1f5c4d5a/lib-polars_schema' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6743209Z [00:16:25.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linked-hash-map-ba93eb3849ac5f61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6810362Z [00:16:25.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linked-hash-map-ba93eb3849ac5f61/lib-linked_hash_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6878803Z [00:16:25.928]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linked-hash-map-ba93eb3849ac5f61/lib-linked_hash_map.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.6946906Z [00:16:25.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/linked-hash-map-ba93eb3849ac5f61/dep-lib-linked_hash_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7015361Z [00:16:25.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-8614b45a9c2fcdd5/lib-nu_plugin_inc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7082623Z [00:16:25.948]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-8614b45a9c2fcdd5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7150922Z [00:16:25.955]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-8614b45a9c2fcdd5/lib-nu_plugin_inc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7217347Z [00:16:25.962]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_inc-8614b45a9c2fcdd5/dep-lib-nu_plugin_inc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7285033Z [00:16:25.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_urlencoded-885a85f20e1eae20/dep-lib-serde_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7352283Z [00:16:25.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_urlencoded-885a85f20e1eae20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7420358Z [00:16:25.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_urlencoded-885a85f20e1eae20/lib-serde_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7488775Z [00:16:25.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_urlencoded-885a85f20e1eae20/lib-serde_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7556673Z [00:16:25.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpage-ad260becb0ba8aef/dep-lib-webpage' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7624648Z [00:16:26.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpage-ad260becb0ba8aef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7692654Z [00:16:26.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpage-ad260becb0ba8aef/lib-webpage' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7759797Z [00:16:26.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpage-ad260becb0ba8aef/lib-webpage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7828012Z [00:16:26.023]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tinystr-8e6656b30ef14f38/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7894859Z [00:16:26.029]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tinystr-8e6656b30ef14f38/dep-lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.7963713Z [00:16:26.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tinystr-8e6656b30ef14f38/lib-tinystr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8031976Z [00:16:26.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tinystr-8e6656b30ef14f38/lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8101230Z [00:16:26.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/want-79e630c432dd6eb8/dep-lib-want' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8168500Z [00:16:26.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/want-79e630c432dd6eb8/lib-want.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8236775Z [00:16:26.063]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/want-79e630c432dd6eb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8305242Z [00:16:26.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/want-79e630c432dd6eb8/lib-want' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8374773Z [00:16:26.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-dad37a76c59137e7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8441985Z [00:16:26.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-schema-dad37a76c59137e7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8509441Z [00:16:26.091]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/codepage-798438fea7d12e7f/lib-codepage.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8576973Z [00:16:26.097]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/codepage-798438fea7d12e7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8643772Z [00:16:26.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/codepage-798438fea7d12e7f/lib-codepage' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8710732Z [00:16:26.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/codepage-798438fea7d12e7f/dep-lib-codepage' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8777004Z [00:16:26.117]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer_data-aa41eb36e0d88854/lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8844289Z [00:16:26.124]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer_data-aa41eb36e0d88854/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8913221Z [00:16:26.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer_data-aa41eb36e0d88854/lib-icu_normalizer_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.8982576Z [00:16:26.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer_data-aa41eb36e0d88854/dep-lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9051625Z [00:16:26.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-f522da5546e55724/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9119511Z [00:16:26.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-f522da5546e55724/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9186087Z [00:16:26.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-54256da8d29a02c9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9252799Z [00:16:26.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-54256da8d29a02c9/dep-lib-polars_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9319813Z [00:16:26.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-54256da8d29a02c9/lib-polars_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9388741Z [00:16:26.179]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-stream-54256da8d29a02c9/lib-polars_stream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9456531Z [00:16:26.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansitok-009e16c03ddc16b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9524126Z [00:16:26.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansitok-009e16c03ddc16b3/dep-lib-ansitok' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9592417Z [00:16:26.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansitok-009e16c03ddc16b3/lib-ansitok' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9659841Z [00:16:26.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ansitok-009e16c03ddc16b3/lib-ansitok.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9728381Z [00:16:26.213]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-d6219be04eb0f8d1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9795916Z [00:16:26.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-d6219be04eb0f8d1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9865035Z [00:16:26.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-strategy-5486cfbd0cb45f91/lib-event_listener_strategy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:04.9932865Z [00:16:26.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-strategy-5486cfbd0cb45f91/lib-event_listener_strategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0000901Z [00:16:26.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-strategy-5486cfbd0cb45f91/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0067363Z [00:16:26.246]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-strategy-5486cfbd0cb45f91/dep-lib-event_listener_strategy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0136284Z [00:16:26.253]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-bc2766bbb6a00ff8/dep-lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0203920Z [00:16:26.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-bc2766bbb6a00ff8/lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0269929Z [00:16:26.267]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-bc2766bbb6a00ff8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0336647Z [00:16:26.273]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-bc2766bbb6a00ff8/lib-rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0404880Z [00:16:26.280]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/peresil-99da2f639b22a7cc/lib-peresil' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0472460Z [00:16:26.287]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/peresil-99da2f639b22a7cc/dep-lib-peresil' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0540649Z [00:16:26.294]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/peresil-99da2f639b22a7cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0609171Z [00:16:26.301]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/peresil-99da2f639b22a7cc/lib-peresil.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0678321Z [00:16:26.308]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-4dba8e27786d696c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0746817Z [00:16:26.314]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slotmap-4dba8e27786d696c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0815870Z [00:16:26.321]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-5d0350a67aa11b09/lib-wayland_backend' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0883624Z [00:16:26.328]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-5d0350a67aa11b09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.0951965Z [00:16:26.335]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-5d0350a67aa11b09/dep-lib-wayland_backend' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1020972Z [00:16:26.342]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-5d0350a67aa11b09/lib-wayland_backend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1088595Z [00:16:26.349]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-54ecff6b6fd4db36/dep-lib-wayland_client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1156282Z [00:16:26.355]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-54ecff6b6fd4db36/lib-wayland_client.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1224414Z [00:16:26.362]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-54ecff6b6fd4db36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1291494Z [00:16:26.369]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-54ecff6b6fd4db36/lib-wayland_client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1360371Z [00:16:26.376]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/planus-d8acf1591a4aaf82/dep-lib-planus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1428772Z [00:16:26.383]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/planus-d8acf1591a4aaf82/lib-planus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1496596Z [00:16:26.389]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/planus-d8acf1591a4aaf82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1563638Z [00:16:26.396]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/planus-d8acf1591a4aaf82/lib-planus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1630189Z [00:16:26.403]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fnv-5237c5e632f27eca/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1695964Z [00:16:26.409]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fnv-5237c5e632f27eca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1763191Z [00:16:26.416]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fnv-5237c5e632f27eca/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1829086Z [00:16:26.423]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fnv-5237c5e632f27eca/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1896850Z [00:16:26.429]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-textdocument-978bd6cf4a1417f4/lib-lsp_textdocument.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.1963749Z [00:16:26.436]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-textdocument-978bd6cf4a1417f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2031038Z [00:16:26.443]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-textdocument-978bd6cf4a1417f4/dep-lib-lsp_textdocument' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2098760Z [00:16:26.450]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-textdocument-978bd6cf4a1417f4/lib-lsp_textdocument' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2164767Z [00:16:26.456]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-b2f0f39103690718/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2232335Z [00:16:26.463]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-b2f0f39103690718/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2299843Z [00:16:26.470]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-b2f0f39103690718/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2366787Z [00:16:26.476]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/webpki-roots-b2f0f39103690718/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2434221Z [00:16:26.483]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/data-encoding-211769267f57a383/dep-lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2502438Z [00:16:26.490]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/data-encoding-211769267f57a383/lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2572000Z [00:16:26.497]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/data-encoding-211769267f57a383/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2637663Z [00:16:26.504]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/data-encoding-211769267f57a383/lib-data_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2704916Z [00:16:26.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/percent-encoding-0f6f24316966c721/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2772304Z [00:16:26.517]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/percent-encoding-0f6f24316966c721/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2839475Z [00:16:26.524]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/percent-encoding-0f6f24316966c721/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2907130Z [00:16:26.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/percent-encoding-0f6f24316966c721/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.2975372Z [00:16:26.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-json-2e277dd6984781f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3041674Z [00:16:26.544]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-json-2e277dd6984781f0/lib-nu_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3108585Z [00:16:26.551]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-json-2e277dd6984781f0/dep-lib-nu_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3174460Z [00:16:26.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-json-2e277dd6984781f0/lib-nu_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3242844Z [00:16:26.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-82b7dbc2f71a72d5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3309834Z [00:16:26.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-82b7dbc2f71a72d5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3377206Z [00:16:26.578]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-query-e4e0dece7cb39766/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3445452Z [00:16:26.584]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-query-e4e0dece7cb39766/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3512555Z [00:16:26.591]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-query-e4e0dece7cb39766/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3579648Z [00:16:26.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-query-e4e0dece7cb39766/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3646729Z [00:16:26.604]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-435ab2bb73ca282f/bin-nu_plugin_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3714227Z [00:16:26.611]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-435ab2bb73ca282f/dep-bin-nu_plugin_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3781523Z [00:16:26.618]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-435ab2bb73ca282f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3849303Z [00:16:26.625]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-435ab2bb73ca282f/bin-nu_plugin_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3916408Z [00:16:26.631]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-executor-ba52c5f2ec7d6422/lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.3983287Z [00:16:26.638]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-executor-ba52c5f2ec7d6422/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4051051Z [00:16:26.645]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-executor-ba52c5f2ec7d6422/dep-lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4117913Z [00:16:26.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-executor-ba52c5f2ec7d6422/lib-futures_executor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4185761Z [00:16:26.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-ini-ca4c10a7fd457d70/lib-ini.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4253463Z [00:16:26.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-ini-ca4c10a7fd457d70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4320785Z [00:16:26.672]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-ini-ca4c10a7fd457d70/lib-ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4389301Z [00:16:26.679]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-ini-ca4c10a7fd457d70/dep-lib-ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4457215Z [00:16:26.686]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pem-rfc7468-7713b95c4356f62e/lib-pem_rfc7468.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4524425Z [00:16:26.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pem-rfc7468-7713b95c4356f62e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4591046Z [00:16:26.699]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pem-rfc7468-7713b95c4356f62e/lib-pem_rfc7468' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4658405Z [00:16:26.706]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pem-rfc7468-7713b95c4356f62e/dep-lib-pem_rfc7468' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4727113Z [00:16:26.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-866029d706c42c25/lib-wayland_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4795313Z [00:16:26.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-866029d706c42c25/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4863439Z [00:16:26.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-866029d706c42c25/lib-wayland_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4931877Z [00:16:26.733]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-866029d706c42c25/dep-lib-wayland_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.4998770Z [00:16:26.740]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const_format-bf497f67b84d372f/dep-lib-const_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5067461Z [00:16:26.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const_format-bf497f67b84d372f/lib-const_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5135044Z [00:16:26.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const_format-bf497f67b84d372f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5202740Z [00:16:26.760]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/const_format-bf497f67b84d372f/lib-const_format.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5270849Z [00:16:26.767]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httpdate-79ede0f99ea56afe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5337224Z [00:16:26.774]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httpdate-79ede0f99ea56afe/dep-lib-httpdate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5404654Z [00:16:26.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httpdate-79ede0f99ea56afe/lib-httpdate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5472570Z [00:16:26.787]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httpdate-79ede0f99ea56afe/lib-httpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5540242Z [00:16:26.794]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtparse-11c375aa0b1e486b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5609118Z [00:16:26.801]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtparse-11c375aa0b1e486b/lib-dtparse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5677445Z [00:16:26.808]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtparse-11c375aa0b1e486b/dep-lib-dtparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5745707Z [00:16:26.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtparse-11c375aa0b1e486b/lib-dtparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5815093Z [00:16:26.821]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-8499cb3831ad65a1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5883599Z [00:16:26.828]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-8499cb3831ad65a1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.5954030Z [00:16:26.835]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vsimd-cb52266f376f8b4b/lib-vsimd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6021199Z [00:16:26.842]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vsimd-cb52266f376f8b4b/dep-lib-vsimd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6088289Z [00:16:26.849]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vsimd-cb52266f376f8b4b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6157070Z [00:16:26.855]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/vsimd-cb52266f376f8b4b/lib-vsimd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6225131Z [00:16:26.862]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sqlparser-532b81b1cc6e6ad7/lib-sqlparser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6292786Z [00:16:26.869]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sqlparser-532b81b1cc6e6ad7/lib-sqlparser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6360683Z [00:16:26.876]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sqlparser-532b81b1cc6e6ad7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6428310Z [00:16:26.883]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sqlparser-532b81b1cc6e6ad7/dep-lib-sqlparser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6496975Z [00:16:26.889]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna_adapter-c619ab8a7c3119cb/dep-lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6566025Z [00:16:26.896]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna_adapter-c619ab8a7c3119cb/lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6634058Z [00:16:26.903]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna_adapter-c619ab8a7c3119cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6703277Z [00:16:26.910]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna_adapter-c619ab8a7c3119cb/lib-idna_adapter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6771957Z [00:16:26.917]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-truncate-2f2f386e5fafa61d/lib-unicode_truncate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6839894Z [00:16:26.924]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-truncate-2f2f386e5fafa61d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6907088Z [00:16:26.930]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-truncate-2f2f386e5fafa61d/dep-lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.6975864Z [00:16:26.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-truncate-2f2f386e5fafa61d/lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7043660Z [00:16:26.944]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/castaway-c16cbd267e642195/lib-castaway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7112244Z [00:16:26.951]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/castaway-c16cbd267e642195/dep-lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7179494Z [00:16:26.958]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/castaway-c16cbd267e642195/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7247088Z [00:16:26.965]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/castaway-c16cbd267e642195/lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7316019Z [00:16:26.971]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_collections-453366799e51712c/lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7383515Z [00:16:26.978]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_collections-453366799e51712c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7451535Z [00:16:26.985]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_collections-453366799e51712c/lib-icu_collections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7518787Z [00:16:26.992]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_collections-453366799e51712c/dep-lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7586488Z [00:16:26.998]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-a21b960c16b08a87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7655044Z [00:16:27.005]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-a21b960c16b08a87/lib-blake3.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7723096Z [00:16:27.012]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-a21b960c16b08a87/dep-lib-blake3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7791989Z [00:16:27.019]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/blake3-a21b960c16b08a87/lib-blake3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7859862Z [00:16:27.026]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-experimental-f784b96a75eb77a1/lib-nu_experimental.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7927524Z [00:16:27.033]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-experimental-f784b96a75eb77a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.7995928Z [00:16:27.039]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-experimental-f784b96a75eb77a1/lib-nu_experimental' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8065714Z [00:16:27.046]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-experimental-f784b96a75eb77a1/dep-lib-nu_experimental' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8134582Z [00:16:27.053]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-866a5e22df216a40/dep-lib-lz4_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8202014Z [00:16:27.060]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-866a5e22df216a40/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8270198Z [00:16:27.067]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-866a5e22df216a40/lib-lz4_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8337416Z [00:16:27.074]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-sys-866a5e22df216a40/lib-lz4_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8405994Z [00:16:27.080]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-decompression-0eaf1fd5267ff6ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8474853Z [00:16:27.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-decompression-0eaf1fd5267ff6ac/lib-streaming_decompression.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8542496Z [00:16:27.094]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-decompression-0eaf1fd5267ff6ac/dep-lib-streaming_decompression' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8610528Z [00:16:27.101]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-decompression-0eaf1fd5267ff6ac/lib-streaming_decompression' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8678059Z [00:16:27.108]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/papergrid-6862671c88f73198/dep-lib-papergrid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8746527Z [00:16:27.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/papergrid-6862671c88f73198/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8814829Z [00:16:27.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/papergrid-6862671c88f73198/lib-papergrid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8881939Z [00:16:27.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/papergrid-6862671c88f73198/lib-papergrid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.8949880Z [00:16:27.135]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-28e59d291f4ffe61/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9017643Z [00:16:27.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-lang-28e59d291f4ffe61/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9087345Z [00:16:27.149]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-e1a5062c9add9b92/dep-lib-procfs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9154684Z [00:16:27.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-e1a5062c9add9b92/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9222714Z [00:16:27.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-e1a5062c9add9b92/lib-procfs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9290055Z [00:16:27.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/procfs-e1a5062c9add9b92/lib-procfs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9357644Z [00:16:27.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-0a4d2c839adb79b5/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9426535Z [00:16:27.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-0a4d2c839adb79b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9493633Z [00:16:27.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-0a4d2c839adb79b5/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9562035Z [00:16:27.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-0a4d2c839adb79b5/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9630019Z [00:16:27.203]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/siphasher-d1a8d9c59c93907e/dep-lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9697192Z [00:16:27.210]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/siphasher-d1a8d9c59c93907e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9765388Z [00:16:27.216]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/siphasher-d1a8d9c59c93907e/lib-siphasher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9833552Z [00:16:27.223]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/siphasher-d1a8d9c59c93907e/lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9901469Z [00:16:27.230]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/humantime-4a74de14f4c8c8b4/lib-humantime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:05.9969907Z [00:16:27.237]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/humantime-4a74de14f4c8c8b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0038009Z [00:16:27.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/humantime-4a74de14f4c8c8b4/lib-humantime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0106355Z [00:16:27.250]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/humantime-4a74de14f4c8c8b4/dep-lib-humantime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0175690Z [00:16:27.257]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-7838851ca819f8a4/lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0246564Z [00:16:27.264]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-7838851ca819f8a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0314277Z [00:16:27.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-7838851ca819f8a4/lib-chrono.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0382699Z [00:16:27.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-7838851ca819f8a4/dep-lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0451371Z [00:16:27.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xxhash-rust-c605d70efe7fb469/lib-xxhash_rust.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0519243Z [00:16:27.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xxhash-rust-c605d70efe7fb469/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0587365Z [00:16:27.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xxhash-rust-c605d70efe7fb469/lib-xxhash_rust' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0655851Z [00:16:27.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xxhash-rust-c605d70efe7fb469/dep-lib-xxhash_rust' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0724075Z [00:16:27.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-9879bc02aab5edef/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0792687Z [00:16:27.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-9879bc02aab5edef/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0861276Z [00:16:27.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-0cf4a8445f87fe40/lib-httparse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0928944Z [00:16:27.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-0cf4a8445f87fe40/lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.0996475Z [00:16:27.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-0cf4a8445f87fe40/dep-lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1064966Z [00:16:27.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/httparse-0cf4a8445f87fe40/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1132976Z [00:16:27.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-a4931c69d02e1957/dep-lib-owo_colors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1201895Z [00:16:27.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-a4931c69d02e1957/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1269609Z [00:16:27.367]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-a4931c69d02e1957/lib-owo_colors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1338245Z [00:16:27.374]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/owo-colors-a4931c69d02e1957/lib-owo_colors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1406241Z [00:16:27.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/platform-info-8d443462e10843bf/lib-platform_info' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1473903Z [00:16:27.387]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/platform-info-8d443462e10843bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1541986Z [00:16:27.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/platform-info-8d443462e10843bf/lib-platform_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1610026Z [00:16:27.401]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/platform-info-8d443462e10843bf/dep-lib-platform_info' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1678737Z [00:16:27.408]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-46704437ba50518e/lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1747396Z [00:16:27.414]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-46704437ba50518e/lib-rustls_native_certs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1813778Z [00:16:27.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-46704437ba50518e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1882158Z [00:16:27.428]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-46704437ba50518e/dep-lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.1950511Z [00:16:27.435]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-113562dca39a5794/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2019058Z [00:16:27.442]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-113562dca39a5794/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2086286Z [00:16:27.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-113562dca39a5794/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2154273Z [00:16:27.455]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/getrandom-113562dca39a5794/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2221952Z [00:16:27.462]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_yaml-cda25facc640b2a6/lib-serde_yaml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2288938Z [00:16:27.469]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_yaml-cda25facc640b2a6/lib-serde_yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2356445Z [00:16:27.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_yaml-cda25facc640b2a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2423475Z [00:16:27.482]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_yaml-cda25facc640b2a6/dep-lib-serde_yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2492531Z [00:16:27.489]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-f4961991771f9fd7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2559177Z [00:16:27.496]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-f4961991771f9fd7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2627328Z [00:16:27.503]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b7e496eadac97b97/lib-html5ever' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2694699Z [00:16:27.509]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b7e496eadac97b97/dep-lib-html5ever' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2761490Z [00:16:27.516]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b7e496eadac97b97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2828405Z [00:16:27.523]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b7e496eadac97b97/lib-html5ever.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2897290Z [00:16:27.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_stress_internals-1abc34b31ed681eb/dep-bin-nu_plugin_stress_internals' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.2964812Z [00:16:27.536]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_stress_internals-1abc34b31ed681eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3032961Z [00:16:27.543]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_stress_internals-1abc34b31ed681eb/bin-nu_plugin_stress_internals.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3101065Z [00:16:27.550]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_stress_internals-1abc34b31ed681eb/bin-nu_plugin_stress_internals' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3168770Z [00:16:27.557]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-d57e56ec0dd5202f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3234879Z [00:16:27.563]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anyhow-d57e56ec0dd5202f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3302735Z [00:16:27.570]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lazy_static-e4b0219bbbf6cf91/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3369825Z [00:16:27.577]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lazy_static-e4b0219bbbf6cf91/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3436408Z [00:16:27.583]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lazy_static-e4b0219bbbf6cf91/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3504186Z [00:16:27.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lazy_static-e4b0219bbbf6cf91/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3572774Z [00:16:27.597]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-dbe506b1a392f7f8/dep-lib-tokio_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3639481Z [00:16:27.604]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-dbe506b1a392f7f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3706025Z [00:16:27.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-dbe506b1a392f7f8/lib-tokio_rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3772987Z [00:16:27.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-dbe506b1a392f7f8/lib-tokio_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3841315Z [00:16:27.624]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-no-stdlib-5b4e15f68c7bf626/lib-alloc_no_stdlib.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3906727Z [00:16:27.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-no-stdlib-5b4e15f68c7bf626/dep-lib-alloc_no_stdlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.3973511Z [00:16:27.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-no-stdlib-5b4e15f68c7bf626/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4039803Z [00:16:27.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-no-stdlib-5b4e15f68c7bf626/lib-alloc_no_stdlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4107537Z [00:16:27.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reedline-4cd0232e87a0dff8/dep-lib-reedline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4173919Z [00:16:27.657]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reedline-4cd0232e87a0dff8/lib-reedline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4240968Z [00:16:27.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reedline-4cd0232e87a0dff8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4308805Z [00:16:27.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reedline-4cd0232e87a0dff8/lib-reedline' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4375960Z [00:16:27.677]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ipnet-9bb6d5bdb876969f/lib-ipnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4443327Z [00:16:27.684]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ipnet-9bb6d5bdb876969f/dep-lib-ipnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4510720Z [00:16:27.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ipnet-9bb6d5bdb876969f/lib-ipnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4577985Z [00:16:27.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ipnet-9bb6d5bdb876969f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4645513Z [00:16:27.704]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-bf84e19262d516c2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4712822Z [00:16:27.711]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thiserror-bf84e19262d516c2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4781689Z [00:16:27.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-87a163e52ec4ce13/lib-selectors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4850318Z [00:16:27.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-87a163e52ec4ce13/lib-selectors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4918937Z [00:16:27.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-87a163e52ec4ce13/dep-lib-selectors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.4987656Z [00:16:27.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/selectors-87a163e52ec4ce13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5055803Z [00:16:27.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-5f712305010f7ccb/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5127127Z [00:16:27.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-5f712305010f7ccb/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5195481Z [00:16:27.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-410905c7aba2864d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5264248Z [00:16:27.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-410905c7aba2864d/lib-snap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5331553Z [00:16:27.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-410905c7aba2864d/dep-lib-snap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5399692Z [00:16:27.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-410905c7aba2864d/lib-snap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5468168Z [00:16:27.787]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-async-5cfea17bf4f9274d/lib-aws_smithy_async' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5536348Z [00:16:27.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-async-5cfea17bf4f9274d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5605030Z [00:16:27.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-async-5cfea17bf4f9274d/lib-aws_smithy_async.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5675161Z [00:16:27.807]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-async-5cfea17bf4f9274d/dep-lib-aws_smithy_async' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5744255Z [00:16:27.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d/dep-lib-nu_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5812513Z [00:16:27.821]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5880631Z [00:16:27.828]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d/lib-nu_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.5947675Z [00:16:27.835]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d/lib-nu_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6016166Z [00:16:27.841]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-987c3be9b7a0ad8d/output-lib-nu_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6084820Z [00:16:27.848]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64ct-fa66f3a4feb1c865/lib-base64ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6152323Z [00:16:27.855]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64ct-fa66f3a4feb1c865/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6219326Z [00:16:27.862]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64ct-fa66f3a4feb1c865/dep-lib-base64ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6286765Z [00:16:27.868]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64ct-fa66f3a4feb1c865/lib-base64ct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6354634Z [00:16:27.875]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memchr-587c5ba3bea2f5ab/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6423783Z [00:16:27.882]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memchr-587c5ba3bea2f5ab/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6490460Z [00:16:27.889]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memchr-587c5ba3bea2f5ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6559121Z [00:16:27.896]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memchr-587c5ba3bea2f5ab/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6626252Z [00:16:27.902]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/termcolor-6d4eb50635b9c3b1/dep-lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6694178Z [00:16:27.909]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/termcolor-6d4eb50635b9c3b1/lib-termcolor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6761931Z [00:16:27.916]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/termcolor-6d4eb50635b9c3b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6829006Z [00:16:27.923]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/termcolor-6d4eb50635b9c3b1/lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6896853Z [00:16:27.929]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-3c0ee802c563c623/lib-libm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.6965386Z [00:16:27.936]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-3c0ee802c563c623/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7034152Z [00:16:27.943]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-3c0ee802c563c623/dep-lib-libm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7101888Z [00:16:27.950]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-3c0ee802c563c623/lib-libm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7169338Z [00:16:27.957]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-e84e032023107f80/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7234877Z [00:16:27.963]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-e84e032023107f80/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7301369Z [00:16:27.970]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-9957f2dbd11e5b6e/lib-libssh2_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7367959Z [00:16:27.977]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-9957f2dbd11e5b6e/lib-libssh2_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7434993Z [00:16:27.983]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-9957f2dbd11e5b6e/dep-lib-libssh2_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7501318Z [00:16:27.990]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-9957f2dbd11e5b6e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7567256Z [00:16:27.997]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-adler32-5a5ca4a638b1c078/lib-simd_adler32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7634868Z [00:16:28.003]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-adler32-5a5ca4a638b1c078/dep-lib-simd_adler32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7702708Z [00:16:28.010]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-adler32-5a5ca4a638b1c078/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7769724Z [00:16:28.017]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simd-adler32-5a5ca4a638b1c078/lib-simd_adler32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7838877Z [00:16:28.024]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/url-87a9d79468950076/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7904789Z [00:16:28.030]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/url-87a9d79468950076/lib-url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.7973242Z [00:16:28.037]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/url-87a9d79468950076/dep-lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8041928Z [00:16:28.044]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/url-87a9d79468950076/lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8111167Z [00:16:28.051]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-io-191c9c23aab3cad1/lib-polars_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8178467Z [00:16:28.058]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-io-191c9c23aab3cad1/dep-lib-polars_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8245152Z [00:16:28.064]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-io-191c9c23aab3cad1/lib-polars_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8312420Z [00:16:28.071]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-io-191c9c23aab3cad1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8379754Z [00:16:28.078]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strsim-47b4338863dd4805/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8445765Z [00:16:28.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strsim-47b4338863dd4805/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8513611Z [00:16:28.091]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strsim-47b4338863dd4805/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8580554Z [00:16:28.098]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strsim-47b4338863dd4805/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8648108Z [00:16:28.105]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-cb8016289642c2ca/lib-polars_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8714014Z [00:16:28.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-cb8016289642c2ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8781605Z [00:16:28.118]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-cb8016289642c2ca/dep-lib-polars_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8848133Z [00:16:28.125]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-utils-cb8016289642c2ca/lib-polars_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8915833Z [00:16:28.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-2c07cd69558b06e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.8983999Z [00:16:28.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-2c07cd69558b06e1/dep-lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9051875Z [00:16:28.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-2c07cd69558b06e1/lib-backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9120722Z [00:16:28.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-2c07cd69558b06e1/lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9189270Z [00:16:28.159]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-5bc802513c775060/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9256039Z [00:16:28.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/slab-5bc802513c775060/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9323815Z [00:16:28.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8/lib-nu_cli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9392304Z [00:16:28.179]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8/output-lib-nu_cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9459121Z [00:16:28.186]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8/dep-lib-nu_cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9525796Z [00:16:28.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9593599Z [00:16:28.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cli-2f7dd0be37d271a8/lib-nu_cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9662365Z [00:16:28.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-epoch-19f39cf11b6698c7/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9731622Z [00:16:28.213]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-epoch-19f39cf11b6698c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9798767Z [00:16:28.220]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-epoch-19f39cf11b6698c7/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9866228Z [00:16:28.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-epoch-19f39cf11b6698c7/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:06.9934334Z [00:16:28.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-873d8c7509a23a1c/lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0003105Z [00:16:28.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-873d8c7509a23a1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0071527Z [00:16:28.247]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-873d8c7509a23a1c/lib-phf_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0138987Z [00:16:28.254]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/phf_shared-873d8c7509a23a1c/dep-lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0207944Z [00:16:28.261]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler2-6e3a5d6b4398707b/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0274071Z [00:16:28.267]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler2-6e3a5d6b4398707b/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0342328Z [00:16:28.274]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler2-6e3a5d6b4398707b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0408764Z [00:16:28.281]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler2-6e3a5d6b4398707b/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0475757Z [00:16:28.287]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/subtle-def2060a7e288ba7/lib-subtle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0543326Z [00:16:28.294]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/subtle-def2060a7e288ba7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0610218Z [00:16:28.301]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/subtle-def2060a7e288ba7/dep-lib-subtle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0676786Z [00:16:28.307]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/subtle-def2060a7e288ba7/lib-subtle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0745063Z [00:16:28.314]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-8d76cdd76aa82baf/lib-mime_guess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0813251Z [00:16:28.321]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-8d76cdd76aa82baf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0882138Z [00:16:28.328]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-8d76cdd76aa82baf/lib-mime_guess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.0949342Z [00:16:28.335]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-8d76cdd76aa82baf/dep-lib-mime_guess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1017065Z [00:16:28.341]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/float-cmp-05cf4e98501e2c7b/lib-float_cmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1085277Z [00:16:28.348]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/float-cmp-05cf4e98501e2c7b/lib-float_cmp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1152037Z [00:16:28.355]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/float-cmp-05cf4e98501e2c7b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1220715Z [00:16:28.362]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/float-cmp-05cf4e98501e2c7b/dep-lib-float_cmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1286708Z [00:16:28.368]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-1cc9fc2f720baa6a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1353164Z [00:16:28.375]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libc-1cc9fc2f720baa6a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1420826Z [00:16:28.382]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-4dd45923b59e2689/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1487273Z [00:16:28.389]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-4dd45923b59e2689/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1553983Z [00:16:28.395]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-4dd45923b59e2689/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1621125Z [00:16:28.402]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-4dd45923b59e2689/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1688464Z [00:16:28.409]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sso-e95fdc0ed4325168/lib-aws_sdk_sso.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1755160Z [00:16:28.415]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sso-e95fdc0ed4325168/dep-lib-aws_sdk_sso' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1822757Z [00:16:28.422]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sso-e95fdc0ed4325168/lib-aws_sdk_sso' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1890643Z [00:16:28.429]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sso-e95fdc0ed4325168/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.1958879Z [00:16:28.436]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate_lz77-d404e13fbc908005/lib-libflate_lz77' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2026419Z [00:16:28.442]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate_lz77-d404e13fbc908005/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2094201Z [00:16:28.449]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate_lz77-d404e13fbc908005/dep-lib-libflate_lz77' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2163215Z [00:16:28.456]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libflate_lz77-d404e13fbc908005/lib-libflate_lz77.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2231585Z [00:16:28.463]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gimli-5542d876b8d4336f/lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2299526Z [00:16:28.470]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gimli-5542d876b8d4336f/dep-lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2366997Z [00:16:28.476]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gimli-5542d876b8d4336f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2435254Z [00:16:28.483]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/gimli-5542d876b8d4336f/lib-gimli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2504003Z [00:16:28.490]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-0a6cf909067e6955/dep-lib-tokio_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2571178Z [00:16:28.497]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-0a6cf909067e6955/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2638428Z [00:16:28.504]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-0a6cf909067e6955/lib-tokio_rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2705338Z [00:16:28.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-rustls-0a6cf909067e6955/lib-tokio_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2772488Z [00:16:28.517]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uuid-aaefcdd53ce6461f/dep-lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2840503Z [00:16:28.524]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uuid-aaefcdd53ce6461f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2906956Z [00:16:28.530]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uuid-aaefcdd53ce6461f/lib-uuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.2975056Z [00:16:28.537]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uuid-aaefcdd53ce6461f/lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3044604Z [00:16:28.544]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-document-1e8842a422381c6f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3112521Z [00:16:28.551]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-document-1e8842a422381c6f/lib-sxd_document' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3180687Z [00:16:28.558]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-document-1e8842a422381c6f/dep-lib-sxd_document' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3246941Z [00:16:28.564]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sxd-document-1e8842a422381c6f/lib-sxd_document.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3314212Z [00:16:28.571]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot-84dfbf221af39c77/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3382322Z [00:16:28.578]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot-84dfbf221af39c77/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3448740Z [00:16:28.585]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot-84dfbf221af39c77/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3515597Z [00:16:28.591]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot-84dfbf221af39c77/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3583055Z [00:16:28.598]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ethnum-9358e7cc56614dee/lib-ethnum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3651134Z [00:16:28.605]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ethnum-9358e7cc56614dee/lib-ethnum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3721397Z [00:16:28.612]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ethnum-9358e7cc56614dee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3788240Z [00:16:28.619]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ethnum-9358e7cc56614dee/dep-lib-ethnum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3856189Z [00:16:28.625]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-io-555b964945978c09/lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3924714Z [00:16:28.632]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-io-555b964945978c09/lib-futures_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.3992621Z [00:16:28.639]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-io-555b964945978c09/dep-lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4060892Z [00:16:28.646]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-io-555b964945978c09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4129554Z [00:16:28.653]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-5389b2ffac1aaeb2/lib-libsqlite3_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4197111Z [00:16:28.659]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-5389b2ffac1aaeb2/lib-libsqlite3_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4264746Z [00:16:28.666]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-5389b2ffac1aaeb2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4333314Z [00:16:28.673]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-5389b2ffac1aaeb2/dep-lib-libsqlite3_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4402218Z [00:16:28.680]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-protocol-cbe3887668f111db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4470812Z [00:16:28.687]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-protocol-cbe3887668f111db/lib-nu_plugin_protocol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4537697Z [00:16:28.694]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-protocol-cbe3887668f111db/lib-nu_plugin_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4604941Z [00:16:28.700]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-protocol-cbe3887668f111db/dep-lib-nu_plugin_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4673483Z [00:16:28.707]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ego-tree-4b067884b93619a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4741057Z [00:16:28.714]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ego-tree-4b067884b93619a7/dep-lib-ego_tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4807580Z [00:16:28.721]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ego-tree-4b067884b93619a7/lib-ego_tree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4874651Z [00:16:28.727]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ego-tree-4b067884b93619a7/lib-ego_tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.4942801Z [00:16:28.734]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-ebf45e1669754a3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5010011Z [00:16:28.741]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-ebf45e1669754a3e/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5077473Z [00:16:28.748]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-ebf45e1669754a3e/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5147892Z [00:16:28.755]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-ebf45e1669754a3e/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5215366Z [00:16:28.761]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-48bbc7de4647331c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5283543Z [00:16:28.768]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-48bbc7de4647331c/lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5351358Z [00:16:28.775]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-48bbc7de4647331c/dep-lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5417706Z [00:16:28.782]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-webpki-48bbc7de4647331c/lib-webpki.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5485874Z [00:16:28.788]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-command-8bda19ea2fa375f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5554519Z [00:16:28.795]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-command-8bda19ea2fa375f8/output-lib-nu_command' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5622120Z [00:16:28.802]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-channel-984ee4f1e05ad5f3/lib-async_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5689023Z [00:16:28.809]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-channel-984ee4f1e05ad5f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5755687Z [00:16:28.815]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-channel-984ee4f1e05ad5f3/lib-async_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5822178Z [00:16:28.822]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-channel-984ee4f1e05ad5f3/dep-lib-async_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5889884Z [00:16:28.829]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mkdir-8215f9ef6f5bb6d9/lib-uu_mkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.5957246Z [00:16:28.836]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mkdir-8215f9ef6f5bb6d9/lib-uu_mkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6025750Z [00:16:28.842]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mkdir-8215f9ef6f5bb6d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6093738Z [00:16:28.849]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_mkdir-8215f9ef6f5bb6d9/dep-lib-uu_mkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6162037Z [00:16:28.856]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tower-service-da3b80c2dd45bff6/lib-tower_service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6229831Z [00:16:28.863]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tower-service-da3b80c2dd45bff6/dep-lib-tower_service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6297555Z [00:16:28.870]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tower-service-da3b80c2dd45bff6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6364287Z [00:16:28.876]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tower-service-da3b80c2dd45bff6/lib-tower_service.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6431592Z [00:16:28.883]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-68d42ba4c7bcdee8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6497981Z [00:16:28.890]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-68d42ba4c7bcdee8/lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6564915Z [00:16:28.896]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-68d42ba4c7bcdee8/lib-h2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6632218Z [00:16:28.903]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-68d42ba4c7bcdee8/dep-lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6700473Z [00:16:28.910]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/file-id-23be9a1dce6f4a30/lib-file_id.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6767254Z [00:16:28.917]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/file-id-23be9a1dce6f4a30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6834432Z [00:16:28.923]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/file-id-23be9a1dce6f4a30/lib-file_id' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6902930Z [00:16:28.930]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/file-id-23be9a1dce6f4a30/dep-lib-file_id' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.6973110Z [00:16:28.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-16fbcb17ebe866ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7041624Z [00:16:28.944]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-16fbcb17ebe866ca/bin-nu_plugin_example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7108646Z [00:16:28.951]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-16fbcb17ebe866ca/bin-nu_plugin_example.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7175762Z [00:16:28.957]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-16fbcb17ebe866ca/dep-bin-nu_plugin_example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7245459Z [00:16:28.964]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-table-0088595a2ede17d5/lib-nu_table.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7312826Z [00:16:28.971]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-table-0088595a2ede17d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7381805Z [00:16:28.978]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-table-0088595a2ede17d5/dep-lib-nu_table' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7449773Z [00:16:28.985]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-table-0088595a2ede17d5/lib-nu_table' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7518976Z [00:16:28.992]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-c1bc0cdea0ee528c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7586684Z [00:16:28.998]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-c1bc0cdea0ee528c/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7655471Z [00:16:29.005]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-c1bc0cdea0ee528c/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7723486Z [00:16:29.012]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-c1bc0cdea0ee528c/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7791219Z [00:16:29.019]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-2b549322f45a6531/lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7858970Z [00:16:29.026]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-2b549322f45a6531/lib-quick_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7927031Z [00:16:29.032]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-2b549322f45a6531/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.7995960Z [00:16:29.039]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-2b549322f45a6531/dep-lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8063737Z [00:16:29.046]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sys-locale-e2a08779000bc6d1/lib-sys_locale.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8131663Z [00:16:29.053]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sys-locale-e2a08779000bc6d1/dep-lib-sys_locale' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8199029Z [00:16:29.060]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sys-locale-e2a08779000bc6d1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8266527Z [00:16:29.066]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sys-locale-e2a08779000bc6d1/lib-sys_locale' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8334602Z [00:16:29.073]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/untrusted-ecffa424b719da75/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8402174Z [00:16:29.080]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/untrusted-ecffa424b719da75/lib-untrusted.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8470569Z [00:16:29.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/untrusted-ecffa424b719da75/dep-lib-untrusted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8538614Z [00:16:29.094]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/untrusted-ecffa424b719da75/lib-untrusted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8607003Z [00:16:29.100]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-format-2c974967b44af547/dep-lib-polars_parquet_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8675158Z [00:16:29.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-format-2c974967b44af547/lib-polars_parquet_format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8743369Z [00:16:29.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-format-2c974967b44af547/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8811391Z [00:16:29.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-format-2c974967b44af547/lib-polars_parquet_format.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8879462Z [00:16:29.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-server-1b8340eea542f60d/dep-lib-lsp_server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.8946916Z [00:16:29.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-server-1b8340eea542f60d/lib-lsp_server.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9015011Z [00:16:29.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-server-1b8340eea542f60d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9082932Z [00:16:29.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-server-1b8340eea542f60d/lib-lsp_server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9152861Z [00:16:29.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/compact_str-a77465cb62671a7b/lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9220447Z [00:16:29.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/compact_str-a77465cb62671a7b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9288779Z [00:16:29.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/compact_str-a77465cb62671a7b/lib-compact_str.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9357378Z [00:16:29.176]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/compact_str-a77465cb62671a7b/dep-lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9426630Z [00:16:29.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-c96d4e425b957897/lib-rust_embed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9496031Z [00:16:29.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-c96d4e425b957897/lib-rust_embed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9565107Z [00:16:29.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-c96d4e425b957897/dep-lib-rust_embed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9633326Z [00:16:29.203]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust-embed-c96d4e425b957897/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9702148Z [00:16:29.210]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cpufeatures-4cd02f6d3bc04380/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9769943Z [00:16:29.217]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cpufeatures-4cd02f6d3bc04380/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9837565Z [00:16:29.224]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cpufeatures-4cd02f6d3bc04380/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9904726Z [00:16:29.230]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/cpufeatures-4cd02f6d3bc04380/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:07.9973615Z [00:16:29.237]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-registry-95fe9393f93bbd05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0041499Z [00:16:29.244]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-registry-95fe9393f93bbd05/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0109049Z [00:16:29.251]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-registry-95fe9393f93bbd05/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0176466Z [00:16:29.257]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-registry-95fe9393f93bbd05/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0245937Z [00:16:29.264]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-a150b0aa07d39af1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0314474Z [00:16:29.271]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-a150b0aa07d39af1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0384349Z [00:16:29.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e/dep-lib-nu_cmd_plugin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0452034Z [00:16:29.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0518760Z [00:16:29.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e/lib-nu_cmd_plugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0586343Z [00:16:29.298]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e/output-lib-nu_cmd_plugin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0654567Z [00:16:29.305]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-plugin-4689edd9272ca07e/lib-nu_cmd_plugin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0722309Z [00:16:29.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-5f2752fbc8ec8cc1/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0790834Z [00:16:29.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-5f2752fbc8ec8cc1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0858763Z [00:16:29.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-5f2752fbc8ec8cc1/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0925130Z [00:16:29.332]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-5f2752fbc8ec8cc1/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.0993492Z [00:16:29.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-a04b20f02337a2d8/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1060210Z [00:16:29.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-a04b20f02337a2d8/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1127031Z [00:16:29.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-a04b20f02337a2d8/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1195190Z [00:16:29.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-a04b20f02337a2d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1262534Z [00:16:29.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime-961a7ea6c9eb0c17/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1328752Z [00:16:29.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime-961a7ea6c9eb0c17/dep-lib-mime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1395050Z [00:16:29.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime-961a7ea6c9eb0c17/lib-mime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1461212Z [00:16:29.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime-961a7ea6c9eb0c17/lib-mime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1527681Z [00:16:29.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typed-arena-d289dec78accf75f/lib-typed_arena.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1594299Z [00:16:29.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typed-arena-d289dec78accf75f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1659840Z [00:16:29.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typed-arena-d289dec78accf75f/dep-lib-typed_arena' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1726732Z [00:16:29.412]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typed-arena-d289dec78accf75f/lib-typed_arena' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1794080Z [00:16:29.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/addr2line-9595c82e770d90da/dep-lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1861303Z [00:16:29.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/addr2line-9595c82e770d90da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1929807Z [00:16:29.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/addr2line-9595c82e770d90da/lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.1997412Z [00:16:29.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/addr2line-9595c82e770d90da/lib-addr2line.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2067135Z [00:16:29.446]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pure-rust-locales-93366b09b4054ded/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2134747Z [00:16:29.453]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pure-rust-locales-93366b09b4054ded/lib-pure_rust_locales' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2202546Z [00:16:29.460]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pure-rust-locales-93366b09b4054ded/lib-pure_rust_locales.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2270953Z [00:16:29.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pure-rust-locales-93366b09b4054ded/dep-lib-pure_rust_locales' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2336640Z [00:16:29.473]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/downcast-rs-daab5685abe555b2/lib-downcast_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2404306Z [00:16:29.480]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/downcast-rs-daab5685abe555b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2471445Z [00:16:29.487]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/downcast-rs-daab5685abe555b2/dep-lib-downcast_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2538883Z [00:16:29.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/downcast-rs-daab5685abe555b2/lib-downcast_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2607197Z [00:16:29.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/now-c81131046f4d1bb6/dep-lib-now' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2674072Z [00:16:29.507]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/now-c81131046f4d1bb6/lib-now.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2741210Z [00:16:29.514]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/now-c81131046f4d1bb6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2808347Z [00:16:29.521]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/now-c81131046f4d1bb6/lib-now' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2876367Z [00:16:29.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/open-53d78a52954cfbe3/lib-open.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.2943507Z [00:16:29.534]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/open-53d78a52954cfbe3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3011694Z [00:16:29.541]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/open-53d78a52954cfbe3/dep-lib-open' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3080270Z [00:16:29.548]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/open-53d78a52954cfbe3/lib-open' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3147659Z [00:16:29.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ryu-783c6cb289bf7403/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3215505Z [00:16:29.561]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ryu-783c6cb289bf7403/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3282899Z [00:16:29.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ryu-783c6cb289bf7403/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3350072Z [00:16:29.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ryu-783c6cb289bf7403/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3417482Z [00:16:29.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-9affbd028ae8f7aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3485654Z [00:16:29.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-9affbd028ae8f7aa/lib-polars_plan' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3553628Z [00:16:29.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-9affbd028ae8f7aa/lib-polars_plan.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3621757Z [00:16:29.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-plan-9affbd028ae8f7aa/dep-lib-polars_plan' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3699209Z [00:16:29.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lean_string-dd80437c2ee38581/lib-lean_string.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3767093Z [00:16:29.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lean_string-dd80437c2ee38581/lib-lean_string' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3834911Z [00:16:29.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lean_string-dd80437c2ee38581/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3903659Z [00:16:29.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lean_string-dd80437c2ee38581/dep-lib-lean_string' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.3971349Z [00:16:29.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayvec-34958b1da5b2639e/lib-arrayvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4043127Z [00:16:29.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayvec-34958b1da5b2639e/dep-lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4111956Z [00:16:29.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayvec-34958b1da5b2639e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4180887Z [00:16:29.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arrayvec-34958b1da5b2639e/lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4248339Z [00:16:29.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/minimal-lexical-cd352522f2381349/lib-minimal_lexical.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4315942Z [00:16:29.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/minimal-lexical-cd352522f2381349/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4383996Z [00:16:29.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/minimal-lexical-cd352522f2381349/lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4451446Z [00:16:29.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/minimal-lexical-cd352522f2381349/dep-lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4519744Z [00:16:29.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler32-99defbd1a2ae2174/dep-lib-adler32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4586551Z [00:16:29.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler32-99defbd1a2ae2174/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4656318Z [00:16:29.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler32-99defbd1a2ae2174/lib-adler32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4724536Z [00:16:29.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/adler32-99defbd1a2ae2174/lib-adler32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4793279Z [00:16:29.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-utils-59b4b8ae1f9e0280/lib-bytes_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4862242Z [00:16:29.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-utils-59b4b8ae1f9e0280/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4929265Z [00:16:29.733]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-utils-59b4b8ae1f9e0280/dep-lib-bytes_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.4996214Z [00:16:29.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-utils-59b4b8ae1f9e0280/lib-bytes_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5063383Z [00:16:29.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-333ec96fa5cd48e2/dep-lib-curl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5132881Z [00:16:29.753]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-333ec96fa5cd48e2/lib-curl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5199993Z [00:16:29.760]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-333ec96fa5cd48e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5266502Z [00:16:29.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-sys-333ec96fa5cd48e2/lib-curl_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5333965Z [00:16:29.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-44868b69461deb74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5400609Z [00:16:29.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-44868b69461deb74/lib-typeid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5467526Z [00:16:29.787]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-44868b69461deb74/dep-lib-typeid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5533688Z [00:16:29.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-44868b69461deb74/lib-typeid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5599976Z [00:16:29.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-7452e9a3da0e09b1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5668357Z [00:16:29.807]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-7452e9a3da0e09b1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5735598Z [00:16:29.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a/output-lib-nu_pretty_hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5802224Z [00:16:29.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a/lib-nu_pretty_hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5869302Z [00:16:29.827]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.5935638Z [00:16:29.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a/dep-lib-nu_pretty_hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6002672Z [00:16:29.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-pretty-hex-3a94500256f1e78a/lib-nu_pretty_hex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6069523Z [00:16:29.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-stream-9c42f560f406f5da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6136565Z [00:16:29.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-stream-9c42f560f406f5da/lib-async_stream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6204267Z [00:16:29.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-stream-9c42f560f406f5da/dep-lib-async_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6270265Z [00:16:29.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/async-stream-9c42f560f406f5da/lib-async_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6338107Z [00:16:29.874]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-ca3af3bfe14d8d48/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6405259Z [00:16:29.880]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-ca3af3bfe14d8d48/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6472180Z [00:16:29.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-4c90b4735dd5e28f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6539503Z [00:16:29.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-sys-4c90b4735dd5e28f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6606228Z [00:16:29.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/erased-serde-801ba5c67cf17840/lib-erased_serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6673024Z [00:16:29.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/erased-serde-801ba5c67cf17840/dep-lib-erased_serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6739686Z [00:16:29.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/erased-serde-801ba5c67cf17840/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6806349Z [00:16:29.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/erased-serde-801ba5c67cf17840/lib-erased_serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6874956Z [00:16:29.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trash-04167802cfb69fe7/lib-trash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.6941912Z [00:16:29.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trash-04167802cfb69fe7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7008186Z [00:16:29.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trash-04167802cfb69fe7/dep-lib-trash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7074566Z [00:16:29.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trash-04167802cfb69fe7/lib-trash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7141996Z [00:16:29.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-e2e0038a98dc1840/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7208200Z [00:16:29.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libsqlite3-sys-e2e0038a98dc1840/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7275864Z [00:16:29.967]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trim-in-place-cb3975682a90f866/dep-lib-trim_in_place' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7342213Z [00:16:29.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trim-in-place-cb3975682a90f866/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7408356Z [00:16:29.981]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trim-in-place-cb3975682a90f866/lib-trim_in_place.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7474854Z [00:16:29.987]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/trim-in-place-cb3975682a90f866/lib-trim_in_place' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7543350Z [00:16:29.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-9e8ff36aab83c304/lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7609466Z [00:16:30.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-9e8ff36aab83c304/lib-quick_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7675851Z [00:16:30.007]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-9e8ff36aab83c304/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7744398Z [00:16:30.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/quick-error-9e8ff36aab83c304/dep-lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7812676Z [00:16:30.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest_consume-074867f769ca5fd8/lib-pest_consume' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7882286Z [00:16:30.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest_consume-074867f769ca5fd8/lib-pest_consume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.7948745Z [00:16:30.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest_consume-074867f769ca5fd8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8018694Z [00:16:30.042]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest_consume-074867f769ca5fd8/dep-lib-pest_consume' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8086319Z [00:16:30.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-2732dc455a911364/lib-foreign_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8153725Z [00:16:30.055]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-2732dc455a911364/dep-lib-foreign_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8220332Z [00:16:30.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-2732dc455a911364/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8287432Z [00:16:30.069]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foreign-types-2732dc455a911364/lib-foreign_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8354676Z [00:16:30.075]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-22424982a07ad673/dep-lib-polars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8430199Z [00:16:30.082]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-22424982a07ad673/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8492307Z [00:16:30.089]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-22424982a07ad673/lib-polars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8558846Z [00:16:30.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-22424982a07ad673/lib-polars.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8625313Z [00:16:30.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arboard-537d1368e510bd15/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8691612Z [00:16:30.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arboard-537d1368e510bd15/lib-arboard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8756657Z [00:16:30.115]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arboard-537d1368e510bd15/dep-lib-arboard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8822608Z [00:16:30.122]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/arboard-537d1368e510bd15/lib-arboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8889246Z [00:16:30.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-b187a1ee660b3fca/dep-lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.8954938Z [00:16:30.135]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-b187a1ee660b3fca/lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9020693Z [00:16:30.142]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-b187a1ee660b3fca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9086598Z [00:16:30.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dirs-b187a1ee660b3fca/lib-dirs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9154603Z [00:16:30.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-16d0f8d5cb09affb/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9223871Z [00:16:30.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-16d0f8d5cb09affb/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9291390Z [00:16:30.169]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-eaadab8a4ab73297/lib-signal_hook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9357042Z [00:16:30.175]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-eaadab8a4ab73297/lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9424022Z [00:16:30.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-eaadab8a4ab73297/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9491661Z [00:16:30.189]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-eaadab8a4ab73297/dep-lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9558620Z [00:16:30.196]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-util-c307991f0e3a14bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9625098Z [00:16:30.202]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-util-c307991f0e3a14bf/dep-lib-http_body_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9692138Z [00:16:30.209]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-util-c307991f0e3a14bf/lib-http_body_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9758512Z [00:16:30.216]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-util-c307991f0e3a14bf/lib-http_body_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9826069Z [00:16:30.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292/lib-wl_clipboard_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9893062Z [00:16:30.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:08.9960476Z [00:16:30.236]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292/lib-wl_clipboard_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0028112Z [00:16:30.243]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292/output-lib-wl_clipboard_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0094845Z [00:16:30.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wl-clipboard-rs-4da0376e0617a292/dep-lib-wl_clipboard_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0163010Z [00:16:30.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-ae7fb18b83f5a1cc/bin-utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0231817Z [00:16:30.263]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-ae7fb18b83f5a1cc/dep-bin-utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0299987Z [00:16:30.270]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-ae7fb18b83f5a1cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0367369Z [00:16:30.277]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-utils-ae7fb18b83f5a1cc/bin-utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0435264Z [00:16:30.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-short-261e8af4aac2c4d6/lib-dtoa_short.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0504075Z [00:16:30.290]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-short-261e8af4aac2c4d6/dep-lib-dtoa_short' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0571742Z [00:16:30.297]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-short-261e8af4aac2c4d6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0640894Z [00:16:30.304]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dtoa-short-261e8af4aac2c4d6/lib-dtoa_short' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0708486Z [00:16:30.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-c8efc10cee21482b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0775773Z [00:16:30.317]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-utils-c8efc10cee21482b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0844304Z [00:16:30.324]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-99b5b955410c037a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0914197Z [00:16:30.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/typeid-99b5b955410c037a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.0983329Z [00:16:30.338]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-55b33249c08faf7c/dep-lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1050830Z [00:16:30.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-55b33249c08faf7c/lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1117633Z [00:16:30.352]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-55b33249c08faf7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1184457Z [00:16:30.358]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-55b33249c08faf7c/lib-rustls_pemfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1252962Z [00:16:30.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-6a026a822bc1cdd7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1321822Z [00:16:30.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-6a026a822bc1cdd7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1391156Z [00:16:30.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-bacc1e0f3a5cb4f7/lib-rayon_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1459322Z [00:16:30.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-bacc1e0f3a5cb4f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1527077Z [00:16:30.392]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-bacc1e0f3a5cb4f7/dep-lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1594478Z [00:16:30.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-core-bacc1e0f3a5cb4f7/lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1662509Z [00:16:30.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_whoami-7d712bac6d903609/lib-uu_whoami' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1729656Z [00:16:30.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_whoami-7d712bac6d903609/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1796813Z [00:16:30.419]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_whoami-7d712bac6d903609/dep-lib-uu_whoami' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1866193Z [00:16:30.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uu_whoami-7d712bac6d903609/lib-uu_whoami.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.1935156Z [00:16:30.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-core-59441e71e9752f5a/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2002083Z [00:16:30.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-core-59441e71e9752f5a/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2071068Z [00:16:30.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-core-59441e71e9752f5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2139240Z [00:16:30.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-core-59441e71e9752f5a/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2206047Z [00:16:30.460]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_display-2afef617786c505a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2273520Z [00:16:30.467]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_display-2afef617786c505a/dep-lib-os_display' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2341479Z [00:16:30.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_display-2afef617786c505a/lib-os_display.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2409805Z [00:16:30.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_display-2afef617786c505a/lib-os_display' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2476671Z [00:16:30.487]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-27eeec221f3ac0c6/dep-lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2543439Z [00:16:30.494]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-27eeec221f3ac0c6/lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2610155Z [00:16:30.501]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-27eeec221f3ac0c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2678418Z [00:16:30.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-27eeec221f3ac0c6/lib-rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2744826Z [00:16:30.514]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-rs-sys-ba05a4701e3ada1b/dep-lib-libz_rs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2812882Z [00:16:30.521]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-rs-sys-ba05a4701e3ada1b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2880556Z [00:16:30.528]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-rs-sys-ba05a4701e3ada1b/lib-libz_rs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.2948269Z [00:16:30.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-rs-sys-ba05a4701e3ada1b/lib-libz_rs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3017259Z [00:16:30.541]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-9fefb525d3b1d2f2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3084852Z [00:16:30.548]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-9fefb525d3b1d2f2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3153894Z [00:16:30.555]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-899d8de1909acb15/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3220051Z [00:16:30.562]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-899d8de1909acb15/lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3286729Z [00:16:30.568]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-899d8de1909acb15/lib-h2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3353690Z [00:16:30.575]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/h2-899d8de1909acb15/dep-lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3424238Z [00:16:30.582]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/terminal_size-50a22e490a42bde0/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3491942Z [00:16:30.589]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/terminal_size-50a22e490a42bde0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3557953Z [00:16:30.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/terminal_size-50a22e490a42bde0/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3625482Z [00:16:30.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/terminal_size-50a22e490a42bde0/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3692053Z [00:16:30.609]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-f756c26217b59600/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3759557Z [00:16:30.616]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-f756c26217b59600/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3826464Z [00:16:30.622]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-f756c26217b59600/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3893719Z [00:16:30.629]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rayon-f756c26217b59600/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.3960755Z [00:16:30.636]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-cbda6536ea8ec241/lib-polars_parquet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4028361Z [00:16:30.643]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-cbda6536ea8ec241/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4095225Z [00:16:30.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-cbda6536ea8ec241/lib-polars_parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4162497Z [00:16:30.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-parquet-cbda6536ea8ec241/dep-lib-polars_parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4230313Z [00:16:30.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-protocol-c27d0f2116060166/dep-lib-x11rb_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4295765Z [00:16:30.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-protocol-c27d0f2116060166/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4363155Z [00:16:30.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-protocol-c27d0f2116060166/lib-x11rb_protocol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4431584Z [00:16:30.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/x11rb-protocol-c27d0f2116060166/lib-x11rb_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4498490Z [00:16:30.690]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-e86eea01e7d22935/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4565559Z [00:16:30.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-e86eea01e7d22935/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4634090Z [00:16:30.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-e86eea01e7d22935/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4702894Z [00:16:30.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-e86eea01e7d22935/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4770696Z [00:16:30.717]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3/lib-nu_protocol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4838282Z [00:16:30.724]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3/lib-nu_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4905891Z [00:16:30.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.4973377Z [00:16:30.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3/output-lib-nu_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5041164Z [00:16:30.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-protocol-232cea543884ccd3/dep-lib-nu_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5111139Z [00:16:30.751]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crypto-common-44f151bbfdd586f4/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5179463Z [00:16:30.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crypto-common-44f151bbfdd586f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5247164Z [00:16:30.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crypto-common-44f151bbfdd586f4/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5316040Z [00:16:30.771]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crypto-common-44f151bbfdd586f4/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5384305Z [00:16:30.778]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strum-753976f9ef4c00c4/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5452118Z [00:16:30.785]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strum-753976f9ef4c00c4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5519824Z [00:16:30.792]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strum-753976f9ef4c00c4/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5588670Z [00:16:30.799]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strum-753976f9ef4c00c4/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5656734Z [00:16:30.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytemuck-8ea2e35d7b997ac4/dep-lib-bytemuck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5724817Z [00:16:30.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytemuck-8ea2e35d7b997ac4/lib-bytemuck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5792874Z [00:16:30.819]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytemuck-8ea2e35d7b997ac4/lib-bytemuck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5861579Z [00:16:30.826]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytemuck-8ea2e35d7b997ac4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5930134Z [00:16:30.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/write16-39b201264c2a8c83/lib-write16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.5999306Z [00:16:30.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/write16-39b201264c2a8c83/dep-lib-write16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6067409Z [00:16:30.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/write16-39b201264c2a8c83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6136765Z [00:16:30.853]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/write16-39b201264c2a8c83/lib-write16.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6206264Z [00:16:30.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-channel-bf28dd2448494a8a/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6273713Z [00:16:30.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-channel-bf28dd2448494a8a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6341445Z [00:16:30.874]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-channel-bf28dd2448494a8a/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6408402Z [00:16:30.881]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-channel-bf28dd2448494a8a/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6474859Z [00:16:30.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-214268fa4e260649/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6541931Z [00:16:30.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-214268fa4e260649/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6607468Z [00:16:30.901]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-214268fa4e260649/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6673851Z [00:16:30.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-214268fa4e260649/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6742449Z [00:16:30.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inventory-5c0557aaeda92e81/lib-inventory' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6808666Z [00:16:30.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inventory-5c0557aaeda92e81/dep-lib-inventory' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6875661Z [00:16:30.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inventory-5c0557aaeda92e81/lib-inventory.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.6943106Z [00:16:30.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/inventory-5c0557aaeda92e81/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7009518Z [00:16:30.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/smallvec-89ecd48a17763de0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7077536Z [00:16:30.948]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/smallvec-89ecd48a17763de0/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7145793Z [00:16:30.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/smallvec-89ecd48a17763de0/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7213119Z [00:16:30.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/smallvec-89ecd48a17763de0/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7280933Z [00:16:30.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_edit-0eb82479c9602bf0/lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7348587Z [00:16:30.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_edit-0eb82479c9602bf0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7414562Z [00:16:30.981]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_edit-0eb82479c9602bf0/dep-lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7483091Z [00:16:30.988]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_edit-0eb82479c9602bf0/lib-toml_edit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7551069Z [00:16:30.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-engine-8566e9a94302fe2e/lib-nu_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7618253Z [00:16:31.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-engine-8566e9a94302fe2e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7687169Z [00:16:31.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-engine-8566e9a94302fe2e/dep-lib-nu_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7755079Z [00:16:31.015]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-engine-8566e9a94302fe2e/lib-nu_engine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7822761Z [00:16:31.022]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-d0e3149d869756cc/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7891235Z [00:16:31.029]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-d0e3149d869756cc/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.7960179Z [00:16:31.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-d0e3149d869756cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8028965Z [00:16:31.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mio-d0e3149d869756cc/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8098225Z [00:16:31.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-a289a2f2604d89df/lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8166990Z [00:16:31.056]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-a289a2f2604d89df/lib-rustls_native_certs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8234873Z [00:16:31.063]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-a289a2f2604d89df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8303526Z [00:16:31.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-native-certs-a289a2f2604d89df/dep-lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8372477Z [00:16:31.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object_store-b6453585943ba029/lib-object_store.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8441475Z [00:16:31.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object_store-b6453585943ba029/lib-object_store' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8508873Z [00:16:31.091]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object_store-b6453585943ba029/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8576917Z [00:16:31.097]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/object_store-b6453585943ba029/dep-lib-object_store' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8644857Z [00:16:31.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_builder-e395a28de0a7baeb/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8713263Z [00:16:31.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_builder-e395a28de0a7baeb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8780731Z [00:16:31.118]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_builder-e395a28de0a7baeb/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8847486Z [00:16:31.125]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap_builder-e395a28de0a7baeb/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8914623Z [00:16:31.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_pipe-18783a1c1f4f2ed8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.8981661Z [00:16:31.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_pipe-18783a1c1f4f2ed8/lib-os_pipe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9049363Z [00:16:31.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_pipe-18783a1c1f4f2ed8/lib-os_pipe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9117144Z [00:16:31.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/os_pipe-18783a1c1f4f2ed8/dep-lib-os_pipe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9185075Z [00:16:31.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-9dc3818f11f07e16/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9252527Z [00:16:31.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-9dc3818f11f07e16/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9318960Z [00:16:31.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-9dc3818f11f07e16/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9386601Z [00:16:31.178]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-9dc3818f11f07e16/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9455755Z [00:16:31.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-iterator-be5c301492afe7b9/lib-streaming_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9522702Z [00:16:31.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-iterator-be5c301492afe7b9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9591487Z [00:16:31.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-iterator-be5c301492afe7b9/dep-lib-streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9659319Z [00:16:31.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/streaming-iterator-be5c301492afe7b9/lib-streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9726582Z [00:16:31.212]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-simd-c3e52b4397227368/dep-lib-base64_simd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9793816Z [00:16:31.219]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-simd-c3e52b4397227368/lib-base64_simd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9862126Z [00:16:31.226]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-simd-c3e52b4397227368/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9930169Z [00:16:31.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-simd-c3e52b4397227368/lib-base64_simd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:09.9998215Z [00:16:31.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simplelog-fabf45cc93e48f12/dep-lib-simplelog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0065265Z [00:16:31.246]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simplelog-fabf45cc93e48f12/lib-simplelog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0132913Z [00:16:31.253]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simplelog-fabf45cc93e48f12/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0200756Z [00:16:31.260]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/simplelog-fabf45cc93e48f12/lib-simplelog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0268552Z [00:16:31.267]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-task-baefbe77c8cb072c/lib-futures_task.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0335600Z [00:16:31.273]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-task-baefbe77c8cb072c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0401787Z [00:16:31.280]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-task-baefbe77c8cb072c/dep-lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0468996Z [00:16:31.287]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/futures-task-baefbe77c8cb072c/lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0536591Z [00:16:31.293]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pori-19135a6c82401e53/lib-pori' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0604345Z [00:16:31.300]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pori-19135a6c82401e53/dep-lib-pori' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0671410Z [00:16:31.307]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pori-19135a6c82401e53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0738478Z [00:16:31.314]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pori-19135a6c82401e53/lib-pori.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0806899Z [00:16:31.320]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_filter-d84b6fd2a35e959b/lib-env_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0874442Z [00:16:31.327]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_filter-d84b6fd2a35e959b/lib-env_filter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.0943450Z [00:16:31.334]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_filter-d84b6fd2a35e959b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1010308Z [00:16:31.341]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_filter-d84b6fd2a35e959b/dep-lib-env_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1078186Z [00:16:31.348]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/avro-schema-9ebb369c1d5cc809/lib-avro_schema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1146333Z [00:16:31.354]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/avro-schema-9ebb369c1d5cc809/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1213768Z [00:16:31.361]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/avro-schema-9ebb369c1d5cc809/lib-avro_schema' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1282663Z [00:16:31.368]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/avro-schema-9ebb369c1d5cc809/dep-lib-avro_schema' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1351524Z [00:16:31.375]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-serde-8fce83ac4076d77b/lib-rmp_serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1418208Z [00:16:31.382]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-serde-8fce83ac4076d77b/dep-lib-rmp_serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1486685Z [00:16:31.388]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-serde-8fce83ac4076d77b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1554819Z [00:16:31.395]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rmp-serde-8fce83ac4076d77b/lib-rmp_serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1622587Z [00:16:31.402]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-8b3f330e673c8986/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1690024Z [00:16:31.409]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-8b3f330e673c8986/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1757446Z [00:16:31.416]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/devicons-e7803fbe564e1915/lib-devicons' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1824321Z [00:16:31.422]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/devicons-e7803fbe564e1915/dep-lib-devicons' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1892267Z [00:16:31.429]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/devicons-e7803fbe564e1915/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.1958834Z [00:16:31.436]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/devicons-e7803fbe564e1915/lib-devicons.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2028000Z [00:16:31.443]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-credential-types-67b972b8d2cfeee2/lib-aws_credential_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2096157Z [00:16:31.449]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-credential-types-67b972b8d2cfeee2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2163669Z [00:16:31.456]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-credential-types-67b972b8d2cfeee2/lib-aws_credential_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2230456Z [00:16:31.463]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-credential-types-67b972b8d2cfeee2/dep-lib-aws_credential_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2298022Z [00:16:31.470]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-0b5e8d51fe9c0690/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2366869Z [00:16:31.476]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-0b5e8d51fe9c0690/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2435411Z [00:16:31.483]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-d22ae7dcdc92682a/lib-nom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2503505Z [00:16:31.490]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-d22ae7dcdc92682a/dep-lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2572656Z [00:16:31.497]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-d22ae7dcdc92682a/lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2639590Z [00:16:31.504]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-d22ae7dcdc92682a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2706555Z [00:16:31.510]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-test-support-500bb170aa93ba8e/lib-nu_plugin_test_support.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2774130Z [00:16:31.517]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-test-support-500bb170aa93ba8e/lib-nu_plugin_test_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2841948Z [00:16:31.524]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-test-support-500bb170aa93ba8e/dep-lib-nu_plugin_test_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2910295Z [00:16:31.531]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-test-support-500bb170aa93ba8e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.2979175Z [00:16:31.538]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-da634158b6f13f93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3049303Z [00:16:31.545]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-da634158b6f13f93/lib-hyper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3117410Z [00:16:31.552]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-da634158b6f13f93/dep-lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3184951Z [00:16:31.558]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-da634158b6f13f93/lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3254059Z [00:16:31.565]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7/dep-lib-nu_plugin_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3321560Z [00:16:31.572]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3388309Z [00:16:31.579]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7/lib-nu_plugin_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3454894Z [00:16:31.585]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7/lib-nu_plugin_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3522002Z [00:16:31.592]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_query-ca13c141b2deb0d7/output-lib-nu_plugin_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3589155Z [00:16:31.599]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-63d72ab7a698bef3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3655803Z [00:16:31.605]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-63d72ab7a698bef3/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3722752Z [00:16:31.612]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-63d72ab7a698bef3/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3790231Z [00:16:31.619]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-63d72ab7a698bef3/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3857226Z [00:16:31.626]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memmap2-e4117185f8458c0b/lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3924412Z [00:16:31.632]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memmap2-e4117185f8458c0b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.3992231Z [00:16:31.639]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memmap2-e4117185f8458c0b/dep-lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4058807Z [00:16:31.646]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/memmap2-e4117185f8458c0b/lib-memmap2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4126145Z [00:16:31.652]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miniz_oxide-64a0b50c71d34b84/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4193964Z [00:16:31.659]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miniz_oxide-64a0b50c71d34b84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4261852Z [00:16:31.666]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miniz_oxide-64a0b50c71d34b84/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4328707Z [00:16:31.673]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/miniz_oxide-64a0b50c71d34b84/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4396460Z [00:16:31.679]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-5845d3fe135b2fc5/dep-lib-aws_smithy_runtime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4463800Z [00:16:31.686]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-5845d3fe135b2fc5/lib-aws_smithy_runtime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4532927Z [00:16:31.693]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-5845d3fe135b2fc5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4600314Z [00:16:31.700]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-runtime-5845d3fe135b2fc5/lib-aws_smithy_runtime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4668806Z [00:16:31.707]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foldhash-dbcc77a37defdd66/lib-foldhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4736738Z [00:16:31.713]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foldhash-dbcc77a37defdd66/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4803833Z [00:16:31.720]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foldhash-dbcc77a37defdd66/dep-lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4870962Z [00:16:31.727]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/foldhash-dbcc77a37defdd66/lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.4938616Z [00:16:31.734]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-964a3059a3b67acd/lib-nom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5006268Z [00:16:31.740]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-964a3059a3b67acd/dep-lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5074011Z [00:16:31.747]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-964a3059a3b67acd/lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5144431Z [00:16:31.754]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nom-964a3059a3b67acd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5213379Z [00:16:31.761]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/number_prefix-fdbf7af792dfc9ea/lib-number_prefix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5284973Z [00:16:31.768]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/number_prefix-fdbf7af792dfc9ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5353302Z [00:16:31.775]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/number_prefix-fdbf7af792dfc9ea/dep-lib-number_prefix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5421064Z [00:16:31.782]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/number_prefix-fdbf7af792dfc9ea/lib-number_prefix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5488889Z [00:16:31.789]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/outref-853c906c9906fba1/dep-lib-outref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5556141Z [00:16:31.795]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/outref-853c906c9906fba1/lib-outref.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5623495Z [00:16:31.802]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/outref-853c906c9906fba1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5691583Z [00:16:31.809]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/outref-853c906c9906fba1/lib-outref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5760418Z [00:16:31.816]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socket2-bec1a37333192385/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5828266Z [00:16:31.823]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socket2-bec1a37333192385/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5896244Z [00:16:31.829]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socket2-bec1a37333192385/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.5964016Z [00:16:31.836]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/socket2-bec1a37333192385/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6032071Z [00:16:31.843]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlv-list-a604e9b82497b76a/dep-lib-dlv_list' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6100242Z [00:16:31.850]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlv-list-a604e9b82497b76a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6167596Z [00:16:31.857]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlv-list-a604e9b82497b76a/lib-dlv_list.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6235165Z [00:16:31.863]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dlv-list-a604e9b82497b76a/lib-dlv_list' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6303764Z [00:16:31.870]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/value-trait-5e23f31df387879f/lib-value_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6371468Z [00:16:31.877]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/value-trait-5e23f31df387879f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6439531Z [00:16:31.884]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/value-trait-5e23f31df387879f/dep-lib-value_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6507552Z [00:16:31.891]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/value-trait-5e23f31df387879f/lib-value_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6575300Z [00:16:31.897]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-test-support-a3eda67254ea320a/lib-nu_test_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6643056Z [00:16:31.904]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-test-support-a3eda67254ea320a/dep-lib-nu_test_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6710311Z [00:16:31.911]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-test-support-a3eda67254ea320a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6777046Z [00:16:31.917]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-test-support-a3eda67254ea320a/lib-nu_test_support.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6844597Z [00:16:31.924]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_ci-1137f08c15addfda/lib-is_ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6912349Z [00:16:31.931]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_ci-1137f08c15addfda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.6979526Z [00:16:31.938]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_ci-1137f08c15addfda/lib-is_ci.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7047706Z [00:16:31.945]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_ci-1137f08c15addfda/dep-lib-is_ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7115996Z [00:16:31.951]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-1bd3ee04f356a4c3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7183471Z [00:16:31.958]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking_lot_core-1bd3ee04f356a4c3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7252527Z [00:16:31.965]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-fa82214b1e1af40a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7320373Z [00:16:31.972]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-fa82214b1e1af40a/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7386925Z [00:16:31.978]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-fa82214b1e1af40a/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7454390Z [00:16:31.985]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerocopy-fa82214b1e1af40a/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7522451Z [00:16:31.992]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indexmap-bb8ac29bc9027d28/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7588789Z [00:16:31.999]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indexmap-bb8ac29bc9027d28/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7655924Z [00:16:32.005]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indexmap-bb8ac29bc9027d28/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7725128Z [00:16:32.012]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/indexmap-bb8ac29bc9027d28/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7794169Z [00:16:32.019]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs4-f8455b531eff6f86/lib-fs4.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7860961Z [00:16:32.026]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs4-f8455b531eff6f86/dep-lib-fs4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7928263Z [00:16:32.033]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs4-f8455b531eff6f86/lib-fs4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.7996252Z [00:16:32.039]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs4-f8455b531eff6f86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8065460Z [00:16:32.046]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-b6987c5cff7c3ff6/lib-ahash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8133300Z [00:16:32.053]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-b6987c5cff7c3ff6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8200390Z [00:16:32.060]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-b6987c5cff7c3ff6/dep-lib-ahash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8267206Z [00:16:32.067]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ahash-b6987c5cff7c3ff6/lib-ahash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8335352Z [00:16:32.073]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-core-169f221b33d6469d/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8402437Z [00:16:32.080]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-core-169f221b33d6469d/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8470383Z [00:16:32.087]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-core-169f221b33d6469d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8538214Z [00:16:32.094]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tracing-core-169f221b33d6469d/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8607385Z [00:16:32.101]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-bd4865f32d0997a7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8674135Z [00:16:32.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libgit2-sys-bd4865f32d0997a7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8742143Z [00:16:32.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/recursive-19865dfc405ddc86/lib-recursive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8810825Z [00:16:32.121]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/recursive-19865dfc405ddc86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8877707Z [00:16:32.128]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/recursive-19865dfc405ddc86/dep-lib-recursive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.8944898Z [00:16:32.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/recursive-19865dfc405ddc86/lib-recursive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9014307Z [00:16:32.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-bigint-e6d298f948127473/lib-num_bigint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9082002Z [00:16:32.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-bigint-e6d298f948127473/lib-num_bigint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9150443Z [00:16:32.155]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-bigint-e6d298f948127473/dep-lib-num_bigint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9217495Z [00:16:32.162]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-bigint-e6d298f948127473/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9284632Z [00:16:32.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-iter-a94b1f5340ec7636/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9351695Z [00:16:32.175]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-iter-a94b1f5340ec7636/lib-num_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9419784Z [00:16:32.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-iter-a94b1f5340ec7636/lib-num_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9486031Z [00:16:32.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-iter-a94b1f5340ec7636/dep-lib-num_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9554447Z [00:16:32.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atoi_simd-76f28a6528d4c3c3/dep-lib-atoi_simd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9621773Z [00:16:32.202]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atoi_simd-76f28a6528d4c3c3/lib-atoi_simd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9688355Z [00:16:32.209]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atoi_simd-76f28a6528d4c3c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9754774Z [00:16:32.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atoi_simd-76f28a6528d4c3c3/lib-atoi_simd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9823909Z [00:16:32.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-382e2c04c4935fac/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9890569Z [00:16:32.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_json-382e2c04c4935fac/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:10.9958297Z [00:16:32.236]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-42c10f00db3cebeb/bin-nu_plugin_gstat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0024984Z [00:16:32.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-42c10f00db3cebeb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0092089Z [00:16:32.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-42c10f00db3cebeb/dep-bin-nu_plugin_gstat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0158967Z [00:16:32.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_gstat-42c10f00db3cebeb/bin-nu_plugin_gstat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0227555Z [00:16:32.263]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-mio-17ee3a9a5126d1ce/lib-signal_hook_mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0298553Z [00:16:32.270]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-mio-17ee3a9a5126d1ce/dep-lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0368342Z [00:16:32.277]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-mio-17ee3a9a5126d1ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0436169Z [00:16:32.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/signal-hook-mio-17ee3a9a5126d1ce/lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0504983Z [00:16:32.290]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c/lib-nu_plugin_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0573919Z [00:16:32.297]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c/dep-lib-nu_plugin_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0641784Z [00:16:32.304]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0709124Z [00:16:32.311]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c/output-lib-nu_plugin_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0776133Z [00:16:32.317]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-plugin-engine-3f01238bbe5ba34c/lib-nu_plugin_engine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0844340Z [00:16:32.324]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_spanned-9857039a31f0fd4c/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0912295Z [00:16:32.331]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_spanned-9857039a31f0fd4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.0980897Z [00:16:32.338]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_spanned-9857039a31f0fd4c/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1048288Z [00:16:32.345]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde_spanned-9857039a31f0fd4c/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1116476Z [00:16:32.351]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest-5e931a6354c01016/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1184656Z [00:16:32.358]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest-5e931a6354c01016/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1253237Z [00:16:32.365]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest-5e931a6354c01016/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1320104Z [00:16:32.372]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pest-5e931a6354c01016/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1389193Z [00:16:32.379]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/human-date-parser-400b0701e382af71/lib-human_date_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1456888Z [00:16:32.385]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/human-date-parser-400b0701e382af71/lib-human_date_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1525287Z [00:16:32.392]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/human-date-parser-400b0701e382af71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1593790Z [00:16:32.399]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/human-date-parser-400b0701e382af71/dep-lib-human_date_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1664725Z [00:16:32.406]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b381fd0956226d41/lib-html5ever' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1731652Z [00:16:32.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b381fd0956226d41/dep-lib-html5ever' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1798607Z [00:16:32.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b381fd0956226d41/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1866933Z [00:16:32.426]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/html5ever-b381fd0956226d41/lib-html5ever.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.1935925Z [00:16:32.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/console-12643e17fc3b04e3/lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2004688Z [00:16:32.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/console-12643e17fc3b04e3/lib-console.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2072782Z [00:16:32.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/console-12643e17fc3b04e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2141306Z [00:16:32.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/console-12643e17fc3b04e3/dep-lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2209311Z [00:16:32.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs_extra-66aff189b6df588a/lib-fs_extra' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2277571Z [00:16:32.468]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs_extra-66aff189b6df588a/dep-lib-fs_extra' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2345722Z [00:16:32.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs_extra-66aff189b6df588a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2414330Z [00:16:32.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fs_extra-66aff189b6df588a/lib-fs_extra.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2482998Z [00:16:32.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties_data-281a50421255fb32/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2551315Z [00:16:32.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties_data-281a50421255fb32/dep-lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2617545Z [00:16:32.502]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties_data-281a50421255fb32/lib-icu_properties_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2684957Z [00:16:32.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties_data-281a50421255fb32/lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2752712Z [00:16:32.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-a64e58c0a1f0261a/lib-psm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2820965Z [00:16:32.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-a64e58c0a1f0261a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2888793Z [00:16:32.529]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-a64e58c0a1f0261a/lib-psm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.2956604Z [00:16:32.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/psm-a64e58c0a1f0261a/dep-lib-psm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3025783Z [00:16:32.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/powerfmt-53a8ff0e932f6462/lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3094043Z [00:16:32.549]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/powerfmt-53a8ff0e932f6462/dep-lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3161532Z [00:16:32.556]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/powerfmt-53a8ff0e932f6462/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3228303Z [00:16:32.563]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/powerfmt-53a8ff0e932f6462/lib-powerfmt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3296135Z [00:16:32.569]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-9a1ca9dd1be3cbd2/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3363767Z [00:16:32.576]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-9a1ca9dd1be3cbd2/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3432241Z [00:16:32.583]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-9a1ca9dd1be3cbd2/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3499823Z [00:16:32.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-9a1ca9dd1be3cbd2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3568146Z [00:16:32.597]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-bf398d5247bf3731/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3635550Z [00:16:32.603]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ref-cast-bf398d5247bf3731/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3704498Z [00:16:32.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-8e8a8fdb0fcd893e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3771791Z [00:16:32.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libssh2-sys-8e8a8fdb0fcd893e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3839594Z [00:16:32.624]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-8006ba0ca758dec4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3906577Z [00:16:32.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-8006ba0ca758dec4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.3974173Z [00:16:32.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-rational-8b5fc12d55390e63/lib-num_rational' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4042083Z [00:16:32.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-rational-8b5fc12d55390e63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4109438Z [00:16:32.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-rational-8b5fc12d55390e63/dep-lib-num_rational' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4176357Z [00:16:32.657]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-rational-8b5fc12d55390e63/lib-num_rational.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4244352Z [00:16:32.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking-9d0f580be32cb457/lib-parking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4313137Z [00:16:32.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking-9d0f580be32cb457/dep-lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4380764Z [00:16:32.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking-9d0f580be32cb457/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4448217Z [00:16:32.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/parking-9d0f580be32cb457/lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4516231Z [00:16:32.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-3fd415ebe5634856/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4584569Z [00:16:32.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-client-3fd415ebe5634856/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4651559Z [00:16:32.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-328cb79e1068f009/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4719320Z [00:16:32.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-328cb79e1068f009/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4786228Z [00:16:32.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-328cb79e1068f009/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4854157Z [00:16:32.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand-328cb79e1068f009/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4920266Z [00:16:32.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-waker-8768e274fad1a36e/dep-lib-atomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.4988255Z [00:16:32.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-waker-8768e274fad1a36e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5055738Z [00:16:32.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-waker-8768e274fad1a36e/lib-atomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5122892Z [00:16:32.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/atomic-waker-8768e274fad1a36e/lib-atomic_waker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5192187Z [00:16:32.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna-e1d9b31468bc172b/lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5259606Z [00:16:32.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna-e1d9b31468bc172b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5328660Z [00:16:32.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna-e1d9b31468bc172b/lib-idna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5395207Z [00:16:32.779]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/idna-e1d9b31468bc172b/dep-lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5463256Z [00:16:32.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/precomputed-hash-a513819289908bf4/dep-lib-precomputed_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5531097Z [00:16:32.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/precomputed-hash-a513819289908bf4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5598595Z [00:16:32.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/precomputed-hash-a513819289908bf4/lib-precomputed_hash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5665318Z [00:16:32.806]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/precomputed-hash-a513819289908bf4/lib-precomputed_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5733044Z [00:16:32.813]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sync_wrapper-8309a39299af7249/dep-lib-sync_wrapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5800729Z [00:16:32.820]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sync_wrapper-8309a39299af7249/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5867720Z [00:16:32.827]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sync_wrapper-8309a39299af7249/lib-sync_wrapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.5934547Z [00:16:32.833]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sync_wrapper-8309a39299af7249/lib-sync_wrapper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6002192Z [00:16:32.840]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tabled-c1f28060bdc1509d/lib-tabled' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6070904Z [00:16:32.847]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tabled-c1f28060bdc1509d/lib-tabled.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6138363Z [00:16:32.854]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tabled-c1f28060bdc1509d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6205963Z [00:16:32.860]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tabled-c1f28060bdc1509d/dep-lib-tabled' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6273993Z [00:16:32.867]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_provider-a2b09b08beacc726/lib-icu_provider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6342439Z [00:16:32.874]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_provider-a2b09b08beacc726/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6409044Z [00:16:32.881]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_provider-a2b09b08beacc726/dep-lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6476686Z [00:16:32.887]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_provider-a2b09b08beacc726/lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6543933Z [00:16:32.894]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-64828ac5dc1a69fa/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6611265Z [00:16:32.901]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-64828ac5dc1a69fa/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6677647Z [00:16:32.908]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap-cdd5b5cb83ca1c95/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6745557Z [00:16:32.914]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap-cdd5b5cb83ca1c95/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6812615Z [00:16:32.921]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap-cdd5b5cb83ca1c95/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6881654Z [00:16:32.928]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/clap-cdd5b5cb83ca1c95/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.6949998Z [00:16:32.935]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_executable-86c7d21d2cd91ca2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7016658Z [00:16:32.941]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_executable-86c7d21d2cd91ca2/dep-lib-is_executable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7083644Z [00:16:32.948]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_executable-86c7d21d2cd91ca2/lib-is_executable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7151293Z [00:16:32.955]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_executable-86c7d21d2cd91ca2/lib-is_executable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7218145Z [00:16:32.962]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/equivalent-172ee25997bd6c00/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7285228Z [00:16:32.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/equivalent-172ee25997bd6c00/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7353661Z [00:16:32.975]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/equivalent-172ee25997bd6c00/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7421319Z [00:16:32.982]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/equivalent-172ee25997bd6c00/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7489078Z [00:16:32.989]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5/output-lib-nu_plugin_example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7556597Z [00:16:32.995]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5/dep-lib-nu_plugin_example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7624555Z [00:16:33.002]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7691183Z [00:16:33.009]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5/lib-nu_plugin_example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7759200Z [00:16:33.016]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_example-c3f420c3fe045ee5/lib-nu_plugin_example.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7826743Z [00:16:33.022]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/halfbrown-2d641baf78990a92/lib-halfbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7894607Z [00:16:33.029]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/halfbrown-2d641baf78990a92/dep-lib-halfbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.7961681Z [00:16:33.036]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/halfbrown-2d641baf78990a92/lib-halfbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8030975Z [00:16:33.043]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/halfbrown-2d641baf78990a92/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8100077Z [00:16:33.050]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-query-a758aeeadd342389/lib-aws_smithy_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8168264Z [00:16:33.057]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-query-a758aeeadd342389/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8235667Z [00:16:33.063]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-query-a758aeeadd342389/lib-aws_smithy_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8302619Z [00:16:33.070]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-query-a758aeeadd342389/dep-lib-aws_smithy_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8369663Z [00:16:33.077]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer-3ff666bbe59a0e2d/lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8438047Z [00:16:33.084]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer-3ff666bbe59a0e2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8506828Z [00:16:33.090]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer-3ff666bbe59a0e2d/lib-icu_normalizer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8574073Z [00:16:33.097]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_normalizer-3ff666bbe59a0e2d/dep-lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8641184Z [00:16:33.104]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-base-38f2d7d412ee3cc0/lib-nu_cmd_base.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8709240Z [00:16:33.111]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-base-38f2d7d412ee3cc0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8776911Z [00:16:33.117]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-base-38f2d7d412ee3cc0/lib-nu_cmd_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8845246Z [00:16:33.124]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-base-38f2d7d412ee3cc0/dep-lib-nu_cmd_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8912568Z [00:16:33.131]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dunce-8e471e0f7aaf21d7/lib-dunce.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.8979757Z [00:16:33.138]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dunce-8e471e0f7aaf21d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9048624Z [00:16:33.145]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dunce-8e471e0f7aaf21d7/dep-lib-dunce' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9117387Z [00:16:33.152]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dunce-8e471e0f7aaf21d7/lib-dunce' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9184752Z [00:16:33.158]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sct-3669c2c5c90be5cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9252130Z [00:16:33.165]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sct-3669c2c5c90be5cc/lib-sct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9318747Z [00:16:33.172]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sct-3669c2c5c90be5cc/lib-sct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9388495Z [00:16:33.179]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sct-3669c2c5c90be5cc/dep-lib-sct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9456987Z [00:16:33.185]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-b3512fe837a36d63/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9524259Z [00:16:33.192]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wayland-backend-b3512fe837a36d63/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9593522Z [00:16:33.199]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-catalog-a0a1653e388b06af/dep-lib-crc_catalog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9662786Z [00:16:33.206]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-catalog-a0a1653e388b06af/lib-crc_catalog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9732140Z [00:16:33.213]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-catalog-a0a1653e388b06af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9800586Z [00:16:33.220]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crc-catalog-a0a1653e388b06af/lib-crc_catalog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9869626Z [00:16:33.227]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pwd-6cbe16806758f37b/lib-pwd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:11.9936814Z [00:16:33.233]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pwd-6cbe16806758f37b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0005274Z [00:16:33.240]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pwd-6cbe16806758f37b/lib-pwd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0073751Z [00:16:33.247]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pwd-6cbe16806758f37b/dep-lib-pwd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0142773Z [00:16:33.254]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/which-1c7cfe5e3e336e8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0210607Z [00:16:33.261]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/which-1c7cfe5e3e336e8f/lib-which' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0279143Z [00:16:33.268]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/which-1c7cfe5e3e336e8f/lib-which.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0346937Z [00:16:33.274]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/which-1c7cfe5e3e336e8f/dep-lib-which' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0415589Z [00:16:33.281]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-60eb4382f4d53489/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0484161Z [00:16:33.288]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-60eb4382f4d53489/lib-openssl_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0552790Z [00:16:33.295]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-60eb4382f4d53489/dep-lib-openssl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0620354Z [00:16:33.302]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/openssl-sys-60eb4382f4d53489/lib-openssl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0688816Z [00:16:33.309]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-97a98f283e49eac0/lib-v_htmlescape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0756707Z [00:16:33.315]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-97a98f283e49eac0/lib-v_htmlescape.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0824511Z [00:16:33.322]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-97a98f283e49eac0/dep-lib-v_htmlescape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0893117Z [00:16:33.329]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/v_htmlescape-97a98f283e49eac0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.0962282Z [00:16:33.336]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/string_cache-27ee910f3f3664de/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1030920Z [00:16:33.343]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/string_cache-27ee910f3f3664de/lib-string_cache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1098846Z [00:16:33.350]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/string_cache-27ee910f3f3664de/lib-string_cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1167127Z [00:16:33.356]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/string_cache-27ee910f3f3664de/dep-lib-string_cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1235140Z [00:16:33.363]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shell-words-fab7b27eaa8549a7/lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1303925Z [00:16:33.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shell-words-fab7b27eaa8549a7/dep-lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1373032Z [00:16:33.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shell-words-fab7b27eaa8549a7/lib-shell_words.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1441527Z [00:16:33.384]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/shell-words-fab7b27eaa8549a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1509324Z [00:16:33.391]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-5ab6f4c9570cc54c/lib-rust_decimal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1576189Z [00:16:33.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-5ab6f4c9570cc54c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1643972Z [00:16:33.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-5ab6f4c9570cc54c/dep-lib-rust_decimal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1712336Z [00:16:33.411]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rust_decimal-5ab6f4c9570cc54c/lib-rust_decimal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1780265Z [00:16:33.418]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thread_local-ac0f82058745b480/dep-lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1847332Z [00:16:33.425]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thread_local-ac0f82058745b480/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1915118Z [00:16:33.431]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thread_local-ac0f82058745b480/lib-thread_local.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.1982573Z [00:16:33.438]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/thread_local-ac0f82058745b480/lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2050333Z [00:16:33.445]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashlink-f68279be559c98f7/dep-lib-hashlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2118103Z [00:16:33.452]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashlink-f68279be559c98f7/lib-hashlink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2185587Z [00:16:33.458]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashlink-f68279be559c98f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2252689Z [00:16:33.465]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hashlink-f68279be559c98f7/lib-hashlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2320541Z [00:16:33.472]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-config-91f1a01a194abf83/lib-aws_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2388109Z [00:16:33.479]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-config-91f1a01a194abf83/dep-lib-aws_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2454889Z [00:16:33.485]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-config-91f1a01a194abf83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2522715Z [00:16:33.492]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-config-91f1a01a194abf83/lib-aws_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2590964Z [00:16:33.499]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/log-9fd8f72c6bca26d5/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2657648Z [00:16:33.506]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/log-9fd8f72c6bca26d5/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2724928Z [00:16:33.512]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/log-9fd8f72c6bca26d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2793646Z [00:16:33.519]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/log-9fd8f72c6bca26d5/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2862204Z [00:16:33.526]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aho-corasick-0c641a08514c09b4/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2928960Z [00:16:33.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aho-corasick-0c641a08514c09b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.2996167Z [00:16:33.539]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aho-corasick-0c641a08514c09b4/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3064069Z [00:16:33.546]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aho-corasick-0c641a08514c09b4/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3133067Z [00:16:33.553]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fd-lock-9026c5966c80db4a/lib-fd_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3200811Z [00:16:33.560]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fd-lock-9026c5966c80db4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3271513Z [00:16:33.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fd-lock-9026c5966c80db4a/lib-fd_lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3338540Z [00:16:33.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fd-lock-9026c5966c80db4a/dep-lib-fd_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3406218Z [00:16:33.580]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reqwest-df3edca4f9d58cce/lib-reqwest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3473246Z [00:16:33.587]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reqwest-df3edca4f9d58cce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3539927Z [00:16:33.594]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reqwest-df3edca4f9d58cce/lib-reqwest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3606911Z [00:16:33.600]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/reqwest-df3edca4f9d58cce/dep-lib-reqwest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3674006Z [00:16:33.607]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tendril-1528da0e1100a21c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3741757Z [00:16:33.614]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tendril-1528da0e1100a21c/lib-tendril' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3809350Z [00:16:33.621]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tendril-1528da0e1100a21c/lib-tendril.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3876613Z [00:16:33.627]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tendril-1528da0e1100a21c/dep-lib-tendril' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.3942864Z [00:16:33.634]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-2eaceaacd54f68d9/dep-lib-zstd_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4008939Z [00:16:33.641]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-2eaceaacd54f68d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4076859Z [00:16:33.647]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-2eaceaacd54f68d9/lib-zstd_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4145518Z [00:16:33.654]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zstd-sys-2eaceaacd54f68d9/lib-zstd_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4214121Z [00:16:33.661]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alphanumeric-sort-c3ff27e0f0c1d649/lib-alphanumeric_sort.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4282945Z [00:16:33.668]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alphanumeric-sort-c3ff27e0f0c1d649/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4350475Z [00:16:33.675]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alphanumeric-sort-c3ff27e0f0c1d649/dep-lib-alphanumeric_sort' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4416355Z [00:16:33.681]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/alphanumeric-sort-c3ff27e0f0c1d649/lib-alphanumeric_sort' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4484106Z [00:16:33.688]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/home-912337b30fee19c0/lib-home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4552808Z [00:16:33.695]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/home-912337b30fee19c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4620647Z [00:16:33.702]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/home-912337b30fee19c0/dep-lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4688845Z [00:16:33.709]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/home-912337b30fee19c0/lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4757294Z [00:16:33.715]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-88676cffa9a85f1b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4824470Z [00:16:33.722]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libm-88676cffa9a85f1b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4891925Z [00:16:33.729]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-7100a26c03aabbe5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.4959352Z [00:16:33.736]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-ops-7100a26c03aabbe5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5026567Z [00:16:33.742]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-a684436aef2ee0a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5094088Z [00:16:33.749]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-a684436aef2ee0a6/lib-polars_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5164627Z [00:16:33.756]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-a684436aef2ee0a6/dep-lib-polars_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5232029Z [00:16:33.763]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/polars-core-a684436aef2ee0a6/lib-polars_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5300970Z [00:16:33.770]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties-aefbc4e5237c0c47/lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5368591Z [00:16:33.777]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties-aefbc4e5237c0c47/lib-icu_properties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5435721Z [00:16:33.783]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties-aefbc4e5237c0c47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5503874Z [00:16:33.790]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/icu_properties-aefbc4e5237c0c47/dep-lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5571386Z [00:16:33.797]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-2494db94d9f9f543/dep-lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5649354Z [00:16:33.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-2494db94d9f9f543/lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5716820Z [00:16:33.811]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-2494db94d9f9f543/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5785018Z [00:16:33.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-pemfile-2494db94d9f9f543/lib-rustls_pemfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5852821Z [00:16:33.825]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-util-513808909860ce7e/lib-hyper_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5920061Z [00:16:33.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-util-513808909860ce7e/dep-lib-hyper_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.5988367Z [00:16:33.839]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-util-513808909860ce7e/lib-hyper_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6055933Z [00:16:33.845]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-util-513808909860ce7e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6126122Z [00:16:33.852]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-e1fee1aa8e818fac/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6193423Z [00:16:33.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/snap-e1fee1aa8e818fac/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6262479Z [00:16:33.866]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-iterator-3388414c1b9bec9c/dep-lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6328846Z [00:16:33.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-iterator-3388414c1b9bec9c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6396813Z [00:16:33.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-iterator-3388414c1b9bec9c/lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6464564Z [00:16:33.886]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fallible-iterator-3388414c1b9bec9c/lib-fallible_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6533418Z [00:16:33.893]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-parse-0a62d2c6fc5df59d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6602113Z [00:16:33.900]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-parse-0a62d2c6fc5df59d/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6669348Z [00:16:33.907]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-parse-0a62d2c6fc5df59d/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6736033Z [00:16:33.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstyle-parse-0a62d2c6fc5df59d/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6802949Z [00:16:33.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wax-222a9a48cd888c1c/lib-wax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6871755Z [00:16:33.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wax-222a9a48cd888c1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.6938987Z [00:16:33.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wax-222a9a48cd888c1c/lib-wax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7005936Z [00:16:33.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/wax-222a9a48cd888c1c/dep-lib-wax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7074701Z [00:16:33.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-set-fe5dce40a1b9a271/dep-lib-bit_set' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7142097Z [00:16:33.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-set-fe5dce40a1b9a271/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7210387Z [00:16:33.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-set-fe5dce40a1b9a271/lib-bit_set' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7278174Z [00:16:33.968]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bit-set-fe5dce40a1b9a271/lib-bit_set.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7344691Z [00:16:33.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762/output-lib-nu_lsp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7411503Z [00:16:33.981]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762/dep-lib-nu_lsp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7477418Z [00:16:33.988]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7544001Z [00:16:33.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762/lib-nu_lsp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7609895Z [00:16:34.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-lsp-7ebcab1d5c1f6762/lib-nu_lsp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7678474Z [00:16:34.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerovec-4bd946feea8e9f73/dep-lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7743848Z [00:16:34.014]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerovec-4bd946feea8e9f73/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7812254Z [00:16:34.021]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerovec-4bd946feea8e9f73/lib-zerovec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7879149Z [00:16:34.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zerovec-4bd946feea8e9f73/lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.7946902Z [00:16:34.034]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-9356aaf3df80bd8c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8013911Z [00:16:34.041]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustls-9356aaf3df80bd8c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8082388Z [00:16:34.048]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rle-decode-fast-1d16e13e02f2a59a/lib-rle_decode_fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8150806Z [00:16:34.055]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rle-decode-fast-1d16e13e02f2a59a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8218762Z [00:16:34.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rle-decode-fast-1d16e13e02f2a59a/lib-rle_decode_fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8285601Z [00:16:34.068]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rle-decode-fast-1d16e13e02f2a59a/dep-lib-rle_decode_fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8353890Z [00:16:34.075]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559/output-lib-nu_plugin_polars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8423603Z [00:16:34.082]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8490336Z [00:16:34.089]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559/lib-nu_plugin_polars.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8557572Z [00:16:34.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559/dep-lib-nu_plugin_polars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8625806Z [00:16:34.102]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_polars-a178b50405395559/lib-nu_plugin_polars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8693767Z [00:16:34.109]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-std-fa4703acf637627b/lib-nu_std' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8761821Z [00:16:34.116]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-std-fa4703acf637627b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8828670Z [00:16:34.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-std-fa4703acf637627b/lib-nu_std.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8896575Z [00:16:34.129]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-std-fa4703acf637627b/dep-lib-nu_std' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.8964454Z [00:16:34.136]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-ext-a223d4ebd2d110a2/lib-backtrace_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9033392Z [00:16:34.143]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-ext-a223d4ebd2d110a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9099813Z [00:16:34.150]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-ext-a223d4ebd2d110a2/dep-lib-backtrace_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9167509Z [00:16:34.157]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/backtrace-ext-a223d4ebd2d110a2/lib-backtrace_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9235349Z [00:16:34.163]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fixedbitset-53ac1fa02b85d463/lib-fixedbitset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9303310Z [00:16:34.170]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fixedbitset-53ac1fa02b85d463/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9372202Z [00:16:34.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fixedbitset-53ac1fa02b85d463/dep-lib-fixedbitset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9440778Z [00:16:34.184]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fixedbitset-53ac1fa02b85d463/lib-fixedbitset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9509203Z [00:16:34.191]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nucleo-matcher-b241afad9d4ff121/lib-nucleo_matcher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9575826Z [00:16:34.197]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nucleo-matcher-b241afad9d4ff121/dep-lib-nucleo_matcher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9643796Z [00:16:34.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nucleo-matcher-b241afad9d4ff121/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9710948Z [00:16:34.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nucleo-matcher-b241afad9d4ff121/lib-nucleo_matcher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9780270Z [00:16:34.218]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-project-lite-7141a35ff92d90b5/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9846783Z [00:16:34.224]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-project-lite-7141a35ff92d90b5/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9913275Z [00:16:34.231]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-project-lite-7141a35ff92d90b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:12.9980206Z [00:16:34.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/pin-project-lite-7141a35ff92d90b5/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0048435Z [00:16:34.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stable_deref_trait-b791c118f73f8ac1/dep-lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0115125Z [00:16:34.251]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stable_deref_trait-b791c118f73f8ac1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0182825Z [00:16:34.258]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stable_deref_trait-b791c118f73f8ac1/lib-stable_deref_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0251747Z [00:16:34.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stable_deref_trait-b791c118f73f8ac1/lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0319988Z [00:16:34.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-2a2713766cfb1228/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0386593Z [00:16:34.278]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-2a2713766cfb1228/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0453844Z [00:16:34.285]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-2a2713766cfb1228/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0523379Z [00:16:34.292]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-2a2713766cfb1228/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0590566Z [00:16:34.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-01f6c3248026931a/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0658155Z [00:16:34.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-01f6c3248026931a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0726679Z [00:16:34.312]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-01f6c3248026931a/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0794463Z [00:16:34.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-01f6c3248026931a/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0862802Z [00:16:34.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-92bb37db7140da37/lib-stacker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0931362Z [00:16:34.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-92bb37db7140da37/lib-stacker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.0998229Z [00:16:34.340]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-92bb37db7140da37/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1065372Z [00:16:34.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/stacker-92bb37db7140da37/dep-lib-stacker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1133105Z [00:16:34.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstream-b0fa21c5f8dcbacf/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1199983Z [00:16:34.360]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstream-b0fa21c5f8dcbacf/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1268164Z [00:16:34.367]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstream-b0fa21c5f8dcbacf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1334875Z [00:16:34.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/anstream-b0fa21c5f8dcbacf/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1402497Z [00:16:34.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-dc9beeef36f073ec/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1470884Z [00:16:34.387]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-dc9beeef36f073ec/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1537440Z [00:16:34.394]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-dc9beeef36f073ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1604802Z [00:16:34.400]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/num-traits-dc9beeef36f073ec/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1673636Z [00:16:34.407]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-types-6da021def994144d/dep-lib-lsp_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1740429Z [00:16:34.414]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-types-6da021def994144d/lib-lsp_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1807438Z [00:16:34.421]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-types-6da021def994144d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1875943Z [00:16:34.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lsp-types-6da021def994144d/lib-lsp_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.1942653Z [00:16:34.434]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_logger-64a6bd686bd00d63/lib-env_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2010938Z [00:16:34.441]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_logger-64a6bd686bd00d63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2079219Z [00:16:34.448]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_logger-64a6bd686bd00d63/lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2146365Z [00:16:34.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_logger-64a6bd686bd00d63/dep-lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2214072Z [00:16:34.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-dbd1850c9403762a/lib-markup5ever' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2281381Z [00:16:34.468]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-dbd1850c9403762a/lib-markup5ever.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2348366Z [00:16:34.475]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-dbd1850c9403762a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2415964Z [00:16:34.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-dbd1850c9403762a/dep-lib-markup5ever' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2484062Z [00:16:34.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-88b9aa086bd56f4f/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2551506Z [00:16:34.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-88b9aa086bd56f4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2619058Z [00:16:34.502]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-88b9aa086bd56f4f/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2686981Z [00:16:34.508]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itertools-88b9aa086bd56f4f/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2754926Z [00:16:34.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sysinfo-6acb9388e4f1b907/lib-sysinfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2822428Z [00:16:34.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sysinfo-6acb9388e4f1b907/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2888840Z [00:16:34.529]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sysinfo-6acb9388e4f1b907/lib-sysinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.2956155Z [00:16:34.535]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sysinfo-6acb9388e4f1b907/dep-lib-sysinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3025750Z [00:16:34.542]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever_rcdom-72fbc1c1896b8c23/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3093628Z [00:16:34.549]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever_rcdom-72fbc1c1896b8c23/lib-markup5ever_rcdom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3161854Z [00:16:34.556]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever_rcdom-72fbc1c1896b8c23/dep-lib-markup5ever_rcdom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3227558Z [00:16:34.563]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever_rcdom-72fbc1c1896b8c23/lib-markup5ever_rcdom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3295188Z [00:16:34.569]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/deranged-073ace2e5e8a79a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3362850Z [00:16:34.576]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/deranged-073ace2e5e8a79a2/dep-lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3431537Z [00:16:34.583]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/deranged-073ace2e5e8a79a2/lib-deranged.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3498921Z [00:16:34.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/deranged-073ace2e5e8a79a2/lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3566734Z [00:16:34.596]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-automata-bbaf20b09695e3da/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3634846Z [00:16:34.603]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-automata-bbaf20b09695e3da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3701532Z [00:16:34.610]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-automata-bbaf20b09695e3da/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3769525Z [00:16:34.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-automata-bbaf20b09695e3da/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3836691Z [00:16:34.623]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rfc2047-decoder-53b4307177694c0a/lib-rfc2047_decoder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3903706Z [00:16:34.630]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rfc2047-decoder-53b4307177694c0a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.3971199Z [00:16:34.637]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rfc2047-decoder-53b4307177694c0a/dep-lib-rfc2047_decoder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4039738Z [00:16:34.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rfc2047-decoder-53b4307177694c0a/lib-rfc2047_decoder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4107041Z [00:16:34.650]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-json-ae8b9796c0714309/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4174415Z [00:16:34.657]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-json-ae8b9796c0714309/dep-lib-aws_smithy_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4242073Z [00:16:34.664]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-json-ae8b9796c0714309/lib-aws_smithy_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4308988Z [00:16:34.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-smithy-json-ae8b9796c0714309/lib-aws_smithy_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4377647Z [00:16:34.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-ssooidc-f2b7a62fadcf20e2/lib-aws_sdk_ssooidc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4446264Z [00:16:34.684]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-ssooidc-f2b7a62fadcf20e2/lib-aws_sdk_ssooidc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4513248Z [00:16:34.691]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-ssooidc-f2b7a62fadcf20e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4581088Z [00:16:34.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-ssooidc-f2b7a62fadcf20e2/dep-lib-aws_sdk_ssooidc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4650054Z [00:16:34.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-docker-cbd410dfd5e8f44f/lib-is_docker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4718513Z [00:16:34.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-docker-cbd410dfd5e8f44f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4784470Z [00:16:34.718]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-docker-cbd410dfd5e8f44f/lib-is_docker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4851732Z [00:16:34.725]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is-docker-cbd410dfd5e8f44f/dep-lib-is_docker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4919999Z [00:16:34.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fxhash-49cf8527f30d7f2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.4988048Z [00:16:34.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fxhash-49cf8527f30d7f2b/lib-fxhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5055408Z [00:16:34.745]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fxhash-49cf8527f30d7f2b/dep-lib-fxhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5124625Z [00:16:34.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/fxhash-49cf8527f30d7f2b/lib-fxhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5196092Z [00:16:34.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2/dep-lib-nu_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5264402Z [00:16:34.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2/lib-nu_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5332636Z [00:16:34.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5400297Z [00:16:34.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2/output-lib-nu_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5468710Z [00:16:34.787]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-parser-6685ece72543f2f2/lib-nu_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5537590Z [00:16:34.794]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-queue-4740e9e0f0f15176/lib-crossbeam_queue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5606872Z [00:16:34.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-queue-4740e9e0f0f15176/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5674609Z [00:16:34.807]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-queue-4740e9e0f0f15176/lib-crossbeam_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5741903Z [00:16:34.814]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/crossbeam-queue-4740e9e0f0f15176/dep-lib-crossbeam_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5809750Z [00:16:34.821]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/glob-7dbad827ab1b7f61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5877203Z [00:16:34.828]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/glob-7dbad827ab1b7f61/dep-lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.5944418Z [00:16:34.834]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/glob-7dbad827ab1b7f61/lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6012472Z [00:16:34.841]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/glob-7dbad827ab1b7f61/lib-glob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6081107Z [00:16:34.848]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/servo_arc-aac27d6f011d68af/lib-servo_arc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6148459Z [00:16:34.855]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/servo_arc-aac27d6f011d68af/dep-lib-servo_arc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6217310Z [00:16:34.862]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/servo_arc-aac27d6f011d68af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6285494Z [00:16:34.868]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/servo_arc-aac27d6f011d68af/lib-servo_arc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6354541Z [00:16:34.875]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b/bin-nu_plugin_custom_values' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6423125Z [00:16:34.882]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6491781Z [00:16:34.889]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b/output-bin-nu_plugin_custom_values' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6559555Z [00:16:34.896]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b/dep-bin-nu_plugin_custom_values' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6625979Z [00:16:34.902]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu_plugin_custom_values-ed9ca32ba236e62b/bin-nu_plugin_custom_values.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6694395Z [00:16:34.909]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6/lib-nu_path.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6764987Z [00:16:34.916]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6/dep-lib-nu_path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6833242Z [00:16:34.923]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6900905Z [00:16:34.930]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6/output-lib-nu_path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.6967652Z [00:16:34.937]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-path-7c90292ca855c4e6/lib-nu_path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7036064Z [00:16:34.943]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-term-grid-c8ffdb05681cb8ad/lib-nu_term_grid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7103470Z [00:16:34.950]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-term-grid-c8ffdb05681cb8ad/dep-lib-nu_term_grid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7171919Z [00:16:34.957]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-term-grid-c8ffdb05681cb8ad/lib-nu_term_grid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7238865Z [00:16:34.964]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-term-grid-c8ffdb05681cb8ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7306810Z [00:16:34.970]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-edf8eac1daae5528/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7374916Z [00:16:34.977]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-edf8eac1daae5528/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7442180Z [00:16:34.984]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-edf8eac1daae5528/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7510554Z [00:16:34.991]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/serde-edf8eac1daae5528/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7579990Z [00:16:34.998]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-segmentation-882d83e719bd69f3/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7647618Z [00:16:35.005]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-segmentation-882d83e719bd69f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7715882Z [00:16:35.011]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-segmentation-882d83e719bd69f3/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7784441Z [00:16:35.018]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-segmentation-882d83e719bd69f3/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7852026Z [00:16:35.025]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/md-5-5d79f546fe65219c/dep-lib-md5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7920173Z [00:16:35.032]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/md-5-5d79f546fe65219c/lib-md5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.7987269Z [00:16:35.039]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/md-5-5d79f546fe65219c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8054664Z [00:16:35.045]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/md-5-5d79f546fe65219c/lib-md5.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8124286Z [00:16:35.052]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-c3cff5878a457d19/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8193434Z [00:16:35.059]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-c3cff5878a457d19/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8262359Z [00:16:35.066]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-86a8c85dddc43966/dep-lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8330875Z [00:16:35.073]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-86a8c85dddc43966/lib-ring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8397252Z [00:16:35.080]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-86a8c85dddc43966/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8465852Z [00:16:35.086]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ring-86a8c85dddc43966/lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8535159Z [00:16:35.093]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/petgraph-9511a98d8829f201/lib-petgraph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8602632Z [00:16:35.100]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/petgraph-9511a98d8829f201/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8670251Z [00:16:35.107]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/petgraph-9511a98d8829f201/dep-lib-petgraph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8737356Z [00:16:35.114]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/petgraph-9511a98d8829f201/lib-petgraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8805461Z [00:16:35.120]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-74a88250cde70fa4/dep-lib-event_listener' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8873902Z [00:16:35.127]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-74a88250cde70fa4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.8943678Z [00:16:35.134]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-74a88250cde70fa4/lib-event_listener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9010611Z [00:16:35.141]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/event-listener-74a88250cde70fa4/lib-event_listener' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9080031Z [00:16:35.148]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/new_debug_unreachable-84e4020c8871f4af/lib-debug_unreachable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9146780Z [00:16:35.154]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/new_debug_unreachable-84e4020c8871f4af/lib-debug_unreachable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9215263Z [00:16:35.161]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/new_debug_unreachable-84e4020c8871f4af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9283106Z [00:16:35.168]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/new_debug_unreachable-84e4020c8871f4af/dep-lib-debug_unreachable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9349982Z [00:16:35.175]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/interprocess-6b548cfc83a85547/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9417568Z [00:16:35.182]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/interprocess-6b548cfc83a85547/lib-interprocess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9486000Z [00:16:35.188]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/interprocess-6b548cfc83a85547/lib-interprocess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9552565Z [00:16:35.195]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/interprocess-6b548cfc83a85547/dep-lib-interprocess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9620259Z [00:16:35.202]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/walkdir-ab1affa6d1684bbc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9686960Z [00:16:35.208]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/walkdir-ab1affa6d1684bbc/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9755029Z [00:16:35.215]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/walkdir-ab1affa6d1684bbc/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9822945Z [00:16:35.222]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/walkdir-ab1affa6d1684bbc/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9892302Z [00:16:35.229]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-1767d6f4baf99d94/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:13.9959490Z [00:16:35.236]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-1767d6f4baf99d94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0026628Z [00:16:35.242]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-1767d6f4baf99d94/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0093942Z [00:16:35.249]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lock_api-1767d6f4baf99d94/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0161133Z [00:16:35.256]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-275585e7b054e969/dep-lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0228169Z [00:16:35.263]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-275585e7b054e969/lib-http_body.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0295057Z [00:16:35.269]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-275585e7b054e969/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0361359Z [00:16:35.276]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/http-body-275585e7b054e969/lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0428428Z [00:16:35.283]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xml5ever-d63ad9cdbf8f5388/lib-xml5ever' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0496043Z [00:16:35.289]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xml5ever-d63ad9cdbf8f5388/dep-lib-xml5ever' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0564143Z [00:16:35.296]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xml5ever-d63ad9cdbf8f5388/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0630553Z [00:16:35.303]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/xml5ever-d63ad9cdbf8f5388/lib-xml5ever.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0697240Z [00:16:35.310]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hex-e6776d86f2c5abaf/dep-lib-hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0765102Z [00:16:35.316]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hex-e6776d86f2c5abaf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0832369Z [00:16:35.323]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hex-e6776d86f2c5abaf/lib-hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0900482Z [00:16:35.330]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hex-e6776d86f2c5abaf/lib-hex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.0968568Z [00:16:35.337]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zopfli-47865d081e187006/lib-zopfli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1035513Z [00:16:35.343]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zopfli-47865d081e187006/lib-zopfli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1102474Z [00:16:35.350]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zopfli-47865d081e187006/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1169710Z [00:16:35.357]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/zopfli-47865d081e187006/dep-lib-zopfli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1238425Z [00:16:35.364]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-8e0ea445b4a54dc9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1306025Z [00:16:35.370]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-8e0ea445b4a54dc9/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1373680Z [00:16:35.377]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-8e0ea445b4a54dc9/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1441140Z [00:16:35.384]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rustix-8e0ea445b4a54dc9/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1508373Z [00:16:35.391]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/der-c28589b94316e476/lib-der' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1576921Z [00:16:35.397]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/der-c28589b94316e476/dep-lib-der' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1645439Z [00:16:35.404]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/der-c28589b94316e476/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1713232Z [00:16:35.411]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/der-c28589b94316e476/lib-der.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1780824Z [00:16:35.418]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha2-fe60a345b99169f2/lib-sha2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1849449Z [00:16:35.425]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha2-fe60a345b99169f2/lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1917161Z [00:16:35.432]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha2-fe60a345b99169f2/dep-lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.1985659Z [00:16:35.438]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/sha2-fe60a345b99169f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2055246Z [00:16:35.445]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_datetime-d41a81c13c42a0ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2123062Z [00:16:35.452]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_datetime-d41a81c13c42a0ba/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2192177Z [00:16:35.459]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_datetime-d41a81c13c42a0ba/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2258273Z [00:16:35.466]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/toml_datetime-d41a81c13c42a0ba/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2325889Z [00:16:35.472]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-433fc7ed325720c4/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2393519Z [00:16:35.479]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-433fc7ed325720c4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2461788Z [00:16:35.486]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-433fc7ed325720c4/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2529751Z [00:16:35.493]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytes-433fc7ed325720c4/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2598661Z [00:16:35.500]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-04a8bb9904d70ebb/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2665804Z [00:16:35.506]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nix-04a8bb9904d70ebb/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2733740Z [00:16:35.513]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-e9ee9faa46783275/lib-curl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2801608Z [00:16:35.520]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-e9ee9faa46783275/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2869385Z [00:16:35.527]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-e9ee9faa46783275/dep-lib-curl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.2936339Z [00:16:35.533]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/curl-e9ee9faa46783275/lib-curl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3004673Z [00:16:35.540]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/skiplist-467b7355a472c010/lib-skiplist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3072653Z [00:16:35.547]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/skiplist-467b7355a472c010/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3140830Z [00:16:35.554]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/skiplist-467b7355a472c010/lib-skiplist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3208204Z [00:16:35.561]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/skiplist-467b7355a472c010/dep-lib-skiplist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3276526Z [00:16:35.567]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sts-c1e137be5bce6e21/dep-lib-aws_sdk_sts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3343904Z [00:16:35.574]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sts-c1e137be5bce6e21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3412412Z [00:16:35.581]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sts-c1e137be5bce6e21/lib-aws_sdk_sts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3482025Z [00:16:35.588]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-sdk-sts-c1e137be5bce6e21/lib-aws_sdk_sts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3548900Z [00:16:35.595]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uucore-b56da79c9dbeea29/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3617212Z [00:16:35.602]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uucore-b56da79c9dbeea29/lib-uucore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3683797Z [00:16:35.608]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uucore-b56da79c9dbeea29/dep-lib-uucore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3752083Z [00:16:35.615]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/uucore-b56da79c9dbeea29/lib-uucore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3819408Z [00:16:35.622]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147/output-lib-nu_cmd_extra' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3886325Z [00:16:35.628]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147/lib-nu_cmd_extra.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.3952916Z [00:16:35.635]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4020199Z [00:16:35.642]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147/dep-lib-nu_cmd_extra' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4090164Z [00:16:35.649]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/nu-cmd-extra-8b85ba61e3f5b147/lib-nu_cmd_extra' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4161627Z [00:16:35.656]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-5c658d569022504b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4228161Z [00:16:35.663]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-5c658d569022504b/lib-libz_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4295738Z [00:16:35.669]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-5c658d569022504b/dep-lib-libz_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4362592Z [00:16:35.676]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/libz-sys-5c658d569022504b/lib-libz_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4430427Z [00:16:35.683]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bincode-1d31f44e86027a08/dep-lib-bincode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4497934Z [00:16:35.690]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bincode-1d31f44e86027a08/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4564445Z [00:16:35.696]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bincode-1d31f44e86027a08/lib-bincode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4631136Z [00:16:35.703]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bincode-1d31f44e86027a08/lib-bincode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4698240Z [00:16:35.710]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/litemap-24fa94a2898e6277/lib-litemap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4767006Z [00:16:35.716]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/litemap-24fa94a2898e6277/dep-lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4833413Z [00:16:35.723]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/litemap-24fa94a2898e6277/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4902065Z [00:16:35.730]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/litemap-24fa94a2898e6277/lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.4970217Z [00:16:35.737]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-6779d5c743dd391b/lib-notify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5038511Z [00:16:35.744]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-6779d5c743dd391b/dep-lib-notify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5106256Z [00:16:35.750]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-6779d5c743dd391b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5178691Z [00:16:35.758]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/notify-6779d5c743dd391b/lib-notify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5246990Z [00:16:35.764]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-color-0528b28cf81ac6ef/lib-supports_color' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5314417Z [00:16:35.771]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-color-0528b28cf81ac6ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5381085Z [00:16:35.778]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-color-0528b28cf81ac6ef/dep-lib-supports_color' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5448278Z [00:16:35.785]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/supports-color-0528b28cf81ac6ef/lib-supports_color.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5515752Z [00:16:35.791]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bumpalo-cfaa9c6929b5cd9b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5583078Z [00:16:35.798]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bumpalo-cfaa9c6929b5cd9b/lib-bumpalo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5650412Z [00:16:35.805]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bumpalo-cfaa9c6929b5cd9b/dep-lib-bumpalo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5718417Z [00:16:35.812]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bumpalo-cfaa9c6929b5cd9b/lib-bumpalo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5785504Z [00:16:35.818]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-ab42500142c68361/lib-hyper_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5853004Z [00:16:35.825]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-ab42500142c68361/dep-lib-hyper_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5921540Z [00:16:35.832]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-ab42500142c68361/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.5988692Z [00:16:35.839]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/hyper-rustls-ab42500142c68361/lib-hyper_rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6057090Z [00:16:35.845]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-decompressor-e892e89100d7d2c8/lib-brotli_decompressor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6126504Z [00:16:35.852]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-decompressor-e892e89100d7d2c8/dep-lib-brotli_decompressor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6193765Z [00:16:35.859]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-decompressor-e892e89100d7d2c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6260928Z [00:16:35.866]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/brotli-decompressor-e892e89100d7d2c8/lib-brotli_decompressor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6329061Z [00:16:35.873]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/similar-53aad22c0e77d052/dep-lib-similar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6395697Z [00:16:35.879]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/similar-53aad22c0e77d052/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6462702Z [00:16:35.886]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/similar-53aad22c0e77d052/lib-similar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6528912Z [00:16:35.893]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/similar-53aad22c0e77d052/lib-similar.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6596671Z [00:16:35.899]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-syntax-523d3002ffab0ee9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6664519Z [00:16:35.906]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-syntax-523d3002ffab0ee9/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6733275Z [00:16:35.913]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-syntax-523d3002ffab0ee9/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6802249Z [00:16:35.920]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-syntax-523d3002ffab0ee9/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6870231Z [00:16:35.927]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dyn-clone-3a55b8eb1be4a805/lib-dyn_clone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.6938427Z [00:16:35.934]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dyn-clone-3a55b8eb1be4a805/lib-dyn_clone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7005684Z [00:16:35.940]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dyn-clone-3a55b8eb1be4a805/dep-lib-dyn_clone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7073560Z [00:16:35.947]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/dyn-clone-3a55b8eb1be4a805/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7141612Z [00:16:35.954]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8_iter-a3735ad5624c2682/lib-utf8_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7208595Z [00:16:35.961]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8_iter-a3735ad5624c2682/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7275383Z [00:16:35.967]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8_iter-a3735ad5624c2682/lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7343685Z [00:16:35.974]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/utf8_iter-a3735ad5624c2682/dep-lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7412478Z [00:16:35.981]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-2eb45abcfa0ed01b/lib-markup5ever' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7479339Z [00:16:35.988]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-2eb45abcfa0ed01b/lib-markup5ever.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7546966Z [00:16:35.994]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-2eb45abcfa0ed01b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7614612Z [00:16:36.001]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/markup5ever-2eb45abcfa0ed01b/dep-lib-markup5ever' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7683582Z [00:16:36.008]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/multipart-rs-5e0871eccb3d282b/lib-multipart_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7750838Z [00:16:36.015]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/multipart-rs-5e0871eccb3d282b/dep-lib-multipart_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7819134Z [00:16:36.022]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/multipart-rs-5e0871eccb3d282b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7885990Z [00:16:36.028]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/multipart-rs-5e0871eccb3d282b/lib-multipart_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.7954202Z [00:16:36.035]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/block-buffer-bd04e960fa2f85f6/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8022187Z [00:16:36.042]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/block-buffer-bd04e960fa2f85f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8090426Z [00:16:36.049]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/block-buffer-bd04e960fa2f85f6/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8157547Z [00:16:36.056]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/block-buffer-bd04e960fa2f85f6/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8225601Z [00:16:36.062]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-be8a016ccab53006/dep-lib-lz4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8293679Z [00:16:36.069]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-be8a016ccab53006/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8362068Z [00:16:36.076]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-be8a016ccab53006/lib-lz4.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8429663Z [00:16:36.083]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/lz4-be8a016ccab53006/lib-lz4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8496090Z [00:16:36.089]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-0e473f030e803ed4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8562777Z [00:16:36.096]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/oem_cp-0e473f030e803ed4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8630835Z [00:16:36.103]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-lite-8619887f50e57907/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8697875Z [00:16:36.110]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-lite-8619887f50e57907/dep-lib-regex_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8764416Z [00:16:36.116]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-lite-8619887f50e57907/lib-regex_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8830913Z [00:16:36.123]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/regex-lite-8619887f50e57907/lib-regex_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8898918Z [00:16:36.130]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/yoke-22ba29b4b7cbfeee/lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.8967107Z [00:16:36.137]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/yoke-22ba29b4b7cbfeee/dep-lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9036853Z [00:16:36.143]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/yoke-22ba29b4b7cbfeee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9106396Z [00:16:36.150]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/yoke-22ba29b4b7cbfeee/lib-yoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9173996Z [00:16:36.157]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_terminal_polyfill-9e3e3213721a8892/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9241809Z [00:16:36.164]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_terminal_polyfill-9e3e3213721a8892/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9309057Z [00:16:36.171]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_terminal_polyfill-9e3e3213721a8892/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9376111Z [00:16:36.177]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/is_terminal_polyfill-9e3e3213721a8892/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9443904Z [00:16:36.184]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-00065bc91c726ac4/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9511272Z [00:16:36.191]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-00065bc91c726ac4/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9578676Z [00:16:36.198]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-00065bc91c726ac4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9646968Z [00:16:36.204]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/rand_core-00065bc91c726ac4/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9714913Z [00:16:36.211]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scraper-8936ae42f38f5929/lib-scraper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9782055Z [00:16:36.218]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scraper-8936ae42f38f5929/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9849380Z [00:16:36.225]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scraper-8936ae42f38f5929/dep-lib-scraper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9918484Z [00:16:36.232]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/scraper-8936ae42f38f5929/lib-scraper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:14.9987004Z [00:16:36.238]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/boxcar-0c9bd6ca1fc18542/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0053756Z [00:16:36.245]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/boxcar-0c9bd6ca1fc18542/dep-lib-boxcar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0121663Z [00:16:36.252]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/boxcar-0c9bd6ca1fc18542/lib-boxcar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0188790Z [00:16:36.259]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/boxcar-0c9bd6ca1fc18542/lib-boxcar.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0256398Z [00:16:36.265]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ucd-trie-249f7664f655894e/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0324126Z [00:16:36.272]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ucd-trie-249f7664f655894e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0391778Z [00:16:36.279]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ucd-trie-249f7664f655894e/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0459851Z [00:16:36.286]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/ucd-trie-249f7664f655894e/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0528167Z [00:16:36.293]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_home-2d11289c9bce15cf/dep-lib-env_home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0594757Z [00:16:36.299]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_home-2d11289c9bce15cf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0661910Z [00:16:36.306]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_home-2d11289c9bce15cf/lib-env_home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0728017Z [00:16:36.313]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/env_home-2d11289c9bce15cf/lib-env_home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0794358Z [00:16:36.319]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-util-bd91d4d2332e4a51/lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0861798Z [00:16:36.326]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-util-bd91d4d2332e4a51/dep-lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0929604Z [00:16:36.333]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-util-bd91d4d2332e4a51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.0995577Z [00:16:36.339]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/tokio-util-bd91d4d2332e4a51/lib-tokio_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1062773Z [00:16:36.346]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-e187f5a94bb4cfb5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1129940Z [00:16:36.353]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chrono-tz-e187f5a94bb4cfb5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1197157Z [00:16:36.359]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itoa-a8532d36a5ab7961/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1264292Z [00:16:36.366]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itoa-a8532d36a5ab7961/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1331072Z [00:16:36.373]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itoa-a8532d36a5ab7961/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1398612Z [00:16:36.380]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/itoa-a8532d36a5ab7961/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1465235Z [00:16:36.386]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chardetng-ae2cee0105f1a73a/lib-chardetng.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1532695Z [00:16:36.393]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chardetng-ae2cee0105f1a73a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1600376Z [00:16:36.400]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chardetng-ae2cee0105f1a73a/dep-lib-chardetng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1668111Z [00:16:36.407]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/chardetng-ae2cee0105f1a73a/lib-chardetng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1734768Z [00:16:36.413]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/flate2-fa7e7ce6669aee27/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1801977Z [00:16:36.420]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/flate2-fa7e7ce6669aee27/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1869865Z [00:16:36.427]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/flate2-fa7e7ce6669aee27/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.1936909Z [00:16:36.433]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/flate2-fa7e7ce6669aee27/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2005588Z [00:16:36.440]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-1643268e8cf7d1a1/lib-aws_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2073798Z [00:16:36.447]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-1643268e8cf7d1a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2142307Z [00:16:36.454]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-1643268e8cf7d1a1/lib-aws_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2211262Z [00:16:36.461]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/aws-types-1643268e8cf7d1a1/dep-lib-aws_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2279691Z [00:16:36.468]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-42feb2eb3bd9d36f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2347107Z [00:16:36.474]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-42feb2eb3bd9d36f/lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2415169Z [00:16:36.481]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-42feb2eb3bd9d36f/lib-time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2484025Z [00:16:36.488]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/time-42feb2eb3bd9d36f/dep-lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2552628Z [00:16:36.495]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/argminmax-fa52b25f09046643/dep-lib-argminmax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2619969Z [00:16:36.502]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/argminmax-fa52b25f09046643/lib-argminmax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2688074Z [00:16:36.509]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/argminmax-fa52b25f09046643/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2755584Z [00:16:36.515]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/argminmax-fa52b25f09046643/lib-argminmax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2824210Z [00:16:36.522]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-23e1a0ce648518fb/dep-lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2894296Z [00:16:36.529]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-23e1a0ce648518fb/lib-base64.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.2962487Z [00:16:36.536]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-23e1a0ce648518fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3029318Z [00:16:36.543]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/base64-23e1a0ce648518fb/lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3099163Z [00:16:36.550]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strip-ansi-escapes-1c736223ada06573/lib-strip_ansi_escapes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3167365Z [00:16:36.556]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strip-ansi-escapes-1c736223ada06573/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3234644Z [00:16:36.563]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strip-ansi-escapes-1c736223ada06573/dep-lib-strip_ansi_escapes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3302651Z [00:16:36.570]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/strip-ansi-escapes-1c736223ada06573/lib-strip_ansi_escapes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3369646Z [00:16:36.577]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-14ee49b91eb8945f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3436866Z [00:16:36.583]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/mime_guess-14ee49b91eb8945f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3504856Z [00:16:36.590]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytecount-80925eb83414e615/lib-bytecount.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3572731Z [00:16:36.597]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytecount-80925eb83414e615/dep-lib-bytecount' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3640990Z [00:16:36.604]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytecount-80925eb83414e615/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3708676Z [00:16:36.611]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/.fingerprint/bytecount-80925eb83414e615/lib-bytecount' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3775719Z [00:16:36.617]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_parser.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3842782Z [00:16:36.624]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_color_config.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3910269Z [00:16:36.631]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/release/libnu_cmd_extra.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.3977363Z [00:16:36.638]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/x86_64-unknown-linux-gnu/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4044372Z [00:16:36.644]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4112272Z [00:16:36.651]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/assets/nushell-autocomplete6.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4179503Z [00:16:36.658]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/assets/icons/nushell-original.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4247564Z [00:16:36.665]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.P27DihGkYk/TEMPREPO/assets/nu_logo.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4314557Z [00:16:36.671]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_gstat' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4383956Z [00:16:36.678]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_stress_internals' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4451102Z [00:16:36.685]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4519067Z [00:16:36.692]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_polars' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4585943Z [00:16:36.698]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_query' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4653144Z [00:16:36.705]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_example' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4721348Z [00:16:36.712]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nu_plugin_inc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4789623Z [00:16:36.719]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4856610Z [00:16:36.726]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/utils' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4924259Z [00:16:36.732]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_gstat' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.4991451Z [00:16:36.739]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.5059369Z [00:16:36.746]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nushell.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.5126007Z [00:16:36.752]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_stress_internals' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.5195459Z [00:16:36.759]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nushell.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.5262591Z [00:16:36.766]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:15.5330191Z [00:16:36.773]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_polars' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.5396568Z [00:16:36.780]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_query' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.5465070Z [00:16:36.786]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_example' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.5532839Z [00:16:36.793]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nu_plugin_inc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.5599677Z [00:16:36.800]➜  mode of '/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/utils' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:15.6973828Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:08:15.6975400Z [00:16:36.937]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:08:25.8211270Z 
2025-08-20T22:08:25.8212276Z [+] Sanitizing /tmp/pkgforge/jaXEJ62cR_SBUILD/BUILD.log ==> /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/nushell.static.log
2025-08-20T22:08:29.4967581Z 
2025-08-20T22:08:29.4968987Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/nushell/glibc]
2025-08-20T22:08:29.4970058Z [+] LOGS (Build Dir): /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:29.4970512Z 
2025-08-20T22:08:32.0257419Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:08:41.1761363Z ./BUILD_ARTIFACTS.tar : 30.09%   (  2.16 GiB =>    665 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:08:41.6042100Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:08:41.6081567Z 
2025-08-20T22:08:41.6082608Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml :: 00(Hr):17(Min):03(Sec)
2025-08-20T22:08:41.6083283Z 
2025-08-20T22:08:41.6097624Z 
2025-08-20T22:08:41.6098281Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:08:41 PM) UTC
2025-08-20T22:08:41.6098709Z 
2025-08-20T22:08:43.2882535Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:08:43.2929136Z ##[group]Run ##Presets
2025-08-20T22:08:43.2929456Z [36;1m##Presets[0m
2025-08-20T22:08:43.2929666Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:43.2929879Z [36;1m#-------------#[0m
2025-08-20T22:08:43.2930101Z [36;1m##Debug?[0m
2025-08-20T22:08:43.2930344Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:43.2930637Z [36;1m  set -x[0m
2025-08-20T22:08:43.2930819Z [36;1mfi[0m
2025-08-20T22:08:43.2930998Z [36;1m#-------------#[0m
2025-08-20T22:08:43.2931196Z [36;1m##Set ENV[0m
2025-08-20T22:08:43.2931433Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:08:43.2931864Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:08:43.2932262Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:08:43.2932683Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-"[0m
2025-08-20T22:08:43.2933188Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:08:43.2933590Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:08:43.2934045Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:08:43.2934381Z [36;1m fi[0m
2025-08-20T22:08:43.2934565Z [36;1m##Push[0m
2025-08-20T22:08:43.2934799Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:08:43.2935092Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:08:43.2935479Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:08:43.2935976Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:08:43.2936430Z [36;1m     ls -sh "/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:08:43.2936775Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:08:43.2936993Z [36;1m       {[0m
2025-08-20T22:08:43.2937195Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:08:43.2937541Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:08:43.2938219Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:08:43.2938674Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:08:43.2939109Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:08:43.2939528Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:08:43.2939921Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:08:43.2940304Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:08:43.2940685Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:08:43.2941075Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:08:43.2941621Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:08:43.2942192Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:08:43.2942714Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:08:43.2943174Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:08:43.2943598Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:08:43.2944022Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:08:43.2944482Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-nushell")[0m
2025-08-20T22:08:43.2944938Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:08:43.2945514Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:08:43.2945968Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:08:43.2946379Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:08:43.2946881Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:08:43.2947320Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:08:43.2947575Z [36;1m         #Check[0m
2025-08-20T22:08:43.2948350Z [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:08:43.2949089Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:08:43.2949446Z [36;1m            break[0m
2025-08-20T22:08:43.2949657Z [36;1m          else[0m
2025-08-20T22:08:43.2950075Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:08:43.2950512Z [36;1m          fi[0m
2025-08-20T22:08:43.2950737Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:08:43.2950997Z [36;1m        done[0m
2025-08-20T22:08:43.2951182Z [36;1m       }[0m
2025-08-20T22:08:43.2951388Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:08:43.2951642Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:08:43.2952215Z [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:08:43.2952967Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:08:43.2953389Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:08:43.2953658Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:08:43.2954261Z [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:08:43.2954974Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:08:43.2955496Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:08:43.2955900Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:08:43.2956142Z [36;1m           fi[0m
2025-08-20T22:08:43.2956335Z [36;1m       fi[0m
2025-08-20T22:08:43.2956520Z [36;1m   fi[0m
2025-08-20T22:08:43.2956697Z [36;1m fi[0m
2025-08-20T22:08:43.2956877Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:08:43.3215937Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:43.3216177Z env:
2025-08-20T22:08:43.3216355Z   CROSS_COMPILING: NO
2025-08-20T22:08:43.3216710Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:08:43.3216954Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:08:43.3217178Z   ON_QEMU: NO
2025-08-20T22:08:43.3217422Z   DEBUG: 0
2025-08-20T22:08:43.3217599Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:08:43.3217987Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:08:43.3218265Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T22:08:43.3218568Z   KEEP_LOGS: YES
2025-08-20T22:08:43.3218760Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:43.3218967Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T22:08:43.3219185Z   SBUILD_REBUILD: false
2025-08-20T22:08:43.3219711Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T22:08:43.3220278Z   BUILD_SYS: docker://rust
2025-08-20T22:08:43.3220503Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:43.3220701Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:43.3220891Z   SYSTMP: /tmp
2025-08-20T22:08:43.3221070Z   GHA_MODE: MATRIX
2025-08-20T22:08:43.3221640Z   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:08:43.3222192Z   INPUT_SBUILD: /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T22:08:43.3222525Z   BUILD_DIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml
2025-08-20T22:08:43.3222914Z   SBUILD_OUTDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:43.3223398Z   SBUILD_TMPDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:43.3223775Z   PKG_TYPE: static
2025-08-20T22:08:43.3223969Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:43.3224177Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:43.3224583Z   GHCR_TOKEN: ***
2025-08-20T22:08:43.3224867Z   GITHUB_TOKEN: ***
2025-08-20T22:08:43.3225094Z   GITLAB_TOKEN: ***
2025-08-20T22:08:43.3226232Z   MINISIGN_KEY: ***
2025-08-20T22:08:43.3226426Z ##[endgroup]
2025-08-20T22:08:43.3313100Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:08:43.3323611Z 666M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:08:43.3336791Z total 98M
2025-08-20T22:08:43.3337130Z 4.0K CHECKSUM
2025-08-20T22:08:43.3337441Z 4.0K CHECKSUM.sig
2025-08-20T22:08:43.3337912Z 4.0K LICENSE
2025-08-20T22:08:43.3338197Z 4.0K LICENSE.sig
2025-08-20T22:08:43.3338399Z 8.0K SBUILD
2025-08-20T22:08:43.3346326Z 4.0K SBUILD.sig
2025-08-20T22:08:43.3346692Z 4.0K SBUILD_TEMP
2025-08-20T22:08:43.3346909Z 5.7M nu_plugin_custom_values
2025-08-20T22:08:43.3347146Z 4.0K nu_plugin_custom_values.sig
2025-08-20T22:08:43.3347373Z 6.3M nu_plugin_example
2025-08-20T22:08:43.3347579Z 4.0K nu_plugin_example.sig
2025-08-20T22:08:43.3348037Z 6.2M nu_plugin_formats
2025-08-20T22:08:43.3348294Z 4.0K nu_plugin_formats.sig
2025-08-20T22:08:43.3348494Z  12M nu_plugin_gstat
2025-08-20T22:08:43.3348686Z 4.0K nu_plugin_gstat.sig
2025-08-20T22:08:43.3348877Z 3.0M nu_plugin_inc
2025-08-20T22:08:43.3349059Z 4.0K nu_plugin_inc.sig
2025-08-20T22:08:43.3349238Z  46M nu_plugin_polars
2025-08-20T22:08:43.3349429Z 4.0K nu_plugin_polars.sig
2025-08-20T22:08:43.3349633Z  11M nu_plugin_query
2025-08-20T22:08:43.3349836Z 4.0K nu_plugin_query.sig
2025-08-20T22:08:43.3350041Z 1.3M nu_plugin_stress_internals
2025-08-20T22:08:43.3350280Z 4.0K nu_plugin_stress_internals.sig
2025-08-20T22:08:43.3350522Z 6.5M nushell.static.log
2025-08-20T22:08:43.3350729Z 4.0K nushell.static.version
2025-08-20T22:08:43.3350951Z 4.0K nushell.static.version.sig
2025-08-20T22:08:43.3351167Z 4.0K nushell.version
2025-08-20T22:08:43.3351357Z 4.0K nushell.version.sig
2025-08-20T22:08:43.3351546Z 1.1M utils
2025-08-20T22:08:43.3351712Z 4.0K utils.sig
2025-08-20T22:08:43.3570015Z Error: "ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/nushell/glibc/nushell-srcbuild-"
2025-08-20T22:08:43.3570976Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:08:48.3631447Z Error: "ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/nushell/glibc/nushell-srcbuild-"
2025-08-20T22:08:48.3633115Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:08:48.3644511Z 
2025-08-20T22:08:48.3644996Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-
2025-08-20T22:08:48.3645370Z 
2025-08-20T22:08:48.3684840Z Error: "ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/nushell/glibc/nushell-srcbuild-"
2025-08-20T22:08:48.3686236Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:08:48.3730151Z ##[group]Run ##Presets
2025-08-20T22:08:48.3730414Z [36;1m##Presets[0m
2025-08-20T22:08:48.3730622Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:48.3730836Z [36;1m#-------------#[0m
2025-08-20T22:08:48.3731042Z [36;1m##Debug?[0m
2025-08-20T22:08:48.3731287Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:48.3731589Z [36;1m  set -x[0m
2025-08-20T22:08:48.3731775Z [36;1mfi[0m
2025-08-20T22:08:48.3731954Z [36;1m#-------------#[0m
2025-08-20T22:08:48.3732218Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:08:48.3732568Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:08:48.3782266Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:48.3782503Z env:
2025-08-20T22:08:48.3782688Z   CROSS_COMPILING: NO
2025-08-20T22:08:48.3782912Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:08:48.3783139Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:08:48.3783356Z   ON_QEMU: NO
2025-08-20T22:08:48.3783656Z   DEBUG: 0
2025-08-20T22:08:48.3783849Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:08:48.3784095Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:08:48.3784401Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T22:08:48.3784696Z   KEEP_LOGS: YES
2025-08-20T22:08:48.3784895Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:48.3785115Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T22:08:48.3785339Z   SBUILD_REBUILD: false
2025-08-20T22:08:48.3785873Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T22:08:48.3786439Z   BUILD_SYS: docker://rust
2025-08-20T22:08:48.3786656Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:48.3786860Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:48.3787057Z   SYSTMP: /tmp
2025-08-20T22:08:48.3787240Z   GHA_MODE: MATRIX
2025-08-20T22:08:48.3787674Z   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:08:48.3788430Z   INPUT_SBUILD: /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T22:08:48.3788771Z   BUILD_DIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml
2025-08-20T22:08:48.3789172Z   SBUILD_OUTDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:48.3789669Z   SBUILD_TMPDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:48.3790060Z   PKG_TYPE: static
2025-08-20T22:08:48.3790263Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:48.3790469Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:48.3790677Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:48.3791031Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-
2025-08-20T22:08:48.3791410Z ##[endgroup]
2025-08-20T22:08:48.3959018Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:08:48.3959418Z with:
2025-08-20T22:08:48.3959778Z   name: Bincache_nushell_x86_64-Linux
2025-08-20T22:08:48.3960191Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:08:48.3960578Z   compression-level: 0
2025-08-20T22:08:48.3960967Z   retention-days: 30
2025-08-20T22:08:48.3961222Z   overwrite: true
2025-08-20T22:08:48.3961512Z   if-no-files-found: warn
2025-08-20T22:08:48.3961867Z   include-hidden-files: false
2025-08-20T22:08:48.3962195Z env:
2025-08-20T22:08:48.3962475Z   CROSS_COMPILING: NO
2025-08-20T22:08:48.3962833Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:08:48.3963154Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:08:48.3963606Z   ON_QEMU: NO
2025-08-20T22:08:48.3963883Z   DEBUG: 0
2025-08-20T22:08:48.3964191Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:08:48.3964661Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:08:48.3965035Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T22:08:48.3965511Z   KEEP_LOGS: YES
2025-08-20T22:08:48.3965822Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:48.3966166Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T22:08:48.3966531Z   SBUILD_REBUILD: false
2025-08-20T22:08:48.3967162Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T22:08:48.3968052Z   BUILD_SYS: docker://rust
2025-08-20T22:08:48.3968468Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:48.3968799Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:48.3969114Z   SYSTMP: /tmp
2025-08-20T22:08:48.3969402Z   GHA_MODE: MATRIX
2025-08-20T22:08:48.3969938Z   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:08:48.3970605Z   INPUT_SBUILD: /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T22:08:48.3971068Z   BUILD_DIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml
2025-08-20T22:08:48.3971547Z   SBUILD_OUTDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:48.3972213Z   SBUILD_TMPDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:48.3972693Z   PKG_TYPE: static
2025-08-20T22:08:48.3973008Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:48.3973359Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:48.3973657Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:48.3974146Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-
2025-08-20T22:08:48.3974587Z   UTC_TIME: 2025_08_20T10_08_48_PM
2025-08-20T22:08:48.3974906Z ##[endgroup]
2025-08-20T22:08:48.7192743Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:08:48.7196617Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:08:48.7197726Z With the provided path, there will be 2 files uploaded
2025-08-20T22:08:48.8204993Z Artifact name is valid!
2025-08-20T22:08:48.8206217Z Root directory input is valid!
2025-08-20T22:08:48.8576262Z Beginning upload of artifact content to blob storage
2025-08-20T22:08:49.1916667Z Uploaded bytes 8388608
2025-08-20T22:08:49.2649645Z Uploaded bytes 16777216
2025-08-20T22:08:49.3135981Z Uploaded bytes 25165824
2025-08-20T22:08:49.3644997Z Uploaded bytes 33554432
2025-08-20T22:08:49.4097309Z Uploaded bytes 41943040
2025-08-20T22:08:49.4761592Z Uploaded bytes 50331648
2025-08-20T22:08:49.5328962Z Uploaded bytes 58720256
2025-08-20T22:08:49.5980783Z Uploaded bytes 67108864
2025-08-20T22:08:49.6255258Z Uploaded bytes 75497472
2025-08-20T22:08:49.7163195Z Uploaded bytes 83886080
2025-08-20T22:08:49.7311991Z Uploaded bytes 92274688
2025-08-20T22:08:49.8170987Z Uploaded bytes 100663296
2025-08-20T22:08:49.8366808Z Uploaded bytes 109051904
2025-08-20T22:08:49.9013567Z Uploaded bytes 117440512
2025-08-20T22:08:49.9105643Z Uploaded bytes 125829120
2025-08-20T22:08:50.0102499Z Uploaded bytes 134217728
2025-08-20T22:08:50.0275044Z Uploaded bytes 142606336
2025-08-20T22:08:50.0879058Z Uploaded bytes 150994944
2025-08-20T22:08:50.1858621Z Uploaded bytes 159383552
2025-08-20T22:08:50.2164195Z Uploaded bytes 167772160
2025-08-20T22:08:50.2326151Z Uploaded bytes 176160768
2025-08-20T22:08:50.3029702Z Uploaded bytes 184549376
2025-08-20T22:08:50.4131026Z Uploaded bytes 192937984
2025-08-20T22:08:50.4207265Z Uploaded bytes 201326592
2025-08-20T22:08:50.4338464Z Uploaded bytes 209715200
2025-08-20T22:08:50.4649638Z Uploaded bytes 218103808
2025-08-20T22:08:50.6460334Z Uploaded bytes 226492416
2025-08-20T22:08:50.6703782Z Uploaded bytes 234881024
2025-08-20T22:08:50.6777430Z Uploaded bytes 243269632
2025-08-20T22:08:50.6845034Z Uploaded bytes 251658240
2025-08-20T22:08:50.8819012Z Uploaded bytes 260046848
2025-08-20T22:08:50.8902704Z Uploaded bytes 268435456
2025-08-20T22:08:50.8975946Z Uploaded bytes 276824064
2025-08-20T22:08:50.9044883Z Uploaded bytes 285212672
2025-08-20T22:08:51.1035872Z Uploaded bytes 293601280
2025-08-20T22:08:51.1158697Z Uploaded bytes 301989888
2025-08-20T22:08:51.1223696Z Uploaded bytes 310378496
2025-08-20T22:08:51.1294361Z Uploaded bytes 318767104
2025-08-20T22:08:51.3228928Z Uploaded bytes 327155712
2025-08-20T22:08:51.3303817Z Uploaded bytes 335544320
2025-08-20T22:08:51.3418324Z Uploaded bytes 343932928
2025-08-20T22:08:51.3458170Z Uploaded bytes 352321536
2025-08-20T22:08:51.5588391Z Uploaded bytes 360710144
2025-08-20T22:08:51.5628502Z Uploaded bytes 369098752
2025-08-20T22:08:51.5691269Z Uploaded bytes 377487360
2025-08-20T22:08:51.6015384Z Uploaded bytes 385875968
2025-08-20T22:08:51.7950298Z Uploaded bytes 394264576
2025-08-20T22:08:51.7968819Z Uploaded bytes 402653184
2025-08-20T22:08:51.8067143Z Uploaded bytes 411041792
2025-08-20T22:08:51.8128073Z Uploaded bytes 419430400
2025-08-20T22:08:52.0180877Z Uploaded bytes 427819008
2025-08-20T22:08:52.0332724Z Uploaded bytes 436207616
2025-08-20T22:08:52.0367263Z Uploaded bytes 444596224
2025-08-20T22:08:52.0497552Z Uploaded bytes 452984832
2025-08-20T22:08:52.2678373Z Uploaded bytes 461373440
2025-08-20T22:08:52.2786911Z Uploaded bytes 469762048
2025-08-20T22:08:52.2977169Z Uploaded bytes 478150656
2025-08-20T22:08:52.3159602Z Uploaded bytes 486539264
2025-08-20T22:08:52.4783539Z Uploaded bytes 494927872
2025-08-20T22:08:52.4858726Z Uploaded bytes 503316480
2025-08-20T22:08:52.4990797Z Uploaded bytes 511705088
2025-08-20T22:08:52.5498357Z Uploaded bytes 520093696
2025-08-20T22:08:52.6946606Z Uploaded bytes 528482304
2025-08-20T22:08:52.7021175Z Uploaded bytes 536870912
2025-08-20T22:08:52.7089090Z Uploaded bytes 545259520
2025-08-20T22:08:52.7160904Z Uploaded bytes 553648128
2025-08-20T22:08:52.9168779Z Uploaded bytes 562036736
2025-08-20T22:08:52.9250506Z Uploaded bytes 570425344
2025-08-20T22:08:52.9322156Z Uploaded bytes 578813952
2025-08-20T22:08:52.9388684Z Uploaded bytes 587202560
2025-08-20T22:08:53.1348347Z Uploaded bytes 595591168
2025-08-20T22:08:53.1423289Z Uploaded bytes 603979776
2025-08-20T22:08:53.1538922Z Uploaded bytes 612368384
2025-08-20T22:08:53.1602978Z Uploaded bytes 620756992
2025-08-20T22:08:53.3339777Z Uploaded bytes 629145600
2025-08-20T22:08:53.3533037Z Uploaded bytes 637534208
2025-08-20T22:08:53.3615545Z Uploaded bytes 645922816
2025-08-20T22:08:53.3744062Z Uploaded bytes 654311424
2025-08-20T22:08:53.4871994Z Uploaded bytes 662700032
2025-08-20T22:08:53.5068329Z Uploaded bytes 671088640
2025-08-20T22:08:53.5707544Z Uploaded bytes 679477248
2025-08-20T22:08:53.5883928Z Uploaded bytes 687865856
2025-08-20T22:08:53.6152118Z Uploaded bytes 696254464
2025-08-20T22:08:53.6268402Z Uploaded bytes 704643072
2025-08-20T22:08:53.6361505Z Uploaded bytes 704688180
2025-08-20T22:08:53.6542942Z Finished uploading artifact content to blob storage!
2025-08-20T22:08:53.6546461Z SHA256 digest of uploaded artifact zip is 85ba27cdb5fbf2896feb1123cbaee6c20c484825e2772771d783c8b383fc19c9
2025-08-20T22:08:53.6549250Z Finalizing artifact upload
2025-08-20T22:08:53.7503897Z Artifact Bincache_nushell_x86_64-Linux.zip successfully finalized. Artifact ID 3813680652
2025-08-20T22:08:53.7505787Z Artifact Bincache_nushell_x86_64-Linux has been successfully uploaded! Final size is 704688180 bytes. Artifact ID is 3813680652
2025-08-20T22:08:53.7513688Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108624703/artifacts/3813680652
2025-08-20T22:08:53.7752766Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:08:53.7753088Z with:
2025-08-20T22:08:53.7753279Z   subject-name: nushell--
2025-08-20T22:08:53.7753997Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:08:53.7754731Z   show-summary: true
2025-08-20T22:08:53.7754945Z   push-to-registry: false
2025-08-20T22:08:53.7755438Z   github-token: ***
2025-08-20T22:08:53.7755639Z env:
2025-08-20T22:08:53.7755815Z   CROSS_COMPILING: NO
2025-08-20T22:08:53.7756030Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:08:53.7756348Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:08:53.7756570Z   ON_QEMU: NO
2025-08-20T22:08:53.7756751Z   DEBUG: 0
2025-08-20T22:08:53.7756932Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:08:53.7757161Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:08:53.7757466Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T22:08:53.7758083Z   KEEP_LOGS: YES
2025-08-20T22:08:53.7758301Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:53.7758519Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T22:08:53.7758739Z   SBUILD_REBUILD: false
2025-08-20T22:08:53.7759260Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T22:08:53.7759833Z   BUILD_SYS: docker://rust
2025-08-20T22:08:53.7760056Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:53.7760260Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:53.7760460Z   SYSTMP: /tmp
2025-08-20T22:08:53.7760644Z   GHA_MODE: MATRIX
2025-08-20T22:08:53.7761085Z   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:08:53.7761598Z   INPUT_SBUILD: /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T22:08:53.7761924Z   BUILD_DIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml
2025-08-20T22:08:53.7762315Z   SBUILD_OUTDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:53.7762801Z   SBUILD_TMPDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:53.7763185Z   PKG_TYPE: static
2025-08-20T22:08:53.7763382Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:53.7763593Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:53.7763796Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:53.7764142Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-
2025-08-20T22:08:53.7764528Z   UTC_TIME: 2025_08_20T10_08_48_PM
2025-08-20T22:08:53.7764768Z ##[endgroup]
2025-08-20T22:08:53.7836246Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:08:53.7836690Z env:
2025-08-20T22:08:53.7836872Z   CROSS_COMPILING: NO
2025-08-20T22:08:53.7837092Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:08:53.7837326Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:08:53.7837545Z   ON_QEMU: NO
2025-08-20T22:08:53.7837725Z   DEBUG: 0
2025-08-20T22:08:53.7838165Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:08:53.7838403Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:08:53.7838694Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T22:08:53.7838997Z   KEEP_LOGS: YES
2025-08-20T22:08:53.7839193Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:53.7839411Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T22:08:53.7839638Z   SBUILD_REBUILD: false
2025-08-20T22:08:53.7840176Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T22:08:53.7840738Z   BUILD_SYS: docker://rust
2025-08-20T22:08:53.7840959Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:53.7841160Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:53.7841362Z   SYSTMP: /tmp
2025-08-20T22:08:53.7841547Z   GHA_MODE: MATRIX
2025-08-20T22:08:53.7841981Z   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:08:53.7842728Z   INPUT_SBUILD: /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T22:08:53.7843085Z   BUILD_DIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml
2025-08-20T22:08:53.7843484Z   SBUILD_OUTDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:53.7843978Z   SBUILD_TMPDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:53.7844366Z   PKG_TYPE: static
2025-08-20T22:08:53.7844566Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:53.7844783Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:53.7844989Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:53.7845414Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-
2025-08-20T22:08:53.7845797Z   UTC_TIME: 2025_08_20T10_08_48_PM
2025-08-20T22:08:53.7846094Z ##[endgroup]
2025-08-20T22:08:54.1153158Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:08:54.1153489Z with:
2025-08-20T22:08:54.1154168Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:08:54.1154891Z   subject-name: nushell--
2025-08-20T22:08:54.1155158Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:08:54.1158105Z   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/17108624703/attempts/1"}}}
2025-08-20T22:08:54.1160729Z   push-to-registry: false
2025-08-20T22:08:54.1160959Z   show-summary: true
2025-08-20T22:08:54.1161360Z   github-token: ***
2025-08-20T22:08:54.1161562Z env:
2025-08-20T22:08:54.1161737Z   CROSS_COMPILING: NO
2025-08-20T22:08:54.1161952Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:08:54.1162187Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:08:54.1162401Z   ON_QEMU: NO
2025-08-20T22:08:54.1162581Z   DEBUG: 0
2025-08-20T22:08:54.1162765Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:08:54.1163006Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:08:54.1163289Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T22:08:54.1163589Z   KEEP_LOGS: YES
2025-08-20T22:08:54.1163783Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:54.1164002Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T22:08:54.1164221Z   SBUILD_REBUILD: false
2025-08-20T22:08:54.1164748Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T22:08:54.1165306Z   BUILD_SYS: docker://rust
2025-08-20T22:08:54.1165524Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:54.1165723Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:54.1165923Z   SYSTMP: /tmp
2025-08-20T22:08:54.1166108Z   GHA_MODE: MATRIX
2025-08-20T22:08:54.1166546Z   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:08:54.1167059Z   INPUT_SBUILD: /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T22:08:54.1167383Z   BUILD_DIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml
2025-08-20T22:08:54.1167977Z   SBUILD_OUTDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:54.1168482Z   SBUILD_TMPDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:54.1168874Z   PKG_TYPE: static
2025-08-20T22:08:54.1169072Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:54.1169287Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:54.1169494Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:54.1170009Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-
2025-08-20T22:08:54.1170402Z   UTC_TIME: 2025_08_20T10_08_48_PM
2025-08-20T22:08:54.1170632Z ##[endgroup]
2025-08-20T22:08:57.5447038Z Attestation created for 30 subjects
2025-08-20T22:08:57.5451670Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:08:57.5452173Z -----BEGIN CERTIFICATE-----
2025-08-20T22:08:57.5452553Z MIIG7jCCBnSgAwIBAgIUdZ+S0UAoKJlp8tBSlNOZ0VOd0ecwCgYIKoZIzj0EAwMw
2025-08-20T22:08:57.5453251Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:08:57.5453743Z cm1lZGlhdGUwHhcNMjUwODIwMjIwODU2WhcNMjUwODIwMjIxODU2WjAAMFkwEwYH
2025-08-20T22:08:57.5454338Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEtd0A0b5cTX3rHDCNHGHqVuMYHRbMzxSDc+X8
2025-08-20T22:08:57.5454809Z Kqg1X91yD3mzT3D4fIaNHLXY70u7Y58WJDUkzvr5D3rscv2wE6OCBZMwggWPMA4G
2025-08-20T22:08:57.5455273Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUJ4Tx
2025-08-20T22:08:57.5455770Z TxmLJH1PqEF4ePiPcnlJkGYwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:08:57.5456235Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:08:57.5456693Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:08:57.5457174Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:08:57.5457639Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:08:57.5458332Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:08:57.5458815Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:08:57.5459467Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:08:57.5459957Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:08:57.5460436Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:08:57.5460896Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:08:57.5461371Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:08:57.5461849Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:08:57.5462328Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:08:57.5462973Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:08:57.5463465Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:08:57.5463949Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:08:57.5464432Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:08:57.5464933Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:08:57.5465406Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:08:57.5465878Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:08:57.5466449Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:08:57.5467092Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:08:57.5467571Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:08:57.5468349Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4NjI0NzAzL2F0
2025-08-20T22:08:57.5468822Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:08:57.5469293Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJhy+l
2025-08-20T22:08:57.5469758Z AAAEAwBGMEQCIFoAGAMNA0MyCK+jzR5pEWLpKWzr8mwsCCojYikVtgN0AiB6mWbs
2025-08-20T22:08:57.5470235Z v8Ks+OshfKGJNJC3SoJdUmMvJNORCNAP41FR4jAKBggqhkjOPQQDAwNoADBlAjEA
2025-08-20T22:08:57.5470686Z 4gtPUwItPaytZ8LkOrUJ8myb4i4Wn/FJk0RqsrGFf3L5iKgS38jvVAVIxOFYnHbD
2025-08-20T22:08:57.5471118Z AjAxKUZtbTUxg1+cs7DfoCe2300U0D0c3qeRRG6Y9t/NY+N4L6qPzdYmw03ljQNS
2025-08-20T22:08:57.5471440Z BcY=
2025-08-20T22:08:57.5471622Z -----END CERTIFICATE-----
2025-08-20T22:08:57.5471773Z 
2025-08-20T22:08:57.5472113Z ##[endgroup]
2025-08-20T22:08:57.5472658Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:08:57.5473071Z https://search.sigstore.dev?logIndex=414491116
2025-08-20T22:08:57.5473420Z [36mAttestation uploaded to repository[39m
2025-08-20T22:08:57.5473743Z https://github.com/pkgforge/bincache/attestations/9875185
2025-08-20T22:08:57.6318593Z ##[group]Run ##Presets
2025-08-20T22:08:57.6318893Z [36;1m##Presets[0m
2025-08-20T22:08:57.6319108Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:57.6319325Z [36;1m#-------------#[0m
2025-08-20T22:08:57.6319642Z [36;1m##Debug?[0m
2025-08-20T22:08:57.6319890Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:57.6320268Z [36;1m  set -x[0m
2025-08-20T22:08:57.6320464Z [36;1mfi[0m
2025-08-20T22:08:57.6320644Z [36;1m#-------------#[0m
2025-08-20T22:08:57.6320954Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:08:57.6321473Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/nushell/glibc"[0m
2025-08-20T22:08:57.6321874Z [36;1m exit 1[0m
2025-08-20T22:08:57.6322056Z [36;1mfi[0m
2025-08-20T22:08:57.6369864Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:57.6370098Z env:
2025-08-20T22:08:57.6370279Z   CROSS_COMPILING: NO
2025-08-20T22:08:57.6370526Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:08:57.6370758Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:08:57.6370974Z   ON_QEMU: NO
2025-08-20T22:08:57.6371148Z   DEBUG: 0
2025-08-20T22:08:57.6371330Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:08:57.6371558Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:08:57.6371845Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T22:08:57.6372143Z   KEEP_LOGS: YES
2025-08-20T22:08:57.6372338Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:57.6372554Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T22:08:57.6372775Z   SBUILD_REBUILD: false
2025-08-20T22:08:57.6373304Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T22:08:57.6373863Z   BUILD_SYS: docker://rust
2025-08-20T22:08:57.6374081Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:57.6374283Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:57.6374476Z   SYSTMP: /tmp
2025-08-20T22:08:57.6374658Z   GHA_MODE: MATRIX
2025-08-20T22:08:57.6375096Z   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:08:57.6375612Z   INPUT_SBUILD: /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T22:08:57.6375938Z   BUILD_DIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml
2025-08-20T22:08:57.6376332Z   SBUILD_OUTDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:57.6376826Z   SBUILD_TMPDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:57.6377214Z   PKG_TYPE: static
2025-08-20T22:08:57.6377418Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:57.6377637Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:57.6378066Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:57.6378422Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-
2025-08-20T22:08:57.6378811Z   UTC_TIME: 2025_08_20T10_08_48_PM
2025-08-20T22:08:57.6379041Z ##[endgroup]
2025-08-20T22:08:57.6463903Z ##[group]Run ##Presets
2025-08-20T22:08:57.6464164Z [36;1m##Presets[0m
2025-08-20T22:08:57.6464371Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:57.6464588Z [36;1m#-------------#[0m
2025-08-20T22:08:57.6464790Z [36;1m##Debug?[0m
2025-08-20T22:08:57.6465045Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:57.6465346Z [36;1m  set -x[0m
2025-08-20T22:08:57.6465528Z [36;1mfi[0m
2025-08-20T22:08:57.6465710Z [36;1m#-------------#[0m
2025-08-20T22:08:57.6465952Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:08:57.6466407Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/nushell/glibc"[0m
2025-08-20T22:08:57.6466819Z [36;1m exit 1[0m
2025-08-20T22:08:57.6467005Z [36;1mfi[0m
2025-08-20T22:08:57.6509505Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:57.6509740Z env:
2025-08-20T22:08:57.6509928Z   CROSS_COMPILING: NO
2025-08-20T22:08:57.6510141Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:08:57.6510410Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:08:57.6510628Z   ON_QEMU: NO
2025-08-20T22:08:57.6510806Z   DEBUG: 0
2025-08-20T22:08:57.6510985Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:08:57.6511212Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:08:57.6511593Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T22:08:57.6511891Z   KEEP_LOGS: YES
2025-08-20T22:08:57.6512083Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:57.6512364Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T22:08:57.6512581Z   SBUILD_REBUILD: false
2025-08-20T22:08:57.6513105Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T22:08:57.6513666Z   BUILD_SYS: docker://rust
2025-08-20T22:08:57.6513888Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:57.6514088Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:57.6514289Z   SYSTMP: /tmp
2025-08-20T22:08:57.6514473Z   GHA_MODE: MATRIX
2025-08-20T22:08:57.6514910Z   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:08:57.6515424Z   INPUT_SBUILD: /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T22:08:57.6515751Z   BUILD_DIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml
2025-08-20T22:08:57.6516144Z   SBUILD_OUTDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:57.6516634Z   SBUILD_TMPDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:57.6517023Z   PKG_TYPE: static
2025-08-20T22:08:57.6517220Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:57.6517436Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:57.6517643Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:57.6518196Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-
2025-08-20T22:08:57.6518574Z   UTC_TIME: 2025_08_20T10_08_48_PM
2025-08-20T22:08:57.6518807Z ##[endgroup]
2025-08-20T22:08:57.6578450Z 
2025-08-20T22:08:57.6578867Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T22:08:57.6589099Z ##[error]Process completed with exit code 1.
2025-08-20T22:08:57.6628682Z ##[group]Run ##Presets
2025-08-20T22:08:57.6628953Z [36;1m##Presets[0m
2025-08-20T22:08:57.6629164Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:57.6629392Z [36;1m#-------------#[0m
2025-08-20T22:08:57.6629606Z [36;1m##Debug?[0m
2025-08-20T22:08:57.6629858Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:57.6630161Z [36;1m  set -x[0m
2025-08-20T22:08:57.6630352Z [36;1mfi[0m
2025-08-20T22:08:57.6630534Z [36;1m#-------------#[0m
2025-08-20T22:08:57.6630880Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:08:57.6631273Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:08:57.6631578Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:08:57.6631845Z [36;1mfi[0m
2025-08-20T22:08:57.6674464Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:57.6674702Z env:
2025-08-20T22:08:57.6674887Z   CROSS_COMPILING: NO
2025-08-20T22:08:57.6675137Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:08:57.6675370Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:08:57.6675588Z   ON_QEMU: NO
2025-08-20T22:08:57.6675765Z   DEBUG: 0
2025-08-20T22:08:57.6675952Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:08:57.6676176Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:08:57.6676457Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nushell/glibc
2025-08-20T22:08:57.6676766Z   KEEP_LOGS: YES
2025-08-20T22:08:57.6676961Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:57.6677175Z   PKG_FAMILY_LOCAL: nushell
2025-08-20T22:08:57.6677395Z   SBUILD_REBUILD: false
2025-08-20T22:08:57.6678109Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nushell/static.glibc.source.yaml
2025-08-20T22:08:57.6678682Z   BUILD_SYS: docker://rust
2025-08-20T22:08:57.6678909Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:57.6679114Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:57.6679310Z   SYSTMP: /tmp
2025-08-20T22:08:57.6679493Z   GHA_MODE: MATRIX
2025-08-20T22:08:57.6679929Z   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:08:57.6680443Z   INPUT_SBUILD: /tmp/pkgforge/Weo2HLV4N_build.yaml
2025-08-20T22:08:57.6680889Z   BUILD_DIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml
2025-08-20T22:08:57.6681285Z   SBUILD_OUTDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:57.6681847Z   SBUILD_TMPDIR: /tmp/pkgforge/kfNLnXE_Weo2HLV4N_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:57.6682234Z   PKG_TYPE: static
2025-08-20T22:08:57.6682434Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:57.6682649Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:57.6682855Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:57.6683201Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nushell/glibc/nushell-srcbuild-
2025-08-20T22:08:57.6683620Z   UTC_TIME: 2025_08_20T10_08_48_PM
2025-08-20T22:08:57.6683861Z ##[endgroup]
2025-08-20T22:08:57.6754241Z EXITED
2025-08-20T22:08:57.6794967Z Cleaning up orphan processes
